linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Sasha Levin <sashal@kernel.org>,
	Ben Greening <bgreening@gmail.com>
Subject: [PATCH 5.18 0175/1095] ACPI: video: Use native backlight on Dell Inspiron N4010
Date: Mon, 15 Aug 2022 19:52:54 +0200	[thread overview]
Message-ID: <20220815180436.875092102@linuxfoundation.org> (raw)
In-Reply-To: <20220815180429.240518113@linuxfoundation.org>

From: Hans de Goede <hdegoede@redhat.com>

[ Upstream commit 03c440a26cba6cfa540d65924e9db86fcea362b2 ]

The Dell Inspiron N4010 does not have ACPI backlight control,
so acpi_video_get_backlight_type()'s heuristics return vendor as
the type to use.

But the vendor interface is broken, where as the native (intel_backlight)
works well, add a quirk to use native.

Link: https://lore.kernel.org/regressions/CALF=6jEe5G8+r1Wo0vvz4GjNQQhdkLT5p8uCHn6ZXhg4nsOWow@mail.gmail.com/
Reported-and-tested-by: Ben Greening <bgreening@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/acpi/video_detect.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 6615f59ab7fd..5d7f38016a24 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -347,6 +347,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
 		DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro12,1"),
 		},
 	},
+	{
+	 .callback = video_detect_force_native,
+	 /* Dell Inspiron N4010 */
+	 .matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+		DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron N4010"),
+		},
+	},
 	{
 	 .callback = video_detect_force_native,
 	 /* Dell Vostro V131 */
-- 
2.35.1




  parent reply	other threads:[~2022-08-15 20:32 UTC|newest]

Thread overview: 1101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-15 17:49 [PATCH 5.18 0000/1095] 5.18.18-rc1 review Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0001/1095] Makefile: link with -z noexecstack --no-warn-rwx-segments Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0002/1095] x86: link vdso and boot " Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0003/1095] Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING" Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0004/1095] scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover" Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0005/1095] pNFS/flexfiles: Report RDMA connection errors to the server Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0006/1095] NFSD: Clean up the show_nf_flags() macro Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0007/1095] nfsd: eliminate the NFSD_FILE_BREAK_* flags Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0008/1095] ALSA: usb-audio: Add quirk for Behringer UMC202HD Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0009/1095] ALSA: bcd2000: Fix a UAF bug on the error path of probing Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0010/1095] ALSA: hda/realtek: Add quirk for Clevo NV45PZ Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0011/1095] ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxx Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0012/1095] ALSA: hda/realtek: Add quirk for Lenovo Yoga9 14IAP7 Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0013/1095] ASoC: amd: yc: Update DMI table entries Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0014/1095] wifi: mac80211_hwsim: fix race condition in pending packet Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0015/1095] wifi: mac80211_hwsim: add back erroneously removed cast Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0016/1095] wifi: mac80211_hwsim: use 32-bit skb cookie Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0017/1095] add barriers to buffer_uptodate and set_buffer_uptodate Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0018/1095] lockd: detect and reject lock arguments that overflow Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0019/1095] HID: hid-input: add Surface Go battery quirk Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0020/1095] HID: nintendo: Add missing array termination Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0021/1095] HID: wacom: Only report rotation for art pen Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0022/1095] HID: wacom: Dont register pad_input for touch switch Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0023/1095] KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0024/1095] KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL " Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0025/1095] KVM: SVM: Dont BUG if userspace injects an interrupt with GIF=0 Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0026/1095] KVM: s390: pv: dont present the ecall interrupt twice Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0027/1095] KVM: Drop unused @gpa param from gfn=>pfn caches __release_gpc() helper Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0028/1095] KVM: Put the extra pfn reference when reusing a pfn in the gpc cache Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0029/1095] KVM: Fully serialize gfn=>pfn cache refresh via mutex Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0030/1095] KVM: Fix multiple races in gfn=>pfn cache refresh Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0031/1095] KVM: Do not incorporate page offset into gfn=>pfn cache user address Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0032/1095] KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0033/1095] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0034/1095] KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0035/1095] KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4 Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0036/1095] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0037/1095] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0038/1095] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1 Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0039/1095] KVM: x86: Tag kvm_mmu_x86_module_init() with __init Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0040/1095] KVM: x86: do not report preemption if the steal time cache is stale Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0041/1095] KVM: x86: revalidate steal time cache if MSR value changes Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0042/1095] ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0043/1095] ALSA: hda/cirrus - support for iMac 12,1 model Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0044/1095] ALSA: hda/realtek: Add quirk for another Asus K42JZ model Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0045/1095] ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0046/1095] tty: vt: initialize unicode screen buffer Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0047/1095] vfs: Check the truncate maximum size in inode_newsize_ok() Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0048/1095] fs: Add missing umask strip in vfs_tmpfile Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0049/1095] thermal: sysfs: Fix cooling_device_stats_setup() error code path Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0050/1095] fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0051/1095] fbcon: Fix accelerated fbdev scrolling while logo is still shown Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0052/1095] usbnet: Fix linkwatch use-after-free on disconnect Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0053/1095] fix short copy handling in copy_mc_pipe_to_iter() Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0054/1095] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0055/1095] ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0056/1095] parisc: Fix device names in /proc/iomem Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0057/1095] parisc: Drop pa_swapper_pg_lock spinlock Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0058/1095] parisc: Check the return value of ioremap() in lba_driver_probe() Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0059/1095] parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode Greg Kroah-Hartman
2022-08-15 17:50 ` [PATCH 5.18 0060/1095] riscv:uprobe fix SR_SPIE set/clear handling Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0061/1095] riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0062/1095] dt-bindings: riscv: fix SiFive l2-caches cache-sets Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0063/1095] riscv: dts: starfive: correct number of external interrupts Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0064/1095] RISC-V: cpu_ops_spinwait.c should include head.h Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0065/1095] RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h> Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0066/1095] RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0067/1095] RISC-V: Fixup get incorrect user mode PC for kernel mode regs Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0068/1095] RISC-V: Fixup schedule out issue in machine_crash_shutdown() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0069/1095] RISC-V: Fix counter restart during overflow for RV32 Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0070/1095] RISC-V: Fix SBI PMU calls " Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0071/1095] RISC-V: Update user page mapping only once during start Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0072/1095] RISC-V: Add modules to virtual kernel memory layout dump Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0073/1095] wireguard: selftests: set CONFIG_NONPORTABLE on riscv32 Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0074/1095] rtc: rx8025: fix 12/24 hour mode detection on RX-8035 Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0075/1095] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0076/1095] drm/shmem-helper: Add missing vunmap on error Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0077/1095] drm/vc4: hdmi: Disable audio if dmas property is present but empty Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0078/1095] drm/ingenic: Use the highest possible DMA burst size Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0079/1095] drm/hyperv-drm: Include framebuffer and EDID headers Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0080/1095] drm/nouveau: fix another off-by-one in nvbios_addr Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0081/1095] drm/nouveau: Dont pm_runtime_put_sync(), only pm_runtime_put_autosuspend() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0082/1095] drm/nouveau/acpi: Dont print error when we get -EINPROGRESS from pm_runtime Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0083/1095] drm/nouveau/kms: Fix failure path for creating DP connectors Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0084/1095] drm/tegra: Fix vmapping of prime buffers Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0085/1095] drm/amdgpu: Check BOs requested pinning domains against its preferred_domains Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0086/1095] bpf: Fix KASAN use-after-free Read in compute_effective_progs Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0087/1095] btrfs: reject log replay if there is unsupported RO compat flag Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0088/1095] mtd: rawnand: arasan: Fix clock rate in NV-DDR Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0089/1095] mtd: rawnand: arasan: Update NAND bus clock instead of system clock Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0090/1095] um: Remove straying parenthesis Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0091/1095] um: seed rng using host OS rng Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0092/1095] iio: fix iio_format_avail_range() printing for none IIO_VAL_INT Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0093/1095] iio: light: isl29028: Fix the warning in isl29028_remove() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0094/1095] scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0095/1095] scsi: sg: Allow waiting for commands to complete on removed device Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0096/1095] scsi: qla2xxx: Fix incorrect display of max frame size Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0097/1095] scsi: qla2xxx: Zero undefined mailbox IN registers Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0098/1095] soundwire: qcom: Check device status before reading devid Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0099/1095] ksmbd: fix memory leak in smb2_handle_negotiate Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0100/1095] ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0101/1095] ksmbd: fix use-after-free bug in smb2_tree_disconect Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0102/1095] ksmbd: fix heap-based overflow in set_ntacl_dacl() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0103/1095] fuse: limit nsec Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0104/1095] fuse: ioctl: translate ENOSYS Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0105/1095] fuse: write inode in fuse_release() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0106/1095] fuse: fix deadlock between atomic O_TRUNC and page invalidation Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0107/1095] serial: mvebu-uart: uart2 error bits clearing Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0108/1095] md-raid: destroy the bitmap after destroying the thread Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0109/1095] md-raid10: fix KASAN warning Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0110/1095] mbcache: dont reclaim used entries Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0111/1095] mbcache: add functions to delete entry if unused Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0112/1095] media: isl7998x: select V4L2_FWNODE to fix build error Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0113/1095] media: [PATCH] pci: atomisp_cmd: fix three missing checks on list iterator Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0114/1095] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr() Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0115/1095] powerpc: Restore CONFIG_DEBUG_INFO in defconfigs Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0116/1095] powerpc/64e: Fix early TLB miss with KUAP Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0117/1095] powerpc/fsl-pci: Fix Class Code of PCIe Root Port Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0118/1095] powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0119/1095] powerpc/powernv: Avoid crashing if rng is NULL Greg Kroah-Hartman
2022-08-15 17:51 ` [PATCH 5.18 0120/1095] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0121/1095] coresight: Clear the connection field properly Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0122/1095] usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0123/1095] USB: HCD: Fix URB giveback issue in tasklet function Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0124/1095] Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0125/1095] ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0126/1095] arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0127/1095] USB: gadget: Fix use-after-free Read in usb_udc_uevent() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0128/1095] usb: dwc3: gadget: refactor dwc3_repare_one_trb Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0129/1095] usb: dwc3: gadget: fix high speed multiplier setting Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0130/1095] netfilter: nf_tables: do not allow SET_ID to refer to another table Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0131/1095] netfilter: nf_tables: do not allow CHAIN_ID " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0132/1095] netfilter: nf_tables: do not allow RULE_ID to refer to another chain Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0133/1095] netfilter: nf_tables: fix null deref due to zeroed list head Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0134/1095] epoll: autoremove wakers even more aggressively Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0135/1095] x86: Handle idle=nomwait cmdline properly for x86_idle Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0136/1095] arch: make TRACE_IRQFLAGS_NMI_SUPPORT generic Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0137/1095] arm64: Do not forget syscall when starting a new thread Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0138/1095] arm64: fix oops in concurrently setting insn_emulation sysctls Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0139/1095] arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags" Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0140/1095] arm64: errata: Remove AES hwcap for COMPAT tasks Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0141/1095] ext2: Add more validity checks for inode counts Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0142/1095] sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0143/1095] genirq: Dont return error on missing optional irq_request_resources() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0144/1095] irqchip/mips-gic: Only register IPI domain when SMP is enabled Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0145/1095] genirq: GENERIC_IRQ_IPI depends on SMP Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0146/1095] sched/fair: fix case with reduced capacity CPU Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0147/1095] sched/core: Always flush pending blk_plug Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0148/1095] irqchip/mips-gic: Check the return value of ioremap() in gic_of_init() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0149/1095] wait: Fix __wait_event_hrtimeout for RT/DL tasks Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0150/1095] ARM: dts: imx6ul: add missing properties for sram Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0151/1095] ARM: dts: imx6ul: change operating-points to uint32-matrix Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0152/1095] ARM: dts: imx6ul: fix keypad compatible Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0153/1095] ARM: dts: imx6ul: fix csi node compatible Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0154/1095] ARM: dts: imx6ul: fix lcdif " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0155/1095] ARM: dts: imx6ul: fix qspi " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0156/1095] ARM: dts: BCM5301X: Add DT for Meraki MR26 Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0157/1095] ARM: dts: ux500: Fix Janice accelerometer mounting matrix Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0158/1095] ARM: dts: ux500: Fix Codina " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0159/1095] ARM: dts: ux500: Fix Gavini " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0160/1095] arm64: dts: qcom: timer should use only 32-bit size Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0161/1095] spi: synquacer: Add missing clk_disable_unprepare() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0162/1095] ARM: OMAP2+: display: Fix refcount leak bug Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0163/1095] ARM: OMAP2+: pdata-quirks: " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0164/1095] ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0165/1095] ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0166/1095] ACPI: PM: save NVS memory for Lenovo G40-45 Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0167/1095] ACPI: LPSS: Fix missing check in register_device_clock() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0168/1095] ARM: dts: qcom: sdx55: Fix the IRQ trigger type for UART Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0169/1095] arm64: dts: qcom: add missing AOSS QMP compatible fallback Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0170/1095] arm64: dts: qcom: ipq8074: fix NAND node name Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0171/1095] arm64: dts: allwinner: a64: orangepi-win: Fix LED " Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0172/1095] ARM: shmobile: rcar-gen2: Increase refcount for new reference Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0173/1095] firmware: tegra: Fix error check return value of debugfs_create_file() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0174/1095] hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelist Greg Kroah-Hartman
2022-08-15 17:52 ` Greg Kroah-Hartman [this message]
2022-08-15 17:52 ` [PATCH 5.18 0176/1095] hwmon: (sht15) Fix wrong assumptions in device remove callback Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0177/1095] PM: hibernate: defer device probing when resuming from hibernation Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0178/1095] selinux: fix memleak in security_read_state_kernel() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0179/1095] selinux: Add boundary check in put_entry() Greg Kroah-Hartman
2022-08-15 17:52 ` [PATCH 5.18 0180/1095] kasan: test: Silence GCC 12 warnings Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0181/1095] pinctrl: Dont allow PINCTRL_AMD to be a module Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0182/1095] drm/amdgpu: Remove one duplicated ef removal Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0183/1095] powerpc/64s: Disable stack variable initialisation for prom_init Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0184/1095] spi: spi-rspi: Fix PIO fallback on RZ platforms Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0185/1095] netfilter: nf_tables: add rescheduling points during loop detection walks Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0186/1095] netfilter: nft_queue: only allow supported familes and hooks Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0187/1095] ARM: findbit: fix overflowing offset Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0188/1095] meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0189/1095] arm64: dts: renesas: beacon: Fix regulator node names Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0190/1095] spi: spi-altera-dfl: Fix an error handling path Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0191/1095] ARM: bcm: Fix refcount leak in bcm_kona_smc_init Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0192/1095] ACPI: processor/idle: Annotate more functions to live in cpuidle section Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0193/1095] ARM: dts: imx7d-colibri-emmc: add cpu1 supply Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0194/1095] soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0195/1095] soc: amlogic: Fix refcount leak in meson-secure-pwrc.c Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0196/1095] arm64: dts: renesas: Fix thermal-sensors on single-zone sensors Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0197/1095] Revert "ARM: dts: imx6qdl-apalis: Avoid underscore in node name" Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0198/1095] x86/pmem: Fix platform-device leak in error path Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0199/1095] ARM: dts: ast2500-evb: fix board compatible Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0200/1095] ARM: dts: ast2600-evb: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0201/1095] ARM: dts: ast2600-evb-a1: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0202/1095] arm64: dts: mt8192: Fix idle-states nodes naming scheme Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0203/1095] arm64: dts: mt8192: Fix idle-states entry-method Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0204/1095] arm64: select TRACE_IRQFLAGS_NMI_SUPPORT Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0205/1095] arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1 Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0206/1095] locking/lockdep: Fix lockdep_init_map_*() confusion Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0207/1095] arm64: dts: qcom: sc7180: Remove ipa_fw_mem node on trogdor Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0208/1095] soc: fsl: guts: machine variable might be unset Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0209/1095] spi: s3c64xx: constify fsd_spi_port_config Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0210/1095] block: fix infinite loop for invalid zone append Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0211/1095] arm64: dts: qcom: sdm845-akatsuki: Round down l22a regulator voltage Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0212/1095] ARM: dts: qcom: mdm9615: add missing PMIC GPIO reg Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0213/1095] ARM: OMAP2+: Fix refcount leak in omapdss_init_of Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0214/1095] ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0215/1095] arm64: dts: qcom: sdm630: disable GPU by default Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0216/1095] arm64: dts: qcom: sdm630: fix the qusb2phy ref clock Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0217/1095] arm64: dts: qcom: sdm630: fix gpus interconnect path Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0218/1095] arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0219/1095] cpufreq: zynq: Fix refcount leak in zynq_get_revision Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0220/1095] arm64: dts: renesas: r8a779m8: Drop operating points above 1.5 GHz Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0221/1095] arm64: dts: renesas: r9a07g054l2-smarc: Correct SoC name in comment Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0222/1095] regulator: qcom_smd: Fix pm8916_pldo range Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0223/1095] ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0224/1095] ARM: dts: qcom: msm8974-lge-nexus5: move gpio-keys out of soc Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0225/1095] ARM: dts: qcom: msm8974-samsung-klte: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0226/1095] ARM: dts: qcom: do not use underscore in node name Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0227/1095] ARM: dts: qcom-msm8974*: Fix UART naming Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0228/1095] ARM: dts: qcom-msm8974*: Fix I2C labels Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0229/1095] ARM: dts: qcom-msm8974: Fix up mdss nodes Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0230/1095] ARM: dts: qcom-msm8974: Fix up SDHCI nodes Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0231/1095] ARM: dts: qcom-msm8974*: Rename msmgpio to tlmm Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0232/1095] ARM: dts: qcom-apq8074-dragonboard: Use &labels Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0233/1095] ARM: dts: qcom-msm8974-fp2: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0234/1095] ARM: dts: qcom-msm8974-lge-nexus5: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0235/1095] ARM: dts: qcom-msm8974-klte: " Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0236/1095] ARM: dts: qcom-msm8974-{"hon","am"}ami: Commonize and modernize the DTs Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0237/1095] ARM: dts: qcom-msm8974-castor: Use &labels Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0238/1095] ARM: dts: qcom-msm8974: Convert ADSP to a MMIO device Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0239/1095] ARM: dts: qcom-msm8974: Sort and clean up nodes Greg Kroah-Hartman
2022-08-15 17:53 ` [PATCH 5.18 0240/1095] ARM: dts: qcom-msm8974: fix irq type on blsp2_uart1 Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0241/1095] kbuild: Fix include path in scripts/Makefile.modpost Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0242/1095] iio: core: fix a few code style issues Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0243/1095] ia64: fix typos in comments Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0244/1095] soc: qcom: ocmem: Fix refcount leak in of_get_ocmem Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0245/1095] soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0246/1095] ARM: dts: qcom: msm8974: add required ranges to OCMEM Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0247/1095] ARM: dts: qcom: pm8841: add required thermal-sensor-cells Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0248/1095] bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0249/1095] lib: overflow: Do not define 64-bit tests on 32-bit Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0250/1095] stack: Declare {randomize_,}kstack_offset to fix Sparse warnings Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0251/1095] arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0252/1095] perf/core: Add perf_clear_branch_entry_bitfields() helper Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0253/1095] arm64: dts: exynosautov9: correct spi11 pin names Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0254/1095] ACPI: VIOT: Fix ACS setup Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0255/1095] arm64: dts: qcom: sm6125: Move sdc2 pinctrl from seine-pdx201 to sm6125 Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0256/1095] arm64: dts: qcom: sm6125: Append -state suffix to pinctrl nodes Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0257/1095] arm64: dts: qcom: msm8996: correct #clock-cells for QMP PHY nodes Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0258/1095] arm64: dts: qcom: sc7280: drop PCIe PHY clock index Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0259/1095] arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0260/1095] arm64: dts: mt7622: fix BPI-R64 WPS button Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0261/1095] arm64: tegra: Mark BPMP channels as no-memory-wc Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0262/1095] arm64: tegra: Fix SDMMC1 CD on P2888 Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0263/1095] arm64: dts: qcom: sc7280: fix PCIe clock reference Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0264/1095] erofs: wake up all waiters after z_erofs_lzma_head ready Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0265/1095] erofs: avoid consecutive detection for Highmem memory Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0266/1095] spi: Return deferred probe error when controller isnt yet available Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0267/1095] blk-mq: dont create hctx debugfs dir until q->debugfs_dir is created Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0268/1095] spi: dw: Fix IP-core versions macro Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0269/1095] spi: Fix simplification of devm_spi_register_controller Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0270/1095] spi: tegra20-slink: fix UAF in tegra_slink_remove() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0271/1095] hwmon: (sch56xx-common) Add DMI override table Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0272/1095] hwmon: (drivetemp) Add module alias Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0273/1095] blktrace: Trace remapped requests correctly Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0274/1095] PM: domains: Ensure genpd_debugfs_dir exists before remove Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0275/1095] dm writecache: return void from functions Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0276/1095] dm writecache: count number of blocks read, not number of read bios Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0277/1095] dm writecache: count number of blocks written, not number of write bios Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0278/1095] dm writecache: count number of blocks discarded, not number of discard bios Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0279/1095] regulator: of: Fix refcount leak bug in of_get_regulation_constraints() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0280/1095] soc: qcom: Make QCOM_RPMPD depend on PM Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0281/1095] soc: qcom: socinfo: Fix the id of SA8540P SoC Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0282/1095] arm64: dts: qcom: msm8998: Make regulator voltages multiple of step-size Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0283/1095] arm64: dts: qcom: qcs404: Fix incorrect USB2 PHYs assignment Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0284/1095] ARM: dts: qcom: msm8974-FP2: Add supplies for remoteprocs Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0285/1095] ARM: dts: qcom: msm8974: Disable remoteprocs by default Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0286/1095] irqdomain: Report irq number for NOMAP domains Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0287/1095] perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0288/1095] drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0289/1095] nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0290/1095] x86/extable: Fix ex_handler_msr() print condition Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0291/1095] io_uring: move to separate directory Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0292/1095] scsi: nvme-fc: Add new routine nvme_fc_io_getuuid() Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0293/1095] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0294/1095] io_uring: Dont require reinitable percpu_ref Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0295/1095] selftests/seccomp: Fix compile warning when CC=clang Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0296/1095] thermal/tools/tmon: Include pthread and time headers in tmon.h Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0297/1095] dm: return early from dm_pr_call() if DM device is suspended Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0298/1095] pwm: sifive: Simplify offset calculation for PWMCMP registers Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0299/1095] pwm: sifive: Ensure the clk is enabled exactly once per running PWM Greg Kroah-Hartman
2022-08-15 17:54 ` [PATCH 5.18 0300/1095] pwm: sifive: Shut down hardware only after pwmchip_remove() completed Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0301/1095] pwm: lpc18xx: Fix period handling Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0302/1095] drm/meson: Fix refcount leak in meson_encoder_hdmi_init Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0303/1095] drm/dp: Export symbol / kerneldoc fixes for DP AUX bus Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0304/1095] drm/bridge: tc358767: Move (e)DP bridge endpoint parsing into dedicated function Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0305/1095] drm/bridge: tc358767: Make sure Refclk clock are enabled Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0306/1095] ath10k: do not enforce interrupt trigger type Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0307/1095] drm/bridge: lt9611: Use both bits for HDMI sensing Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0308/1095] drm/st7735r: Fix module autoloading for Okaya RH128128T Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0309/1095] drm/panel: Fix build error when CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=y && CONFIG_DRM_DISPLAY_HELPER=m Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0310/1095] wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0311/1095] wifi: wilc1000: use correct sequence of RESET for chip Power-UP/Down Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0312/1095] ath11k: fix netdev open race Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0313/1095] ath11k: fix IRQ affinity warning on shutdown Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0314/1095] drm/mipi-dbi: align max_chunk to 2 in spi_transfer Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0315/1095] selftests/bpf: Fix test_run logic in fexit_stress.c Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0316/1095] selftests/bpf: Fix tc_redirect_dtime Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0317/1095] ath11k: fix missing skb drop on htc_tx_completion error Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0318/1095] ath11k: Fix incorrect debug_mask mappings Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0319/1095] ath11k: Avoid REO CMD failed prints during firmware recovery Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0320/1095] drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0321/1095] drm/mediatek: Modify dsi funcs to atomic operations Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0322/1095] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0323/1095] drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0324/1095] drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0325/1095] drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0326/1095] drm/bridge: lt9611uxc: Cancel only drivers work Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0327/1095] i2c: npcm: Remove own slave addresses 2:10 Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0328/1095] i2c: npcm: Correct slave role behavior Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0329/1095] i2c: mxs: Silence a clang warning Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0330/1095] virtio-gpu: fix a missing check to avoid NULL dereference Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0331/1095] drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0332/1095] drm: adv7511: override i2c address of cec before accessing it Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0333/1095] crypto: sun8i-ss - do not allocate memory when handling hash requests Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0334/1095] crypto: sun8i-ss - fix error codes in allocate_flows() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0335/1095] net: fix sk_wmem_schedule() and sk_rmem_schedule() errors Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0336/1095] can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0337/1095] drm/vkms: check plane_composer->map[0] before using it Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0338/1095] can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0339/1095] drm/bridge: it6505: Add missing CRYPTO_HASH dependency Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0340/1095] i2c: Fix a potential use after free Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0341/1095] tcp: fix possible freeze in tx path under memory pressure Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0342/1095] crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0343/1095] net: ag71xx: fix discards const qualifier warning Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0344/1095] raw: use more conventional iterators Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0345/1095] raw: convert raw sockets to RCU Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0346/1095] raw: Fix mixed declarations error in raw_icmp_error() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0347/1095] media: atmel: atmel-sama7g5-isc: fix warning in configs without OF Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0348/1095] media: camss: csid: fix wrong size passed to devm_kmalloc_array() Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0349/1095] media: tw686x: Register the irq at the end of probe Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0350/1095] media: amphion: return error if format is unsupported by vpu Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0351/1095] media: Hantro: Correct G2 init qp field Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0352/1095] media: imx-jpeg: Correct some definition according specification Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0353/1095] media: imx-jpeg: Leave a blank space before the configuration data Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0354/1095] media: imx-jpeg: Refactor function mxc_jpeg_parse Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0355/1095] media: imx-jpeg: Identify and handle precision correctly Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0356/1095] media: imx-jpeg: Handle source change in a function Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0357/1095] media: imx-jpeg: Support dynamic resolution change Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0358/1095] media: imx-jpeg: Align upwards buffer size Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0359/1095] media: imx-jpeg: Implement drain using v4l2-mem2mem helpers Greg Kroah-Hartman
2022-08-15 17:55 ` [PATCH 5.18 0360/1095] media: rcar-vin: Fix channel routing for Ebisu Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0361/1095] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0362/1095] wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd() Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0363/1095] wifi: rtw89: 8852a: rfk: fix div 0 exception Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0364/1095] drm/radeon: fix incorrrect SPDX-License-Identifiers Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0365/1095] rcutorture: Make kvm.sh allow more memory for --kasan runs Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0366/1095] torture: Adjust to again produce debugging information Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0367/1095] rcutorture: Fix ksoftirqd boosting timing and iteration Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0368/1095] test_bpf: fix incorrect netdev features Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0369/1095] selftests/bpf: Fix rare segfault in sock_fields prog test Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0370/1095] crypto: ccp - During shutdown, check SEV data pointer before using Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0371/1095] drm: bridge: adv7511: Add check for mipi_dsi_driver_register Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0372/1095] media: imx-jpeg: Disable slot interrupt when frame done Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0373/1095] media: amphion: output firmware error message Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0374/1095] drm/mcde: Fix refcount leak in mcde_dsi_bind Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0375/1095] media: hdpvr: fix error value returns in hdpvr_read Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0376/1095] media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is set Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0377/1095] media: sta2x11: remove VIRT_TO_BUS dependency Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0378/1095] media: mediatek: vcodec: Initialize decoder parameters after getting dec_capability Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0379/1095] media: mediatek: vcodec: Skip SOURCE_CHANGE & EOS events for stateless Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0380/1095] media: driver/nxp/imx-jpeg: fix a unexpected return value problem Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0381/1095] media: tw686x: Fix memory leak in tw686x_video_init Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0382/1095] media: mediatek: vcodec: Fix non subdev architecture open power fail Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0383/1095] drm/vc4: kms: Use maximum FIFO load for the HVS clock rate Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0384/1095] drm/vc4: plane: Remove subpixel positioning check Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0385/1095] drm/vc4: plane: Fix margin calculations for the right/bottom edges Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0386/1095] drm/vc4: dsi: Release workaround buffer and DMA Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0387/1095] drm/vc4: dsi: Correct DSI divider calculations Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0388/1095] drm/vc4: dsi: Correct pixel order for DSI0 Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0389/1095] drm/vc4: dsi: Register dsi0 as the correct vc4 encoder type Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0390/1095] drm/vc4: dsi: Fix dsi0 interrupt support Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0391/1095] drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0392/1095] drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumps Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0393/1095] drm/vc4: hdmi: Clear unused infoframe packet RAM registers Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0394/1095] drm/vc4: hdmi: Avoid full hdmi audio fifo writes Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0395/1095] drm/vc4: hdmi: Reset HDMI MISC_CONTROL register Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0396/1095] drm/vc4: hdmi: Switch to pm_runtime_status_suspended Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0397/1095] drm/vc4: hdmi: Move HDMI reset to pm_resume Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0398/1095] drm/vc4: hdmi: Fix timings for interlaced modes Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0399/1095] drm/vc4: hdmi: Correct HDMI timing registers " Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0400/1095] drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI block Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0401/1095] mm: Account dirty folios properly during splits Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0402/1095] crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0403/1095] selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0 Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0404/1095] net: mscc: ocelot: delete ocelot_port :: xmit_template Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0405/1095] net: mscc: ocelot: minimize holes in struct ocelot_port Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0406/1095] net: dsa: felix: update base time of time-aware shaper when adjusting PTP time Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0407/1095] net: dsa: felix: keep reference on entire tc-taprio config Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0408/1095] net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the port Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0409/1095] drm/rockchip: vop: Dont crash for invalid duplicate_state() Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0410/1095] drm/rockchip: Fix an error handling path rockchip_dp_probe() Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0411/1095] drm/mediatek: dpi: Remove output format of YUV Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0412/1095] drm/mediatek: dpi: Only enable dpi after the bridge is enabled Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0413/1095] drm/msm/hdmi: fill the pwr_regs bulk regulators Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0414/1095] drm: bridge: sii8620: fix possible off-by-one Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0415/1095] net: sched: provide shim definitions for taprio_offload_{get,free} Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0416/1095] net: dsa: felix: build as module when tc-taprio is module Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0417/1095] hinic: Use the bitmap API when applicable Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0418/1095] net: hinic: fix bug that ethtool get wrong stats Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0419/1095] net: hinic: avoid kernel hung in hinic_get_stats64() Greg Kroah-Hartman
2022-08-15 17:56 ` [PATCH 5.18 0420/1095] drm/bridge: anx7625: Fix NULL pointer crash when using edp-panel Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0421/1095] drm/msm: Avoid unclocked GMU register access in 6xx gpu_busy Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0422/1095] libbpf, riscv: Use a0 for RC register Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0423/1095] drm/msm/mdp5: Fix global state lock backoff Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0424/1095] drm/radeon: avoid bogus "vram limit (0) must be a power of 2" warning Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0425/1095] crypto: hisilicon/sec - dont sleep when in softirq Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0426/1095] crypto: hisilicon - Kunpeng916 crypto driver " Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0427/1095] media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0428/1095] media: amphion: release core lock before reset vpu core Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0429/1095] drm/msm/dpu: Fix for non-visible planes Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0430/1095] media: mediatek: vcodec: Initialize decoder parameters for each instance Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0431/1095] media: amphion: defer setting last_buffer_dequeued until resolution changes are processed Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0432/1095] media: hantro: Add support for Hantro G1 on RK356x Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0433/1095] media: staging: media: hantro: Fix typos Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0434/1095] media: hantro: HEVC: Fix output frame chroma offset Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0435/1095] media: hantro: HEVC: Fix reference frames management Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0436/1095] media: hantro: Be more accurate on pixel formats step_width constraints Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0437/1095] media: hantro: Fix RK3399 H.264 format advertising Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0438/1095] media: amphion: decoder copy timestamp from output to capture Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0439/1095] media: amphion: sync buffer status with firmware during abort Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0440/1095] media: amphion: only insert the first sequence startcode for vc1l format Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0441/1095] mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0442/1095] mt76: mt7921s: fix firmware download random fail Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0443/1095] mt76: mt7615: do not update pm stats in case of error Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0444/1095] mt76: mt7921: do not update pm states " Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0445/1095] mt76: mt7921s: fix possible sdio deadlock in command fail Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0446/1095] mt76: mt7921: fix aggregation subframes setting to HE max Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0447/1095] mt76: mt7921: enlarge maximum VHT MPDU length to 11454 Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0448/1095] mt76: mt7615: fix throughput regression on DFS channels Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0449/1095] mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0450/1095] mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0451/1095] skmsg: Fix invalid last sg check in sk_msg_recvmsg() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0452/1095] drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0453/1095] bpftool: Add missing link types Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0454/1095] bpf, x86: Generate trampolines from bpf_tramp_links Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0455/1095] bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0456/1095] bpf, x86: fix freeing of not-finalized bpf_prog_pack Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0457/1095] tcp: make retransmitted SKB fit into the send window Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0458/1095] libbpf: Fix the name of a reused map Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0459/1095] kunit: executor: Fix a memory leak on failure in kunit_filter_tests Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0460/1095] selftests: timers: valid-adjtimex: build fix for newer toolchains Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0461/1095] selftests: timers: clocksource-switch: fix passing errors from child Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0462/1095] bpf: Fix subprog names in stack traces Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0463/1095] fs: check FMODE_LSEEK to control internal pipe splicing Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0464/1095] media: cedrus: h265: Fix flag name Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0465/1095] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0466/1095] media: cedrus: h265: Fix logic for not low delay flag Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0467/1095] wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0468/1095] wifi: p54: Fix an error handling path in p54spi_probe() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0469/1095] wifi: p54: add missing parentheses in p54_flush() Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0470/1095] drm/amdgpu: use the same HDP flush registers for all nbio 7.4.x Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0471/1095] drm/amdgpu: use the same HDP flush registers for all nbio 2.3.x Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0472/1095] drm/amdgpu: cleanup ctx implementation Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0473/1095] drm/amdgpu: restore original stable pstate on ctx fini Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0474/1095] bpf: Make btf_find_field more generic Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0475/1095] bpf: Move check_ptr_off_reg before check_map_access Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0476/1095] bpf: Allow storing unreferenced kptr in map Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0477/1095] bpf: Tag argument to be released in bpf_func_proto Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0478/1095] bpf: Allow storing referenced kptr in map Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0479/1095] bpf: Adapt copy_map_value for multiple offset case Greg Kroah-Hartman
2022-08-15 17:57 ` [PATCH 5.18 0480/1095] bpf: Populate pairs of btf_id and destructor kfunc in btf Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0481/1095] bpf: Wire up freeing of referenced kptr Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0482/1095] bpf: fix potential 32-bit overflow when accessing ARRAY map element Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0483/1095] selftests/bpf: fix a test for snprintf() overflow Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0484/1095] libbpf: fix an snprintf() overflow check Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0485/1095] can: pch_can: do not report txerr and rxerr during bus-off Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0486/1095] can: rcar_can: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0487/1095] can: sja1000: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0488/1095] can: hi311x: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0489/1095] can: sun4i_can: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0490/1095] can: kvaser_usb_hydra: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0491/1095] can: kvaser_usb_leaf: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0492/1095] can: usb_8dev: " Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0493/1095] can: error: specify the values of data[5..7] of CAN error frames Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0494/1095] can: pch_can: pch_can_error(): initialize errc before using it Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0495/1095] Bluetooth: hci_intel: Add check for platform_driver_register Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0496/1095] Bluetooth: When HCI work queue is drained, only queue chained work Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0497/1095] Bluetooth: mgmt: Fix refresh cached connection info Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0498/1095] Bluetooth: hci_sync: Fix resuming scan after suspend resume Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0499/1095] Bluetooth: hci_sync: Fix not updating privacy_mode Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0500/1095] Bluetooth: Add default wakeup callback for HCI UART driver Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0501/1095] i2c: cadence: Support PEC for SMBus block read Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0502/1095] i2c: qcom-geni: Use the correct return value Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0503/1095] bpf: Fix bpf_xdp_pointer return pointer Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0504/1095] i2c: mux-gpmux: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0505/1095] wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0506/1095] wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0507/1095] wifi: libertas: Fix possible refcount leak in if_usb_probe() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0508/1095] media: cedrus: hevc: Add check for invalid timestamp Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0509/1095] hantro: Remove incorrect HEVC SPS validation Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0510/1095] drm/amd/display: fix signedness bug in execute_synaptics_rc_command() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0511/1095] net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/version Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0512/1095] net/mlx5e: TC, Fix post_act to not match on in_port metadata Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0513/1095] net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0514/1095] net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ size Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0515/1095] net/mlx5e: Fix calculations related to max MPWQE size Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0516/1095] net/mlx5e: Modify slow path rules to go to slow fdb Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0517/1095] net/mlx5: Adjust log_max_qp to be 18 at most Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0518/1095] net/mlx5: DR, Fix SMFS steering info dump format Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0519/1095] net/mlx5: Fix driver use of uninitialized timeout Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0520/1095] ax25: fix incorrect dev_tracker usage Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0521/1095] crypto: hisilicon/hpre - dont use GFP_KERNEL to alloc mem during softirq Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0522/1095] crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0523/1095] crypto: hisilicon/sec - fix auth key size error Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0524/1095] inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0525/1095] ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0526/1095] net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0527/1095] netdevsim: fib: Fix reference count leak on route deletion failure Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0528/1095] wifi: rtw88: check the return value of alloc_workqueue() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0529/1095] iavf: Fix max_rate limiting Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0530/1095] iavf: Fix tc qdisc show listing too many queues Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0531/1095] netdevsim: Avoid allocation warnings triggered from user space Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0532/1095] net: rose: fix netdev reference changes Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0533/1095] net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0534/1095] net: ionic: fix error check for vlan flags in ionic_set_nic_features() Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0535/1095] dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0536/1095] net: usb: make USB_RTL8153_ECM non user configurable Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0537/1095] net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0538/1095] wireguard: ratelimiter: use hrtimer in selftest Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0539/1095] wireguard: allowedips: dont corrupt stack when detecting overflow Greg Kroah-Hartman
2022-08-15 17:58 ` [PATCH 5.18 0540/1095] HID: amd_sfh: Dont show client init failed as error when discovery fails Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0541/1095] clk: renesas: r9a06g032: Fix UART clkgrp bitsel Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0542/1095] mtd: maps: Fix refcount leak in of_flash_probe_versatile Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0543/1095] mtd: maps: Fix refcount leak in ap_flash_init Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0544/1095] mtd: rawnand: meson: Fix a potential double free issue Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0545/1095] clk: renesas: rzg2l: Fix reset status function Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0546/1095] of: check previous kernels ima-kexec-buffer against memory bounds Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0547/1095] scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashing Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0548/1095] scsi: qla2xxx: edif: bsg refactor Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0549/1095] scsi: qla2xxx: edif: Wait for app to ack on sess down Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0550/1095] scsi: qla2xxx: edif: Add bsg interface to read doorbell events Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0551/1095] scsi: qla2xxx: edif: Fix potential stuck session in sa update Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0552/1095] scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication application Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0553/1095] scsi: qla2xxx: edif: Add retry for ELS passthrough Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0554/1095] scsi: qla2xxx: edif: Fix n2n discovery issue with secure target Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0555/1095] scsi: qla2xxx: edif: Fix n2n login retry for secure device Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0556/1095] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails" Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0557/1095] KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0558/1095] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0559/1095] phy: samsung: exynosautov9-ufs: correct TSRV register configurations Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0560/1095] PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0561/1095] PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0562/1095] HID: cp2112: prevent a buffer overflow in cp2112_xfer() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0563/1095] mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0564/1095] mtd: partitions: Fix refcount leak in parse_redboot_of Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0565/1095] mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0566/1095] mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()s error path Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0567/1095] PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0568/1095] fpga: altera-pr-ip: fix unsigned comparison with less than zero Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0569/1095] usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0570/1095] usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0571/1095] usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init() Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0572/1095] usb: xhci: tegra: Fix error check Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0573/1095] netfilter: xtables: Bring SPDX identifier back Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0574/1095] scsi: qla2xxx: edif: Send LOGO for unexpected IKE message Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0575/1095] scsi: qla2xxx: edif: Reduce disruption due to multiple app start Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0576/1095] scsi: qla2xxx: edif: Fix no login after " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0577/1095] scsi: qla2xxx: edif: Tear down session if keys have been removed Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0578/1095] scsi: qla2xxx: edif: Fix session thrash Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0579/1095] scsi: qla2xxx: edif: Fix no logout on delete for N2N Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0580/1095] scsi: qla2xxx: edif: Reduce N2N thrashing at app_start time Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0581/1095] iio: accel: bma400: Fix the scale min and max macro values Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0582/1095] platform/chrome: cros_ec: Always expose last resume result Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0583/1095] iio: sx9324: Fix register field spelling Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0584/1095] iio: accel: bma400: Reordering of header files Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0585/1095] iio: accel: bma400: conversion to device-managed function Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0586/1095] iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0587/1095] iio: accel: adxl313: Fix alignment for DMA safety Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0588/1095] iio: accel: adxl355: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0589/1095] iio: accel: adxl367: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0590/1095] iio: accel: bma220: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0591/1095] iio: accel: sca3000: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0592/1095] iio: accel: sca3300: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0593/1095] iio: adc: ad7266: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0594/1095] iio: adc: ad7280a: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0595/1095] iio: adc: ad7292: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0596/1095] iio: adc: ad7298: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0597/1095] iio: adc: ad7476: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0598/1095] iio: adc: ad7606: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0599/1095] iio: adc: ad7766: " Greg Kroah-Hartman
2022-08-15 17:59 ` [PATCH 5.18 0600/1095] iio: adc: ad7768-1: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0601/1095] iio: adc: ad7887: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0602/1095] iio: adc: ad7923: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0603/1095] iio: adc: ad7949: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0604/1095] iio: adc: hi8435: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0605/1095] iio: adc: ltc2496: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0606/1095] iio: adc: ltc2497: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0607/1095] iio: adc: max1027: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0608/1095] iio: adc: max11100: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0609/1095] iio: adc: max1118: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0610/1095] iio: adc: max1241: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0611/1095] iio: adc: mcp320x: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0612/1095] iio: adc: ti-adc0832: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0613/1095] iio: adc: ti-adc084s021: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0614/1095] iio: adc: ti-adc108s102: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0615/1095] iio: adc: ti-adc12138: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0616/1095] iio: adc: ti-adc128s052: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0617/1095] iio: adc: ti-adc161s626: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0618/1095] iio: adc: ti-ads124s08: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0619/1095] iio: adc: ti-ads131e08: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0620/1095] iio: adc: ti-ads7950: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0621/1095] iio: adc: ti-ads8344: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0622/1095] iio: adc: ti-ads8688: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0623/1095] iio: adc: ti-tlc4541: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0624/1095] iio: addac: ad74413r: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0625/1095] iio: amplifiers: ad8366: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0626/1095] iio: common: ssp: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0627/1095] iio: dac: ad5064: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0628/1095] iio: dac: ad5360: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0629/1095] iio: dac: ad5421: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0630/1095] iio: dac: ad5449: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0631/1095] iio: dac: ad5504: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0632/1095] iio: dac: ad5592r: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0633/1095] iio: dac: ad5686: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0634/1095] iio: dac: ad5755: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0635/1095] iio: dac: ad5761: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0636/1095] iio: dac: ad5764: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0637/1095] iio: dac: ad5766: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0638/1095] iio: dac: ad5770r: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0639/1095] iio: dac: ad5791: Fix alignment for DMA saftey Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0640/1095] iio: dac: ad7293: Fix alignment for DMA safety Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0641/1095] iio: dac: ad7303: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0642/1095] iio: dac: ad8801: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0643/1095] iio: dac: ltc2688: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0644/1095] iio: dac: mcp4922: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0645/1095] iio: dac: ti-dac082s085: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0646/1095] iio: dac: ti-dac5571: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0647/1095] iio: dac: ti-dac7311: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0648/1095] iio: dac: ti-dac7612: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0649/1095] iio: frequency: ad9523: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0650/1095] iio: frequency: adf4350: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0651/1095] iio: frequency: adf4371: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0652/1095] iio: frequency: admv1013: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0653/1095] iio: frequency: admv1014: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0654/1095] iio: frequency: admv4420: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0655/1095] iio: frequency: adrf6780: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0656/1095] iio: gyro: adis16080: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0657/1095] iio: gyro: adis16130: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0658/1095] iio: gyro: adxrs450: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0659/1095] iio: gyro: fxas210002c: " Greg Kroah-Hartman
2022-08-15 18:00 ` [PATCH 5.18 0660/1095] iio: imu: fxos8700: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0661/1095] iio: imu: inv_icm42600: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0662/1095] iio: imu: inv_icm42600: Fix alignment for DMA safety in buffer code Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0663/1095] iio: imu: mpu6050: Fix alignment for DMA safety Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0664/1095] iio: potentiometer: ad5110: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0665/1095] iio: potentiometer: ad5272: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0666/1095] iio: potentiometer: max5481: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0667/1095] iio: potentiometer: mcp41010: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0668/1095] iio: potentiometer: mcp4131: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0669/1095] iio: proximity: as3935: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0670/1095] iio: resolver: ad2s1200: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0671/1095] iio: resolver: ad2s90: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0672/1095] iio: temp: ltc2983: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0673/1095] iio: temp: max31865: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0674/1095] iio: temp: maxim_thermocouple: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0675/1095] clk: mediatek: reset: Fix written reset bit offset Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0676/1095] clk: imx93: use adc_root as the parent clock of adc1 Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0677/1095] clk: imx93: correct nic_media parent Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0678/1095] clk: imx: clk-fracn-gppll: fix mfd value Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0679/1095] clk: imx: clk-fracn-gppll: Return rate in rate table properly in ->recalc_rate() Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0680/1095] clk: imx: clk-fracn-gppll: correct rdiv Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0681/1095] RDMA/rxe: fix xa_alloc_cycle() error return value check again Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0682/1095] lib/test_hmm: avoid accessing uninitialized pages Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0683/1095] mm/memremap: fix memunmap_pages() race with get_dev_pagemap() Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0684/1095] KVM: Dont set Accessed/Dirty bits for ZERO_PAGE Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0685/1095] mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0686/1095] scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0687/1095] scsi: iscsi: Add helper to remove a session from the kernel Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0688/1095] scsi: iscsi: Fix session removal on shutdown Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0689/1095] dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0690/1095] KVM: x86: Fix errant brace in KVM capability handling Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0691/1095] mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0692/1095] mtd: dataflash: Add SPI ID table Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0693/1095] clk: qcom: camcc-sm8250: Fix halt on boot by reducing drivers init level Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0694/1095] misc: rtsx: Fix an error handling path in rtsx_pci_probe() Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0695/1095] driver core: fix potential deadlock in __driver_attach Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0696/1095] clk: qcom: clk-krait: unlock spin after mux completion Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0697/1095] coresight: configfs: Fix unload of configurations on module exit Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0698/1095] coresight: syscfg: Update load and unload operations Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0699/1095] usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0700/1095] clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRC Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0701/1095] clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0702/1095] clk: qcom: gcc-msm8939: Add missing system_mm_noc_bfdcd_clk_src Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0703/1095] clk: qcom: gcc-msm8939: Point MM peripherals to system_mm_noc clock Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0704/1095] usb: host: xhci: use snprintf() in xhci_decode_trb() Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0705/1095] RDMA/rxe: Fix deadlock in rxe_do_local_ops() Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0706/1095] clk: qcom: ipq8074: fix NSS core PLL-s Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0707/1095] clk: qcom: ipq8074: SW workaround for UBI32 PLL lock Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0708/1095] clk: qcom: ipq8074: fix NSS port frequency tables Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0709/1095] clk: qcom: ipq8074: set BRANCH_HALT_DELAY flag for UBI clocks Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0710/1095] clk: qcom: camcc-sdm845: Fix topology around titan_top power domain Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0711/1095] clk: qcom: camcc-sm8250: " Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0712/1095] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0713/1095] clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0714/1095] kernfs: fix potential NULL dereference in __kernfs_remove Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0715/1095] mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0716/1095] mm/migration: return errno when isolate_huge_page failed Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0717/1095] mm/migration: fix potential pte_unmap on an not mapped pte Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0718/1095] kasan: fix zeroing vmalloc memory with HW_TAGS Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0719/1095] mm/mempolicy: fix get_nodes out of bound access Greg Kroah-Hartman
2022-08-15 18:01 ` [PATCH 5.18 0720/1095] phy: ti: tusb1210: Dont check for write errors when powering on Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0721/1095] PCI: dwc: Stop link on host_init errors and de-initialization Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0722/1095] PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0723/1095] PCI: dwc: Disable outbound windows only for controllers using iATU Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0724/1095] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0725/1095] PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0726/1095] PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0727/1095] soundwire: bus_type: fix remove and shutdown support Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0728/1095] soundwire: revisit driver bind/unbind and callbacks Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0729/1095] KVM: arm64: Dont return from void function Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0730/1095] dmaengine: sf-pdma: Add multithread support for a DMA channel Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0731/1095] PCI: endpoint: Dont stop controller when unbinding endpoint function Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0732/1095] phy: qcom-qmp: fix the QSERDES_V5_COM_CMN_MODE register Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0733/1095] scsi: qla2xxx: Check correct variable in qla24xx_async_gffid() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0734/1095] intel_th: Fix a resource leak in an error handling path Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0735/1095] intel_th: msu-sink: Potential dereference of null pointer Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0736/1095] intel_th: msu: Fix vmalloced buffers Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0737/1095] binder: fix redefinition of seq_file attributes Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0738/1095] staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callback Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0739/1095] rtla/utils: Use calloc and check the potential memory allocation failure Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0740/1095] mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0741/1095] mmc: mxcmmc: Silence a clang warning Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0742/1095] mmc: renesas_sdhi: Get the reset handle early in the probe Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0743/1095] memstick/ms_block: Fix some incorrect memory allocation Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0744/1095] memstick/ms_block: Fix a memory leak Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0745/1095] mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0746/1095] of: device: Fix missing of_node_put() in of_dma_set_restricted_buffer Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0747/1095] mmc: block: Add single read for 4k sector cards Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0748/1095] KVM: s390: pv: leak the topmost page table when destroy fails Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0749/1095] PCI/portdrv: Dont disable AER reporting in get_port_device_capability() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0750/1095] PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocks Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0751/1095] scsi: smartpqi: Fix DMA direction for RAID requests Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0752/1095] xtensa: iss/network: provide release() callback Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0753/1095] xtensa: iss: fix handling error cases in iss_net_configure() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0754/1095] usb: gadget: udc: amd5536 depends on HAS_DMA Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0755/1095] usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0756/1095] usb: dwc3: core: Deprecate GCTL.CORESOFTRESET Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0757/1095] usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0758/1095] usb: dwc3: qcom: fix missing optional irq warnings Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0759/1095] eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0760/1095] phy: stm32: fix error return in stm32_usbphyc_phy_init Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0761/1095] phy: rockchip-inno-usb2: Ignore OTG IRQs in host mode Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0762/1095] interconnect: imx: fix max_node_id Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0763/1095] um: random: Dont initialise hwrng struct with zero Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0764/1095] RDMA/irdma: Fix a window for use-after-free Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0765/1095] RDMA/irdma: Fix VLAN connection with wildcard address Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0766/1095] RDMA/irdma: Fix setting of QP context err_rq_idx_valid field Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0767/1095] RDMA/rtrs-srv: Fix modinfo output for stringify Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0768/1095] RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0769/1095] RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0770/1095] RDMA/hns: Fix incorrect clearing of interrupt status register Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0771/1095] RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0772/1095] iio: cros: Register FIFO callback after sensor is registered Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0773/1095] clk: qcom: Drop mmcx gdsc supply for dispcc and videocc Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0774/1095] clk: qcom: gdsc: Bump parent usage count when GDSC is found enabled Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0775/1095] clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0776/1095] RDMA/hfi1: fix potential memory leak in setup_base_ctxt() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0777/1095] gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0778/1095] iio: adc: max1027: unlock on error path in max1027_read_single_value() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0779/1095] HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() Greg Kroah-Hartman
2022-08-15 18:02 ` [PATCH 5.18 0780/1095] HID: amd_sfh: Add NULL check for hid device Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0781/1095] dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t) Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0782/1095] scripts/gdb: fix lx-dmesg on 32 bits arch Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0783/1095] RDMA/rxe: Fix mw bind to allow any consumer key portion Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0784/1095] mmc: core: quirks: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0785/1095] mmc: cavium-octeon: " Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0786/1095] mmc: cavium-thunderx: " Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0787/1095] HID: alps: Declare U1_UNICORN_LEGACY support Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0788/1095] RDMA/rxe: For invalidate compare according to set keys in mr Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0789/1095] RDMA/rxe: Fix rnr retry behavior Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0790/1095] PCI: tegra194: Fix Root Port interrupt handling Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0791/1095] PCI: tegra194: Fix link up retry sequence Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0792/1095] HID: amd_sfh: Handle condition of "no sensors" Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0793/1095] USB: serial: fix tty-port initialized comments Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0794/1095] usb: cdns3: change place of priv_ep assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0795/1095] mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0796/1095] staging: fbtft: core: set smem_len before fb_deferred_io_init call Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0797/1095] KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0798/1095] tools/power/x86/intel-speed-select: Fix off by one check Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0799/1095] platform/x86: pmc_atom: Match all Lex BayTrail boards with critclk_systems DMI table Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0800/1095] platform/mellanox: mlxreg-lc: Fix error flow and extend verbosity Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0801/1095] platform/olpc: Fix uninitialized data in debugfs write Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0802/1095] RDMA/srpt: Duplicate port name members Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0803/1095] RDMA/srpt: Introduce a reference count in struct srpt_device Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0804/1095] RDMA/srpt: Fix a use-after-free Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0805/1095] android: binder: stop saving a pointer to the VMA Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0806/1095] mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0807/1095] tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable warning Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0808/1095] selftest/vm: uninitialized variable in main() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0809/1095] rtla: Fix Makefile when called from -C tools/ Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0810/1095] rtla: Fix double free Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0811/1095] selftests: kvm: set rax before vmcall Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0812/1095] of/fdt: declared return type does not match actual return type Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0813/1095] RDMA/mlx5: Add missing check for return value in get namespace flow Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0814/1095] RDMA/rxe: Fix error unwind in rxe_create_qp() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0815/1095] block/rnbd-srv: Set keep_id to true after mutex_trylock Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0816/1095] null_blk: fix ida error handling in null_add_dev() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0817/1095] nvme: use command_id instead of req->tag in trace_nvme_complete_rq() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0818/1095] nvme: define compat_ioctl again to unbreak 32-bit userspace Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0819/1095] nvme: catch -ENODEV from nvme_revalidate_zones again Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0820/1095] block/bio: remove duplicate append pages code Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0821/1095] block: ensure iov_iter advances for added pages Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0822/1095] jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0823/1095] ext4: recover csum seed of tmp_inode after migrating to extents Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0824/1095] jbd2: fix assertion jh->b_frozen_data == NULL failure when journal aborted Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0825/1095] usb: cdns3: Dont use priv_dev uninitialized in cdns3_gadget_ep_enable() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0826/1095] opp: Fix error check in dev_pm_opp_attach_genpd() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0827/1095] ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0828/1095] ASoC: samsung: Fix error handling in aries_audio_probe Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0829/1095] ASoC: imx-audmux: Silence a clang warning Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0830/1095] ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0831/1095] ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0832/1095] ASoC: codecs: da7210: add check for i2c_add_driver Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0833/1095] ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0834/1095] serial: pic32: free up irq names correctly Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0835/1095] serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_startup() Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0836/1095] serial: 8250: Export ICR access helpers for internal use Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0837/1095] ASoC: SOF: make ctx_store and ctx_restore as optional Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0838/1095] ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0839/1095] ASoC: codecs: wcd9335: " Greg Kroah-Hartman
2022-08-15 18:03 ` [PATCH 5.18 0840/1095] rpmsg: char: Add mutex protection for rpmsg_eptdev_open() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0841/1095] rpmsg: mtk_rpmsg: Fix circular locking dependency Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0842/1095] remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0843/1095] selftests/livepatch: better synchronize test_klp_callbacks_busy Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0844/1095] profiling: fix shift too large makes kernel panic Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0845/1095] remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0846/1095] selftests/powerpc: Skip energy_scale_info test on older firmware Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0847/1095] ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0848/1095] powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0849/1095] ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variables Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0850/1095] ASoC: codecs: wsa881x: handle timeouts in resume path Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0851/1095] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0852/1095] vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdata Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0853/1095] net/ice: fix initializing the bitmap in the switch code Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0854/1095] tty: n_gsm: fix user open not possible at responder until initiator open Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0855/1095] tty: n_gsm: fix tty registration before control channel open Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0856/1095] tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0857/1095] tty: n_gsm: fix missing timer to handle stalled links Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0858/1095] tty: n_gsm: fix non flow control frames during mux flow off Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0859/1095] tty: n_gsm: fix packet re-transmission without open control channel Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0860/1095] tty: n_gsm: fix race condition in gsmld_write() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0861/1095] tty: n_gsm: fix deadlock and link starvation in outgoing data path Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0862/1095] tty: n_gsm: fix resource allocation order in gsm_activate_mux() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0863/1095] ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0864/1095] MIPS: Loongson64: Fix section mismatch warning Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0865/1095] ASoC: imx-card: Fix DSD/PDM mclk frequency Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0866/1095] remoteproc: qcom: wcnss: Fix handling of IRQs Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0867/1095] vfio/ccw: Fix FSM state if mdev probe fails Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0868/1095] vfio/ccw: Do not change FSM state in subchannel event Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0869/1095] ASoC: audio-graph-card2.c: use of_property_read_u32() for rate Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0870/1095] serial: 8250_fsl: Dont report FE, PE and OE twice Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0871/1095] tty: n_gsm: fix wrong T1 retry count handling Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0872/1095] tty: n_gsm: fix DM command Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0873/1095] tty: n_gsm: fix flow control handling in tx path Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0874/1095] tty: n_gsm: fix missing corner cases in gsmld_poll() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0875/1095] MIPS: vdso: Utilize __pa() for gic_pfn Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0876/1095] ASoC: SOF: mediatek: fix mt8195 StatvectorSel wrong setting Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0877/1095] swiotlb: fail map correctly with failed io_tlb_default_mem Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0878/1095] ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0879/1095] ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0880/1095] ASoC: mt6359: Fix refcount leak bug Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0881/1095] serial: 8250_bcm7271: Save/restore RTS in suspend/resume Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0882/1095] iommu/exynos: Handle failed IOMMU device registration properly Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0883/1095] 9p: Drop kref usage Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0884/1095] 9p: Add client parameter to p9_req_put() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0885/1095] net: 9p: fix refcount leak in p9_read_work() error handling Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0886/1095] MIPS: Fixed __debug_virt_addr_valid() Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0887/1095] rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0888/1095] kfifo: fix kfifo_to_user() return type Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0889/1095] lib/smp_processor_id: fix imbalanced instrumentation_end() call Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0890/1095] proc: fix a dentry lock race between release_task and lookup Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0891/1095] remoteproc: qcom: pas: Check if coredump is enabled Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0892/1095] remoteproc: sysmon: Wait for SSCTL service to come up Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0893/1095] mfd: t7l66xb: Drop platform disable callback Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0894/1095] mfd: max77620: Fix refcount leak in max77620_initialise_fps Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0895/1095] iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0896/1095] perf tools: Fix dso_id inode generation comparison Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0897/1095] riscv: spinwait: Fix hartid variable type Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0898/1095] s390/crash: fix incorrect number of bytes to copy to user space Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0899/1095] s390/zcore: fix race when reading from hardware system area Greg Kroah-Hartman
2022-08-15 18:04 ` [PATCH 5.18 0900/1095] ASoC: fsl_asrc: force cast the asrc_format type Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0901/1095] ASoC: fsl-asoc-card: " Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0902/1095] ASoC: fsl_easrc: use snd_pcm_format_t type for sample_format Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0903/1095] ASoC: imx-card: use snd_pcm_format_t type for asrc_format Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0904/1095] ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0905/1095] fuse: Remove the control interface for virtio-fs Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0906/1095] ASoC: audio-graph-card: Add of_node_put() in fail path Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0907/1095] ASoC: audio-graph-card2: " Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0908/1095] watchdog: f71808e_wdt: Add check for platform_driver_register Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0909/1095] watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0910/1095] watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0911/1095] ASoC: Intel: sof_rt5682: Perform quirk check first in card late probe Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0912/1095] video: fbdev: amba-clcd: Fix refcount leak bugs Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0913/1095] video: fbdev: sis: fix typos in SiS_GetModeID() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0914/1095] ASoC: mchp-spdifrx: disable end of block interrupt on failures Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0915/1095] powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0916/1095] powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUG Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0917/1095] powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32 Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0918/1095] powerpc: fix typos in comments Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0919/1095] pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-window Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0920/1095] powerpc/iommu: Fix iommu_table_in_use for a small default DMA window case Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0921/1095] powerpc/pci: Prefer PCI domain assignment via DT linux,pci-domain and alias Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0922/1095] serial: 8250_bcm2835aux: Add missing clk_disable_unprepare() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0923/1095] tty: serial: fsl_lpuart: correct the count of break characters Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0924/1095] s390/smp: enforce lowcore protection on CPU restart Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0925/1095] perf stat: Revert "perf stat: Add default hybrid events" Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0926/1095] f2fs: fix to invalidate META_MAPPING before DIO write Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0927/1095] f2fs: check pinfile in gc_data_segment() in advance Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0928/1095] f2fs: dont set GC_FAILURE_PIN for background GC Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0929/1095] f2fs: write checkpoint during FG_GC Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0930/1095] f2fs: give priority to select unpinned section for foreground GC Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0931/1095] f2fs: change the current atomic write way Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0932/1095] f2fs: kill volatile write support Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0933/1095] f2fs: fix to check inline_data during compressed inode conversion Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0934/1095] f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0935/1095] cifs: Fix memory leak when using fscache Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0936/1095] powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0937/1095] powerpc/xive: Fix refcount leak in xive_get_max_prio Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0938/1095] powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0939/1095] perf symbol: Fail to read phdr workaround Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0940/1095] kprobes: Forbid probing on trampoline and BPF code areas Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0941/1095] x86/bus_lock: Dont assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0942/1095] powerpc/pci: Fix PHB numbering when using opal-phbid Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0943/1095] genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0944/1095] scripts/faddr2line: Fix vmlinux detection on arm64 Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0945/1095] powerpc/64e: Fix kexec build error Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0946/1095] sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0947/1095] x86/numa: Use cpumask_available instead of hardcoded NULL check Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0948/1095] video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0949/1095] tools/thermal: Fix possible path truncations Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0950/1095] sched: Fix the check of nr_running at queue wakelist Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0951/1095] sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0952/1095] sched/core: Do not requeue task on CPU excluded from cpus_mask Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0953/1095] x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0954/1095] f2fs: allow compression for mmap files in compress_mode=user Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0955/1095] f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0956/1095] video: fbdev: vt8623fb: Check the size of screen before memset_io() Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0957/1095] video: fbdev: arkfb: " Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0958/1095] video: fbdev: s3fb: " Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0959/1095] scsi: ufs: core: Correct ufshcd_shutdown() flow Greg Kroah-Hartman
2022-08-15 18:05 ` [PATCH 5.18 0960/1095] scsi: zfcp: Fix missing auto port scan and thus missing target ports Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0961/1095] scsi: qla2xxx: Fix imbalance vha->vref_count Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0962/1095] scsi: qla2xxx: Fix discovery issues in FC-AL topology Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0963/1095] scsi: qla2xxx: Turn off multi-queue for 8G adapters Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0964/1095] scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0965/1095] scsi: qla2xxx: Fix excessive I/O error messages by default Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0966/1095] scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0967/1095] scsi: qla2xxx: Wind down adapter after PCIe error Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0968/1095] scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0969/1095] scsi: qla2xxx: Fix losing target when it reappears during delete Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0970/1095] scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0971/1095] x86/bugs: Enable STIBP for IBPB mitigated RETBleed Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0972/1095] ftrace/x86: Add back ftrace_expected assignment Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0973/1095] x86/kprobes: Update kcb status flag after singlestepping Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0974/1095] x86/olpc: fix logical not is only applied to the left hand side Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0975/1095] SMB3: fix lease break timeout when multiple deferred close handles for the same file Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0976/1095] posix-cpu-timers: Cleanup CPU timers before freeing them during exec Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0977/1095] Input: gscps2 - check return value of ioremap() in gscps2_probe() Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0978/1095] __follow_mount_rcu(): verify that mount_lock remains unchanged Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0979/1095] spmi: trace: fix stack-out-of-bound access in SPMI tracing functions Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0980/1095] drivers/base: fix userspace break from using bin_attributes for cpumap and cpulist Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0981/1095] drm/mediatek: Keep dsi as LP00 before dcs cmds transfer Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0982/1095] crypto: blake2s - remove shash module Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0983/1095] drm/dp/mst: Read the extended DPCD capabilities during system resume Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0984/1095] drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0985/1095] usbnet: smsc95xx: Dont clear read-only PHY interrupt Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0986/1095] usbnet: smsc95xx: Avoid link settings race on interrupt reception Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0987/1095] usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0988/1095] usbnet: smsc95xx: Fix deadlock on runtime resume Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0989/1095] firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0990/1095] intel_th: pci: Add Meteor Lake-P support Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0991/1095] intel_th: pci: Add Raptor Lake-S PCH support Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0992/1095] intel_th: pci: Add Raptor Lake-S CPU support Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0993/1095] KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0994/1095] KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS) Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0995/1095] iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0996/1095] PCI/AER: Iterate over error counters instead of error strings Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0997/1095] PCI: qcom: Power on PHY before IPQ8074 DBI register accesses Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0998/1095] serial: 8250: Fold EndRun device support into OxSemi Tornado code Greg Kroah-Hartman
2022-08-15 18:06 ` [PATCH 5.18 0999/1095] serial: 8250: Add proper clock handling for OxSemi PCIe devices Greg Kroah-Hartman

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=20220815180436.875092102@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=bgreening@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --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).