public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Alexander Wetzel <alexander@wetzel-home.de>
Cc: Naresh Kamboju <naresh.kamboju@linaro.org>,
	stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org,
	Bart Van Assche <bvanassche@acm.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Anders Roxell <anders.roxell@linaro.org>,
	Dan Carpenter <dan.carpenter@linaro.org>,
	LTP List <ltp@lists.linux.it>
Subject: Re: [PATCH 6.6 000/396] 6.6.24-rc1 review
Date: Tue, 2 Apr 2024 09:51:11 +0200	[thread overview]
Message-ID: <2024040257-slackness-composer-9696@gregkh> (raw)
In-Reply-To: <29a7a1e5-da67-47fc-b1fd-ef65902ec252@wetzel-home.de>

On Mon, Apr 01, 2024 at 09:22:52PM +0200, Alexander Wetzel wrote:
> 
> > Following kernel warnings have been noticed on qemu-x86_64 while running LTP
> > cve ioctl_sg01 tests the kernel with stable-rc 6.6.24-rc1, 6.7.12-rc1 and
> > 6.8.3-rc1.
> > 
> > We have started bi-secting this issue.
> > Always reproduced.
> > 
> > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> > 
> > ioctl_sg01.c:81: TINFO: Found SCSI device /dev/sg0
> > ------------[ cut here ]------------
> > [   36.606841] WARNING: CPU: 0 PID: 8 at drivers/scsi/sg.c:2237
> > sg_remove_sfp_usercontext+0x145/0x150
> > [   36.609445] Modules linked in:
> > [   36.610793] CPU: 0 PID: 8 Comm: kworker/0:0 Not tainted 6.6.24-rc1 #1
> > [   36.611568] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009),
> > BIOS 1.16.3-debian-1.16.3-2~bpo12+1 04/01/2014
> > [   36.612872] Workqueue: events sg_remove_sfp_usercontext
> > [   36.613691] RIP: 0010:sg_remove_sfp_usercontext+0x145/0x150
> > 
> > <trim>
> > 
> > [   36.621539] Call Trace:
> > [   36.621953]  <TASK>
> > [   36.622444]  ? show_regs+0x69/0x80
> > [   36.622819]  ? __warn+0x8d/0x150
> > [   36.623078]  ? sg_remove_sfp_usercontext+0x145/0x150
> > [   36.623558]  ? report_bug+0x171/0x1a0
> > [   36.623881]  ? handle_bug+0x42/0x80
> > [   36.624070]  ? exc_invalid_op+0x1c/0x70
> > [   36.624491]  ? asm_exc_invalid_op+0x1f/0x30
> > [   36.624897]  ? sg_remove_sfp_usercontext+0x145/0x150
> > [   36.625408]  process_one_work+0x141/0x300
> > [   36.625769]  worker_thread+0x2f6/0x430
> > [   36.626073]  ? __pfx_worker_thread+0x10/0x10
> > [   36.626529]  kthread+0x105/0x140
> > [   36.626778]  ? __pfx_kthread+0x10/0x10
> > [   36.627059]  ret_from_fork+0x41/0x60
> > [   36.627441]  ? __pfx_kthread+0x10/0x10
> > [   36.627735]  ret_from_fork_asm+0x1b/0x30
> > [   36.628293]  </TASK>
> > [   36.628604] ---[ end trace 0000000000000000 ]---
> > ioctl_sg01.c:122: TPASS: Output buffer is empty, no data leaked
> > 
> > Suspecting commit:
> > -----
> > scsi: sg: Avoid sg device teardown race
> > commit 27f58c04a8f438078583041468ec60597841284d upstream.
> > 
> 
> Correct. The issue is already been worked on.
> 
> commit 27f58c04a8f4 ("scsi: sg: Avoid sg device teardown race") fixed a real
> issue. But also added an incorrect WARN_ON_ONCE(). Thus the scary - but
> otherwise harmless - error message.
> 
> Current patch fixing the broken commit is proposed here:
> https://lore.kernel.org/all/20240401191038.18359-1-Alexander@wetzel-home.de/

I will drop the offending commit from all queues now, thanks.

greg k-h

  reply	other threads:[~2024-04-02  7:51 UTC|newest]

Thread overview: 414+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-01 15:40 [PATCH 6.6 000/396] 6.6.24-rc1 review Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 001/396] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 002/396] KVM: x86: Use a switch statement and macros in __feature_translate() Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 003/396] drm/vmwgfx: Unmap the surface before resetting it on a plane state Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 004/396] wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 005/396] wifi: brcmfmac: avoid invalid list operation when vendor attach fails Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 006/396] media: staging: ipu3-imgu: Set fields before media_entity_pads_init() Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 007/396] arm64: dts: qcom: sc7280: Add additional MSI interrupts Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 008/396] remoteproc: virtio: Fix wdg cannot recovery remote processor Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 009/396] clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd Greg Kroah-Hartman
2024-04-01 15:40 ` [PATCH 6.6 010/396] smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr() Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 011/396] smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity() Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 012/396] arm: dts: marvell: Fix maxium->maxim typo in brownstone dts Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 013/396] drm/vmwgfx: Fix possible null pointer derefence with invalid contexts Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 014/396] serial: max310x: fix NULL pointer dereference in I2C instantiation Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 015/396] drm/vmwgfx: Fix the lifetime of the bo cursor memory Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 016/396] pci_iounmap(): Fix MMIO mapping leak Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 017/396] media: xc4000: Fix atomicity violation in xc4000_get_frequency Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 018/396] media: mc: Add local pad to pipeline regardless of the link state Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 019/396] media: mc: Fix flags handling when creating pad links Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 020/396] media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 021/396] media: mc: Add num_links flag to media_pad Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 022/396] media: mc: Rename pad variable to clarify intent Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 023/396] media: mc: Expand MUST_CONNECT flag to always require an enabled link Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 024/396] media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 025/396] KVM: Always flush async #PF workqueue when vCPU is being destroyed Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 026/396] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 027/396] arm64: dts: qcom: sm8550-mtp: " Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 028/396] cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf() Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 029/396] thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 030/396] powercap: intel_rapl: Fix a NULL pointer dereference Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 031/396] sched: Simplify tg_set_cfs_bandwidth() Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 032/396] powercap: intel_rapl: Fix locking in TPMI RAPL Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 033/396] powercap: intel_rapl_tpmi: Fix a register bug Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 034/396] powercap: intel_rapl_tpmi: Fix System Domain probing Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 035/396] powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 036/396] powerpc/smp: Increase nr_cpu_ids to include the boot CPU Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 037/396] sparc64: NMI watchdog: fix return value of __setup handler Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 038/396] sparc: vDSO: " Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 039/396] crypto: qat - resolve race condition during AER recovery Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 040/396] selftests/mqueue: Set timeout to 180 seconds Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 041/396] ext4: correct best extent lstart adjustment logic Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 042/396] block: Clear zone limits for a non-zoned stacked queue Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 043/396] kasan/test: avoid gcc warning for intentional overflow Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 044/396] bounds: support non-power-of-two CONFIG_NR_CPUS Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 045/396] fat: fix uninitialized field in nostale filehandles Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 046/396] fuse: fix VM_MAYSHARE and direct_io_allow_mmap Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 047/396] ubifs: Set page uptodate in the correct place Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 048/396] ubi: Check for too small LEB size in VTBL code Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 049/396] ubi: correct the calculation of fastmap size Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 050/396] mtd: rawnand: meson: fix scrambling mode value in command macro Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 051/396] md/md-bitmap: fix incorrect usage for sb_index Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 052/396] x86/nmi: Fix the inverse "in NMI handler" check Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 053/396] parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd() Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 054/396] parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 055/396] parisc: Fix ip_fast_csum Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 056/396] parisc: Fix csum_ipv6_magic on 32-bit systems Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 057/396] parisc: Fix csum_ipv6_magic on 64-bit systems Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 058/396] parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 059/396] md/raid5: fix atomicity violation in raid5_cache_count Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 060/396] iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2 Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 061/396] iio: adc: rockchip_saradc: use mask for write_enable bitfield Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 062/396] docs: Restore "smart quotes" for quotes Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 063/396] cpufreq: Limit resolving a frequency to policy min/max Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 064/396] PM: suspend: Set mem_sleep_current during kernel command line setup Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 065/396] vfio/pds: Always clear the save/restore FDs on reset Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 066/396] clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 067/396] clk: qcom: gcc-ipq6018: " Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 068/396] clk: qcom: gcc-ipq8074: " Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 069/396] clk: qcom: gcc-ipq9574: " Greg Kroah-Hartman
2024-04-01 15:41 ` [PATCH 6.6 070/396] clk: qcom: mmcc-apq8084: " Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 071/396] clk: qcom: mmcc-msm8974: " Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 072/396] usb: xhci: Add error handling in xhci_map_urb_for_dma Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 073/396] powerpc/fsl: Fix mfpmr build errors with newer binutils Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 074/396] USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 075/396] USB: serial: add device ID for VeriFone adapter Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 076/396] USB: serial: cp210x: add ID for MGP Instruments PDS100 Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 077/396] USB: serial: option: add MeiG Smart SLM320 product Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 078/396] KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 079/396] USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 080/396] PM: sleep: wakeirq: fix wake irq warning in system suspend Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 081/396] mmc: tmio: avoid concurrent runs of mmc_request_done() Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 082/396] fuse: replace remaining make_bad_inode() with fuse_make_bad() Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 083/396] fuse: fix root lookup with nonzero generation Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 084/396] fuse: dont unhash root Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 085/396] usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 086/396] usb: dwc3-am62: fix module unload/reload behavior Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 087/396] usb: dwc3-am62: Disable wakeup at remove Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 088/396] serial: core: only stop transmit when HW fifo is empty Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 089/396] serial: Lock console when calling into driver before registration Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 090/396] btrfs: qgroup: always free reserved space for extent records Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 091/396] btrfs: fix off-by-one chunk length calculation at contains_pending_extent() Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 092/396] wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 093/396] PCI/PM: Drain runtime-idle callbacks before driver removal Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 094/396] PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 095/396] ACPI: CPPC: Use access_width over bit_width for system memory accesses Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 096/396] dm-raid: fix lockdep waring in "pers->hot_add_disk" Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 097/396] powerpc: xor_vmx: Add -mhard-float to CFLAGS Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 098/396] block: Fix page refcounts for unaligned buffers in __bio_release_pages() Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 099/396] mac802154: fix llsec key resources release in mac802154_llsec_key_del Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 100/396] mm: swap: fix race between free_swap_and_cache() and swapoff() Greg Kroah-Hartman
2024-04-02  7:54   ` Ryan Roberts
2024-04-01 15:42 ` [PATCH 6.6 101/396] mmc: core: Fix switch on gp3 partition Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 102/396] Bluetooth: btnxpuart: Fix btnxpuart_close Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 103/396] leds: trigger: netdev: Fix kernel panic on interface rename trig notify Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 104/396] drm/etnaviv: Restore some id values Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 105/396] landlock: Warn once if a Landlock action is requested while disabled Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 106/396] hwmon: (amc6821) add of_match table Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 107/396] ext4: fix corruption during on-line resize Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 108/396] nvmem: meson-efuse: fix function pointer type mismatch Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 109/396] slimbus: core: Remove usage of the deprecated ida_simple_xx() API Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 110/396] phy: tegra: xusb: Add API to retrieve the port number of phy Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 111/396] usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 112/396] speakup: Fix 8bit characters from direct synth Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 113/396] PCI/AER: Block runtime suspend when handling errors Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 114/396] io_uring/net: correctly handle multishot recvmsg retry setup Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 115/396] io_uring: fix mshot io-wq checks Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 116/396] sparc32: Fix parport build with sparc32 Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 117/396] nfs: fix UAF in direct writes Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 118/396] NFS: Read unlock folio on nfs_page_create_from_folio() error Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 119/396] kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 120/396] PCI: qcom: Enable BDF to SID translation properly Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 121/396] PCI: dwc: endpoint: Fix advertised resizable BAR size Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 122/396] PCI: hv: Fix ring buffer size calculation Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 123/396] smb: client: stop revalidating reparse points unnecessarily Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 124/396] cifs: prevent updating file size from server if we have a read/write lease Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 125/396] cifs: allow changing password during remount Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 126/396] thermal/drivers/mediatek: Fix control buffer enablement on MT7896 Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 127/396] vfio/pci: Disable auto-enable of exclusive INTx IRQ Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 128/396] vfio/pci: Lock external INTx masking ops Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 129/396] vfio/platform: Disable virqfds on cleanup Greg Kroah-Hartman
2024-04-01 15:42 ` [PATCH 6.6 130/396] tpm,tpm_tis: Avoid warning splat at shutdown Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 131/396] server: convert to new timestamp accessors Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 132/396] ksmbd: replace generic_fillattr with vfs_getattr Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 133/396] ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 134/396] platform/x86/intel/tpmi: Change vsec offset to u64 Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 135/396] io_uring: clean rings on NO_MMAP alloc fail Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 136/396] ring-buffer: Fix waking up ring buffer readers Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 137/396] ring-buffer: Do not set shortest_full when full target is hit Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 138/396] ring-buffer: Fix resetting of shortest_full Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 139/396] ring-buffer: Fix full_waiters_pending in poll Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 140/396] ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 141/396] dlm: fix user space lkb refcounting Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 142/396] soc: fsl: qbman: Always disable interrupts when taking cgr_lock Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 143/396] soc: fsl: qbman: Use raw spinlock for cgr_lock Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 144/396] s390/zcrypt: fix reference counting on zcrypt card objects Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 145/396] drm/probe-helper: warn about negative .get_modes() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 146/396] drm/panel: do not return negative error codes from drm_panel_get_modes() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 147/396] drm/exynos: do not return negative values from .get_modes() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 148/396] drm/imx/ipuv3: " Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 149/396] drm/vc4: hdmi: " Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 150/396] memtest: use {READ,WRITE}_ONCE in memory scanning Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 151/396] Revert "block/mq-deadline: use correct way to throttling write requests" Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 152/396] f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 153/396] f2fs: truncate page cache before clearing flags when aborting atomic write Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 154/396] nilfs2: fix failure to detect DAT corruption in btree and direct mappings Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 155/396] nilfs2: prevent kernel bug at submit_bh_wbc() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 156/396] cifs: add xid to query server interface call Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 157/396] cifs: make sure server interfaces are requested only for SMB3+ Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 158/396] cifs: do not let cifs_chan_update_iface deallocate channels Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 159/396] cifs: delete unnecessary NULL checks in cifs_chan_update_iface() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 160/396] cifs: make cifs_chan_update_iface() a void function Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 161/396] cifs: reduce warning log level for server not advertising interfaces Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 162/396] cifs: open_cached_dir(): add FILE_READ_EA to desired access Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 163/396] mtd: rawnand: Fix and simplify again the continuous read derivations Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 164/396] mtd: rawnand: Constrain even more when continuous reads are enabled Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 165/396] cpufreq: dt: always allocate zeroed cpumask Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 166/396] x86/CPU/AMD: Update the Zenbleed microcode revisions Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 167/396] net: esp: fix bad handling of pages from page_pool Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 168/396] NFSD: Fix nfsd_clid_class use of __string_len() macro Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 169/396] drm/i915: Add missing ; to __assign_str() macros in tracepoint code Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 170/396] net: hns3: tracing: fix hclgevf trace event strings Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 171/396] cxl/trace: Properly initialize cxl_poison region name Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 172/396] virtio: reenable config if freezing device failed Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 173/396] LoongArch: Change __my_cpu_offset definition to avoid mis-optimization Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 174/396] LoongArch: Define the __io_aw() hook as mmiowb() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 175/396] LoongArch/crypto: Clean up useless assignment operations Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 176/396] wireguard: netlink: check for dangling peer via is_dead instead of empty list Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 177/396] wireguard: netlink: access device through ctx instead of peer Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 178/396] wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64} Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 179/396] ahci: asm1064: correct count of reported ports Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 180/396] ahci: asm1064: asm1166: dont limit " Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 181/396] drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 182/396] drm/amd/display: Return the correct HDCP error code Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 183/396] drm/amd/display: Fix noise issue on HDMI AV mute Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 184/396] dm snapshot: fix lockup in dm_exception_table_exit Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 185/396] x86/pm: Work around false positive kmemleak report in msr_build_context() Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 186/396] wifi: brcmfmac: add per-vendor feature detection callback Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 187/396] wifi: brcmfmac: cfg80211: Use WSEC to set SAE password Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 188/396] wifi: brcmfmac: Demote vendor-specific attach/detach messages to info Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 189/396] drm/ttm: Make sure the mapped tt pages are decrypted when needed Greg Kroah-Hartman
2024-04-01 15:43 ` [PATCH 6.6 190/396] drm/bridge: add ->edid_read hook and drm_bridge_edid_read() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 191/396] drm/bridge: lt8912b: use drm_bridge_edid_read() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 192/396] drm/bridge: lt8912b: clear the EDID property on failures Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 193/396] drm/bridge: lt8912b: do not return negative values from .get_modes() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 194/396] workqueue: Shorten events_freezable_power_efficient name Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 195/396] drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 196/396] net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 197/396] netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 198/396] netfilter: nf_tables: disallow anonymous set with timeout flag Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 199/396] netfilter: nf_tables: reject constant set with timeout Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 200/396] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 201/396] nouveau: lock the client object tree Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 202/396] drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 203/396] crypto: rk3288 - Fix use after free in unprepare Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 204/396] crypto: sun8i-ce " Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 205/396] xfrm: Avoid clang fortify warning in copy_to_user_tmpl() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 206/396] mm, mmap: fix vma_merge() case 7 with vma_ops->close Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 207/396] selftests: mptcp: diag: return KSFT_FAIL not test_cnt Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 208/396] usb: typec: tpcm: Fix PORT_RESET behavior for self powered devices Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 209/396] cgroup/cpuset: Fix retval in update_cpumask() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 210/396] Input: xpad - add additional HyperX Controller Identifiers Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 211/396] init/Kconfig: lower GCC version check for -Warray-bounds Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 212/396] firewire: ohci: prevent leak of left-over IRQ on unbind Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 213/396] KVM: x86: Mark target gfn of emulated atomic instruction as dirty Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 214/396] KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 215/396] SEV: disable SEV-ES DebugSwap by default Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 216/396] tracing: Use .flush() call to wake up readers Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 217/396] drm/amdgpu/pm: Fix the error of pwm1_enable setting Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 218/396] tty: serial: imx: Fix broken RS485 Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 219/396] drm/i915: Check before removing mm notifier Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 220/396] ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo ALC897 platform Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 221/396] USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 222/396] usb: typec: altmodes/displayport: create sysfs nodes as drivers default device attribute group Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 223/396] usb: gadget: ncm: Fix handling of zero block length packets Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 224/396] usb: port: Dont try to peer unused USB ports based on location Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 225/396] xhci: Fix failure to detect ring expansion need Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 226/396] tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 227/396] serial: 8250_dw: Do not reclock if already at correct rate Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 228/396] misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 229/396] misc: fastrpc: Pass proper arguments to scm call Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 230/396] serial: port: Dont suspend if the port is still busy Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 231/396] mei: me: add arrow lake point S DID Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 232/396] mei: me: add arrow lake point H DID Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 233/396] vt: fix unicode buffer corruption when deleting characters Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 234/396] Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()" Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 235/396] fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 236/396] ALSA: hda/realtek - Add Headset Mic supported Acer NB platform Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 237/396] ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 238/396] tee: optee: Fix kernel panic caused by incorrect error handling Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 239/396] ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 240/396] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 241/396] arm64: dts: qcom: sc8280xp-x13s: limit pcie4 link speed Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 242/396] iio: accel: adxl367: fix DEVID read after reset Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 243/396] iio: accel: adxl367: fix I2C FIFO data register Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 244/396] i2c: i801: Avoid potential double call to gpiod_remove_lookup_table Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 245/396] iio: imu: inv_mpu6050: fix frequency setting when chip is off Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 246/396] iio: imu: inv_mpu6050: fix FIFO parsing when empty Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 247/396] drm/i915: Dont explode when the dig port we dont have an AUX CH Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 248/396] drm/amd/display: handle range offsets in VRR ranges Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 249/396] x86/efistub: Call mixed mode boot services on the firmwares stack Greg Kroah-Hartman
2024-04-01 15:44 ` [PATCH 6.6 250/396] ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 251/396] wifi: iwlwifi: pcie: fix RB status reading Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 252/396] wifi: rtw88: 8821cu: Fix connection failure Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 253/396] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 254/396] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 255/396] xfs: consider minlen sized extents in xfs_rtallocate_extent_block Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 256/396] xfs: dont leak recovered attri intent items Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 257/396] xfs: use xfs_defer_pending objects to recover " Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 258/396] xfs: pass the xfs_defer_pending object to iop_recover Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 259/396] xfs: transfer recovered intent item ownership in ->iop_recover Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 260/396] xfs: make rextslog computation consistent with mkfs Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 261/396] xfs: fix 32-bit truncation in xfs_compute_rextslog Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 262/396] xfs: dont allow overly small or large realtime volumes Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 263/396] xfs: make xchk_iget safer in the presence of corrupt inode btrees Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 264/396] xfs: remove unused fields from struct xbtree_ifakeroot Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 265/396] xfs: recompute growfsrtfree transaction reservation while growing rt volume Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 266/396] xfs: fix an off-by-one error in xreap_agextent_binval Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 267/396] xfs: force all buffers to be written during btree bulk load Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 268/396] xfs: add missing nrext64 inode flag check to scrub Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 269/396] xfs: initialise di_crc in xfs_log_dinode Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 270/396] xfs: short circuit xfs_growfs_data_private() if delta is zero Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 271/396] xfs: add lock protection when remove perag from radix tree Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 272/396] xfs: fix perag leak when growfs fails Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 273/396] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 274/396] xfs: update dir3 leaf block metadata after swap Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 275/396] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 276/396] xfs: remove conditional building of rt geometry validator functions Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 277/396] btrfs: fix deadlock with fiemap and extent locking Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 278/396] vfio: Introduce interface to flush virqfd inject workqueue Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 279/396] vfio/pci: Create persistent INTx handler Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 280/396] vfio/platform: Create persistent IRQ handlers Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 281/396] vfio/fsl-mc: Block calling interrupt handler without trigger Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 282/396] x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 283/396] x86/sev: Fix position dependent variable references in startup code Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 284/396] clocksource/drivers/arm_global_timer: Fix maximum prescaler value Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 285/396] ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 286/396] ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 287/396] entry: Respect changes to system call number by trace_sys_enter() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 288/396] swiotlb: Fix double-allocation of slots due to broken alignment handling Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 289/396] swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 290/396] swiotlb: Fix alignment checks when both allocation and DMA masks are present Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 291/396] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 292/396] printk: Update @console_may_schedule in console_trylock_spinning() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 293/396] irqchip/renesas-rzg2l: Implement restriction when writing ISCR register Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 294/396] irqchip/renesas-rzg2l: Flush posted write in irq_eoi() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 295/396] irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on registers index Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 296/396] irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 297/396] irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 298/396] irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 299/396] kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 300/396] efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 301/396] x86/mpparse: Register APIC address only once Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 302/396] x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 303/396] efi: fix panic in kdump kernel Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 304/396] pwm: img: fix pwm clock lookup Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 305/396] selftests/mm: gup_test: conform test to TAP format output Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 306/396] selftests/mm: Fix build with _FORTIFY_SOURCE Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 307/396] perf top: Use evsels cpus to replace user_requested_cpus Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 308/396] ALSA: hda/tas2781: remove digital gain kcontrol Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 309/396] ALSA: hda/tas2781: add locks to kcontrols Greg Kroah-Hartman
2024-04-01 15:45 ` [PATCH 6.6 310/396] init: open /initrd.image with O_LARGEFILE Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 311/396] x86/efistub: Add missing boot_params for mixed mode compat entry Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 312/396] efi/libstub: Cast away type warning in use of max() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 313/396] x86/efistub: Reinstate soft limit for initrd loading Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 314/396] prctl: generalize PR_SET_MDWE support check to be per-arch Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 315/396] ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 316/396] tmpfs: fix race on handling dquot rbtree Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 317/396] btrfs: fix race in read_extent_buffer_pages() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 318/396] btrfs: zoned: dont skip block groups with 100% zone unusable Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 319/396] btrfs: zoned: use zone aware sb location for scrub Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 320/396] wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 321/396] wifi: cfg80211: add a flag to disable wireless extensions Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 322/396] wifi: iwlwifi: mvm: disable MLO for the time being Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 323/396] wifi: iwlwifi: fw: dont always use FW dump trig Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 324/396] Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR" Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 325/396] gpio: cdev: sanitize the label before requesting the interrupt Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 326/396] exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 327/396] hexagon: vmlinux.lds.S: handle attributes section Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 328/396] mm: cachestat: fix two shmem bugs Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 329/396] selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 330/396] selftests/mm: fix ARM related issue with fork after pthread_create Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 331/396] mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 332/396] mmc: core: Initialize mmc_blk_ioc_data Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 333/396] mmc: core: Avoid negative index with array access Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 334/396] sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 335/396] block: Do not force full zone append completion in req_bio_endio() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 336/396] thermal: devfreq_cooling: Fix perf state when calculate dfc res_util Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 337/396] nouveau/dmem: handle kcalloc() allocation failure Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 338/396] net: ll_temac: platform_get_resource replaced by wrong function Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 339/396] drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 340/396] drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 341/396] drm/amdgpu: fix deadlock while reading mqd from debugfs Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 342/396] drm/i915/hwmon: Fix locking inversion in sysfs getter Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 343/396] drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 344/396] drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 345/396] drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 346/396] drm/i915/gt: Reset queue_priority_hint on parking Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 347/396] Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 348/396] mtd: spinand: Add support for 5-byte IDs Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 349/396] Revert "usb: phy: generic: Get the vbus supply" Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 350/396] usb: cdc-wdm: close race between read and workqueue Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 351/396] USB: UAS: return ENODEV when submit urbs fail with device not attached Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 352/396] drm/amd/display: Fix hang/underflow when transitioning to ODM4:1 Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 353/396] drm/amd/display: Disconnect phantom pipe OPP from OPTC being disabled Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 354/396] drm/amd/display: Clear OPTC mem select on disable Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 355/396] vfio/pds: Make sure migration file isnt accessed after reset Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 356/396] ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 357/396] scsi: sd: Fix TCG OPAL unlock on system resume Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 358/396] scsi: sg: Avoid sg device teardown race Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 359/396] scsi: core: Fix unremoved procfs host directory regression Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 360/396] staging: vc04_services: changen strncpy() to strscpy_pad() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 361/396] staging: vc04_services: fix information leak in create_component() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 362/396] usb: dwc3: Properly set system wakeup Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 363/396] USB: core: Fix deadlock in usb_deauthorize_interface() Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 364/396] USB: core: Add hub_get() and hub_put() routines Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 365/396] USB: core: Fix deadlock in port "disable" sysfs attribute Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 366/396] usb: dwc2: host: Fix remote wakeup from hibernation Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 367/396] usb: dwc2: host: Fix hibernation flow Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 368/396] usb: dwc2: host: Fix ISOC flow in DDMA mode Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 369/396] usb: dwc2: gadget: Fix exiting from clock gating Greg Kroah-Hartman
2024-04-01 15:46 ` [PATCH 6.6 370/396] usb: dwc2: gadget: LPM flow fix Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 371/396] usb: udc: remove warning when queue disabled ep Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 372/396] usb: typec: Return size of buffer if pd_set operation succeeds Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 373/396] usb: typec: ucsi: Clear EVENT_PENDING under PPM lock Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 374/396] usb: typec: ucsi: Check for notifications after init Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 375/396] usb: typec: ucsi: Ack unsupported commands Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 376/396] usb: typec: ucsi_acpi: Refactor and fix DELL quirk Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 377/396] usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 378/396] scsi: qla2xxx: Prevent command send on chip reset Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 379/396] scsi: qla2xxx: Fix N2N stuck connection Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 380/396] scsi: qla2xxx: Split FCE|EFT trace control Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 381/396] scsi: qla2xxx: Update manufacturer detail Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 382/396] scsi: qla2xxx: NVME|FCP prefer flag not being honored Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 383/396] scsi: qla2xxx: Fix command flush on cable pull Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 384/396] scsi: qla2xxx: Fix double free of the ha->vp_map pointer Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 385/396] scsi: qla2xxx: Fix double free of fcport Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 386/396] scsi: qla2xxx: Change debug message during driver unload Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 387/396] scsi: qla2xxx: Delay I/O Abort on PCI error Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 388/396] x86/bugs: Use fixed addressing for VERW operand Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 389/396] Revert "x86/bugs: Use fixed addressing for VERW operand" Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 390/396] usb: dwc3: pci: Drop duplicate ID Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 391/396] scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 392/396] scsi: lpfc: Correct size for wqe " Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 393/396] scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 394/396] scsi: libsas: Fix disk not being scanned in after being removed Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 395/396] x86/sev: Skip ROM range scans and validation for SEV-SNP guests Greg Kroah-Hartman
2024-04-01 15:47 ` [PATCH 6.6 396/396] tools/resolve_btfids: fix build with musl libc Greg Kroah-Hartman
2024-04-01 18:27 ` [PATCH 6.6 000/396] 6.6.24-rc1 review SeongJae Park
2024-04-01 19:01 ` Naresh Kamboju
2024-04-01 19:22   ` Alexander Wetzel
2024-04-02  7:51     ` Greg Kroah-Hartman [this message]
2024-04-02 10:37     ` Dan Carpenter
2024-04-02 11:44       ` Greg Kroah-Hartman
2024-04-01 20:34 ` Florian Fainelli
2024-04-01 23:40 ` Shuah Khan
2024-04-02  0:15 ` Kelsey Steele
2024-04-02  2:59 ` Harshit Mogalapalli
2024-04-02  5:13 ` Ron Economos
2024-04-02  9:18 ` Naresh Kamboju
2024-04-02 11:32 ` Takeshi Ogasawara
2024-04-02 14:39 ` Mark Brown
2024-04-02 19:13 ` Jon Hunter
2024-04-03 13:45 ` Conor Dooley

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=2024040257-slackness-composer-9696@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=alexander@wetzel-home.de \
    --cc=allen.lkml@gmail.com \
    --cc=anders.roxell@linaro.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=bvanassche@acm.org \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=ltp@lists.linux.it \
    --cc=martin.petersen@oracle.com \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.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