patches.lists.linux.dev 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, Dan Carpenter <dan.carpenter@linaro.org>,
	Giovanni Cabiddu <giovanni.cabiddu@intel.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.7 044/641] crypto: qat - prevent underflow in rp2srv_store()
Date: Mon, 22 Jan 2024 15:49:08 -0800	[thread overview]
Message-ID: <20240122235819.464711764@linuxfoundation.org> (raw)
In-Reply-To: <20240122235818.091081209@linuxfoundation.org>

6.7-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Dan Carpenter <dan.carpenter@linaro.org>

[ Upstream commit e53c741303a59ee1682e11f61b7772863e02526d ]

The "ring" variable has an upper bounds check but nothing checks for
negatives.  This code uses kstrtouint() already and it was obviously
intended to be declared as unsigned int.  Make it so.

Fixes: dbc8876dd873 ("crypto: qat - add rp2svc sysfs attribute")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/crypto/intel/qat/qat_common/adf_sysfs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/crypto/intel/qat/qat_common/adf_sysfs.c b/drivers/crypto/intel/qat/qat_common/adf_sysfs.c
index ddffc98119c6..6f0b3629da13 100644
--- a/drivers/crypto/intel/qat/qat_common/adf_sysfs.c
+++ b/drivers/crypto/intel/qat/qat_common/adf_sysfs.c
@@ -242,7 +242,8 @@ static ssize_t rp2srv_store(struct device *dev, struct device_attribute *attr,
 			    const char *buf, size_t count)
 {
 	struct adf_accel_dev *accel_dev;
-	int ring, num_rings, ret;
+	int num_rings, ret;
+	unsigned int ring;
 
 	accel_dev = adf_devmgr_pci_to_accel_dev(to_pci_dev(dev));
 	if (!accel_dev)
-- 
2.43.0




  parent reply	other threads:[~2024-01-23  0:18 UTC|newest]

Thread overview: 664+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-22 23:48 [PATCH 6.7 000/641] 6.7.2-rc1 review Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 001/641] x86/lib: Fix overflow when counting digits Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 002/641] x86/mce/inject: Clear test status value Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 003/641] EDAC/thunderx: Fix possible out-of-bounds string access Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 004/641] powerpc: add crtsavres.o to always-y instead of extra-y Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 005/641] fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 006/641] x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 007/641] powerpc/44x: select I2C for CURRITUCK Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 008/641] powerpc/pseries/memhp: Fix access beyond end of drmem array Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 009/641] x86/microcode/intel: Set new revision only after a successful update Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 010/641] perf/arm-cmn: Fix HN-F class_occup_id events Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 011/641] drivers/perf: hisi: Fix some event id for HiSilicon UC pmu Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 012/641] KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 013/641] selftests/powerpc: Fix error handling in FPU/VMX preemption tests Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 014/641] powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show function Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 015/641] powerpc/rtas: Avoid warning on invalid token argument to sys_rtas() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 016/641] powerpc/powernv: Add a null pointer check to scom_debug_init_one() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 017/641] powerpc/powernv: Add a null pointer check in opal_event_init() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 018/641] powerpc/powernv: Add a null pointer check in opal_powercap_init() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 019/641] powerpc/imc-pmu: Add a null pointer check in update_events_in_group() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 020/641] sched/fair: Update min_vruntime for reweight_entity() correctly Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 021/641] perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 022/641] spi: spi-zynqmp-gqspi: fix driver kconfig dependencies Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 023/641] mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 024/641] ACPI: video: check for error while searching for backlight device parent Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 025/641] ACPI: LPIT: Avoid u32 multiplication overflow Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 026/641] KEYS: encrypted: Add check for strsep Greg Kroah-Hartman
2024-01-24 19:17   ` Mimi Zohar
2024-01-22 23:48 ` [PATCH 6.7 027/641] spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 028/641] platform/x86/intel/vsec: Fix xa_alloc memory leak Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 029/641] cpufreq: scmi: process the result of devm_of_clk_add_hw_provider() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 030/641] calipso: fix memory leak in netlbl_calipso_add_pass() Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 031/641] efivarfs: force RO when remounting if SetVariable is not supported Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 032/641] efivarfs: Free s_fs_info on unmount Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 033/641] spi: sh-msiof: Enforce fixed DTDL for R-Car H3 Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 034/641] ACPI: LPSS: Fix the fractional clock divider flags Greg Kroah-Hartman
2024-01-22 23:48 ` [PATCH 6.7 035/641] ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 036/641] thermal: core: Fix NULL pointer dereference in zone registration error path Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 037/641] kunit: debugfs: Fix unchecked dereference in debugfs_print_results() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 038/641] kunit: debugfs: Handle errors from alloc_string_stream() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 039/641] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 040/641] cpuidle: haltpoll: Do not enable interrupts when entering idle Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 041/641] drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 042/641] selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 043/641] crypto: rsa - add a check for allocation failure Greg Kroah-Hartman
2024-01-22 23:49 ` Greg Kroah-Hartman [this message]
2024-01-22 23:49 ` [PATCH 6.7 045/641] crypto: jh7110 - Correct deferred probe return Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 046/641] crypto: virtio - Handle dataq logic with tasklet Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 047/641] crypto: qat - add sysfs_added flag for ras Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 048/641] crypto: qat - add sysfs_added flag for rate limiting Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 049/641] crypto: sa2ul - Return crypto_aead_setkey to transfer the error Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 050/641] crypto: ccp - fix memleak in ccp_init_dm_workarea Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 051/641] crypto: af_alg - Disallow multiple in-flight AIO requests Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 052/641] crypto: qat - fix error path in add_update_sla() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 053/641] crypto: qat - fix mutex ordering in adf_rl Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 054/641] crypto: qat - add NULL pointer check Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 055/641] hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 056/641] crypto: safexcel - Add error handling for dma_map_sg() calls Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 057/641] crypto: sahara - remove FLAGS_NEW_KEY logic Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 058/641] crypto: sahara - fix cbc selftest failure Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 059/641] crypto: sahara - fix ahash " Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 060/641] crypto: sahara - fix processing requests with cryptlen < sg->length Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 061/641] crypto: sahara - fix error handling in sahara_hw_descriptor_create() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 062/641] crypto: hisilicon/qm - save capability registers in qm init process Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 063/641] crypto: hisilicon/zip - add zip comp high perf mode configuration Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 064/641] crypto: hisilicon/qm - add a function to set qm algs Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 065/641] crypto: hisilicon/hpre - save capability registers in probe process Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 066/641] crypto: hisilicon/sec2 " Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 067/641] crypto: hisilicon/zip " Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 068/641] pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 069/641] erofs: fix memory leak on short-lived bounced pages Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 070/641] fs: indicate request originates from old mount API Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 071/641] gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 072/641] gfs2: fix kernel BUG in gfs2_quota_cleanup Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 073/641] dlm: fix format seq ops type 4 Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 074/641] crypto: virtio - Wait for tasklet to complete on device remove Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 075/641] crypto: sahara - avoid skcipher fallback code duplication Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 076/641] crypto: sahara - handle zero-length aes requests Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 077/641] crypto: sahara - fix ahash reqsize Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 078/641] crypto: sahara - fix wait_for_completion_timeout() error handling Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 079/641] crypto: sahara - improve error handling in sahara_sha_process() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 080/641] crypto: sahara - fix processing hash requests with req->nbytes < sg->length Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 081/641] crypto: sahara - do not resize req->src when doing hash operations Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 082/641] crypto: scomp - fix req->dst buffer overflow Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 083/641] keys, dns: Fix size check of V1 server-list header Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 084/641] csky: fix arch_jump_label_transform_static override Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 085/641] blocklayoutdriver: Fix reference leak of pnfs_device_node Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 086/641] NFS: Use parents objective cred in nfs_access_login_time() Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 087/641] NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 088/641] SUNRPC: fix _xprt_switch_find_current_entry logic Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 089/641] pNFS: Fix the pnfs block drivers calculation of layoutget size Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 090/641] SUNRPC: Fixup v4.1 backchannel request timeouts Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 091/641] asm-generic: Fix 32 bit __generic_cmpxchg_local Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 092/641] arm64: dts: qcom: qrb4210-rb2: dont force usb peripheral mode Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 093/641] arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY compatible Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 094/641] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config Greg Kroah-Hartman
2024-01-22 23:49 ` [PATCH 6.7 095/641] ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 096/641] wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async() Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 097/641] wifi: rtw88: fix RX filter in FIF_ALLMULTI flag Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 098/641] bpf, lpm: Fix check prefixlen before walking trie Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 099/641] bpf: Add KF_RCU flag to bpf_refcount_acquire_impl Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 100/641] bpf: Add crosstask check to __bpf_get_stack Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 101/641] wifi: ath11k: Defer on rproc_get failure Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 102/641] wifi: libertas: stop selecting wext Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 103/641] ARM: dts: qcom: apq8064: correct XOADC register address Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 104/641] scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi() Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 105/641] net/ncsi: Fix netlink major/minor version numbers Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 106/641] firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 107/641] scsi: bfa: Use the proper data type for BLIST flags Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 108/641] wifi: ath12k: fix the error handler of rfkill config Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 109/641] wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 110/641] arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 111/641] arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 112/641] arm64: dts: ti: iot2050: Re-add aliases Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 113/641] wifi: rtw88: sdio: Honor the host max_req_size in the RX path Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 114/641] selftests/bpf: Fix erroneous bitmask operation Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 115/641] md: synchronize flush io with array reconfiguration Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 116/641] bpf: enforce precision of R0 on callback return Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 117/641] ARM: dts: qcom: sdx65: correct PCIe EP phy-names Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 118/641] ARM: dts: qcom: sdx65: correct SPMI node name Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 119/641] dt-bindings: arm: qcom: Fix html link Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 120/641] arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 121/641] arm64: dts: qcom: sm8450: correct TX Soundwire clock Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 122/641] arm64: dts: qcom: sm8550: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 123/641] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 124/641] arm64: dts: qcom: sc7280: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 125/641] arm64: dts: qcom: sdm845: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 126/641] arm64: dts: qcom: sm8150: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 127/641] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 128/641] arm64: dts: qcom: sa8775p: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 129/641] arm64: dts: qcom: sc8280xp: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 130/641] arm64: dts: qcom: sm6350: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 131/641] bpf: Add map and need_defer parameters to .map_fd_put_ptr() Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 132/641] bpf: Defer the free of inner map when necessary Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 133/641] selftests/net: specify the interface when do arping Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 134/641] bpf: fix check for attempt to corrupt spilled pointer Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 135/641] scsi: fnic: Return error if vmalloc() failed Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 136/641] arm64: dts: qcom: qrb2210-rb1: use USB host mode Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 137/641] arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 138/641] arm64: dts: qcom: sdm845-db845c: " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 139/641] arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 140/641] arm64: dts: qcom: sm8350: Fix DMA0 address Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 141/641] arm64: dts: qcom: sc7280: Fix up GPU SIDs Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 142/641] arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 143/641] arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 144/641] arm64: dts: qcom: sc7280: fix usb_2 " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 145/641] arm64: dts: qcom: sm8550: fix USB " Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 146/641] wifi: mt76: mt7996: fix uninitialized variable in parsing txfree Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 147/641] wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 148/641] wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails in mt7915_mmio_wed_init() Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 149/641] wifi: mt76: mt7996: fix the size of struct bss_rate_tlv Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 150/641] wifi: mt76: mt7996: fix rate usage of inband discovery frames Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 151/641] wifi: mt76: mt7996: fix alignment of sta info event Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 152/641] wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 153/641] wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 154/641] wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing Greg Kroah-Hartman
2024-01-22 23:50 ` [PATCH 6.7 155/641] wifi: mt76: mt7921s: fix workqueue problem causes STA association fail Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 156/641] bpf: Fix verification of indirect var-off stack access Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 157/641] arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 158/641] bpf: Guard stack limits against 32bit overflow Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 159/641] bpf: Fix accesses to uninit stack slots Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 160/641] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 161/641] dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with generic names Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 162/641] arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 163/641] arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 164/641] arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0 Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 165/641] arm64: dts: mediatek: mt8186: fix address warning for ADSP mailboxes Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 166/641] wifi: mt76: mt7921: fix country count limitation for CLC Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 167/641] wifi: mt76: mt7921: fix CLC command timeout when suspend/resume Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 168/641] wifi: mt76: mt7921: fix wrong 6Ghz power type Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 169/641] wifi: iwlwifi: dont support triggered EHT CQI feedback Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 170/641] selftests/bpf: Relax time_tai test for equal timestamps in tai_forward Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 171/641] block: Set memalloc_noio to false on device_add_disk() error path Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 172/641] arm64: dts: xilinx: Apply overlays to base dtbs Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 173/641] arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 174/641] arm64: dts: imx8mm: Reduce GPU to nominal speed Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 175/641] scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key() Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 176/641] scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() fails Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 177/641] scsi: hisi_sas: Replace with standard error code return value Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 178/641] scsi: hisi_sas: Check before using pointer variables Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 179/641] scsi: hisi_sas: Rollback some operations if FLR failed Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 180/641] scsi: hisi_sas: Correct the number of global debugfs registers Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 181/641] selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED test Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 182/641] ARM: dts: stm32: dont mix SCMI and non-SCMI board compatibles Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 183/641] bpf: Fix a race condition between btf_put() and map_free() Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 184/641] selftests/net: fix grep checking for fib_nexthop_multiprefix Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 185/641] ipmr: support IP_PKTINFO on cache report IGMP msg Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 186/641] virtio/vsock: fix logic which reduces credit update messages Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 187/641] virtio/vsock: send credit update during setting SO_RCVLOWAT Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 188/641] dma-mapping: clear dev->dma_mem to NULL after freeing it Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 189/641] bpf: Limit the number of uprobes when attaching program to multiple uprobes Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 190/641] bpf: Limit the number of kprobes when attaching program to multiple kprobes Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 191/641] arm64: dts: qcom: acer-aspire1: Correct audio codec definition Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 192/641] soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 193/641] arm64: dts: qcom: sm6375: fix USB wakeup interrupt types Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 194/641] arm64: dts: qcom: sm6375: Hook up MPM Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 195/641] arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 196/641] arm64: dts: qcom: sm8150-hdk: fix SS USB regulators Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 197/641] firmware: qcom: qseecom: fix memory leaks in error paths Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 198/641] soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 199/641] block: add check of minors and first_minor in device_add_disk() Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 200/641] arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 201/641] arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 202/641] arm64: dts: qcom: sm8550: Separate out X3 idle state Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 203/641] arm64: dts: qcom: sm8550: Update idle state time requirements Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 204/641] arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 205/641] arm64: dts: qcom: sc8180x: Fix up PCIe nodes Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 206/641] bpf: Use c->unit_size to select target cache during free Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 207/641] wifi: rtlwifi: add calculate_bit_shift() Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 208/641] wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 209/641] wifi: rtlwifi: rtl8192c: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 210/641] wifi: rtlwifi: rtl8192cu: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 211/641] wifi: rtlwifi: rtl8192ce: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 212/641] wifi: rtlwifi: rtl8192de: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 213/641] wifi: rtlwifi: rtl8192ee: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 214/641] wifi: rtlwifi: rtl8192se: " Greg Kroah-Hartman
2024-01-22 23:51 ` [PATCH 6.7 215/641] wifi: mac80211: fix advertised TTLM scheduling Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 216/641] wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 217/641] wifi: iwlwifi: mvm: send TX path flush in rfkill Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 218/641] wifi: iwlwifi: mvm: Do not warn if valid link pair was not found Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 219/641] wifi: iwlwifi: fix out of bound copy_from_user Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 220/641] wifi: iwlwifi: assign phy_ctxt before eSR activation Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 221/641] netfilter: nf_tables: mark newset as dead on transaction abort Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 222/641] netfilter: nf_tables: validate chain type update if available Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 223/641] Bluetooth: Fix bogus check for re-auth no supported with non-ssp Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 224/641] Bluetooth: btnxpuart: fix recv_buf() return value Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 225/641] Bluetooth: btmtkuart: " Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 226/641] null_blk: dont cap max_hw_sectors to BLK_DEF_MAX_SECTORS Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 227/641] arm64: dts: rockchip: Fix led pinctrl of lubancat 1 Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 228/641] ice: Fix some null pointer dereference issues in ice_ptp.c Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 229/641] wifi: cfg80211: correct comment about MLD ID Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 230/641] wifi: cfg80211: parse all ML elements in an ML probe response Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 231/641] bpf: sockmap, fix proto update hook to avoid dup calls Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 232/641] sctp: support MSG_ERRQUEUE flag in recvmsg() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 233/641] sctp: fix busy polling Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 234/641] s390/bpf: Fix gotol with large offsets Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 235/641] blk-cgroup: fix rcu lockdep warning in blkg_lookup() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 236/641] net/sched: act_ct: fix skb leak and crash on ooo frags Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 237/641] mlxbf_gige: Fix intermittent no ip issue Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 238/641] mlxbf_gige: Enable the GigE port in mlxbf_gige_open Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 239/641] rxrpc: Fix skbuff cleanup of calls recvmsg_queue and rx_oos_queue Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 240/641] ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 241/641] ARM: davinci: always select CONFIG_CPU_ARM926T Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 242/641] Revert "drm/tidss: Annotate dma-fence critical section in commit path" Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 243/641] Revert "drm/omapdrm: " Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 244/641] drm/i915/display: Move releasing gem object away from fb tracking Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 245/641] drm/dp_mst: Fix fractional DSC bpp handling Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 246/641] drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 247/641] RDMA/usnic: Silence uninitialized symbol smatch warnings Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 248/641] RDMA/hns: Fix inappropriate err code for unsupported operations Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 249/641] drm/panel: nv3051d: Hold panel in reset for unprepare Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 250/641] drm/panel-elida-kd35t133: hold " Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 251/641] drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 252/641] drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 253/641] drm/tilcdc: Fix irq free on unload Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 254/641] media: pvrusb2: fix use after free on context disconnection Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 255/641] media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash of multi-core JPEG devices Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 256/641] media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 257/641] media: verisilicon: " Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 258/641] media: rkvdec: " Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 259/641] media: amphion: Fix VPU core alias name Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 260/641] drm/sched: Fix bounds limiting when given a malformed entity Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 261/641] drm/bridge: Fix typo in post_disable() description Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 262/641] drm/bridge: imx93-mipi-dsi: Fix a couple of building warnings Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 263/641] f2fs: fix to avoid dirent corruption Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 264/641] Revert "drm/bridge: Add 200ms delay to wait FW HPD status stable" Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 265/641] fbdev/sm712fb: Use correct initializer macros for struct fb_ops Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 266/641] ASoC: fsl_rpmsg: update Kconfig dependencies Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 267/641] drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 268/641] drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 269/641] drm/radeon: check return value of radeon_ring_lock() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 270/641] drm/amd/display: Fix NULL pointer dereference at hibernate Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 271/641] drm/tidss: Move reset to the end of dispc_init() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 272/641] drm/tidss: Return error value from from softreset Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 273/641] drm/tidss: Check for K2G in in dispc_softreset() Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 274/641] drm/tidss: Fix dss reset Greg Kroah-Hartman
2024-01-22 23:52 ` [PATCH 6.7 275/641] drm/imx/lcdc: Fix double-free of driver data Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 276/641] ASoC: cs35l33: Fix GPIO name and drop legacy include Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 277/641] ASoC: cs35l34: " Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 278/641] drm/msm/a6xx: add QMP dependency Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 279/641] drm/msm/mdp4: flush vblank event on disable Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 280/641] drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 281/641] drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 282/641] drm/drv: propagate errors from drm_modeset_register_all() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 283/641] media: v4l: async: Fix duplicated list deletion Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 284/641] ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 285/641] ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 286/641] ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widget Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 287/641] drm/msm/dpu: enable SmartDMA on SM8450 Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 288/641] drm/msm/dpu: populate SSPP scaler block version Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 289/641] drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irq Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 290/641] drm/msm/dpu: correct clk bit for WB2 block Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 291/641] drm/amd/display: Return drm_connector from find_first_crtc_matching_connector Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 292/641] drm/amd/display: Use drm_connector in create_stream_for_sink Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 293/641] drm/amd/display: Check writeback connectors in create_validate_stream_for_sink Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 294/641] drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 295/641] drm/radeon/dpm: fix a memleak in sumo_parse_power_table Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 296/641] drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 297/641] drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 298/641] drm/bridge: tc358767: Fix return value on error case Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 299/641] media: cx231xx: fix a memleak in cx231xx_init_isoc Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 300/641] ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 301/641] RDMA/hns: Fix memory leak in free_mr_init() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 302/641] clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 303/641] f2fs: Restrict max filesize for 16K f2fs Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 304/641] media: bttv: start_streaming should return a proper error code Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 305/641] media: bttv: add back vbi hack Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 306/641] media: videobuf2: request more buffers for vb2_read Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 307/641] media: imx-mipi-csis: Fix clock handling in remove() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 308/641] media: imx-mipi-csis: Drop extra clock enable at probe() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 309/641] media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 310/641] media: rkisp1: Fix media device memory leak Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 311/641] media: rkisp1: Fix memory leaks in rkisp1_isp_unregister() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 312/641] drm/msm/adreno: Fix A680 chip id Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 313/641] drm/panel: st7701: Fix AVCL calculation Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 314/641] f2fs: fix to wait on block writeback for post_read case Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 315/641] f2fs: fix to check compress file in f2fs_move_file_range() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 316/641] f2fs: fix to update iostat correctly in f2fs_filemap_fault() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 317/641] media: dvbdev: drop refcount on error path in dvb_device_open() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 318/641] media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 319/641] clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 320/641] clk: renesas: rzg2l: Check reset monitor registers Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 321/641] drm/msm/dpu: Set input_sel bit for INTF Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 322/641] drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 323/641] media: i2c: mt9m114: use fsleep() in place of udelay() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 324/641] drm/mediatek: Return error if MDP RDMA failed to enable the clock Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 325/641] drm/mediatek: Remove the redundant driver data for DPI Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 326/641] drm/mediatek: Fix underrun in VDO1 when switches off the layer Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 327/641] drm/amdgpu/debugfs: fix error code when smc register accessors are NULL Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 328/641] drm/amd/pm: fix a double-free in si_dpm_init Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 329/641] drivers/amd/pm: fix a use-after-free in kv_parse_power_table Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 330/641] gpu/drm/radeon: fix two memleaks in radeon_vm_init Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 331/641] drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 332/641] f2fs: fix to check return value of f2fs_recover_xattr_data Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 333/641] clk: qcom: videocc-sm8150: Add missing PLL config property Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 334/641] clk: sp7021: fix return value check in sp7021_clk_probe() Greg Kroah-Hartman
2024-01-22 23:53 ` [PATCH 6.7 335/641] drivers: clk: zynqmp: calculate closest mux rate Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 336/641] drivers: clk: zynqmp: update divider round rate logic Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 337/641] watchdog: set cdev owner before adding Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 338/641] watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 339/641] watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 340/641] watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 341/641] clk: rs9: Fix DIF OEn bit placement on 9FGV0241 Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 342/641] clk: si5341: fix an error code problem in si5341_output_clk_set_rate Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 343/641] ASoC: amd: vangogh: Drop conflicting ACPI-based probing Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 344/641] ASoC: tas2781: add support for FW version 0x0503 Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 345/641] drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 346/641] accel/habanalabs: fix information leak in sec_attest_info() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 347/641] clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 348/641] clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 349/641] clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 350/641] clk: qcom: gcc-sm8550: Mark RCGs shared where applicable Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 351/641] clk: qcom: gpucc-sm8550: Update GPU PLL settings Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 352/641] clk: qcom: dispcc-sm8550: Update disp " Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 353/641] clk: qcom: dispcc-sm8550: Use the correct PLL configuration function Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 354/641] clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 355/641] pwm: stm32: Use hweight32 in stm32_pwm_detect_channels Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 356/641] pwm: stm32: Fix enable count for clk in .probe() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 357/641] ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[] Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 358/641] ALSA: scarlett2: Add missing error check to scarlett2_config_save() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 359/641] ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 360/641] ALSA: scarlett2: Add missing error checks to *_ctl_get() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 361/641] ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 362/641] ALSA: scarlett2: Add missing mutex lock around get meter levels Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 363/641] mmc: sdhci_am654: Fix TI SoC dependencies Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 364/641] mmc: sdhci_omap: " Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 365/641] drm/amdkfd: Fix type of dbg_flags in struct kfd_process Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 366/641] IB/iser: Prevent invalidating wrong MR Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 367/641] drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 368/641] drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 369/641] drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 370/641] kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 371/641] kselftest/alsa - mixer-test: Fix the print format specifier warning Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 372/641] kselftest/alsa - conf: Stringify the printed errno in sysfs_get() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 373/641] ksmbd: validate the zero field of packet header Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 374/641] of: Fix double free in of_parse_phandle_with_args_map Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 375/641] fbdev: imxfb: fix left margin setting Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 376/641] of: unittest: Fix of_count_phandle_with_args() expected value message Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 377/641] class: fix use-after-free in class_register() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 378/641] kernfs: convert kernfs_idr_lock to an irq safe raw spinlock Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 379/641] Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock" Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 380/641] selftests/bpf: Add assert for user stacks in test_task_stack Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 381/641] binder: fix async space check for 0-sized buffers Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 382/641] binder: fix unused alloc->free_async_space Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 383/641] Input: atkbd - use ab83 as id when skipping the getid command Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 384/641] rust: Ignore preserve-most functions Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 385/641] Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole" Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 386/641] xen-netback: dont produce zero-size SKB frags Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 387/641] binder: fix race between mmput() and do_exit() Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 388/641] clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 389/641] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 390/641] clocksource/drivers/ep93xx: Fix error handling during probe Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 391/641] powerpc/64s: Increase default stack size to 32KB Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 392/641] tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 393/641] Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()" Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 394/641] usb: gadget: u_ether: Re-attach netif device to mirror detachment Greg Kroah-Hartman
2024-01-22 23:54 ` [PATCH 6.7 395/641] usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 396/641] usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 397/641] usb: dwc3: gadget: Handle EP0 request dequeuing properly Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 398/641] usb: dwc3: gadget: Queue PM runtime idle on disconnect event Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 399/641] Revert "usb: dwc3: Soft reset phy on probe for host" Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 400/641] Revert "usb: dwc3: dont reset device side if dwc3 was configured as host-only" Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 401/641] usb: chipidea: wait controller resume finished for wakeup irq Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 402/641] usb: cdns3: fix uvc failure work since sg support enabled Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 403/641] usb: cdns3: fix iso transfer error when mult is not zero Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 404/641] usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 405/641] Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs" Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 406/641] usb: typec: class: fix typec_altmode_put_partner to put plugs Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 407/641] usb: mon: Fix atomicity violation in mon_bin_vma_fault Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 408/641] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 409/641] serial: Do not hold the port lock when setting rx-during-tx GPIO Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 410/641] serial: core: fix sanitizing check for RTS settings Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 411/641] serial: core: make sure RS485 cannot be enabled when it is not supported Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 412/641] serial: core: set missing supported flag for RX during TX GPIO Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 413/641] serial: 8250_bcm2835aux: Restore clock error handling Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 414/641] serial: core, imx: do not set RS485 enabled if it is not supported Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 415/641] serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 416/641] serial: 8250_exar: Set missing rs485_supported flag Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 417/641] serial: omap: do not override settings for RS485 support Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 418/641] ALSA: oxygen: Fix right channel of capture volume mixer Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 419/641] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 420/641] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 421/641] ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5 Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 422/641] ksmbd: validate mech token in session setup Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 423/641] ksmbd: fix UAF issue in ksmbd_tcp_new_connection() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 424/641] ksmbd: only v2 leases handle the directory Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 425/641] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 426/641] LoongArch: Fix and simplify fcsr initialization on execve() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 427/641] io_uring: dont check iopoll if request completes Greg Kroah-Hartman
2024-01-29  6:44   ` Jiri Slaby
2024-01-29  7:34     ` Jiri Slaby
2024-01-29 13:58       ` Jens Axboe
2024-02-07  9:04         ` Jiri Slaby
2024-02-07 15:42           ` Jens Axboe
2024-01-22 23:55 ` [PATCH 6.7 428/641] io_uring/rw: ensure io->bytes_done is always initialized Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 429/641] io_uring: ensure local task_work is run on wait timeout Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 430/641] fbdev/acornfb: Fix name of fb_ops initializer macro Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 431/641] fbdev: flush deferred work in fb_deferred_io_fsync() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 432/641] fbdev: flush deferred IO before closing Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 433/641] scsi: ufs: core: Simplify power management during async scan Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 434/641] scsi: target: core: add missing file_{start,end}_write() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 435/641] scsi: mpi3mr: Refresh sdev queue depth after controller reset Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 436/641] scsi: mpi3mr: Clean up block devices post " Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 437/641] scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable State Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 438/641] md: bypass block throttle for superblock update Greg Kroah-Hartman
2024-01-23  1:56   ` Dan Moulding
2024-01-23 17:42     ` Greg KH
2024-01-23 21:35       ` Dan Moulding
2024-01-23 22:20         ` Greg KH
2024-01-23 23:19           ` Song Liu
2024-01-25  0:34           ` Dan Moulding
2024-01-25  0:53             ` Song Liu
2024-01-25 18:48               ` Greg KH
2024-01-22 23:55 ` [PATCH 6.7 439/641] md: Fix md_seq_ops() regressions Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 440/641] drm/amd: Enable PCIe PME from D3 Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 441/641] block: add check that partition length needs to be aligned with block size Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 442/641] block: Remove special-casing of compound pages Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 443/641] block: Fix iterating over an empty bio with bio_for_each_folio_all Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 444/641] netfilter: nf_tables: check if catch-all set element is active in next generation Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 445/641] pwm: jz4740: Dont use dev_err_probe() in .request() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 446/641] pwm: Fix out-of-bounds access in of_pwm_single_xlate() Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 447/641] md/raid1: Use blk_opf_t for read and write operations Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 448/641] rootfs: Fix support for rootfstype= when root= is given Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 449/641] Bluetooth: Fix atomicity violation in {min,max}_key_size_set Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 450/641] bpf: Fix re-attachment branch in bpf_tracing_prog_attach Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 451/641] media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c) Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 452/641] iommu/arm-smmu-qcom: Add missing GMU entry to match table Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 453/641] iommu/dma: Trace bounce buffer usage when mapping buffers Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 454/641] wifi: mt76: fix broken precal loading from MTD for mt7915 Greg Kroah-Hartman
2024-01-22 23:55 ` [PATCH 6.7 455/641] wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 456/641] wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 457/641] wifi: mwifiex: add extra delay for firmware ready Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 458/641] wifi: mwifiex: configure BSSID consistently when starting AP Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 459/641] wifi: mwifiex: fix uninitialized firmware_stat Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 460/641] net: stmmac: fix ethtool per-queue statistics Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 461/641] net: stmmac: Prevent DSA tags from breaking COE Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 462/641] Revert "net: rtnetlink: Enslave device before bringing it up" Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 463/641] Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB" Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 464/641] drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2" Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 465/641] cxl/port: Fix decoder initialization when nr_targets > interleave_ways Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 466/641] PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 467/641] x86/pci: Reserve ECAM if BIOS didnt include it in PNP0C02 _CRS Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 468/641] PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 469/641] PCI: mediatek: Clear interrupt status before dispatching handler Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 470/641] ARM: dts: qcom: sdx55: Fix the base address of PCIe PHY Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 471/641] x86/kvm: Do not try to disable kvmclock if it was not enabled Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 472/641] KVM: arm64: vgic-v4: Restore pending state on host userspace write Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 473/641] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 474/641] KVM: x86/pmu: Move PMU reset logic to common x86 code Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 475/641] KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 476/641] iio: adc: ad7091r: Pass iio_dev to event handler Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 477/641] HID: sensor-hub: Enable hid core report processing for all devices Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 478/641] HID: wacom: Correct behavior when processing some confidence == false touches Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 479/641] serial: sc16is7xx: add check for unsupported SPI modes during probe Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 480/641] serial: sc16is7xx: set safe default SPI clock frequency Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 481/641] ARM: 9330/1: davinci: also select PINCTRL Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 482/641] mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 483/641] mfd: cs42l43: Correct SoundWire port list Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 484/641] mfd: syscon: Fix null pointer dereference in of_syscon_register() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 485/641] rcu: Restrict access to RCU CPU stall notifiers Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 486/641] leds: aw2013: Select missing dependency REGMAP_I2C Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 487/641] leds: aw200xx: Fix write to DIM parameter Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 488/641] mfd: tps6594: Add null pointer check to tps6594_device_init() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 489/641] mfd: intel-lpss: Fix the fractional clock divider flags Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 490/641] srcu: Use try-lock lockdep annotation for NMI-safe access Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 491/641] mips: dmi: Fix early remap on MIPS32 Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 492/641] mips: Fix incorrect max_low_pfn adjustment Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 493/641] um: virt-pci: fix platform map offset Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 494/641] riscv: Check if the code to patch lies in the exit section Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 495/641] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 496/641] riscv: Fix module_alloc() that did not reset the linear mapping permissions Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 497/641] riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 498/641] riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 499/641] drm/i915/dp: Fix the max DSC bpc supported by source Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 500/641] MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 501/641] MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 502/641] power: supply: cw2015: correct time_to_empty units in sysfs Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 503/641] power: supply: bq256xx: fix some problem in bq256xx_hw_init Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 504/641] PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 505/641] serial: 8250: omap: Dont skip resource freeing if pm_runtime_resume_and_get() failed Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 506/641] iommu: Map reserved memory as cacheable if device is coherent Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 507/641] perf test: Remove atomics from test_loop to avoid test failures Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 508/641] perf header: Fix segfault on build_mem_topology() error path Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 509/641] libapi: Add missing linux/types.h header to get the __u64 type on io.h Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 510/641] staging: vc04_services: vchiq_core: Log through struct vchiq_instance Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 511/641] staging: vc04_services: Do not pass NULL to vchiq_log_error() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 512/641] usb: core: Allow subclassed USB drivers to override usb_choose_configuration() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 513/641] r8152: Choose our USB config with choose_configuration() rather than probe() Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 514/641] perf test record user-regs: Fix mask for vg register Greg Kroah-Hartman
2024-01-22 23:56 ` [PATCH 6.7 515/641] vfio/pds: Fix calculations in pds_vfio_dirty_sync Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 516/641] perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 517/641] perf vendor events powerpc: Update datasource event name to fix duplicate events Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 518/641] perf mem: Fix error on hybrid related to availability of mem event in a PMU Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 519/641] perf stat: Exit perf stat if parse groups fails Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 520/641] base/node.c: initialize the accessor list before registering Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 521/641] acpi: property: Let args be NULL in __acpi_node_get_property_reference Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 522/641] software node: Let args be NULL in software_node_get_reference_args Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 523/641] serial: imx: fix tx statemachine deadlock Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 524/641] selftests/sgx: Fix uninitialized pointer dereference in error path Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 525/641] selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entry Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 526/641] selftests/sgx: Include memory clobber for inline asm in test enclave Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 527/641] selftests/sgx: Skip non X86_64 platform Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 528/641] iio: adc: ad9467: fix reset gpio handling Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 529/641] iio: adc: ad9467: dont ignore error codes Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 530/641] iio: adc: ad9467: add mutex to struct ad9467_state Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 531/641] iio: adc: ad9467: fix scale setting Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 532/641] perf header: Fix one memory leakage in perf_event__fprintf_event_update() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 533/641] perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 534/641] perf genelf: Set ELF program header addresses properly Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 535/641] perf unwind-libdw: Handle JIT-generated DSOs properly Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 536/641] perf unwind-libunwind: Fix base address for .eh_frame Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 537/641] bus: mhi: ep: Do not allocate event ring element on stack Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 538/641] bus: mhi: ep: Use slab allocator where applicable Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 539/641] bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 540/641] PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 541/641] usb: cdc-acm: return correct error code on unsupported break Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 542/641] arm64: dts: qcom: qrb5165-rb5: use u16 for DP altmode svid Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 543/641] usb: core: Fix crash w/ usb_choose_configuration() if no driver Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 544/641] cdx: Explicitly include correct DT includes, again Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 545/641] spmi: mtk-pmif: Serialize PMIF status check and command submission Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 546/641] usb: gadget: webcam: Make g_webcam loadable again Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 547/641] greybus: gb-beagleplay: Remove use of pad bytes Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 548/641] iommu: Dont reserve 0-length IOVA region Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 549/641] perf vendor events: Remove UTF-8 characters from cmn.json Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 550/641] power: supply: Fix null pointer dereference in smb2_probe Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 551/641] vdpa: Fix an error handling path in eni_vdpa_probe() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 552/641] apparmor: Fix ref count leak in task_kill Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 553/641] nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 554/641] nvmet-tcp: fix a crash in nvmet_req_complete() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 555/641] nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 556/641] apparmor: free the allocated pdb objects Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 557/641] perf env: Avoid recursively taking env->bpf_progs.lock Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 558/641] perf stat: Fix hard coded LL miss units Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 559/641] cxl/region: fix x9 interleave typo Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 560/641] apparmor: fix possible memory leak in unpack_trans_table Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 561/641] apparmor: avoid crash when parsed profile name is empty Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 562/641] usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 563/641] serial: imx: Correct clock error message in function probe() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 564/641] serial: apbuart: fix console prompt on qemu Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 565/641] cdx: call of_node_put() on error path Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 566/641] cdx: Unlock on error path in rescan_store() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 567/641] perf db-export: Fix missing reference count get in call_path_from_sample() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 568/641] cxl/port: Fix missing target list lock Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 569/641] spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 570/641] hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 571/641] nvmet: re-fix tracing strncpy() warning Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 572/641] nvme: trace: avoid memcpy overflow warning Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 573/641] PCI: xilinx-xdma: Fix uninitialized symbols in xilinx_pl_dma_pcie_setup_irq() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 574/641] PCI: xilinx-xdma: Fix error code in xilinx_pl_dma_pcie_init_irq_domain() Greg Kroah-Hartman
2024-01-22 23:57 ` [PATCH 6.7 575/641] nvmet-tcp: Fix the H2C expected PDU len calculation Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 576/641] PCI: keystone: Fix race condition when initializing PHYs Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 577/641] apparmor: Fix memory leak in unpack_profile() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 578/641] PCI: mediatek-gen3: Fix translation window size calculation Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 579/641] ASoC: mediatek: sof-common: Add NULL check for normal_link string Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 580/641] s390/pci: fix max size calculation in zpci_memcpy_toio() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 581/641] net: qualcomm: rmnet: fix global oob in rmnet_policy Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 582/641] net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 583/641] rxrpc: Fix use of Dont Fragment flag Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 584/641] octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2 Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 585/641] net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 586/641] amt: do not use overwrapped cb area Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 587/641] ALSA: aloop: Introduce a function to get if access is interleaved mode Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 588/641] net: micrel: Fix PTP frame parsing for lan8841 Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 589/641] net: phy: micrel: populate .soft_reset for KSZ9131 Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 590/641] ALSA: hda: Properly setup HDMI stream Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 591/641] mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 592/641] mptcp: strict validation before using mp_opt->hmac Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 593/641] mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 594/641] mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 595/641] mptcp: refine opt_mp_capable determination Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 596/641] block: ensure we hold a queue reference when using queue limits Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 597/641] net: stmmac: Fix ethool link settings ops for integrated PCS Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 598/641] udp: annotate data-races around up->pending Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 599/641] erofs: fix inconsistent per-file compression format Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 600/641] net: add more sanity check in virtio_net_hdr_to_skb() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 601/641] net: netdev_queue: netdev_txq_completed_mb(): fix wake condition Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 602/641] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 603/641] bpf: Avoid iter->offset making backward progress in bpf_iter_udp Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 604/641] net: tls, fix WARNIING in __sk_msg_free Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 605/641] net: ravb: Fix dma_addr_t truncation in error case Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 606/641] dt-bindings: gpio: xilinx: Fix node address in gpio Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 607/641] gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 608/641] ASoC: SOF: ipc4-loader: remove the CPC check warnings Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 609/641] gpiolib: Fix scope-based gpio_device refcounting Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 610/641] drm/amdkfd: fixes for HMM mem allocation Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 611/641] drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 612/641] selftests: bonding: Change script interpreter Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 613/641] net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake calls Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 614/641] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 615/641] net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 616/641] LoongArch: BPF: Prevent out-of-bounds memory access Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 617/641] mptcp: relax check on MPC passive fallback Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 618/641] net: netdevsim: dont try to destroy PHC on VFs Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 619/641] netfilter: nf_tables: reject invalid set policy Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 620/641] netfilter: nft_limit: do not ignore unsupported flags Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 621/641] netfilter: nfnetlink_log: use proper helper for fetching physinif Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 622/641] netfilter: nf_queue: remove excess nf_bridge variable Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 623/641] netfilter: propagate net to nf_bridge_get_physindev Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 624/641] netfilter: bridge: replace physindev with physinif in nf_bridge_info Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 625/641] netfilter: nf_tables: do not allow mismatch field size and set key length Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 626/641] netfilter: nf_tables: skip dead set elements in netlink dump Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 627/641] netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 628/641] ipvs: avoid stat macros calls from preemptible context Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 629/641] io_uring: adjust defer tw counting Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 630/641] kdb: Fix a potential buffer overflow in kdb_local() Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 631/641] arm64/ptrace: Dont flush ZA/ZT storage when writing ZA via ptrace Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 632/641] ethtool: netlink: Add missing ethnl_ops_begin/complete Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 633/641] loop: fix the the direct I/O support check when used on top of block devices Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 634/641] mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure Greg Kroah-Hartman
2024-01-22 23:58 ` [PATCH 6.7 635/641] mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 636/641] mlxsw: spectrum_acl_tcam: Fix stack corruption Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 637/641] mlxsw: spectrum_router: Register netdevice notifier before nexthop Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 638/641] selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 639/641] ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 640/641] i2c: s3c24xx: fix read transfers in polling mode Greg Kroah-Hartman
2024-01-22 23:59 ` [PATCH 6.7 641/641] i2c: s3c24xx: fix transferring more than one message " Greg Kroah-Hartman
2024-01-23  1:51 ` [PATCH 6.7 000/641] 6.7.2-rc1 review SeongJae Park
2024-01-23  8:41 ` Luna Jernberg
2024-01-23 14:33 ` Ron Economos
2024-01-23 16:10 ` Jon Hunter
2024-01-23 16:11   ` Jon Hunter
2024-01-23 16:31 ` Pascal Ernster
2024-01-25 23:44   ` Greg Kroah-Hartman
2024-01-23 17:25 ` Allen

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=20240122235819.464711764@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=dan.carpenter@linaro.org \
    --cc=giovanni.cabiddu@intel.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=patches@lists.linux.dev \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).