public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 17:43:50 to 2023-05-22 20:46:29 UTC [more...]

[PATCH 0/3] MIPS: Enable ARCH_SUPPORTS_ATOMIC_RMW
 2023-05-22 20:46 UTC  (8+ messages)
` [PATCH 1/3] MIPS: Introduce WAR_4KC_LLSC config option

[PATCH v4 0/5] Add DSC v1.2 Support for DSI
 2023-05-22 20:44 UTC  (7+ messages)
` [PATCH v4 1/5] msm/drm/dsi: Round up DSC hdisplay calculation
` [PATCH v4 2/5] drm/msm/dsi: Adjust pclk rate for compression
` [PATCH v4 3/5] drm/msm/dpu: Add DPU_INTF_DATA_COMPRESS feature flag
` [PATCH v4 4/5] drm/msm/dpu: Set DATA_COMPRESS for command mode
` [PATCH v4 5/5] drm/msm/dsi: Remove incorrect references to slice_count

PWM regression causing failures with the pwm-atmel driver
 2023-05-22 20:43 UTC  (4+ messages)

[PATCH V2 1/6] perf/x86/intel: Add Grand Ridge and Sierra Forest
 2023-05-22 20:42 UTC  (3+ messages)

[PATCH v1 0/3] Bring back vmlinux.h generation
 2023-05-22 20:40 UTC  (4+ messages)
` [PATCH v1 1/3] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v1 2/3] perf bpf: Move the declaration of struct rq
` [PATCH v1 3/3] perf test: Add build tests for BUILD_BPF_SKEL

[PATCH v14 0/6] add Amlogic A1 clock controller drivers
 2023-05-22 20:35 UTC  (10+ messages)
` [PATCH v14 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-22 20:33 UTC  (9+ messages)
` [RFC PATCH stable 5.4 1/8] uaccess: Add strict non-pagefault kernel-space read function
` [RFC PATCH stable 5.4 2/8] bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
` [RFC PATCH stable 5.4 3/8] bpf: Restrict bpf_probe_read{, str}() only to archs where they work
` [RFC PATCH stable 5.4 4/8] maccess: clarify kerneldoc comments
` [RFC PATCH stable 5.4 5/8] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [RFC PATCH stable 5.4 6/8] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [RFC PATCH stable 5.4 7/8] bpf: rework the compat kernel probe handling
` [RFC PATCH stable 5.4 8/8] bpf: bpf_probe_read_kernel_str() has to return amount of data read on success

[PATCH 6.3 000/364] 6.3.4-rc1 review
 2023-05-22 20:35 UTC  (3+ messages)

[PATCH] drm/amd/pm: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:35 UTC  (3+ messages)

[PATCH] drm/radeon: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:34 UTC  (3+ messages)

[PATCH] mm/mmap: refactor mlock_future_check()
 2023-05-22 20:34 UTC  (3+ messages)

[PATCH net-next v6 0/3] Add SCM_PIDFD and SO_PEERPIDFD
 2023-05-22 20:34 UTC  (3+ messages)
` [PATCH net-next v6 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD

[PATCH -next] ASoC: SOF: ipc4-topology: Fix an unsigned comparison which can never be negative
 2023-05-22 20:33 UTC  (2+ messages)

[PATCH 5.15 000/203] 5.15.113-rc1 review
 2023-05-22 20:32 UTC  (3+ messages)

[PATCH 6.1 000/292] 6.1.30-rc1 review
 2023-05-22 20:30 UTC  (2+ messages)

[PATCH next] ASoC: SOF: Intel: hda-dai: Fix locking in hda_ipc4_pre_trigger()
 2023-05-22 20:28 UTC  (2+ messages)

[PATCH wireless-next v2 0/4] wifi: rtw88: Add support for the RTL8723DS SDIO wifi chip
 2023-05-22 20:24 UTC  (5+ messages)
` [PATCH wireless-next v2 1/4] wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()
` [PATCH wireless-next v2 2/4] wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing
` [PATCH wireless-next v2 3/4] mmc: sdio: Add/rename SDIO ID of the RTL8723DS SDIO wifi cards
` [PATCH wireless-next v2 4/4] wifi: rtw88: Add support for the SDIO based RTL8723DS chipset

[PATCH 6.3 000/364] 6.3.4-rc1 review
 2023-05-22 20:25 UTC 

[PATCH] drm/nouveau/acr: Abort loading ACR if no firmware was found
 2023-05-22 20:18 UTC 

[PATCH v12 00/10] add DSC 1.2 dpu supports
 2023-05-22 20:18 UTC  (12+ messages)
` [PATCH v12 01/10] drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register
` [PATCH v12 02/10] drm/msm/dpu: add dsc blocks to the catalog of MSM8998 and SC8180X
` [PATCH v12 03/10] drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0
` [PATCH v12 04/10] drm/msm/dpu: Guard PINGPONG DSC ops behind DPU_PINGPONG_DSC bit
` [PATCH v12 05/10] drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONG
` [PATCH v12 06/10] drm/msm/dpu: add support for DSC encoder v1.2 engine
` [PATCH v12 07/10] drm/msm/dpu: always clear every individual pending flush mask
` [PATCH v12 08/10] drm/msm/dpu: separate DSC flush update out of interface
` [PATCH v12 09/10] drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsets
` [PATCH v12 10/10] drm/msm/dpu: tear down DSC data path when DSC disabled

[PATCH net-next v5 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-05-22 20:17 UTC  (6+ messages)

[PATCH v2] drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disable
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH] igb: Fix igb_down hung on surprise removal
 2023-05-22 20:16 UTC  (3+ messages)

[PATCH] drm/i2c: tda998x: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH v4] Makefile.compiler: replace cc-ifversion with compiler-specific macros
 2023-05-22 20:16 UTC  (14+ messages)

[PATCH] drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH] drm/mediatek: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH] drm/i915: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH] drm/bridge: dw-hdmi: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:15 UTC  (2+ messages)

[PATCH] drm/rockchip: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:15 UTC  (2+ messages)

[PATCH] drm/display/dp_mst: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:15 UTC  (2+ messages)

[PATCH v2 00/10] fortify: Add KUnit tests for runtime overflows
 2023-05-22 20:14 UTC  (7+ messages)
` [PATCH v2 01/10] kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML

[PATCH wireless-next v1 0/4] wifi: rtw88: Add support for the RTL8723DS SDIO wifi chip
 2023-05-22 20:13 UTC  (4+ messages)
` [PATCH wireless-next v1 4/4] wifi: rtw88: Add support for the SDIO based RTL8723DS chipset

[PATCH v2] locking: SIX locks (shared/intent/exclusive)
 2023-05-22 20:13 UTC  (3+ messages)

[PATCH 0/5] sched: address missing-prototype warnings
 2023-05-22 20:08 UTC  (7+ messages)
` [PATCH 1/5] sched: hide unused sched_update_scaling()
` [PATCH 2/5] sched: add schedule_user() declaration
` [PATCH 3/5] sched: fair: hide unused init_cfs_bandwidth() stub
` [PATCH 4/5] sched: make task_vruntime_update() prototype visible
` [PATCH 5/5] sched: fair: move unused stub functions to header

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-05-22 20:07 UTC  (2+ messages)

[PATCH v9] can: usb: IXXAT USB-to-CAN adapters drivers
 2023-05-22 20:01 UTC 

[PATCH v2 1/4] include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
 2023-05-22 20:00 UTC  (4+ messages)
` [PATCH v2 2/4] ACPI: x86: Add pm_debug_messages for LPS0 _DSM state tracking
` [PATCH v2 3/4] pinctrl: amd: Use pm_pr_dbg to show debugging messages
` [PATCH v2 4/4] platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages

[PATCH] ARM: sunxi: fix return code check of of_property_match_string
 2023-05-22 19:55 UTC  (3+ messages)

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-22 19:49 UTC  (11+ messages)

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-22 19:45 UTC  (3+ messages)
` [patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE

[PATCH 0/3] vhost: Fix freezer/ps regressions
 2023-05-22 19:40 UTC  (6+ messages)
` [PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression

[PATCH v2] tracing: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] vboxsf: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] dlm: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] scsi: ibmvscsi: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] scsi: bnx2i: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] scsi: aacraid: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] KEYS: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] scsi: qedi: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH] NFS: Prefer strscpy over strlcpy calls
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH v2 0/6] Add RK3588 SATA support
 2023-05-22 19:33 UTC  (5+ messages)
` [PATCH v2 2/6] dt-bindings: ata: ahci: add RK3588 AHCI controller
` [PATCH v2 4/6] dt-bindings: phy: rockchip: rk3588 has two reset lines

[PATCH v2 1/4] dt-bindings: mfd: gateworks-gsc: remove unnecessary fan-controller nodes
 2023-05-22 19:32 UTC  (4+ messages)
` [PATCH v2 2/4] arm64: dts: imx8mm-venice-gw700x: remove invalid props from fan-controller
` [PATCH v2 3/4] ARM: dts: imx6qdl-gw54xx: remove invalid nodes "
` [PATCH v2 4/4] ARM: dts: imx6qdl-gw5912: "

[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
 2023-05-22 19:31 UTC  (6+ messages)

[PATCH v2] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-05-22 19:26 UTC  (2+ messages)

[PATCH v3 0/5] GRUB reclaiming fixes
 2023-05-22 19:22 UTC  (11+ messages)
` [PATCH v3 2/5] sched/deadline: Fix reclaim inaccuracy with SMP

[PATCH v2] PCI: acpiphp: Reassign resources on bridge if necessary
 2023-05-22 19:21 UTC  (4+ messages)

[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-22 16:10 UTC  (3+ messages)
` [PATCH v9 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-05-22 19:09 UTC  (4+ messages)

[PATCH v2 0/2] phy: mtk-mipi-csi: add driver for CSI phy
 2023-05-22 19:15 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: phy: add mediatek mipi csi driver v 0.5

linux-next: build failure after merge of the amdgpu tree
 2023-05-22 19:14 UTC  (5+ messages)

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-22 19:13 UTC  (6+ messages)

[PATCH 1/2] amdgpu: validate drm_amdgpu_gem_va addrs for all ops
 2023-05-22 19:12 UTC  (5+ messages)

[PATCH] kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR
 2023-05-22 19:08 UTC  (2+ messages)

[PATCH net] net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
 2023-05-22 19:07 UTC 

[PATCH] cgroup: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:06 UTC  (2+ messages)

[PATCH v2 0/2] iio/adc-joystick: buffer data parsing fixes
 2023-05-22 19:05 UTC  (8+ messages)
` [PATCH v2 1/2] iio/adc: ingenic: Fix channel offsets in buffer

[PATCH] bus: mhi: host: Add userspace character interface
 2023-05-22 19:04 UTC 

[PATCH v1] leds: trigger: pattern: add support for hrtimer
 2023-05-22 19:04 UTC 

[PATCH v2] md: fix duplicate filename for rdev
 2023-05-22 19:02 UTC  (2+ messages)

[PATCH v2] vfio/type1: check pfn valid before converting to struct page
 2023-05-22 19:00 UTC  (2+ messages)

arch/powerpc/math-emu/fcmpu.c:13:2: warning: variable 'A_c' set but not used
 2023-05-22 19:00 UTC 

[PATCH v6 0/2] Enable multiple MCAN on AM62x
 2023-05-22 19:00 UTC  (6+ messages)
` [PATCH v6 2/2] can: m_can: Add hrtimer to generate software interrupt

[PATCH 5.10 000/381] 5.10.180-rc1 review
 2023-05-22 18:58 UTC  (7+ messages)

[PATCH v2 0/5] MDWE without inheritance
 2023-05-22 18:58 UTC  (6+ messages)
` [PATCH v2 3/5] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long

[PATCH net] net: fix skb leak in __skb_tstamp_tx()
 2023-05-22 18:57 UTC  (3+ messages)

Patch "HID: wacom: Force pen out of prox if no events have been received in a while" has been added to the 4.14-stable tree
 2023-05-22 18:54 UTC 

[PATCH v4 0/2] leds: add aw20xx driver
 2023-05-22 18:52 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH for-next v5 0/7] On-Demand Paging on SoftRoCE
 2023-05-22 18:49 UTC  (3+ messages)
` [PATCH for-next v5 7/7] RDMA/rxe: Add support for the traditional Atomic operations with ODP

[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
 2023-05-22 18:48 UTC  (4+ messages)

[PATCH net-next v3 0/6] Brcm ASP 2.0 Ethernet Controller
 2023-05-22 18:48 UTC  (8+ messages)
` [PATCH net-next v3 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0
` [PATCH net-next v3 2/6] dt-bindings: net: Brcm ASP 2.0 Ethernet controller

[PATCH] cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
 2023-05-22 18:45 UTC  (2+ messages)

[PATCH v2] perf: test: Add support for testing JSON generated by perf data command
 2023-05-22 18:43 UTC  (5+ messages)

[PATCH 1/1] HID: apple: Option to swap only left side mod keys
 2023-05-22 18:40 UTC 

[PATCH v3 0/5] Add DSC v1.2 Support for DSI
 2023-05-22 18:38 UTC  (10+ messages)
` [PATCH v3 1/5] msm/drm/dsi: Round up DSC hdisplay calculation
` [PATCH v3 3/5] drm/msm/dpu: Add DPU_INTF_DATA_COMPRESS feature flag
` [PATCH v3 5/5] drm/msm/dsi: Remove incorrect references to slice_count

[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
 2023-05-22 18:38 UTC  (6+ messages)
` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()

Stable backport request: skbuff: Proactively round up to kmalloc bucket size
 2023-05-22 18:37 UTC  (3+ messages)

[PATCH] mmu_notifiers: Notify on pte permission upgrades
 2023-05-22 18:34 UTC  (2+ messages)

[PATCH V2 1/9] ASoC: amd: ps: create platform devices based on acp config
 2023-05-22 18:20 UTC  (12+ messages)
` [PATCH V2 2/9] ASoC: amd: ps: handle SoundWire interrupts in acp pci driver
` [PATCH V2 3/9] ASoC: amd: ps: add SoundWire dma driver
` [PATCH V2 4/9] ASoC: amd: ps: add SoundWire dma driver dma ops
` [PATCH V2 5/9] ASoC: amd: ps: add support for SoundWire DMA interrupts
` [PATCH V2 6/9] ASoC: amd: ps: add pm ops support for SoundWire dma driver

[PATCH v6 00/20] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-05-22 18:31 UTC  (13+ messages)
` [PATCH v6 02/20] modpost: fix section mismatch message for R_ARM_ABS32
` [PATCH v6 03/20] modpost: detect section mismatch for R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS
` [PATCH v6 04/20] modpost: remove unused argument from secref_whitelist()
` [PATCH v6 05/20] modpost: refactor find_fromsym() and find_tosym()
` [PATCH v6 06/20] modpost: unify 'sym' and 'to' in default_mismatch_handler()
` [PATCH v6 07/20] modpost: replace r->r_offset, r->r_addend with faddr, taddr

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-22 18:27 UTC  (5+ messages)

[BUG] selftests: af_unix: unix:diag.c does not compile on AlmaLinux 8.7
 2023-05-22 18:26 UTC  (4+ messages)

[regression] Since kernel 6.3.1 logitech unify receiver not working properly
 2023-05-22 18:23 UTC  (6+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-22 18:22 UTC  (7+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

next: WARNING: CPU: 0 PID: 63 at kernel/workqueue.c:1999 worker_enter_idle+0xb2/0xc0
 2023-05-22 18:20 UTC  (2+ messages)

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-22 18:13 UTC  (3+ messages)

[PATCH] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-22 18:11 UTC  (3+ messages)

[PATCH v1 0/5] perf parse-regs: Refactor arch related functions
 2023-05-22 18:08 UTC  (3+ messages)
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()

[PATCH v2 4/4] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623
 2023-05-22 18:03 UTC 

[PATCH v2] video: imsttfb: Fix use after free bug in imsttfb_probe due to lack of error-handling of init_imstt
 2023-05-22 18:02 UTC  (3+ messages)

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-22 18:02 UTC  (5+ messages)

[PATCH RESEND 0/3] MSM8996 Pro CBF scaling support
 2023-05-22 18:02 UTC  (5+ messages)
` [PATCH RESEND 3/3] clk: qcom: cbf-msm8996: Add support for MSM8996 Pro

[PATCH] dt-bindings: leds: qcom-lpg: document PM8550 compatible
 2023-05-22 18:00 UTC  (3+ messages)

[PATCH v3 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-05-22 17:58 UTC  (7+ messages)
` [PATCH v3 03/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH v3 05/18] x86/reboot: Disable virtualization during reboot iff callback is registered

[PATCH v4 0/3] md: bugfix of writing raid sysfs
 2023-05-22 17:50 UTC  (4+ messages)
` [PATCH v4 3/3] md/raid10: optimize check_decay_read_errors()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox