lkml.org 
[lkml]   [2024]   [Apr]   [11]   [last100]  
 
/

11 Apr 2024

 
[New][gustavoars:testing/WFAMNAE-next20240408-CbC] BUILD SUCCESS bbca84 ...kernel test robot
 Re: Re: [PATCH] arm64: dts: rockchip: remove startup-delay-us from ...Jianfeng Liu
[New][tip:perf/urgent] BUILD SUCCESS dec8ced871e17eea46f097542dd074d022 ...kernel test robot
 Re: [PATCH v4 3/4] arm64: Update AMU-based frequency scale factor ...Sumit Gupta
 Re: [PATCH] selftests: timers: Fix valid-adjtimex signed left-shif ...Muhammad Usama Anjum
 Re: [PATCH 1/3] riscv: Support for early console.kernel test robot
 Re: [PATCH v2 3/3] usb: typec: ucsi_glink: drop special handling f ...Dmitry Baryshkov
 Re: [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-met ..."Huang, Kai"
[New]linux-next: duplicate patch in the risc-v treeStephen Rothwell
 Re: [PATCH] platform/chrome: cros_ec_uart: properly fix race condition"Noah Loomans"
 Re: [PATCH v6 08/11] timekeeping: Add function to convert realtime ...Thomas Gleixner
 Re: [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-met ..."Huang, Kai"
 Re: [PATCH v6 09/11] pps: generators: Add PPS Generator TIO DriverThomas Gleixner
 Re: [PATCH v2] selftests/timers/posix_timers: reimplement check_ti ...Thomas Gleixner
 Re: [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in erro ...kernel test robot
[New]linux-next: build failure after merge of the net treeStephen Rothwell
 Re: [PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) s ...Thomas Gleixner
[New][patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IG ...Thomas Gleixner
 [patch V2 01/50] selftests/timers/posix_timers: Simplify error han ...Thomas Gleixner
 [patch V2 02/50] selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner
 [patch V2 03/50] selftests/timers/posix_timers: Validate signal rulesThomas Gleixner
 [patch V2 04/50] selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner
 [patch V2 05/50] selftests/timers/posix-timers: Validate timer_get ...Thomas Gleixner
 [patch V2 06/50] selftests/timers/posix-timers: Validate overrun a ...Thomas Gleixner
 [patch V2 07/50] posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner
 [patch V2 08/50] posix-cpu-timers: Save interval only for armed timersThomas Gleixner
 [patch V2 09/50] posix-cpu-timers: Handle interval timers correctl ...Thomas Gleixner
 [patch V2 10/50] posix-cpu-timers: Handle SIGEV_NONE timers correc ...Thomas Gleixner
 [patch V2 11/50] posix-cpu-timers: Handle SIGEV_NONE timers correc ...Thomas Gleixner
 [patch V2 12/50] posix-cpu-timers: Replace old expiry retrieval in ...Thomas Gleixner
 [patch V2 13/50] posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner
 [patch V2 14/50] posix-cpu-timers: Use @now instead of @val for cl ...Thomas Gleixner
 [patch V2 15/50] posix-cpu-timers: Remove incorrect comment in pos ...Thomas Gleixner
 [patch V2 16/50] posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner
 [patch V2 17/50] posix-timers: Retrieve interval in common timer_s ...Thomas Gleixner
 [patch V2 18/50] posix-timers: Clear overrun in common_timer_set()Thomas Gleixner
 [patch V2 19/50] posix-timers: Convert timer list to hlistThomas Gleixner
 [patch V2 20/50] posix-timers: Consolidate timer setupThomas Gleixner
 [patch V2 21/50] posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner
 [patch V2 22/50] posix-timers: Consolidate signal queueingThomas Gleixner
 [patch V2 23/50] signal: Remove task argument from dequeue_signal()Thomas Gleixner
 [patch V2 24/50] signal: Replace BUG_ON()sThomas Gleixner
 [patch V2 25/50] signal: Confine POSIX_TIMERS properlyThomas Gleixner
 [patch V2 26/50] signal: Get rid of resched_timer logicThomas Gleixner
 [patch V2 27/50] posix-timers: Cure si_sys_private raceThomas Gleixner
 [patch V2 28/50] signal: Allow POSIX timer signals to be droppedThomas Gleixner
 [patch V2 29/50] posix-timers: Drop signal if timer has been delet ...Thomas Gleixner
 [patch V2 30/50] posix-timers: Rename k_itimer::it_requeue_pendingThomas Gleixner
 [patch V2 31/50] posix-timers: Add proper state trackingThomas Gleixner
 [patch V2 32/50] posix-timers: Make signal delivery consistentThomas Gleixner
 [patch V2 33/50] posix-timers: Make signal overrun accounting sensibleThomas Gleixner
 [patch V2 34/50] posix-cpu-timers: Use dedicated flag for CPU time ...Thomas Gleixner
 [patch V2 35/50] posix-timers: Add a refcount to struct k_itimerThomas Gleixner
 [patch V2 36/50] signal: Split up __sigqueue_alloc()Thomas Gleixner
 [patch V2 37/50] signal: Provide posixtimer_sigqueue_init()Thomas Gleixner
 [patch V2 38/50] signal: Add sys_private_ptr to siginfo::_sifields ...Thomas Gleixner
 [patch V2 39/50] posix-timers: Store PID type in the timerThomas Gleixner
 [patch V2 40/50] signal: Refactor send_sigqueue()Thomas Gleixner
 [patch V2 41/50] posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
 [patch V2 42/50] signal: Cleanup unused posix-timer leftoversThomas Gleixner
 [patch V2 43/50] signal: Add task argument to flush_sigqueue_mask()Thomas Gleixner
 [patch V2 44/50] signal: Provide ignored_posix_timers listThomas Gleixner
 [patch V2 45/50] posix-timers: Handle ignored list on delete and exitThomas Gleixner
 [patch V2 46/50] signal: Handle ignored signals in do_sigaction(ac ...Thomas Gleixner
 [patch V2 47/50] signal: Queue ignored posixtimers on ignore listThomas Gleixner
 [patch V2 48/50] posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner
 [patch V2 49/50] alarmtimers: Remove the throttle mechanism from a ...Thomas Gleixner
 [patch V2 50/50] alarmtimers: Remove return value from alarm functionsThomas Gleixner
 Re: [syzbot] [net?] possible deadlock in unix_notinflightHillf Danton
 Re: [PATCH v3 2/5] x86/kexec: do unconditional WBINVD for bare-met ..."Huang, Kai"
[New][tip:x86/merge] BUILD SUCCESS f72ec8989cd1591b1c567b336e0bb4a78536ce39kernel test robot
 Re: [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in erro ...Daniel Golle
 Re: [PATCH net-next v6 5/9] net: dsa: microchip: add support for d ...Vladimir Oltean
 Re: [PATCH] tracing: Limit trace_seq size to just 8K and not depen ...Masami Hiramatsu (Google)
 Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when l ..."Huang, Kai"
 Re: [PATCH net-next v6 0/9] Enhanced DCB and DSCP Support for KSZ ...Vladimir Oltean
 Re: [PATCH] uprobes: reduce contention on uprobes_tree accessMasami Hiramatsu (Google)
[New][PATCH] kbuild/x86: Use $(KBUILD_AFLAGS) in Kbuild's version of $( ...Dmitry Safonov via B4 Relay
 Re: [PATCH 0/3] tso: aarch64: Expose TSO for virtualized linux on ...Hector Martin
 Re: [PATCH] kbuild/x86: Use $(KBUILD_AFLAGS) in Kbuild's version o ...Dmitry Safonov
[New]linux-next: manual merge of the risc-v tree with the rust-fixes treeStephen Rothwell
 Re: [PATCH 2/2] MAINTAINERS: Make cxl obsoleteFinn Thain
[New]linux-next: manual merge of the riscv-dt tree with the risc-v treeStephen Rothwell
 Re: [PATCH v2 1/4] dt-bindings: rtc: convert trivial devices into ...Andrew Jeffery
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksMatthew Wilcox
 Re: [PATCH] efi/unaccepted: touch soft lockup during memory acceptChen Yu
[New][PATCH] riscv: dts: sophgo: add reserved memory node for CV1800BInochi Amaoto
[New][PATCH v2] efi/unaccepted: touch soft lockup during memory acceptChen Yu
[New][PATCH 0/4] arm64: Support the TSO memory modelHector Martin
 [PATCH 1/4] prctl: Introduce PR_{SET,GET}_MEM_MODELHector Martin
[New]linux-next: build failure after merge of the hid treeStephen Rothwell
 [PATCH 2/4] arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO ...Hector Martin
 [PATCH 3/4] arm64: Introduce scaffolding to add ACTLR_EL1 to threa ...Hector Martin
 [PATCH 4/4] arm64: Implement Apple IMPDEF TSO memory model controlHector Martin
 [PATCH v3 2/4] LoongArch: Refactor get_acpi_id_for_cpu() related codeTiezhu Yang
[New][PATCH v3 0/4] Give chance to build under !CONFIG_SMP for LoongArchTiezhu Yang
 [PATCH v3 1/4] LoongArch: Move CONFIG_HAVE_SETUP_PER_CPU_AREA rela ...Tiezhu Yang
 [PATCH v3 3/4] LoongArch: Save and restore PERCPU_BASE_KS for ACPI ...Tiezhu Yang
 [PATCH v3 4/4] LoongArch: Give chance to build under !CONFIG_SMPTiezhu Yang
 Re: [PATCH V7 net-next 4/4] net: hns3: add support to query scc ve ...Jijie Shao
[New][GIT PULL] bootconfig: Fixes for v6.9-rc3Masami Hiramatsu (Google)
 Re: [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's ...Zhang Yi
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy"Edgecombe, Rick P"
 Re: [Bug] UBSAN: shift-out-of-bounds in sg_build_indirectSam Sun
 Re: [PATCH] memory: mtk-smi: fix module autoloadingYong Wu (吴勇)
 Re: [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched ...Barry Song
 Re: [PATCH] drm/msm: Drop msm_read/writelDmitry Baryshkov
 Re: [RFC][PATCH 08/10] sched/fair: Implement delayed dequeueYan-Jie Wang
 Re: linux-next: build failure after merge of the net-next treeStephen Rothwell
[New][tip:x86/platform] BUILD SUCCESS 801549ed6abe7586eb9ad0cf7147b0bef ...kernel test robot
 Re: [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counterBarry Song
 Re: [PATCH] ftrace: Fix use-after-free issue in ftrace_location()Zheng Yejian
 RE: [PATCH v2 1/6] dt-bindings: firmware: arm,scmi: set additional ...Peng Fan
 Re: [PATCH 0/3] Add early console functionalityJinglin Wen
 Re: [PATCH net v3] net: dsa: mt7530: fix enabling EEE on MT7531 sw ...patchwork-bot+netdevbpf@kernel ...
 Re: [PATCH 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM driverZhi Mao (毛智)
 Re: [PATCH] platform/chrome: cros_ec_uart: properly fix race conditionTzung-Bi Shih
 Re: [PATCH] fork: defer linking file vma until vma is fully initia ...Miaohe Lin
[New][PATCH v4] virt: tdx-guest: Handle GetQuote request error codeKuppuswamy Sathyanarayanan
 Re: [PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_ ...Miaohe Lin
[New][GIT PULL] chrome-platform fixes for v6.9-rc4Tzung-Bi Shih
 Re: [External] Re: [PATCH 1/2] ACPI: PPTT: Populate cacheinfo enti ...yunhui cui
 Re: Re: Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint ...Peilin He
[New][PATCH v1 0/1] optimize fsl-edma for imx8QMJoy Zou
 [PATCH v1 1/1] dmaengine: fsl-edma: optimize edma driver for imx8QMJoy Zou
 Re: [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in erro ...Zhihao Cheng
 Re: [PATCH net] bonding: 802.3ad: Avoid packet loss when switching ...Hangbin Liu
 RE: [PATCH v1 1/1] dmaengine: fsl-edma: optimize edma driver for i ...Joy Zou
 Re: [PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe pathBaolu Lu
 Re: [PATCH] iommu/vt-d: Allocate local memory for page request queueBaolu Lu
 Re: [GIT PULL] bootconfig: Fixes for v6.9-rc3pr-tracker-bot@kernel ...
[New]Re: [GIT PULL] probes: Fixes for v6.9-rc3pr-tracker-bot@kernel ...
 Re: Re: Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint ...Jason Xing
[New][PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3Lu Baolu
 [PATCH 1/3] iommu/vt-d: Fix wrong use of pasid configLu Baolu
 [PATCH 2/3] iommu/vt-d: Allocate local memory for page request queueLu Baolu
 [PATCH 3/3] iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu
 Re: [PATCH] [v4] net/mlx5: fix possible stack overflowspatchwork-bot+netdevbpf@kernel ...
 Re: [PATCH 1/1] LoongArch: KVM: Add PMU supportmaobibo
[New][PATCH v2 0/2] Add sysfs entry to EDL modeQiang Yu
 [PATCH v2 1/2] bus: mhi: host: Add sysfs entry to force device to ...Qiang Yu
 [PATCH v2 2/2] bus: mhi: host: pci_generic: Add edl callback to en ...Qiang Yu
 Re: [PATCH v1 1/7] ALSA: hda: cs35l41: Set the max PCM Gain using ...kernel test robot
[New][PATCH] init/main.c: Fix potential static_command_line memory overflowYuntao Wang
 [PATCH v2 1/4] ubi: ubi_init: Fix missed debugfs cleanup in error ...Zhihao Cheng
 [PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock cleanup in error ...Zhihao Cheng
 [PATCH v2 3/4] mtd: ubi: Ignore all debugfs initialisation failuresZhihao Cheng
 [PATCH v2 4/4] ubi: debugfs: Replace IS_ERR_OR_NULL with IS_ERR in ...Zhihao Cheng
[New][PATCH v2 0/4] ubi: Fix serious of resource leaking problemsZhihao Cheng
[New][tip:x86/cpu] BUILD SUCCESS dbbe13a6f66b228a2867844ad4dd108576134775kernel test robot
[New][PATCH -next 0/2] block: fix cached time in plugYu Kuai
 [PATCH -next 2/2] block: add plug while submitting IOYu Kuai
 [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't update ...Yu Kuai
 [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 dual ...olivia.wen
 [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1olivia.wen
[New][PATCH 0/2] Support MT8188 SCP core 1olivia.wen
 Re: [PATCH v1 1/7] ALSA: hda: cs35l41: Set the max PCM Gain using ...kernel test robot
 Re: [PATCH v4 2/3] VT: Add KDFONTINFO ioctlJiri Slaby
[New]linux-next: manual merge of the tty tree with the tty.current treeStephen Rothwell
[New][paulmck-rcu:dev.2024.04.09b] BUILD SUCCESS 1331453f446328079da60d ...kernel test robot
[New][PATCH] init/main.c: Remove redundant space from saved_command_lineYuntao Wang
 Re: [PATCH v7 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X ...kernel test robot
 Re: linux-next: manual merge of the tty tree with the tty.current treeStephen Rothwell
 RE: [PATCH rdma-next 1/1] RDMA/mana_ib: remove useless return valu ...Long Li
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410David Gow
 Re: [PATCH v3 0/4] Give chance to build under !CONFIG_SMP for Loon ...Huacai Chen
 Re: [PATCH v2 1/5] bus: ti-sysc: Move check for no-reset-on-initTony Lindgren
 Re: [REGRESSION] Loss of some SMART information in v6.1.81Cyril Brulebois
 Re: [PATCH] kbuild/x86: Use $(KBUILD_AFLAGS) in Kbuild's version o ...Dmitry Safonov
 Re: [PATCH 1/3] riscv: Support for early console.kernel test robot
 Re: linux-next: manual merge of the tty tree with the tty.current treeGreg KH
 Re: [PATCH v3 1/9] media: subdev: Add privacy led helpersUmang Jain
 Re: [PATCH v3 2/9] media: subdev: Use v4l2_subdev_has_op() in v4l2 ...Umang Jain
[New][PATCH v2 0/5] usb: typec: ucsi: glink: rework orientation handlingDmitry Baryshkov
 [PATCH v2 1/5] usb: typec: ucsi: add callback for connector status ...Dmitry Baryshkov
 [PATCH v2 2/5] usb: typec: ucsi: glink: move GPIO reading into con ...Dmitry Baryshkov
 [PATCH v2 3/5] usb: typec: ucsi: glink: use typec_set_orientationDmitry Baryshkov
 [PATCH v2 4/5] usb: typec: ucsi: add update_connector callbackDmitry Baryshkov
 [PATCH v2 5/5] usb: typec: ucsi: glink: set orientation aware if s ...Dmitry Baryshkov
 Re: Re: Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint ...Peilin He
 Re: [PATCH v3 7/9] media: subdev: Support privacy led in v4l2_subd ...Umang Jain
 Re: [PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in ma ...Lance Yang
[New][PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORTLukas Bulwahn
[New][PATCH net v2 0/1] net: change maximum number of UDP segments to 128Yuri Benditovich
 [PATCH net v2 1/1] net: change maximum number of UDP segments to 128Yuri Benditovich
 RE: [PATCH v2 4/7] Revert "iommu/amd: Enable PCI/IMS""Tian, Kevin"
 RE: [PATCH v2 5/7] Revert "iommu/vt-d: Enable PCI/IMS""Tian, Kevin"
 RE: [PATCH v2 6/7] Revert "x86/apic/msi: Enable PCI/IMS""Tian, Kevin"
 RE: [PATCH v2 7/7] Revert "genirq/msi: Provide constants for PCI/I ..."Tian, Kevin"
 Re: [PATCH 4/4] selftests: Add build infrastructure along with READMEDev Jain
 Re: [PATCH v3 4/9] media: subdev: Fix use of sd->enabled_streams i ...Umang Jain
 Re: [PATCH] iio: industrialio-core: look for aliases to request de ...Dominique Martinet
 Re: [PATCH] block: add max_dispatch to sysfsDamien Le Moal
[New][RFC PATCH 0/4] Provide interconnect resets for ti-sysc usersTony Lindgren
 [RFC PATCH 1/4] reset: Fall back to lookup if no reset node is foundTony Lindgren
 [RFC PATCH 2/4] reset: Allow removing a lookupTony Lindgren
 [RFC PATCH 3/4] bus: ti-sysc: Implement reset control framework fo ...Tony Lindgren
 [RFC PATCH 4/4] serial: 8250: omap: Use reset control for resetsTony Lindgren
[New][PATCH v1 0/4] docs: stable-kernel-rules: fine-tuning and 'no semi ...Thorsten Leemhuis
 [PATCH v1 4/4] docs: stable-kernel-rules: remove code-labels tagsThorsten Leemhuis
 [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-automat ...Thorsten Leemhuis
 [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its nam ...Thorsten Leemhuis
 [PATCH v1 1/4] docs: stable-kernel-rules: reduce redundancyThorsten Leemhuis
 Re: [PATCH v1 1/4] docs: stable-kernel-rules: reduce redundancyGreg Kroah-Hartman
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Greg Kroah-Hartman
 Re: Do we need a "DoNotBackPort" tag?Thorsten Leemhuis
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Greg Kroah-Hartman
 Re: [PATCH v1 4/4] docs: stable-kernel-rules: remove code-labels tagsGreg Kroah-Hartman
 Re: linux-next: build failure after merge of the net-next treeEric Dumazet
 Re: [PATCH v3 3/9] media: subdev: Add checks for subdev featuresUmang Jain
 Re: [PATCH net v2 1/1] net: change maximum number of UDP segments ...Yuri Benditovich
 Re: [PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global ...Xi Ruoyao
 Re: [PATCH v2 1/1] media: v4l: Don't turn on privacy LED if stream ...Umang Jain
[New]linux-next: build failure after merge of the tty treeStephen Rothwell
[New]linux-next: duplicate patch in the devicetree treeStephen Rothwell
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Thorsten Leemhuis
[New]linux-next: duplicate patch in the landlock treeStephen Rothwell
 Re: linux-next: build failure after merge of the tty treeTony Lindgren
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Krzysztof Kozlowski
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportKrzysztof Kozlowski
[New][PATCH] io_uring/timeout: remove duplicate initialization of the i ...Ruyi Zhang
 Re: [PATCH 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM driverKrzysztof Kozlowski
 Re: [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 ...Krzysztof Kozlowski
 Re: [PATCH v3 0/4] Give chance to build under !CONFIG_SMP for Loon ..."Arnd Bergmann"
 Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1Krzysztof Kozlowski
 Re: [PATCH v4 1/9] mm/ksm: add ksm_get_folioAlex Shi
[New][PATCH] Add USB HWID to usb_device_id table for MT7921/MT7922/MT79 ...Jiande Lu
 Re: [PATCH net-next v5] virtio_net: Support RX hash XDP hintLiang Chen
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Greg Kroah-Hartman
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Sergio Paracuellos
[New][PATCH v2 1/1] pps: clients: gpio: Bypass edge's direction check w ...Bastien Curutchet
 Re: [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ ...Krzysztof Kozlowski
[New][PATCH v5 0/10] transfer page to folio in KSM alexs@kernel ...
 [PATCH v5 01/10] mm/ksm: add ksm_get_folioalexs@kernel ...
 [PATCH v5 02/10] mm/ksm: use folio in remove_rmap_item_from_treealexs@kernel ...
 [PATCH v5 03/10] mm/ksm: add folio_set_stable_nodealexs@kernel ...
 [PATCH v5 04/10] mm/ksm: use folio in remove_stable_nodealexs@kernel ...
 [PATCH v5 05/10] mm/ksm: use folio in stable_node_dupalexs@kernel ...
 [PATCH v5 06/10] mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemalexs@kernel ...
 [PATCH v5 07/10] mm/ksm: use folio in write_protect_pagealexs@kernel ...
 [PATCH v5 08/10] mm/ksm: Convert chain series funcs and replace ge ...alexs@kernel ...
 [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_get_fo ...alexs@kernel ...
 [PATCH v5 10/10] mm/ksm: replace set_page_stable_node by folio_set ...alexs@kernel ...
 Re: [PATCH 03/11] dt-bindings: reset: mobileye,eyeq5-reset: add Ey ...Krzysztof Kozlowski
 Re: [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon nodeKrzysztof Kozlowski
 Re: [PATCH net] nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
 Re: [PATCH v2 3/3] usb: typec: ucsi_glink: drop special handling f ..."Christian A. Ehrhardt"
 Re: [PATCH v2 2/4] dt-bindings: rtc: lpc32xx-rtc: convert to dtschemaKrzysztof Kozlowski
 Re: [PATCH v3 3/9] media: subdev: Add checks for subdev featuresTomi Valkeinen
 Re: [PATCH v3 4/9] media: subdev: Fix use of sd->enabled_streams i ...Tomi Valkeinen
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Krzysztof Kozlowski
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededNikolay Borisov
 Re: [PATCH net] crypto: chtls: Fix possible null pointer dereferencesPaolo Abeni
 Re: [PATCH 1/7] x86/bugs: BHI documentation fixesNikolay Borisov
 Re: [PATCH 2/7] x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABIL ...Nikolay Borisov
 Re: [PATCH 6/7] x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and sp ...Nikolay Borisov
 Re: [PATCH] memory: brcmstb_memc: fix module autoloadingKrzysztof Kozlowski
 Re: [PATCH] memory: mtk-smi: fix module autoloadingKrzysztof Kozlowski
 Re: [PATCH V7 net-next 4/4] net: hns3: add support to query scc ve ...Jiri Pirko
[New][PATCH] MAINTAINERS: repair file entry in COMPUTE EXPRESS LINKLukas Bulwahn
 Re: [PATCH net-next v2 1/4] flow_offload: add control flag checkin ...Louis Peens
 Re: [PATCH v1 0/5] livepatch: klp-convert tool - Minimal versionMiroslav Benes
[New]linux-next: Tree for Apr 11Stephen Rothwell
[New][PATCH] MAINTAINERS: adjust DRM DRIVERS FOR EXYNOS after dt-bindin ...Lukas Bulwahn
 Re: [PATCH v1 1/1] drm/mediatek/dp: The register is written with t ...LIANKUN YANG (杨连坤)
 Re: [Linux kernel bug] WARNING in ax25_dev_device_downDan Carpenter
 Re: [PATCH v3 6/6] thermal: core: Relocate critical and hot trip h ...Lukasz Luba
 Re: [PATCH] MAINTAINERS: adjust DRM DRIVERS FOR EXYNOS after dt-bi ...Krzysztof Kozlowski
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Sergio Paracuellos
 Re: [PATCH v1 1/1] drm/mediatek/dp: The register is written with t ...Krzysztof Kozlowski
 RE: [EXT] Re: [PATCH v3 1/1] arm64: dts: imx93-11x11-evk: add rtc ...Joy Zou
 Re: [PATCH v2 0/3] gov_power_allocator: Allow binding before cooli ...Lukasz Luba
 Re: [PATCH 5/5] pinctrl: realtek: fix module autoloadingKrzysztof Kozlowski
 Re: [PATCH v8 3/3] input: pm8xxx-vibrator: add new SPMI vibrator s ...Fenglin Wu
[New][PATCH v2 1/5] pinctrl: freescale: imx8ulp: fix module autoloadingKrzysztof Kozlowski
 [PATCH v2 2/5] pinctrl: mediatek: fix module autoloadingKrzysztof Kozlowski
 [PATCH v2 3/5] pinctrl: loongson2: fix module autoloadingKrzysztof Kozlowski
 [PATCH v2 4/5] pinctrl: qcom: sm7150: fix module autoloadingKrzysztof Kozlowski
[New]linux-next: duplicate patches in the rcu treeStephen Rothwell
 [PATCH v2 5/5] pinctrl: realtek: fix module autoloadingKrzysztof Kozlowski
 Re: Re: Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint ...Jason Xing
[New][PATCH] MAINTAINERS: improve entries in CODE TAGGING and MEMORY AL ...Lukas Bulwahn
 Re: [PATCH net-next v6 5/9] net: dsa: microchip: add support for d ...Oleksij Rempel
 Re: [PATCH net-next v2 3/5] net: stmmac: dwmac-socfpga: use pcs_in ...Romain Gantois
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Thorsten Leemhuis
 Re: [PATCH v1 1/1] mmc: slot-gpio: Use irq_handler_t typeAlexander Stein
 Re: [PATCH] arm64: dts: qcom: sa8155p-adp: use correct gpio for SD ...Stephan Gerhold
[New][Linux kernel bug] general protection fault in disable_storeSam Sun
 Re: [PATCH v4 3/3] optee: probe RPMB device using RPMB subsystemJens Wiklander
 RE: [PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe path"Tian, Kevin"
 Re: [PATCH] leds: mt6360: Fix the second LED can not enable torch ...Lee Jones
[New][PATCH v2 0/9] Rework the DAIF mask, unmask and track APILiao Chang
 [PATCH v2 1/9] arm64/sysreg: Add definitions for immediate version ...Liao Chang
 [PATCH v2 2/9] arm64/cpufeature: Detect PE support for FEAT_NMILiao Chang
 [PATCH v2 3/9] arm64/nmi: Add Kconfig for NMILiao Chang
 [PATCH v2 4/9] arm64/cpufeature: Simplify detect PE support for FE ...Liao Chang
 [PATCH v2 5/9] arm64/cpufeature: Use alternatives to check enabled ...Liao Chang
 [PATCH v2 6/9] arm64: daifflags: Add logical exception masks cover ...Liao Chang
 [PATCH v2 8/9] arm64: Deprecate old local_daif_{mask,save,restore}Liao Chang
 [PATCH v2 9/9] irqchip/gic-v3: Improve the maintainability of NMI ...Liao Chang
 [PATCH v2 7/9] arm64: Unify exception masking at entry and exit of ...Liao Chang
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Greg Kroah-Hartman
 Re: [PATCH v4] checkpatch: add check for snprintf to scnprintfLee Jones
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportAlexandru Serdeliuc
 Re: [PATCH v8 3/3] input: pm8xxx-vibrator: add new SPMI vibrator s ...Fenglin Wu
 Re: [PATCH] MAINTAINERS: improve entries in CODE TAGGING and MEMOR ...Kent Overstreet
 Re: [Linux kernel bug] general protection fault in disable_storeGreg KH
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Thorsten Leemhuis
 Re: [PATCH net-next v2 2/4] nfp: flower: fix check for unsupported ...Louis Peens
[New][PATCH v3] media: mediatek: vcodec: support 36 bits physical addressYunfei Dong
 Re: [PATCH RESEND] drm/armada: drop unneeded MODULE_ALIASJavier Martinez Canillas
 Re: [PATCH v2] ARM: Add a memory clobber to the fmrx instructionArd Biesheuvel
 Re: [PATCH 06/18] i2c: i801: remove printout on handled timeoutsWolfram Sang
 Re: [PATCH net v2] net: sparx5: flower: fix fragment flags handlingDaniel Machon
 Re: [RFC PATCH] mm: move xa forward when run across zombie pageZhaoyang Huang
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUG"Arnd Bergmann"
[New][PATCH] HID: bpf: fix hid_bpf_input_report() when hid-core is not ...Benjamin Tissoires
[New][PATCH v8 00/13] clk: hisilicon: Migrate devm APIsDavid Yang
[New][PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orienta ...Luca Weiss
 [PATCH v8 01/13] clk: hisilicon: Add helper functions for platform ...David Yang
 [PATCH v8 02/13] clk: hisilicon: hi3516cv300: Use helper functionsDavid Yang
 [PATCH v8 03/13] clk: hisilicon: hi3798cv200: Use helper functionsDavid Yang
 [PATCH v8 04/13] clk: hisilicon: Remove hisi_crg_funcsDavid Yang
 [PATCH v8 05/13] clk: hisilicon: hi3519: Use helper functionsDavid Yang
 [PATCH v8 06/13] clk: hisilicon: hi3559a: Use helper functionsDavid Yang
 [PATCH v8 07/13] clk: hisilicon: hi3660: Convert into moduleDavid Yang
 [PATCH v8 08/13] clk: hisilicon: hi3670: Convert into moduleDavid Yang
 [PATCH v8 09/13] clk: hisilicon: hi3620: Convert into platform dri ...David Yang
 [PATCH v8 10/13] clk: hisilicon: hi6220: Convert into platform dri ...David Yang
 [PATCH v8 11/13] clk: hisilicon: hip04: Convert into platform driv ...David Yang
 [PATCH v8 12/13] clk: hisilicon: hix5hd2: Convert into platform dr ...David Yang
 Re: [PATCH 7/8] intel_th: Convert to platform remove callback retu ...Uwe Kleine-König
 [PATCH v8 13/13] clk: hisilicon: Migrate devm APIsDavid Yang
 Re: [PATCH v9 1/6] dt-bindings: clock: sophgo: Add clock controlle ...Stephen Boyd
 Re: 6.9.0-rc2+ kernel hangs on boot (bisected, maybe LED related)Lee Jones
 Re: [PATCH v9 2/6] clk: sophgo: Add clock support for CV1800 SoCStephen Boyd
 Re: [PATCH v9 3/6] clk: sophgo: Add clock support for CV1810 SoCStephen Boyd
 Re: [PATCH v9 4/6] clk: sophgo: Add clock support for SG2000 SoCStephen Boyd
 Re: [PATCH 04/18] i2c: cadence: remove printout on handled timeoutsMichal Simek
 Re: [PATCH 02/18] HID: bpf: add first in-tree HID-BPF fix for the ...Benjamin Tissoires
 Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alt ...David Howells
 Re: [PATCH net v2] net: sparx5: fix wrong config being used when r ...patchwork-bot+netdevbpf@kernel ...
[New][PATCH v3] scsi: ufs: core: changing the status to check inflightSEO HOYOUNG
 Re: [PATCH v3] media: mediatek: vcodec: support 36 bits physical a ...Hans Verkuil
 Re: [PATCH v7] posix-timers: add clock_compare system callSagi Maimon
 Re: [PATCH v5 1/6] nvme: authentication error are always non-retryableHannes Reinecke
 Re: [PATCH v2] dt-bindings: usb: add common Type-C USB Switch schema"Luca Weiss"
 Re: [PATCH 1/3] dt-bindings: leds: add LED_FUNCTION_FNLOCKLee Jones
 Re: [PATCH v8 09/13] clk: hisilicon: hi3620: Convert into platform ...Stephen Boyd
 Re: [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORTArd Biesheuvel
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter
 Re: xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not pa ...Mathias Nyman
 Re: linux-next: build failure after merge of the hid treeBenjamin Tissoires
 Re: [PATCH V3 2/3] clk: sprd: Add reset controller driver for ums512Stephen Boyd
 Re: [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its ...Thorsten Leemhuis
 Re: [PATCH] init/main.c: Remove redundant space from saved_command ...Geert Uytterhoeven
 Re: [Linux kernel bug] general protection fault in disable_storeSam Sun
 Re: [PATCH] init/main.c: Remove redundant space from saved_command ...Geert Uytterhoeven
[New]6.8.5 does not boot (regression)Toralf_Förster
 Re: Re: Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint ...Peilin He
 Re: [PATCH] mcb: lpc: Convert to platform remove callback returnin ...Uwe Kleine-König
 Re: [PATCH 2/2] dt-bindings: display: bridge: lt8912b: document 'l ...Alexandru Ardelean
 Re: [PATCH 1/1] pps: clients: gpio: Bypass edge's direction check ...Rodolfo Giometti
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Geert Uytterhoeven
 Re: [PATCH 07/10] riscv: add ISA extension parsing for ZcmopClément Léger
[New][PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHIAlexandre Chartre
 Re: [PATCH v2] dt-bindings: usb: add common Type-C USB Switch schemaKrzysztof Kozlowski
 Re: [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events"Shenlin Liang"
 Re: [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events"Shenlin Liang"
 Re: [PATCH V6 1/6] sched/fair: Add trivial fair serverDaniel Bristot de Oliveira
 Re: [PATCH] fbdev/sh7760fb: allow modular buildJohn Paul Adrian Glaubitz
 Re: [PATCH v1 2/2] auxdisplay: charlcd: Provide a forward declarationGeert Uytterhoeven
 Re: [PATCH v1 1/2] auxdisplay: charlcd: Add missing MODULE_DESCRIP ...Geert Uytterhoeven
 Re: [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT"Arnd Bergmann"
 Re: [PATCH] fbdev/sh7760fb: allow modular buildJohn Paul Adrian Glaubitz
 [PATCH 2b/7] x86/bugs: Rename various 'ia32_cap' variables to 'x86 ...Ingo Molnar
 Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1AngeloGioacchino Del Regno
 Re: [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 ...AngeloGioacchino Del Regno
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Nikolay Borisov
[New][PATCH 00/13] Remove the empty lines from sama5 and sama7 DT filesMihai Sain
 [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50Mihai Sain
 [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty l ...Mihai Sain
 [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139Mihai Sain
 [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empt ...Mihai Sain
 [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines ...Mihai Sain
 [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the em ...Mihai Sain
 [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the ...Mihai Sain
 [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the em ...Mihai Sain
 [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty l ...Mihai Sain
 [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the em ...Mihai Sain
 [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the em ...Mihai Sain
 [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the ...Mihai Sain
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportKrzysztof Kozlowski
 [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty lin ...Mihai Sain
 Re: [PATCH v2] dt-bindings: usb: add common Type-C USB Switch schema"Luca Weiss"
 Re: [PATCH 1/1] clk: imgtec: use %pe for better readability of err ...Stephen Boyd
[New][PATCH v2 0/2] clean up unused "fsl,imx8qm-adma" compatible stringJoy Zou
 [PATCH v2 1/2] dmaengine: fsl-edma: Remove unused "fsl,imx8qm-adma ...Joy Zou
 Re: [PATCH] perf: arm_cspmu: Don't touch interrupt registers if no ...Ilkka Koskinen
 [PATCH v2 2/2] dma: dt-bindings: fsl-edma: clean up unused "fsl,im ...Joy Zou
 Re: (subset) [PATCH v9 0/6] riscv: sophgo: add clock support for S ...Inochi Amaoto
 Re: [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user spac ...Andrew Jones
 Re: [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 ...AngeloGioacchino Del Regno
 Re: [PATCH v6 11/23] drivers: crypto: meson: introduce hasherHerbert Xu
 Re: [RFC v3 00/16] Basic clock and reset support for StarFive JH81 ...Stephen Boyd
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Greg Kroah-Hartman
 Re: [PATCH net v2] net: dsa: mt7530: trap link-local frames regard ...patchwork-bot+netdevbpf@kernel ...
[New][PATCHv13 0/5] *** Detect interrupt storm in softlockup ***Bitao Hu
 [PATCHv13 3/5] genirq: Avoid summation loops for /proc/interruptsBitao Hu
 Re: [PATCH v1 2/4] drm/panel: boe-tv101wum-nl6: Support for BOE nv ...Doug Anderson
 [PATCHv13 5/5] watchdog/softlockup: report the most frequent inter ...Bitao Hu
 [PATCHv13 1/5] genirq: Convert kstat_irqs to a structBitao Hu
 [PATCHv13 4/5] watchdog/softlockup: low-overhead detection of inte ...Bitao Hu
 [PATCHv13 2/5] genirq: Provide a snapshot mechanism for interrupt ...Bitao Hu
 Re: [PATCH v1 1/1] auxdisplay: charlcd: Don't rebuild when CONFIG_ ...Geert Uytterhoeven
 Re: [PATCH RFC 1/2] clk: hisilicon: rename hi3519 PLL registration ...Yang Xiwen
 Re: [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty l ...Krzysztof Kozlowski
 Re: [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapsh ...Andrew Jones
 Re: [PATCH net-next v2 4/5] net: stmmac: add support for RZ/N1 GMACGeert Uytterhoeven
 Re: [RFC v3 06/16] clk: starfive: Add JH8100 System clock generato ...Stephen Boyd
 Re: [RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut w ...Wen Gu
 Re: [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty ...Krzysztof Kozlowski
 Re: [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT filesKrzysztof Kozlowski
 Re: [PATCH 7/7] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with ...Ingo Molnar
 Re: [RFC v3 08/16] clk: starfive: Add JH8100 North-West clock gene ...Stephen Boyd
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Thorsten Leemhuis
 Re: [PATCH v2 6/6] usb: dwc3: exynos: Switch from CONFIG_PM_SLEEP ...Anand Moon
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 Re: [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_ge ...David Hildenbrand
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Greg KH
 Re: linux-next: build failure after merge of the net-next treeStephen Rothwell
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Nikolay Borisov
 RE: [PATCH v2 08/13] x86/irq: Install posted MSI notification handler"Tian, Kevin"
 Re: [PATCH RFC 1/2] clk: hisilicon: rename hi3519 PLL registration ...Stephen Boyd
 Re: [PATCH v3] KVM: arm64: Add early_param to control WFx trappingMarc Zyngier
 Re: [PATCH RFC 2/2] clk: hisilicon: add support for PLLYang Xiwen
 Re: [PATCH] Documentation/admin-guide/sysctl/vm.rst adding the imp ...Vratislav Bendel
 Re: [PATCH v2 0/2] ACPICA: AEST: Support AEST V2Ruidong Tian
[New][PATCH] perf record: Fix debug message placement for test consumptionAdrian Hunter
 Re: [PATCH v5 08/10] mm/ksm: Convert chain series funcs and replac ...David Hildenbrand
 Re: [PATCH 1/2] crypto: x86/sha256-ni - convert to use rounds macros"Stefan Kanthak"
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUG"Arnd Bergmann"
 Re: [PATCH v5 0/10] transfer page to folio in KSMDavid Hildenbrand
 Re: [PATCH v9 1/9] clk: mmp: Switch to use struct u32_fract instea ...Stephen Boyd
 Re: [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svmBaolu Lu
 Re: [PATCH V6 2/6] sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
[New][PATCH] MAINTAINERS: adjust file entry in TEXAS INSTRUMENTS AUDIO ...Lukas Bulwahn
 RE: [EXT] Re: [PATCH v9 0/2] wifi: mwifiex: add code to support ho ...David Lin
 Re: [PATCH v9 4/9] dt-bindings: clock: Add Marvell PXA1908 clock b ...Stephen Boyd
 Re: [PATCH v9 5/9] clk: mmp: Add Marvell PXA1908 clock driverStephen Boyd
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 Re: [EXT] Re: [PATCH v9 0/2] wifi: mwifiex: add code to support ho ...Johannes Berg
[New][PATCH] arm64: defconfig: enable ext4 security labelsJohan Hovold
 Re: [PATCH] soc: qcom: cmd-db: map shared memory as WT, not WBStephan Gerhold
 Re: [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkde ...John Garry
 Re: [PATCH] i2c: ocores: convert to ioport_map() for IORESOURCE_IO"Arnd Bergmann"
 Re: [PATCH v2 09/12] iommu/vt-d: Use cache helpers in arch_invalid ...Baolu Lu
[New][syzbot] [ext4?] WARNING in ext4_xattr_set_entry (2)syzbot
[New][syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifysyzbot
 RE: RE: [PATCH v3 4/5] media: chips-media: wave5: drop "sram-size" ...jackson.lee
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGChristophe Leroy
 RE: [PATCH v3 0/5] Wave515 decoder IP supportjackson.lee
 Re: [PATCH v2 2/2] dma: dt-bindings: fsl-edma: clean up unused "fs ...Krzysztof Kozlowski
 Re: [PATCH v1 2/4] drm/panel: boe-tv101wum-nl6: Support for BOE nv ...cong yang
[New][Linux kernel bug] UBSAN: array-index-out-of-bounds in diFreeSam Sun
 Re: [PATCH v6 05/10] block: Add core atomic write supportJohn Garry
 Re: [PATCH 7/7] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with ...Ingo Molnar
 Re: 6.8.5 does not boot (regression)"Linux regression tracking (Thorsten Leemhuis)"
 Re: [PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL supportRong Qianfeng
[New][PATCH] microblaze: Remove gcc flag for non existing early_printk. ...Michal Simek
 Re: [PATCH][next] fs/direct-io: remove redundant assignment to var ...Christian Brauner
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGChristophe Leroy
[New][PATCH v2 1/2] f2fs: use per-log target_bitmap to improve lookup p ...Chao Yu
 [PATCH v2 2/2] f2fs: introduce written_map to indicate written datasChao Yu
 Re: [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused ...Kalle Valo
 Re: [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() wi ...David Hildenbrand
 Re: [PATCH v1 2/4] drm/panel: boe-tv101wum-nl6: Support for BOE nv ...Linus Walleij
 Re: Re: [RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpfMichal Koutný
 Re: 6.8.5 does not boot (regression)Ard Biesheuvel
[New][PATCH] microblaze: Remove early printk call from cpuinfo-static.cMichal Simek
[New][PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGLukas Bulwahn
 Re: [PATCH v2] net:tun: limit printing rate when illegal packet re ...Paolo Abeni
[New][PATCH v1 0/8] MediaTek UFS fixes and cleanups - Part 1AngeloGioacchino Del Regno
 [PATCH v1 1/8] scsi: ufs-mediatek: Remove useless mediatek,ufs-sup ...AngeloGioacchino Del Regno
 [PATCH v1 2/8] scsi: ufs: ufs-mediatek: Fix property name for cryp ...AngeloGioacchino Del Regno
 [PATCH v1 3/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,uf ...AngeloGioacchino Del Regno
 [PATCH v1 4/8] scsi: ufs: ufs-mediatek: Avoid underscores in crypt ...AngeloGioacchino Del Regno
 [PATCH v1 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 com ...AngeloGioacchino Del Regno
[New][PATCH v4] f2fs: zone: don't block IO if there is remained open zoneChao Yu
 [PATCH v1 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 com ...AngeloGioacchino Del Regno
 [PATCH v1 7/8] dt-bindings: ufs: mediatek,ufs: Document additional ...AngeloGioacchino Del Regno
 [PATCH v9 1/4] input: pm8xxx-vibrator: correct VIB_MAX_LEVELS calc ...Fenglin Wu via B4 Relay
[New][PATCH v9 0/4] Add support for vibrator in multiple PMICsFenglin Wu via B4 Relay
 [PATCH v9 2/4] input: pm8xxx-vibrator: refactor to support new SPM ...Fenglin Wu via B4 Relay
 [PATCH v9 3/4] dt-bindings: input: qcom,pm8xxx-vib: add new SPMI v ...Fenglin Wu via B4 Relay
 [PATCH v9 4/4] input: pm8xxx-vibrator: add new SPMI vibrator supportFenglin Wu via B4 Relay
 [PATCH v1 8/8] dt-bindings: ufs: mediatek,ufs: Document optional d ...AngeloGioacchino Del Regno
 RE: [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svm"Tian, Kevin"
 Re: [PATCH v1 1/1] fpga: ice40-spi: Remove unused of_gpio.hXu Yilun
[New][PATCH][next] ASoC: codecs: tas2780: remove redundant assignments ...Colin Ian King
 Re: [PATCH] riscv: dts: sophgo: add initial Milk-V Duo S board dev ...Michael Opdenacker
 Re: Re: [RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpfDjalal Harouni
 Re: [PATCH v5 1/6] nvme: authentication error are always non-retryableSagi Grimberg
 Re: [PATCH net-next v5 00/10] allocate dummy device dynamicallyKalle Valo
 [tip: x86/urgent] x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and ..."tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} wi ..."tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Clarify that syscall hardening isn't a ..."tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Only harden syscalls when needed"tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Fix BHI handling of RRSBA"tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Cache the value of MSR_IA32_ARCH_CAPAB ..."tip-bot2 for Josh Poimboeuf"
 [tip: x86/urgent] x86/bugs: Rename various 'ia32_cap' variables to ..."tip-bot2 for Ingo Molnar"
 [tip: x86/urgent] x86/bugs: Fix BHI documentation"tip-bot2 for Josh Poimboeuf"
 Re: [PATCH] soc: qcom: cmd-db: map shared memory as WT, not WBStephen Boyd
 Re: [PATCH] uprobes: reduce contention on uprobes_tree accessJonthan Haslam
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Andrew Cooper
 Re: [PATCH] x86/smpboot: Add map vars allocation check in smp_prep ...Ingo Molnar
 Re: [PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL supportRong Qianfeng
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportKrzysztof Kozlowski
 Re: [PATCH v2] net:tun: limit printing rate when illegal packet re ...Jason Wang
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410Mickaël_Salaün
[New][PATCH][next] tpm/eventlog: remove redundant assignment to variabe ...Colin Ian King
 Re: [PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GETSebastian Ene
 Re: [PATCH V4 8/9] platform/x86/intel/sdsi: Simplify ascii printingIlpo Järvinen
 Re: [PATCH V4 7/9] tools/arch/x86/intel_sdsi: Fix meter_certificat ...Ilpo Järvinen
[New][PATCH net-next v6] virtio_net: Support RX hash XDP hintLiang Chen
[New][PATCH][next] serial: omap: remove redundant assignment to variabl ...Colin Ian King
 Re: [PATCH 1/2] perf: arm_pmu: Only show online CPUs in device's " ...Yicong Yang
 Re: [PATCH v4] fpga: region: add owner module and take its refcountXu Yilun
 Re: [f2fs-dev] [PATCH 1/3] f2fs: use folio_test_writebackChao Yu
 Re: [PATCH v6 10/10] nvme: Atomic write supportJohn Garry
 Re: [PATCH] perf tools: Simplify is_event_supported()Adrian Hunter
 Re: [PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GETSebastian Ene
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter
 Re: [PATCH 07/10] riscv: add ISA extension parsing for ZcmopConor Dooley
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Christian Brauner
 Re: [f2fs-dev] [PATCH 2/3] f2fs: clear writeback when compression ...Chao Yu
 Re: [PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GETSudeep Holla
[New][PATCH][next] iommu/vt-d: remove redundant assignment to variable errColin Ian King
[New][PATCH 0/2] KVM RISC-V HW IMSIC guest filesAnup Patel
 [PATCH 1/2] RISC-V: KVM: Share APLIC and IMSIC defines with irqchi ...Anup Patel
 [PATCH 2/2] RISC-V: KVM: Use IMSIC guest files when availableAnup Patel
 Re: [PATCH] HID: bpf: fix hid_bpf_input_report() when hid-core is ...Jiri Kosina
 Re: [PATCH 07/10] riscv: add ISA extension parsing for ZcmopClément Léger
 Re: [f2fs-dev] [PATCH 3/3] f2fs: fix false alarm on invalid block ...Chao Yu
 Re: [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on ...David Hildenbrand
 Re: [PATCH net-next v9 7/9] libeth: add Rx buffer managementAlexander Lobakin
 Re: [PATCH 4.19 00/41] 4.19.310-rc1 reviewGreg KH
 Re: [PATCH v3 1/2] riscv: nommu: remove PAGE_OFFSET hardcodingClément Léger
 Re: [PATCH] PCI: mt7621: Fix possible string truncation in snprintfSergio Paracuellos
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Greg Kroah-Hartman
 Re: [PATCH v2 0/2] ACPICA: AEST: Support AEST V2Sudeep Holla
[New][PATCH 6.6] Revert "dm-crypt, dm-verity: disable tasklets"Li Lingfeng
 Re: [PATCH 06/18] i2c: i801: remove printout on handled timeoutsAndi Shyti
 Re: [PATCH v2] fpga: region: add owner module and take its refcountXu Yilun
 Re: [PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGHongbo Li
[New][PATCH][next] tipc: remove redundant assignment to ret, simplify codeColin Ian King
 Re: [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT filesAlexandre Belloni
 Re: [PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_infoMatthieu Baerts
[New][PATCH] slub: Clear __GFP_COMP flag when allocating 0 order pageHaifeng Xu
 Re: [PATCH 01/11] dt-bindings: soc: mobileye: add EyeQ5 OLB system ...Théo_Lebrun
[New][PATCH v1] ALSA: hda/tas2781: Add new vendor_id and subsystem_id t ...Shenghao Ding
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Geert Uytterhoeven
 Re: [PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGHongbo Li
 Re: [PATCH 3/4] dt-bindings: soc: Add Cirrus EP93xxStephen Boyd
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportAlexandru Serdeliuc
 Re: [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus accessLee Jones
 Re: [PATCH net-next v11 01/13] net: phy: Introduce ethernet link t ...Maxime Chevallier
 Re: [PATCH v10 3/4] clk: stm32: introduce clocks for STM32MP257 pl ...Gabriel FERNANDEZ
 [PATCH v11 1/4] clk: stm32mp13: use platform device APIs<gabriel.fernandez@foss ...
[New][PATCH v11 0/4] Introduce STM32MP257 clock driver<gabriel.fernandez@foss ...
 [PATCH v11 2/4] dt-bindings: clocks: stm32mp25: add description of ...<gabriel.fernandez@foss ...
 Re: [PATCH 4/4] soc: Add SoC driver for Cirrus ep93xxStephen Boyd
 Re: [PATCH mfd 1/2] mfd: rsmu: support I2C SMBus accessLee Jones
 [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 platform<gabriel.fernandez@foss ...
 [PATCH v11 4/4] arm64: dts: st: add rcc support for STM32MP25<gabriel.fernandez@foss ...
 Re: [PATCH v3 4/9] spi: cadence-qspi: allow FIFO depth detectionThéo_Lebrun
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter
 Re: [PATCH 6/7] soundwire: debugfs: add interface to read/write co ...Vinod Koul
 Re: [PATCH v1 0/6] mfd: kempld: A few cleanupsLee Jones
 Re: [PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTTSudeep Holla
 Re: [GIT PULL] fs/9p patches for 6.9 merge windowOleg Nesterov
 Re: [PATCH 2/4] clk: ep93xx: add DT support for Cirrus EP93xxStephen Boyd
 Re: [PATCH 1/4] ARM: ep93xx: add regmap aux_devStephen Boyd
 Re: [PATCH v2 0/2] riscv: sophgo: add i2c and spi device to CV180x ...Inochi Amaoto
 Re: [RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut w ...Wenjia Zhang
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
[New][PATCH] kernel-doc: fix struct_group_tagged() parsingAlexander Lobakin
 Re: RE: [PATCH v3 0/5] Wave515 decoder IP supportIvan Bornyakov
[New][PATCH] regulator: pca9450: make warm reset on PMIC_RST_B assertionFabio Aiuto
[New][PATCH] regulator: pca9450: make warm reset on PMIC_RST_B assertionFabio Aiuto
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Andrew Cooper
[New][PATCH] regulator: pca9450: make warm reset on PMIC_RST_B assertionFabio Aiuto
 Re: [PATCH v9 00/13] Introduce STM32 Firewall frameworkAlexandre TORGUE
 Re: [PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global ...Andrew Cooper
 Re: [PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg ...Oleg Nesterov
 Re: [PATCH v2 4/5] pinctrl: qcom: sm7150: fix module autoloadingAngeloGioacchino Del Regno
 Re: [PATCH v2 2/5] pinctrl: mediatek: fix module autoloadingAngeloGioacchino Del Regno
[New][PATCH v2] Bluetooth: btusb: Add USB HWID to usb_device_id table f ...Jiande Lu
 Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64Ryan Roberts
 Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Reduce auto suspend delaySrinivas Kandagatla
[New][PATCH] NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik
[New][syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_r ...syzbot
 Re: [PATCH v1 RESEND] slimbus: stream: Add null pointer check for ...Srinivas Kandagatla
 Re: [PATCH v2] soundwire: qcom: allow multi-link on newer devicesVinod Koul
 Re: [PATCH] slimbus: qcom-ctrl: fix module autoloadingSrinivas Kandagatla
 Re: [PATCH v2] soundwire: reconcile dp0_prop and dpn_propVinod Koul
 Re: [PATCH] soundwire: intel_ace2x: use legacy formula for intel_a ...Vinod Koul
 Re: [PATCH] HID: bpf: fix hid_bpf_input_report() when hid-core is ...Benjamin Tissoires
 Re: [PATCH 6.6] Revert "dm-crypt, dm-verity: disable tasklets"Greg KH
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Greg Kroah-Hartman
 Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Add timeout for wait operationSrinivas Kandagatla
 Re: [RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut w ...Wen Gu
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Thorsten Leemhuis
 Re: [PATCH] HID: bpf: fix hid_bpf_input_report() when hid-core is ...Benjamin Tissoires
 Re: [PATCH v3 1/3] arm64: tlb: Fix TLBI RANGE operandRyan Roberts
[New][PATCH 4.19 000/175] 4.19.312-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH 0/3] nvmem: layouts: store owner from modules with nvme ...Srinivas Kandagatla
 Re: [PATCH 1/2] nvmem: sc27xx: fix module autoloadingSrinivas Kandagatla
 Re: [PATCH 3/7] x86/bugs: Fix BHI handling of RRSBAAndrew Cooper
 Re: [PATCH] nvmem: core: switch to use device_add_groups()Srinivas Kandagatla
 RE: [PATCH][next] tipc: remove redundant assignment to ret, simpli ...Tung Quang Nguyen
 [PATCH v2 1/1] regulator: pca9450: make warm reset on PMIC_RST_B a ...Fabio Aiuto
[New][PATCH v2 0/1] regulator: pca9450: make warm reset on PMIC_RST_B a ...Fabio Aiuto
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededAndrew Cooper
[New][PATCH 6.8 000/143] 6.8.6-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL supportChristian_König
 Re: [PATCH v1 0/6] mfd: kempld: A few cleanupsLee Jones
 Re: [PATCH v2] soundwire: qcom: allow multi-link on newer devicesKrzysztof Kozlowski
[New][PATCH net-next v5] net/ipv4: add tracepoint for icmp_send<xu.xin16@zte ...
 Re: [PATCH 04/11] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGER ...Théo_Lebrun
 Re: [PATCH v2 2/4] iio: pressure: dps310: introduce consistent err ...Dan Carpenter
[New][PATCH 5.4 000/215] 5.4.274-rc1 reviewGreg Kroah-Hartman
 Re: Advice on cgroup rstat lockJesper Dangaard Brouer
 Re: [PATCH v1 0/6] mfd: kempld: A few cleanupsAndy Shevchenko
 Re: [PATCH] NFSD: fix endianness issue in nfsd4_encode_fattr4Jeff Layton
 Re: [PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused ...Andy Shevchenko
 Re: [PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGDan Carpenter
[New][PATCH v2] tracing: Add sched_prepare_exec tracepointMarco Elver
 Re: [PATCH v9 5/9] clk: mmp: Add Marvell PXA1908 clock driverDuje_Mihanović
 Re: [PATCH] OPP: Fix required_opp_tables for multiple genpds using ...Thorsten Leemhuis
[New][PATCH 6.6 000/114] 6.6.27-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH] quota: don't let mark_dquot_dirty() fail silentlyChao Yu
 RE: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUGDavid Laight
[New][PATCH v4 0/2] convert imx-audio-spdif.txt to YAMLShengjiu Wang
 [PATCH v4 1/2] ASoC: dt-bindings: imx-audio-spdif: convert to YAMLShengjiu Wang
 Re: [PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in ma ...Ryan Roberts
 [PATCH v4 2/2] ARM: dts: imx6: exchange fallback and specific comp ...Shengjiu Wang
[New][GIT PULL] LoongArch fixes for v6.9-rc4Huacai Chen
 Re: [PATCH v2] net:tun: limit printing rate when illegal packet re ...Lei Chen
 Re: [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE ...Alexander Lobakin
 Re: [PATCH v1 2/2] auxdisplay: charlcd: Provide a forward declarationAndy Shevchenko
[New][PATCH v2 5.10/5.15] ata: libata-scsi: check cdb length for VARIAB ...Mikhail Ukhin
 Re: [RFC v3 00/16] Basic clock and reset support for StarFive JH81 ...Conor Dooley
 Re: [PATCH RFC net-next 3/7] netdevice: introduce IFF_LOGICAL as ( ...Alexander Lobakin
[New][PATCH 5.10 000/294] 5.10.215-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH][next] tipc: remove redundant assignment to ret, simpli ...Dan Carpenter
 Re: [PATCH] perf/arm-cmn: Set PMU device parentWill Deacon
 Re: [PATCH RFC 1/2] clk: hisilicon: rename hi3519 PLL registration ...Yang Xiwen
 Re: [PATCH v1 1/2] auxdisplay: charlcd: Add missing MODULE_DESCRIP ...Andy Shevchenko
 Re: [PATCH 1/2 v4] dt-bindings: pwm: Add AXI PWM generatorUwe Kleine-König
 Re: [PATCH v2] net:tun: limit printing rate when illegal packet re ...Lei Chen
 [tip: irq/core] genirq: Fix trivial typo in the comment CPY ==> COPY"tip-bot2 for Andy Shevchenko"
 [tip: irq/core] genirq: Update MAINTAINERS to include interrupt re ..."tip-bot2 for Andy Shevchenko"
 Re: [PATCH v1 1/1] auxdisplay: charlcd: Don't rebuild when CONFIG_ ...Andy Shevchenko
[New][PATCH] regmap: kunit: Fix memory leaks in gen_regmap() and gen_ra ...Richard Fitzgerald
 Re: [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work o ...David Hildenbrand
[New]RE: [PATCH 6.8 000/143] 6.8.6-rc1 reviewChris Rankin
 RE: [PATCH 1/2 v4] dt-bindings: pwm: Add AXI PWM generator"Hennerich, Michael"
 Re: [PATCH v2 2/2] sched/topology: Optimize topology_span_sane()Andy Shevchenko
 Re: [PATCH 1/2 v4] dt-bindings: pwm: Add AXI PWM generatorNuno Sá
 Re: [PATCH v2 1/3] leds: trigger: legtrig-bpf: Add ledtrig-bpf triggerLee Jones
 Re: [PATCH v4 2/2] ARM: dts: imx6: exchange fallback and specific ...Krzysztof Kozlowski
 Re: linux-next: manual merge of the tty tree with the tty.current treeAndy Shevchenko
 Re: [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work o ...David Hildenbrand
 Re: [PATCH v2 0/7] PCI: Solve two bridge window sizing issuesIlpo Järvinen
 Re: [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svmBaolu Lu
 Re: [PATCH][next] tipc: remove redundant assignment to ret, simpli ..."Colin King (gmail)"
 Re: [PATCH v3 3/3] arm64: tlb: Allow range operation for MAX_TLBI_ ...Will Deacon
 Re: [PATCH 05/11] clk: eyeq: add driverThéo_Lebrun
 Re: [PATCH v1 1/1] gpio: regmap: Use -ENOTSUPP consistently"Michael Walle"
 Re: [PATCH v2 3/3] leds: trigger: Add documentation for ledtrig-bpfLee Jones
[New][PATCH 6.1 00/83] 6.1.86-rc1 reviewGreg Kroah-Hartman
 Re: linux-next: manual merge of the risc-v tree with the rust-fixe ...Miguel Ojeda
[New][PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global INVL ...Xi Ruoyao
[New][PATCH 5.15 00/57] 5.15.155-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH 2/2] Documentation: tpm_tisBagas Sanjaya
 Re: [RFC PATCH 3/4] ACPI: processor: refactor acpi_processor_get_i ...Miguel Luis
 Re: Advice on cgroup rstat lockArnaldo Carvalho de Melo
 [PATCH net-next v3 4/4] net: dsa: microchip: ksz9477: flower: vali ...Asbjørn Sloth Tønnesen
 [PATCH net-next v3 1/4] flow_offload: add control flag checking he ...Asbjørn Sloth Tønnesen
 [PATCH net-next v3 2/4] nfp: flower: fix check for unsupported con ...Asbjørn Sloth Tønnesen
[New][PATCH net-next v3 0/4] flower: validate control flagsAsbjørn Sloth Tønnesen
 [PATCH net-next v3 3/4] net: prestera: flower: validate control flagsAsbjørn Sloth Tønnesen
 Re: [PATCH v1 0/6] mfd: kempld: A few cleanupsLee Jones
 Re: [PATCH v9 1/4] input: pm8xxx-vibrator: correct VIB_MAX_LEVELS ...Dmitry Baryshkov
[New][PATCH v2] irqchip/gic-v3-its: Fix double free on errorGuanrui Huang
[New][tip:perf/core] BUILD SUCCESS acf68d98cae8a60dc4af2e9feaaa799bf0aa5c04kernel test robot
 Re: [PATCH v9 2/4] input: pm8xxx-vibrator: refactor to support new ...Dmitry Baryshkov
 Re: [PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg ...Leon Romanovsky
 Re: [PATCH v7 0/8] devm_led_classdev_register() usage problemLee Jones
 Re: [PATCH 2/2 v4] pwm: Add driver for AXI PWM generatorUwe Kleine-König
 Re: [PATCH v7 0/8] devm_led_classdev_register() usage problemLee Jones
 Re: [PATCHSET 0/7] perf annotate: Add TUI support for data type pr ...Arnaldo Carvalho de Melo
 Re: [PATCH v3 9/9] media: subdev: Support single-stream case in v4 ...Umang Jain
 Re: [PATCH v9 4/4] input: pm8xxx-vibrator: add new SPMI vibrator s ...Dmitry Baryshkov
 Re: [RFC PATCH 4/4] ACPI: processor: refactor acpi_processor_remov ...Miguel Luis
 RE: [PATCH][next] tipc: remove redundant assignment to ret, simpli ...Tung Quang Nguyen
 Re: [PATCH] perf annotate: Skip DSOs not foundArnaldo Carvalho de Melo
 Re: [PATCH v1 2/6] drivers/perf: Add SiFive Composable Cache PMU d ...Robin Murphy
 Re: [PATCH v3 9/9] media: subdev: Support single-stream case in v4 ...Tomi Valkeinen
 [PATCH v2 2/7] ALSA: hda: cs35l41: Support HP Omen models without _DSDStefan Binding
 [PATCH v2 1/7] ALSA: hda: cs35l41: Set the max PCM Gain using tuni ...Stefan Binding
[New][PATCH v2 0/7] Add features, fixes and laptops for CS35L41 HDAStefan Binding
 [PATCH v2 4/7] ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DS ...Stefan Binding
 [PATCH v2 3/7] ALSA: hda/realtek: Add quirks for HP Omen models us ...Stefan Binding
 [PATCH v2 7/7] ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Le ...Stefan Binding
 [PATCH v2 5/7] ALSA: hda: cs35l41: Use shared cs-amp-lib to apply ...Stefan Binding
 [PATCH v2 6/7] ALSA: hda: cs35l41: Remove redundant argument to cs ...Stefan Binding
[New][PATCH v2] drm: nv04: Fix out of bounds accessMikhail Kobuk
 Re: [PATCH] bpf: strnchr not suitable for getting NUL-terminatorEdward Adam Davis
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Ryan Roberts
 Re: [RFC PATCH net-next v5 04/11] net/smc: implement some unsuppor ...Alexandra Winter
[New][PATCH net v3] net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen
 Re: [PATCH] kernel-doc: fix struct_group_tagged() parsingPrzemek Kitszel
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Chao Gao
 Re: [PATCH v2 0/7] PCI: Solve two bridge window sizing issuesAndy Shevchenko
 Re: [PATCH] kernel-doc: fix struct_group_tagged() parsingAlexander Lobakin
 Re: 6.8.5 does not boot (regression)Toralf_Förster
 Re: [PATCH v2] irqchip/gic-v3-its: Fix double free on errorMarc Zyngier
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewGreg KH
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...David Hildenbrand
 Re: [PATCH v1 1/1] serial: max3100: Convert to_max3100_port() to b ...Ilpo Järvinen
[New][PATCH] sched/cputime: remove unused vtime_account_kernelChangbin Du
 Re: [PATCH 0/4] regulator: Fix AXP717 PMIC supportLee Jones
 Re: [PATCH v8 0/3] clk: qcom: clk-rcg2: introduce support for mult ...Kathiravan Thirumoorthy
 Re: [PATCH][next] tipc: remove redundant assignment to ret, simpli ...Dan Carpenter
 Re: [PATCH] bug: Fix no-return-statement warning with !CONFIG_BUG"Arnd Bergmann"
 Re: [PATCH v1 1/1] gpio: regmap: Use -ENOTSUPP consistentlyAndy Shevchenko
 Re: [patch 0/2] x86/cpu/amd: Fixup the topology rework falloutLaura Nao
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Ryan Roberts
 Re: [PATCH] drivers: thermal: tsens: Fix null pointer dereferenceAleksandr Mishin
 Re: [PATCH] regmap: kunit: Fix memory leaks in gen_regmap() and ge ...Markus Elfring
 Re: [PATCH rdma-next 1/1] RDMA/mana_ib: remove useless return valu ...Leon Romanovsky
 Re: [PATCH net-next] flow_offload: fix flow_offload_has_one_action ...Pieter Jansen van Vuuren
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewChris Rankin
 Re: [PATCH 2/4] clk: qcom: dispcc-sm6350: fix DisplayPort clocks"Luca Weiss"
 Re: [PATCH net v4] dpaa_eth: fix XDP queue indexVladimir Oltean
 Re: [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUsJonathan Cameron
 Re: [PATCH] [RFC] xfrm: work around a clang-19 fortifiy-string fal ..."Arnd Bergmann"
 Re: [PATCH 2/5] mfd: add driver for Marvell 88PM886 PMICLee Jones
 Re: [patch 0/2] x86/cpu/amd: Fixup the topology rework fallout"Linux regression tracking (Thorsten Leemhuis)"
 Re: [PATCH v5 08/10] mm/ksm: Convert chain series funcs and replac ...Alex Shi
 Re: [PATCH net-next v6 5/9] net: dsa: microchip: add support for d ...Vladimir Oltean
 Re: (subset) [PATCH v3] dt-bindings: mfd: twl: Convert trivial sub ...Lee Jones
 Re: (subset) [PATCH] video: backlight: otm3225a: drop driver owner ...Lee Jones
 Re: [syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_upda ...Hillf Danton
[New][PATCH v1] linux-firmware: update firmware for mediatek bluetooth ...Chris Lu
 RE: [PATCH][next] tipc: remove redundant assignment to ret, simpli ...Tung Quang Nguyen
 Re: [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_ge ...Alex Shi
[New][PATCH v2 0/8] MediaTek UFS fixes and cleanups - Part 1AngeloGioacchino Del Regno
 [PATCH v2 1/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,uf ...AngeloGioacchino Del Regno
 [PATCH v2 2/8] scsi: ufs: ufs-mediatek: Fix property name for cryp ...AngeloGioacchino Del Regno
[New][PATCH v2] drivers: thermal: tsens: Fix null pointer dereferenceAleksandr Mishin
 [PATCH v2 3/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,uf ...AngeloGioacchino Del Regno
 [PATCH v2 4/8] scsi: ufs: ufs-mediatek: Avoid underscores in crypt ...AngeloGioacchino Del Regno
 [PATCH v2 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 com ...AngeloGioacchino Del Regno
 [PATCH v2 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 com ...AngeloGioacchino Del Regno
 [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additional ...AngeloGioacchino Del Regno
 [PATCH v2 8/8] dt-bindings: ufs: mediatek,ufs: Document optional d ...AngeloGioacchino Del Regno
 Re: [PATCH v2 3/3] usb: typec: ucsi_glink: drop special handling f ...Dmitry Baryshkov
[New][PATCH net 0/4] ravb Ethernet driver bugfixesPaul Barker
 [PATCH net 1/4] net: ravb: Count packets instead of descriptors in ...Paul Barker
 Re: [PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGHongbo Li
 Re: [PATCH v3] Add MO(mod objs) variable to process ext modules wi ...Nicolas Schier
 [PATCH net 3/4] net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker
 [PATCH net 2/4] net: ravb: Allow RX loop to move past DMA mapping ...Paul Barker
 [PATCH net 4/4] net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker
 Re: [PATCH v5 0/10] transfer page to folio in KSMAlex Shi
 Re: [PATCH net-next v6 3/9] net: add IEEE 802.1q specific helpersSimon Horman
 Re: [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_ge ...David Hildenbrand
 Re: [PATCH 2/4] timerfd: convert to ->read_iter()Marek Szyprowski
 Re: [PATCH v3 9/9] media: subdev: Support single-stream case in v4 ...Umang Jain
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewGreg KH
 Re: [PATCH] kernel-doc: fix struct_group_tagged() parsingPrzemek Kitszel
 Re: [PATCH v3 0/2] mfd: rohm-bd71828: Add power offLee Jones
 Re: [PATCH net-next v6 3/9] net: add IEEE 802.1q specific helpersVladimir Oltean
 Re: [PATCH v3 9/9] media: subdev: Support single-stream case in v4 ...Tomi Valkeinen
 Re: [PATCH 07/10] riscv: add ISA extension parsing for ZcmopConor Dooley
 Re: [PATCH 3/3] iommu/vt-d: Fix WARN_ON in iommu probe pathBaolu Lu
 [PATCH v2] arm64: dts: qcom: sa8155p-adp: fix SDHC2 configurationVolodymyr Babchuk
 Re: [PATCH v3 9/9] media: subdev: Support single-stream case in v4 ...Umang Jain
 Re: [PATCH v2] irqchip/gic-v3-its: Fix double free on errorGuanrui Huang
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewPavel Machek
 Re: [PATCH v2] arm64: dts: qcom: sa8155p-adp: fix SDHC2 configurationKrzysztof Kozlowski
 Re: [syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_upda ...syzbot
 Re: [PATCH 4.19 000/175] 4.19.312-rc1 reviewPavel Machek
 Re: [PATCH 5.10 000/294] 5.10.215-rc1 reviewPavel Machek
 Re: [PATCH] media: dvb_ca_en50221: Add a returing EBUSY logic into ...YongSu Yoo
 Re: [PATCH V5 00/12] perf/core: Add ability for an event to "pause ...Adrian Hunter
 Re: (subset) [PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 ...Mark Brown
 Re: [PATCH] media: dvb_ca_en50221: Fix a bug for detecting CI MODULEYongSu Yoo
 Re: [PATCH v3 6/8] greybus: Add mikroBUS manifest typesGreg Kroah-Hartman
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewPavel Machek
 Re: [PATCH V2] perf scripts python: Add a script to run instances ...Adrian Hunter
 Re: [PATCH] sched/cputime: remove unused vtime_account_kernelduchangbin
[New][PATCH v4 0/1] tcp/dcpp: Un-pin tw_timerValentin Schneider
 [PATCH v4 1/1] tcp/dcpp: Un-pin tw_timerValentin Schneider
 Re: [PATCH v2] serial: imx: Introduce timeout when waiting on tran ...Greg Kroah-Hartman
 Re: [PATCH 1/5] dt-bindings: mfd: add entry for Marvell 88PM886 PMICKrzysztof Kozlowski
 Re: [PATCH V2 0/8] perf tools: Fix test "perf probe of function fr ...Chaitanya S Prakash
 Re: [PATCH 01/12] iommu/vt-d: Add cache tag assignment interfaceBaolu Lu
[New][PATCH v3] perf kvm: Add kvm-stat for loongarch64Bibo Mao
 Re: [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not ...Kyle Huey
 Re: [PATCH v7 00/16] power: sequencing: implement the subsystem an ...Amit Pundir
 Re: [PATCH v1 0/6] mfd: kempld: A few cleanupsAndy Shevchenko
[New][PATCH] riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800Inochi Amaoto
 Re: [PATCH] openrisc: Add support for more module relocationsGeert Uytterhoeven
 Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifyJan Kara
[New][PATCH] linux-firmware: update firmware for MT7922 WiFi deviceDeren Wu
[New][PATCH] media: c8sectpfe: Do not depend on DEBUG_FSRicardo Ribalda
 Re: [patch 0/2] x86/cpu/amd: Fixup the topology rework falloutThomas Gleixner
 Re: [PATCH v3 2/2] mfd: rohm-bd71828: Add power off functionalityMatti Vaittinen
 Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtl ...Baolu Lu
 Re: [PATCH] usb: typec: mux: replace of_node_put() with __free [li ...Greg KH
 Re: [PATCH 6.6] Revert "dm-crypt, dm-verity: disable tasklets"Li Lingfeng
 Re: [PATCH v2] serial: imx: Introduce timeout when waiting on tran ...Esben Haabendal
 Re: [PATCH] usb: misc: onboard_usb_hub: Disable the USB hub clock ...Greg KH
 [PATCH V2] jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
 [PATCH v3] serial: imx: Introduce timeout when waiting on transmit ...Esben Haabendal
[New][PATCH v2] sched/cputime: clean up common vtime APIsChangbin Du
 Re: [PATCH] bpf: fix uninit-value in strnchrEdward Adam Davis
 Re: [PATCH v20 4/9] usb: dwc3: core: Refactor PHY logic to support ...Greg Kroah-Hartman
[New][PATCH] riscv: dts: sophgo: use real clock for sdhciInochi Amaoto
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Lance Yang
 Re: [PATCH v2] arm64: dts: qcom: sa8155p-adp: fix SDHC2 configurationStephan Gerhold
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Christian Brauner
 Re: [PATCH v2 1/2] mm/userfaultfd: don't place zeropages when zero ...Alexander Gordeev
 Re: [PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe pathEthan Zhao
 Re: [PATCH v2 1/2] mm/userfaultfd: don't place zeropages when zero ...David Hildenbrand
 Re: [PATCH 1/4] Input: Add trackpoint doubletap and system debug i ...Hans de Goede
 Re: [PATCH] drm/virtio: add driver_priv validation in virtio_gpu_c ...Dmitry Osipenko
 Re: [PATCH v2 2/2] s390/mm: re-enable the shared zeropage for !PV ...Alexander Gordeev
 RE: [PATCH v3] arm64: Cleanup __cpu_set_tcr_t0sz()"Seongsu Park"
[New][PATCH v2] arm64: arm_pmuv3: Correctly extract and check the PMUVerYicong Yang
 Re: [PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORTAndi Shyti
[New][GIT PULL] SCSI fixes for 6.9-rc3James Bottomley
 Re: [PATCH v2 0/1] regulator: pca9450: make warm reset on PMIC_RST ...Mark Brown
 Re: [PATCH 6.6] Revert "dm-crypt, dm-verity: disable tasklets"Mikulas Patocka
 Re: [PATCH 01/12] iommu/vt-d: Add cache tag assignment interfaceBaolu Lu
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Bjorn Helgaas
 Re: linux-next: duplicate patch in the devicetree treeRob Herring
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...Mark Brown
 Re: [PATCH] [v4] module: don't ignore sysfs_create_link() failuresGreg Kroah-Hartman
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...Mark Brown
 Re: [PATCH 1/1] pps: clients: gpio: Bypass edge's direction check ...Bastien Curutchet
 [tip: x86/urgent] x86/cpu/amd: Make the NODEID_MSR union actually work"tip-bot2 for Thomas Gleixner"
 [tip: x86/urgent] x86/cpu/amd: Make the CPUID 0x80000008 parser co ..."tip-bot2 for Thomas Gleixner"
 Re: [GIT PULL] interconnect fixes for 6.9-rcGreg KH
 RE: [EXTERNAL] Re: [net-next PATCH] octeontx2-pf: Add support for ...Geethasowjanya Akula
[New][PATCH v3 0/8] Move camss version related defs in to resourcesGjorgji Rosikopulos
 [PATCH v3 1/8] media: qcom: camss: Add per sub-device type resourcesGjorgji Rosikopulos
 [PATCH v3 2/8] media: qcom: camss: Attach formats to VFE resourcesGjorgji Rosikopulos
 [PATCH v3 4/8] media: qcom: camss: Attach formats to CSIPHY resourcesGjorgji Rosikopulos
 [PATCH v3 3/8] media: qcom: camss: Attach formats to CSID resourcesGjorgji Rosikopulos
 [PATCH v3 5/8] media: qcom: camss: Move format related functionsGjorgji Rosikopulos
 [PATCH v3 6/8] media: qcom: camss: Split testgen, RDI and RX for C ...Gjorgji Rosikopulos
 [PATCH v3 7/8] media: qcom: camss: Decompose register and link ope ...Gjorgji Rosikopulos
 [PATCH v3 8/8] media: qcom: camss: Decouple VFE from CSIDGjorgji Rosikopulos
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Lance Yang
 Re: [PATCH v2 2/2] s390/mm: re-enable the shared zeropage for !PV ...David Hildenbrand
 Re: [PATCH v2 2/3] leds: sy7802: Add support for Silergy SY7802 fl ...Lee Jones
 Re: (subset) [PATCH] dt-bindings: mfd: syscon: Add missing simple ...Lee Jones
 Re: (subset) [PATCH] mfd: ocelot-spi: Use spi_sync_transfer()Lee Jones
 Re: [PATCH v2 1/2] mm/userfaultfd: don't place zeropages when zero ...David Hildenbrand
 Re: [PATCH v13 4/5] clk: sophgo: Add SG2042 clock driverChen Wang
 Re: [PATCH] media: dt-bindings: media: add access-controllers to S ...Alexandre TORGUE
 Re: [PATCH v2] irqchip/gic-v3-its: Fix double free on errorMarc Zyngier
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Mark Rutland
 Re: [PATCH v4 1/1] misc: mrvl-cn10k-dpi: add Octeon CN10K DPI admi ...Greg KH
 Re: [PATCH v6 08/11] misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSMGreg KH
[New][PATCH 1/1] tty: serial: fsl_lpuart: use dev_err_probe for clocksAlexander Stein
 Re: [RESEND PATCH net v4 1/2] soc: fsl: qbman: Always disable inte ..."Arnd Bergmann"
 Re: [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helperGreg Kroah-Hartman
 Re: [PATCH 0/2] Deduplicate bin_attribute simple read() callbacksGreg Kroah-Hartman
 Re: [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svmJason Gunthorpe
 Re: [PATCH v4 1/2] devcoredump: Add dev_coredump_put()Greg KH
 Re: [PATCH net-next v5 00/10] allocate dummy device dynamicallyJakub Kicinski
 Re: [PATCH v2 12/12] iommu/vt-d: Retire struct intel_svmBaolu Lu
 Re: [PATCH v2 1/1] iommu/vt-d: Remove caching mode check before de ...Robin Murphy
 Re: [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() wi ...Alexander Gordeev
 Re: [PATCH V3] ppdev: Add an error check in register_deviceGreg KH
 Re: [PATCH v5 2/2] mm/arm64: override mkold_clean_ptes() batch helperRyan Roberts
 Re: [PATCH 01/12] iommu/vt-d: Add cache tag assignment interfaceBaolu Lu
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 Re: [PATCH v2 2/2] dma: dt-bindings: fsl-edma: clean up unused "fs ...Frank Li
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Paolo Bonzini
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Mike Rapoport
 Re: [PATCH v5 0/2] Synchronize DT overlay removal with devlink rem ...Greg Kroah-Hartman
 Re: [PATCH v3 2/2] PCI: of: Attach created of_node to existing deviceGreg Kroah-Hartman
 Re: [PATCH 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinloc ...Ingo Molnar
 Re: [PATCH v2 4/4] arm64: mm: Lazily clear pte table mappings from ...Mark Rutland
 Re: [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUsJonathan Cameron
 Re: [PATCH v2 0/1] regulator: pca9450: make warm reset on PMIC_RST ...Fabio Aiuto
 Re: [PATCH v1 0/2] gpiolib: acpi: A couple of error checks amendmendsMika Westerberg
 Re: [PATCH] NFSD: fix endianness issue in nfsd4_encode_fattr4Chuck Lever
 Re: [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove ...David Woodhouse
 Re: [PATCH 0/4] arm64: Support the TSO memory modelWill Deacon
 Re: [PATCH V4 8/9] platform/x86/intel/sdsi: Simplify ascii printingIlpo Järvinen
 Re: [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-met ..."Kirill A. Shutemov"
[New][PATCH v2] KVM: arm64: Add support for FFA_PARTITION_INFO_GETSebastian Ene
 Re: [PATCH] blk-iocost: Fix shift-out-of-bounds in iocg_kick_delay()Breno Leitao
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 [tip: locking/core] locking/qspinlock: Use atomic_try_cmpxchg_rela ..."tip-bot2 for Uros Bizjak"
 [tip: locking/core] locking/pvqspinlock: Use try_cmpxchg_acquire() ..."tip-bot2 for Uros Bizjak"
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Sergio Paracuellos
 Re: [PATCH v12 29/29] KVM: SEV: Provide support for SNP_EXTENDED_G ...Tom Lendacky
 Re: [PATCH] io_uring/timeout: remove duplicate initialization of t ...Jens Axboe
 Re: [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Greg Kroah-Hartman
 Re: [PATCH v3 03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST.Greg Kroah-Hartman
 Re: [PATCH 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinloc ...Uros Bizjak
 Re: [PATCH] media: dt-bindings: media: add access-controllers to S ...Krzysztof Kozlowski
 Re: [PATCH] jbd2: avoid mount failed when commit block is partial ...Jan Kara
 Re: [PATCH v1 0/2] gpiolib: acpi: A couple of error checks amendmendsAndy Shevchenko
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Ryan Roberts
 Re: [PATCH 0/3] tso: aarch64: Expose TSO for virtualized linux on ...Will Deacon
[New][PATCH v7 00/23] Support more Amlogic SoC families in crypto driverAlexey Romanov
 [PATCH v7 01/23] drivers: crypto: meson: don't hardcode IRQ countAlexey Romanov
 [PATCH v7 02/23] drviers: crypto: meson: add platform dataAlexey Romanov
 [PATCH v7 03/23] drivers: crypto: meson: remove clock inputAlexey Romanov
 [PATCH v7 04/23] drivers: crypto: meson: add MMIO helpersAlexey Romanov
 [PATCH v7 05/23] drivers: crypto: meson: move get_engine_number()Alexey Romanov
 [PATCH v7 06/23] drivers: crypto: meson: drop status field from me ...Alexey Romanov
 [PATCH v7 07/23] drivers: crypto: meson: move algs definition and ...Alexey Romanov
 [PATCH v7 08/23] drivers: crypto: meson: cleanup definesAlexey Romanov
 [PATCH v7 09/23] drivers: crypto: meson: process more than MAXDESC ...Alexey Romanov
 [PATCH v7 10/23] drivers: crypto: meson: avoid kzalloc in engine t ...Alexey Romanov
 [PATCH v7 13/23] drivers: crypto: meson: use fallback for 192-bit keysAlexey Romanov
 [PATCH v7 12/23] drivers: crypto: meson: add support for AES-CTRAlexey Romanov
 [PATCH v7 11/23] drivers: crypto: meson: introduce hasherAlexey Romanov
[New][GIT PULL] Networking for v6.9-rc4Paolo Abeni
 [PATCH v7 14/23] drivers: crypto: meson: add support for G12-seriesAlexey Romanov
 [PATCH v7 15/23] drivers: crypto: meson: add support for AXG-seriesAlexey Romanov
 [PATCH v7 16/23] drivers: crypto: meson: add support for A1-seriesAlexey Romanov
 [PATCH v7 17/23] dt-bindings: crypto: meson: remove clk and second ...Alexey Romanov
 [PATCH v7 18/23] arch: arm64: dts: meson: gxl: correct crypto node ...Alexey Romanov
 [PATCH v7 19/23] dt-bindings: crypto: meson: support new SoC'sAlexey Romanov
 [PATCH v7 20/23] arch: arm64: dts: meson: a1: add crypto nodeAlexey Romanov
 [PATCH v7 21/23] arch: arm64: dts: meson: s4: add crypto nodeAlexey Romanov
 [PATCH v7 22/23] arch: arm64: dts: meson: g12: add crypto nodeAlexey Romanov
 [PATCH v7 23/23] arch: arm64: dts: meson: axg: add crypto nodeAlexey Romanov
 Re: [PATCH v2 4/4] arm64: mm: Lazily clear pte table mappings from ...Ryan Roberts
 Re: [PATCH] locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_en ...Jürgen Groß
 Re: [PATCH v2] x86/boot/64: Clear CR4.PGE to disable global 1:1 ma ...Ingo Molnar
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy"Huang, Kai"
 Re: [PATCH 0/2] Deduplicate bin_attribute simple read() callbacksLukas Wunner
 Re: [PATCH 01/12] iommu/vt-d: Add cache tag assignment interfaceJason Gunthorpe
 Re: [PATCH v5 0/2] Samsung Galaxy Z Fold5 initial supportRob Herring
 Re: Nohz_full on boot CPU is broken (was: Re: [PATCH v2 1/1] wq: A ...Oleg Nesterov
 [tip: x86/boot] x86/boot/64: Clear most of CR4 in startup_64(), ex ..."tip-bot2 for Ard Biesheuvel"
 Re: [PATCH v9 2/4] input: pm8xxx-vibrator: refactor to support new ...Fenglin Wu
 Re: [PATCH v7 0/8] devm_led_classdev_register() usage problemLee Jones
 Re: [PATCH net-next v9 7/9] libeth: add Rx buffer managementJakub Kicinski
 Re: [PATCH v2 1/1] iommu/vt-d: Remove caching mode check before de ...Baolu Lu
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Ryan Roberts
 Re: [PATCH v2 0/1] regulator: pca9450: make warm reset on PMIC_RST ...Mark Brown
 Re: [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ ...Théo_Lebrun
[New][PATCH] tty: hvc: wakeup hvc console immediately when needed<li.hao40@zte ...
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Ryan Roberts
 Re: [PATCH v9 4/4] input: pm8xxx-vibrator: add new SPMI vibrator s ...Fenglin Wu
 Re: [PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code ...Dave Martin
 Re: [PATCH V3] ppdev: Add an error check in register_deviceHuai-Yuan Liu
 Re: [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-met ..."Huang, Kai"
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...David Hildenbrand
[New][PATCH] KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene
 Re: [RFC PATCH 3/4] ACPI: processor: refactor acpi_processor_get_i ...Jonathan Cameron
 Re: [PATCH v1 0/5] livepatch: klp-convert tool - Minimal versionLukas Hruska
[New][PATCH net-next v6 00/10] allocate dummy device dynamicallyBreno Leitao
 [PATCH net-next v6 01/10] net: core: Fix documentationBreno Leitao
 [PATCH net-next v6 02/10] net: free_netdev: exit earlier if dummyBreno Leitao
 Re: [PATCH 1/1] video: Handle HAS_IOPORT dependenciesHelge Deller
 [PATCH net-next v6 03/10] net: create a dummy net_device allocatorBreno Leitao
 [PATCH net-next v6 04/10] net: marvell: prestera: allocate dummy n ...Breno Leitao
 [PATCH net-next v6 05/10] net: mediatek: mtk_eth_sock: allocate du ...Breno Leitao
 [PATCH net-next v6 06/10] net: ipa: allocate dummy net_device dyna ...Breno Leitao
 [PATCH net-next v6 07/10] net: ibm/emac: allocate dummy net_device ...Breno Leitao
 [PATCH net-next v6 08/10] wifi: qtnfmac: Use netdev dummy allocato ...Breno Leitao
 [PATCH net-next v6 09/10] wifi: ath10k: allocate dummy net_device ...Breno Leitao
 [PATCH net-next v6 10/10] wifi: ath11k: allocate dummy net_device ...Breno Leitao
 Re: [RFC PATCH 4/4] ACPI: processor: refactor acpi_processor_remov ...Jonathan Cameron
 Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when l ...Sean Christopherson
 [PATCH v4 1/2] KVM: x86: Add a wbinvd helperZheyun Shen
 Re: [PATCH v2 0/2] Attach DT nodes to existing PCI devicesHerve Codina
 [PATCH v4 2/2] KVM: SVM: Flush cache only on CPUs running SEV guestZheyun Shen
 Re: [PATCH] media: dt-bindings: media: add access-controllers to S ...Rob Herring
 Re: [PATCH] init/main.c: Remove redundant space from saved_command ...Masami Hiramatsu (Google)
 Re: [PATCH RESEND v8 04/10] watchdog: rzg2l_wdt: Check return stat ...claudiu beznea
 Re: [PATCH v3 2/2] mfd: rohm-bd71828: Add power off functionalityLee Jones
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Lance Yang
 Re: [PATCH 2/2 v4] pwm: Add driver for AXI PWM generatorTrevor Gamblin
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Andrew Cooper
 Re: [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSI ...Dave Martin
 Re: [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSI ...Dave Martin
 Re: [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-met ...Tom Lendacky
 Re: [PATCH v1 02/31] x86/resctrl: Add a helper to avoid reaching i ...Dave Martin
[New][PATCH] drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa
 Re: [PATCH v1 02/31] x86/resctrl: Add a helper to avoid reaching i ...Dave Martin
[New][PATCH v4 0/2] KVM: SVM: Flush cache only on CPUs running SEV guestZheyun Shen
 Re: [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init functionDave Martin
 Re: [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init functionDave Martin
 Re: [PATCH printk v4 17/27] printk: nbcon: Use nbcon consoles in c ...Petr Mladek
 Re: [PATCH v1 07/31] x86/resctrl: Wrap resctrl_arch_find_domain() ...Dave Martin
 Re: [PATCH v1 11/31] x86/resctrl: Move monitor exit work to a rest ...Dave Martin
 Re: [PATCH v1 12/31] x86/resctrl: Move max_{name,data}_width into ...Dave Martin
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewGreg Kroah-Hartman
 Re: [PATCH v1 13/31] x86/resctrl: Stop using the for_each_*_rdt_re ...Dave Martin
 Re: [PATCH v1 14/31] x86/resctrl: Export the is_mbm_*_enabled() he ...Dave Martin
 Re: [PATCH v1 16/31] x86/resctrl: Change mon_event_config_{read,wr ...Dave Martin
 Re: [PATCH v1 17/31] x86/resctrl: Move mbm_cfg_mask to struct rdt_ ...Dave Martin
 Re: [PATCH v1 18/31] x86/resctrl: Allow resctrl_arch_mon_event_con ...Dave Martin
 Re: [PATCH v1 20/31] x86/resctrl: Allow an architecture to disable ...Dave Martin
 Re: [PATCH printk v4 19/27] printk: nbcon: Add unsafe flushing on ...Petr Mladek
 Re: [PATCH 0/4] arm64: Support the TSO memory modelHector Martin
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...Thomas Gleixner
 Re: [PATCH v7 0/8] devm_led_classdev_register() usage problemGeorge Stark
 Re: [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE ...Andrew Lunn
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Rob Herring
 Re: [PATCH 4.19 000/175] 4.19.312-rc1 reviewNaresh Kamboju
 Re: [PATCH v9 4/4] input: pm8xxx-vibrator: add new SPMI vibrator s ...Dmitry Baryshkov
 Re: [patch V2 08/50] posix-cpu-timers: Save interval only for arme ...Anna-Maria Behnsen
 Re: [PATCH v1 24/31] x86/resctrl: Move get_config_index() to a headerDave Martin
 Re: [PATCH v3 2/5] x86/kexec: do unconditional WBINVD for bare-met ...Tom Lendacky
 Re: [PATCH v1 28/31] x86/resctrl: Drop __init/__exit on assorted s ...Dave Martin
 Re: [PATCH v2] HID: i2c-hid: wait for i2c touchpad deep-sleep to p ...Łukasz_Majczak
 Re: [PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with ...Hardik Gajjar
 Re: [PATCH v1 29/31] fs/resctrl: Add boiler plate for external res ...Dave Martin
[New][PATCH v1] ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP configStefan Binding
 Re: [PATCH v1 30/31] x86/resctrl: Move the filesystem bits to head ...Dave Martin
 Re: (subset) [PATCH] dt-bindings: mfd: syscon: Add missing simple ...Rob Herring
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Masami Hiramatsu (Google)
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Sean Christopherson
 Re: [PATCH 2/2 v4] pwm: Add driver for AXI PWM generatorTrevor Gamblin
 Re: [PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code ...Dave Martin
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Yuntao Wang
[New][PATCH 00/31] Remove UCLINUX (nommu support) from LTP legacy C APIPetr Vorel
 Re: [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched ...Ryan Roberts
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming StrategySean Christopherson
 Re: [PATCH] sched: Add missing memory barrier in switch_mm_cidDave Hansen
 Re: [PATCH v1 30/31] x86/resctrl: Move the filesystem bits to head ...Dave Martin
 Re: [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon nodeThéo_Lebrun
 Re: [PATCH v1 27/31] x86/resctrl: Rename resctrl_sched_in() to beg ...Dave Martin
 Re: [PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code ...Dave Martin
 Re: [PATCH v1 22/31] x86/resctrl: Make resctrl_arch_pseudo_lock_fn ...Dave Martin
 Re: [PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code ...Dave Martin
 Re: [PATCH v2 1/2] dmaengine: fsl-edma: Remove unused "fsl,imx8qm- ...Frank Li
 [PATCH 02/11] dt-bindings: net: add phy-supply property for stm32Christophe Roullier
 [PATCH 01/11] dt-bindings: net: add STM32MP13 compatible in docume ...Christophe Roullier
 Re: [RFC PATCH 3/6] mfd: support ROHM BD96801 PMIC coreLee Jones
 [PATCH 04/11] net: ethernet: stmmac: add management of stm32mp13 f ...Christophe Roullier
[New][PATCH 00/11] Series to deliver Ethernets for STM32MP13Christophe Roullier
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...Ryan Roberts
 Re: [RESEND. PATCH v2] Bluetooth: btusb: Add Realtek RTL8852BE sup ...patchwork-bot+bluetooth@kernel ...
 Re: [PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg ...Jakub Kicinski
 [PATCH 07/11] net: ethernet: stmmac: stm32: support the phy-supply ...Christophe Roullier
 [PATCH 08/11] ARM: dts: stm32: add ethernet1 and ethernet2 support ...Christophe Roullier
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 [PATCH 11/11] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl supportChristophe Roullier
 [PATCH 09/11] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32 ...Christophe Roullier
 [PATCH 06/11] net: ethernet: stm32: clean the way to manage wol ir ...Christophe Roullier
 [PATCH 10/11] ARM: dts: stm32: add ethernet1 and ethernet2 for STM ...Christophe Roullier
 [PATCH 03/11] net: ethernet: stmmac: rework glue to simplify manag ...Christophe Roullier
 [PATCH 05/11] net: ethernet: stmmac: stm32: update config manageme ...Christophe Roullier
 Re: [PATCH v2 1/2] bus: mhi: host: Add sysfs entry to force device ...Jeffrey Hugo
 Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in m ...David Hildenbrand
 Re: [PATCH 6/7] soundwire: debugfs: add interface to read/write co ...Pierre-Louis Bossart
[New][PATCH v7 1/2] x86/mm: Don't disable INVLPG if "incomplete Global ...Xi Ruoyao
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410Naresh Kamboju
 [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is runni ...Xi Ruoyao
 Re: [PATCH V6 3/6] sched/fair: Fair server interfacePeter Zijlstra
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Dave Hansen
 Re: [PATCH v2 1/1] regulator: pca9450: make warm reset on PMIC_RST ...Krzysztof Kozlowski
 Re: [PATCH v2 2/2] bus: mhi: host: pci_generic: Add edl callback t ...Jeffrey Hugo
 Re: [PATCH v4] f2fs: zone: don't block IO if there is remained ope ...Daeho Jeong
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Paolo Bonzini
 [PATCH] sched/isolation: fix boot crash when the boot CPU is nohz_fullOleg Nesterov
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Xi Ruoyao
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Mark Rutland
[New][PATCH v5] fpga: region: add owner module and take its refcountMarco Pagani
 Re: [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE ...Jakub Kicinski
 Re: [PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg ...patchwork-bot+netdevbpf@kernel ...
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksMatthew Wilcox
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410Naresh Kamboju
 Re: [PATCH] pinctrl: renesas: pinctrl-rzg2l: Remove extra space in ...Geert Uytterhoeven
[New][PATCH] perf parse-events: Avoid two scenarios involving the reord ...Yanfei Xu
 Re: [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to r ...Ryan Roberts
 Re: [PATCH] jbd2: avoid mount failed when commit block is partial ..."Theodore Ts'o"
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Ryan Roberts
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Yuntao Wang
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Andrew Cooper
 Re: [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to r ...David Hildenbrand
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410Dan Carpenter
 [PATCH v1 2/2] usb: gadget: dummy_hcd: Set transfer interval to 1 ...Marcello Sylvester Bauer
 [PATCH v1 1/2] usb: gadget: dummy_hcd: Switch to hrtimer transfer ...Marcello Sylvester Bauer
 Re: [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSI ...Dave Martin
 Re: [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ ...Krzysztof Kozlowski
 Re: [PATCH V6 3/6] sched/fair: Fair server interfaceDaniel Bristot de Oliveira
 Re: [PATCH 03/11] dt-bindings: reset: mobileye,eyeq5-reset: add Ey ...Krzysztof Kozlowski
 Re: BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410Guenter Roeck
[New][PATCH] treewide: Fix common grammar mistake "the the"Thorsten Blum
 Re: [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon nodeKrzysztof Kozlowski
 Re: [PATCH v2 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 ...Conor Dooley
 Re: (subset) [PATCH] dt-bindings: mfd: syscon: Add missing simple ...Lee Jones
 Re: [PATCH v2 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 ...Conor Dooley
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededJosh Poimboeuf
 Re: [PATCH v3 8/9] clk: renesas: rzg2l-cpg: Add suspend/resume sup ...Geert Uytterhoeven
 Re: [PATCH 2/5] mfd: add driver for Marvell 88PM886 PMIC"Karel Balej"
 Re: [PATCH] soc: mediatek: mtk-socinfo: Correct the marketing name ...Fei Shao
 Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additi ...Conor Dooley
 Re: [PATCH v2 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 ...AngeloGioacchino Del Regno
 Re: [PATCH v2 8/8] dt-bindings: ufs: mediatek,ufs: Document option ...Conor Dooley
 Re: [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-aut ...Greg Kroah-Hartman
 Re: [PATCH] treewide: Fix common grammar mistake "the the"Randy Dunlap
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Alexandre Chartre
 Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additi ...AngeloGioacchino Del Regno
 Re: [PATCH] perf parse-events: Avoid two scenarios involving the r ...Ian Rogers
 Re: [PATCH v2 8/8] dt-bindings: ufs: mediatek,ufs: Document option ...AngeloGioacchino Del Regno
 Re: [PATCH v2] tracing: Add sched_prepare_exec tracepointKees Cook
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming StrategyXiaoyao Li
[New][PATCH net] Bluetooth: hci_event: fix double hci_conn_drop() when ...kovalev@altlinux ...
 Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additi ...Conor Dooley
[New][PATCH net] Bluetooth: hci_event: fix possible multiple drops by m ...kovalev@altlinux ...
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Dave Hansen
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Paolo Bonzini
 Re: [PATCH RESEND v8 09/10] watchdog: rzg2l_wdt: Power on the PM d ...Geert Uytterhoeven
[New][PATCH v1 0/2] usb: gadget: dummy_hcd: Switch to hrtimers for bett ...Marcello Sylvester Bauer
 Re: [PATCH 7/7] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with ...Josh Poimboeuf
 Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additi ...AngeloGioacchino Del Regno
 Re: [PATCH 2/5] x86/pvh: Make PVH entrypoint PIC for x86-64Jason Andryuk
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming StrategySean Christopherson
 Re: [PATCH] treewide: Fix common grammar mistake "the the"Dan Carpenter
 Re: [PATCH] init/main.c: Remove redundant space from saved_command ...Yuntao Wang
 Re: [PATCH v3 0/9] clk: renesas: rzg2l: Add support for power domainsGeert Uytterhoeven
 Re: [PATCH net] Bluetooth: hci_event: fix double hci_conn_drop() w ...kovalev@altlinux ...
 Re: [Linux kernel bug] general protection fault in disable_storeAlan Stern
 [PATCH 001/437] fs: split do_loop_readv_writev() into separate rea ...Jens Axboe
 Re: [PATCH v2 1/1] regulator: pca9450: make warm reset on PMIC_RST ...Fabio Aiuto
 [PATCH 002/437] fs: add generic read/write iterator helpersJens Axboe
 [PATCH 003/437] fs: add helpers for defining read/write iterator h ...Jens Axboe
 [PATCH 004/437] fs: add simple_copy_{to,from}_iter() helpersJens Axboe
[New][PATCHSET RFC 0/437] Kill off old fops ->read() and ->write()Jens Axboe
 [PATCH 005/437] uio: add get/put_iter helpersJens Axboe
 [PATCH 006/437] fs: add uio.h to fs.hJens Axboe
 Re: [PATCH] drm/msm: Drop msm_read/writelBjorn Andersson
 [PATCH 008/437] kstrtox: add iov_iter versions of the string conve ...Jens Axboe
 [PATCH 009/437] lib/string_helpers: split __parse_int_array() into ...Jens Axboe
 [PATCH 010/437] lib/string_helpers: add parse_int_array_iter()Jens Axboe
 [PATCH 012/437] char/adi: convert to read/write iteratorsJens Axboe
 [PATCH 013/437] char/apm-emulation: convert to read/write iteratorsJens Axboe
 [PATCH 014/437] char/applicom: convert to read/write iteratorsJens Axboe
 [PATCH 015/437] char/nsc_gpio: convert to read/write iteratorsJens Axboe
 [PATCH 016/437] char/dsp1620: convert to read/write iteratorsJens Axboe
 [PATCH 017/437] char/dsp56k: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Mark Rutland
 [PATCH 018/437] char/dtlk: convert to read/write iteratorsJens Axboe
 [PATCH 019/437] char/hpet: convert to read/write iteratorsJens Axboe
 [PATCH 020/437] char/hw_random: convert to read/write iteratorsJens Axboe
 [PATCH 021/437] char/ipmi: convert to read/write iteratorsJens Axboe
 [PATCH 022/437] char/tpm: convert to read/write iteratorsJens Axboe
 [PATCH 023/437] char/lp: convert to read/write iteratorsJens Axboe
 [PATCH 007/437] mm/util: add iterdup_nul() and iterdup() helpersJens Axboe
 [PATCH 025/437] char/mwave: convert to read/write iteratorsJens Axboe
 [PATCH 027/437] char/nwbutton: convert to read/write iteratorsJens Axboe
 [PATCH 028/437] char/nwflash: convert to read/write iteratorsJens Axboe
 [PATCH 029/437] char/pc8736x_gpio: convert to read/write iteratorsJens Axboe
 [PATCH 030/437] char/powernv-op-panel: convert to read/write iteratorsJens Axboe
 [PATCH 031/437] char/ppdev: convert to read/write iteratorsJens Axboe
 Re: [PATCH printk v4 17/27] printk: nbcon: Use nbcon consoles in c ...Petr Mladek
 [PATCH 026/437] char/nvram: convert to read/write iteratorsJens Axboe
 [PATCH 011/437] virtio_console: convert to read/write iterator helpersJens Axboe
 [PATCH 032/437] char/ps3flash: convert to read/write iteratorsJens Axboe
 [PATCH 024/437] char/mem: convert to read/write iteratorsJens Axboe
 [PATCH 034/437] char/sonypi: convert to read/write iteratorsJens Axboe
 [PATCH 035/437] char/tlclk: convert to read/write iteratorsJens Axboe
 [PATCH 036/437] char/xilinx_hwicap: convert to read/write iteratorsJens Axboe
 [PATCH 038/437] debugfs: convert to ->read_iter()Jens Axboe
 Re: (subset) [PATCH] mfd: Tidy Kconfig dependenciesLee Jones
 [PATCH 039/437] libfs: switch to read iter and add copy helpersJens Axboe
[New][PATCH] mm/rmap: do not add fully unmapped large folio to deferred ...Zi Yan
 Re: [PATCH] xfs: replace deprecated strncpy with strscpy_padKees Cook
 [PATCH 041/437] fs: convert any user of fops->read() for seq_read ...Jens Axboe
 [PATCH 040/437] fs: convert generic_read_dir() to ->read_iter()Jens Axboe
 [PATCH 042/437] ceph: convert read_dir handler to read_iter()Jens Axboe
 [PATCH 043/437] ecryptfs: miscdev: convert to read/write iteratorsJens Axboe
 [PATCH 045/437] orangefs: convert to read/write iteratorsJens Axboe
 [PATCH 046/437] dlm: convert to read/write iteratorsJens Axboe
 [PATCH 048/437] ubifs: convert to read/write iteratorsJens Axboe
 [PATCH 049/437] fuse: convert to read/write iteratorsJens Axboe
 [PATCH 050/437] staging: convert drivers to read/write iteratorsJens Axboe
 [PATCH 051/437] Bluetooth: convert to read/write iteratorsJens Axboe
 [PATCH 053/437] net: 6lowpan: convert debugfs to read/write iteratorsJens Axboe
 [PATCH 054/437] net: sunrpc: convert to read/write iteratorsJens Axboe
 [PATCH 055/437] net: wireless: convert to read/write iteratorsJens Axboe
 [PATCH 052/437] net: mac80211: convert to read/write iteratorsJens Axboe
 [PATCH 056/437] net: rfkill: convert to read/write iteratorsJens Axboe
 [PATCH 057/437] net: l2tp: convert to read/write iteratorsJens Axboe
 [PATCH 044/437] ocfs2: convert to read/write iteratorsJens Axboe
 [PATCH 058/437] fs: add IOCB_VECTORED flagsJens Axboe
 [PATCH 059/437] ALSA: core: convert to read/write iteratorsJens Axboe
 [PATCH 061/437] ASoC: fsl: convert to read/write iteratorsJens Axboe
 [PATCH 060/437] ASoC: Intel: convert to read/write iteratorsJens Axboe
 [PATCH 062/437] ALSA: pcmtest: convert to read/write iteratorsJens Axboe
 [PATCH 063/437] sound/oss/dmasound: convert to read/write iteratorsJens Axboe
 [PATCH 064/437] ASoC: SOF: icp3-dtrace: convert to read/write iter ...Jens Axboe
 [PATCH 065/437] SoC: SOF: icp4: convert to read/write iteratorsJens Axboe
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...John Stultz
 [PATCH 067/437] ASoC: SOF: convert to read/write iteratorsJens Axboe
 [PATCH 066/437] ASoC: SOF: Core: convert to read/write iteratorsJens Axboe
 [PATCH 068/437] block: convert to read/write iteratorsJens Axboe
 [PATCH 069/437] bpf: convert to read/write iteratorsJens Axboe
 [PATCH 070/437] perf: convert events to read/write iteratorsJens Axboe
 [PATCH 071/437] dma-debug: convert to read/write iteratorsJens Axboe
 [PATCH 072/437] kernel/fail_function: convert to read/write iteratorsJens Axboe
 [PATCH 073/437] kcsan: convert to read/write iteratorsJens Axboe
 [PATCH 075/437] kernel/power: convert to read/write iteratorsJens Axboe
 [PATCH 076/437] printk: convert to read/write iteratorsJens Axboe
 [PATCH 077/437] relay: convert to read/write iteratorsJens Axboe
 [PATCH 078/437] kernel/time: convert to read/write iteratorsJens Axboe
 [PATCH 079/437] rv: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2 4/5] mm: swap: entirely map large folios found in sw ...Ryan Roberts
 [PATCH 082/437] sched/debug: convert to read/write iteratorsJens Axboe
 [PATCH 084/437] locking/lock_events: convert to read/write iteratorsJens Axboe
 [PATCH 085/437] kprobes: convert to read/write iteratorsJens Axboe
 [PATCH 086/437] fs: add iterator based version of simple_transacti ...Jens Axboe
 [PATCH 087/437] tomoyo: convert to read/write iteratorsJens Axboe
 [PATCH 037/437] char/xillybus: convert to read/write iteratorsJens Axboe
 [PATCH 088/437] smack: convert to read/write iteratorsJens Axboe
 [PATCH 089/437] apparmor: convert to read/write iteratorsJens Axboe
 [PATCH 091/437] lsm: convert to read/write iteratorsJens Axboe
 [PATCH 080/437] tracing: convert to read/write iteratorsJens Axboe
 [PATCH 092/437] selinux: convert to read/write iteratorsJens Axboe
 [PATCH 093/437] integrity: convert to read/write iteratorsJens Axboe
 [PATCH 094/437] lockdown: convert to read/write iteratorsJens Axboe
 Re: [PATCH 3/7] x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf
 [PATCH 095/437] security: convert to read/write iteratorsJens Axboe
 [PATCH 098/437] drbd: convert to read/write iteratorsJens Axboe
 [PATCH 099/437] mtip32xx: convert to read/write iteratorsJens Axboe
 [PATCH 100/437] zram: convert to read/write iteratorsJens Axboe
 [PATCH 101/437] s390/dasd: convert to read/write iteratorsJens Axboe
 [PATCH 102/437] lib: convert to read/write iteratorsJens Axboe
 [PATCH 103/437] ipc: convert to read/write iteratorsJens Axboe
 [PATCH 105/437] drivers/acpi: convert to read/write iteratorsJens Axboe
 [PATCH 104/437] drivers/accel: convert to read/write iteratorsJens Axboe
 [PATCH 107/437] crypto: iaa: convert to read/write iteratorsJens Axboe
 [PATCH 106/437] crypto: hisilicon: convert to read/write iteratorsJens Axboe
 [PATCH 109/437] crypto: cpp: convert to read/write iteratorsJens Axboe
 [PATCH 108/437] crypto: qat: convert to read/write iteratorsJens Axboe
 [PATCH 110/437] fs/pstore: convert to read/write iteratorsJens Axboe
 [PATCH 111/437] drivers/gpio: convert to ->read_iter and ->write_iterJens Axboe
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksPeter Xu
 [PATCH 112/437] drivers/bluetooth: convert to read/write iteratorsJens Axboe
 [PATCH 113/437] drivers/ras: convert to read/write iteratorsJens Axboe
 [PATCH 115/437] drivers/comedi: convert to read/write iteratorsJens Axboe
 [PATCH 116/437] drivers/counter: convert to read/write iteratorsJens Axboe
 [PATCH 118/437] drivers/tty: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 117/437] drivers/hid: convert to read/write iteratorsJens Axboe
 [PATCH 120/437] fs/eventfd: convert to read/write iteratorsJens Axboe
 [PATCH 121/437] drivers/input: convert to read/write iteratorsJens Axboe
 [PATCH 122/437] drivers/pci: convert to read/write iteratorsJens Axboe
 [PATCH 123/437] fs/fuse: convert to read/write iteratorsJens Axboe
 [PATCH 124/437] firmware: arm_scmi: convert to read/write iteratorsJens Axboe
 [PATCH 047/437] tracefs: convert to read/write iteratorsJens Axboe
 [PATCH 125/437] firmware: cirrus: convert to read/write iteratorsJens Axboe
 [PATCH 126/437] firmware: efi: convert to read/write iteratorsJens Axboe
 [PATCH 127/437] firmware: psci: convert to read/write iteratorsJens Axboe
 [PATCH 128/437] firmware: turris-mox-rwtm: convert to read/write i ...Jens Axboe
 [PATCH 129/437] firmware: tegra: convert to read/write iteratorsJens Axboe
 [PATCH 130/437] drivers/i2c: convert to read/write iteratorsJens Axboe
 [PATCH 131/437] drivers/opp: convert to read/write iteratorsJens Axboe
 [PATCH 114/437] fs/efivars: convert to read/write iteratorsJens Axboe
 [PATCH 132/437] drivers/base: convert to read/write iteratorsJens Axboe
 [PATCH 133/437] drivers/bus: convert to read/write iteratorsJens Axboe
 [PATCH 134/437] drivers/regulator: convert to read/write iteratorsJens Axboe
 [PATCH 135/437] fs/notify: convert to read/write iteratorsJens Axboe
 [PATCH 138/437] drm/i915: convert to read/write iteratorsJens Axboe
 [PATCH 140/437] drm: msm: convert to read/write iteratorsJens Axboe
 [PATCH 141/437] drm: nouveau: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2] tracing: Add sched_prepare_exec tracepointSteven Rostedt
 [PATCH 139/437] drm: amd: convert to read/write iteratorsJens Axboe
 [PATCH 142/437] drm: mipi: convert to read/write iteratorsJens Axboe
 [PATCH 033/437] char/scx200_gpio: convert to read/write iteratorsJens Axboe
 [PATCH 143/437] drm: mali: convert to read/write iteratorsJens Axboe
 [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port support ...parker@finest ...
 [PATCH 144/437] drm/bridge: it6505: convert to read/write iteratorsJens Axboe
[New][PATCH][next] smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end ..."Gustavo A. R. Silva"
 [PATCH 145/437] drm/imagination: convert to read/write iteratorsJens Axboe
 [PATCH 146/437] drm/loongson: convert to read/write iteratorsJens Axboe
 [PATCH 147/437] drm/radeon/radeon_ttm: convert to read/write iteratorsJens Axboe
 [PATCH 148/437] drm: armada: convert to read/write iteratorsJens Axboe
 [PATCH 136/437] drm: switch drm_read() to be iterator basedJens Axboe
 [PATCH 149/437] drm: omap: convert to read/write iteratorsJens Axboe
 [PATCH 137/437] drm: convert debugfs helpers to be read/write iter ...Jens Axboe
 [PATCH 150/437] vga_switcheroo: convert to read/write iteratorsJens Axboe
 [PATCH 152/437] drivers/rtc: convert to read/write iteratorsJens Axboe
 [PATCH 153/437] drivers/dma: convert to read/write iteratorsJens Axboe
 [PATCH 154/437] fs/debugfs: convert to read/write iteratorsJens Axboe
 [PATCH 155/437] HID: usbhid: convert to read/write iteratorsJens Axboe
 Re: [PATCH v1 10/31] x86/resctrl: Move monitor init work to a resc ...Dave Martin
 [PATCH 157/437] usb: class: convert to read/write iteratorsJens Axboe
 [PATCH 159/437] usb: dwc2: convert to read/write iteratorsJens Axboe
 [PATCH 161/437] usb: fotg210-hcd: convert to read/write iteratorsJens Axboe
 [PATCH 162/437] usb: gadget: convert to read/write iteratorsJens Axboe
 [PATCH 083/437] kernel/irq: convert debugfs helpers to read/write ...Jens Axboe
 [PATCH 163/437] usb: host: ehci: convert to read/write iteratorsJens Axboe
 [PATCH 097/437] aoe: convert to read/write iteratorsJens Axboe
 [PATCH 164/437] usb: host: ohci: convert to read/write iteratorsJens Axboe
 [PATCH 165/437] usb: host: uhci: convert to read/write iteratorsJens Axboe
 [PATCH 160/437] usb: dwc3: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to r ...Ryan Roberts
 [PATCH 166/437] usb: host: xhci: convert to read/write iteratorsJens Axboe
 [PATCH 167/437] usb: image: mdc800: convert to read/write iteratorsJens Axboe
 [PATCH 169/437] usb: mon: convert to read/write iteratorsJens Axboe
 [PATCH 168/437] usb: misc: convert to read/write iteratorsJens Axboe
 [PATCH 171/437] usb: musb: convert to read/write iteratorsJens Axboe
 [PATCH 172/437] usb: skeleton: convert to read/write iteratorsJens Axboe
 [PATCH 173/437] usb: gadget: atmel_usba_udc: convert to read/write ...Jens Axboe
 [PATCH 074/437] module: convert to read/write iteratorsJens Axboe
 [PATCH 174/437] soc: qcom: convert to read/write iteratorsJens Axboe
 [PATCH 170/437] usb: mtu3: convert to read/write iteratorsJens Axboe
 [PATCH 175/437] soc: aspeed: convert to read/write iteratorsJens Axboe
 [PATCH 176/437] soc: fsl: convert to read/write iteratorsJens Axboe
 [PATCH 177/437] soc: mediatek: convert to read/write iteratorsJens Axboe
 [PATCH 179/437] drivers/pinctrl: convert to ->read_iter and ->writ ...Jens Axboe
 [PATCH 180/437] drivers/phy: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 181/437] drivers/ufs: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 096/437] mm: convert to read/write iteratorsJens Axboe
 [PATCH 182/437] drivers/uio: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 183/437] drivers/platform: convert to ->read_iter and ->wri ...Jens Axboe
 [PATCH 184/437] drivers/mtd: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 185/437] scsi: bfa: convert to read/write iteratorsJens Axboe
 [PATCH 186/437] scsi: csiostor: convert to read/write iteratorsJens Axboe
 [PATCH 187/437] scsi: fnic: convert to read/write iteratorsJens Axboe
 [PATCH 119/437] drivers/auxdisplay: convert to read/write iteratorsJens Axboe
 [PATCH 190/437] scsi: megaraid: convert to read/write iteratorsJens Axboe
 [PATCH 090/437] landlock: convert to read/write iteratorsJens Axboe
 [PATCH 191/437] scsi: mpt3sas: convert to read/write iteratorsJens Axboe
 [PATCH 189/437] scsi: lpfc: convert to read/write iteratorsJens Axboe
 [PATCH 192/437] scsi: qedf: convert to read/write iteratorsJens Axboe
 [PATCH 193/437] scsi: qedi: convert to read/write iteratorsJens Axboe
 [PATCH 194/437] scsi: qla2xxx: convert to read/write iteratorsJens Axboe
 [PATCH 196/437] scsi: cxlflash: convert to read/write iteratorsJens Axboe
 [PATCH 197/437] scsi: scsi_debug: convert to read/write iteratorsJens Axboe
 [PATCH 199/437] scsi: st: convert to read/write iteratorsJens Axboe
 [PATCH 200/437] staging: axis: convert to read/write iteratorsJens Axboe
 [PATCH 201/437] staging: fieldbus: convert to read/write iteratorsJens Axboe
 [PATCH 203/437] staging: av7110: convert to read/write iteratorsJens Axboe
 [PATCH 204/437] staging: vc04_services: convert to read/write iter ...Jens Axboe
 [PATCH 206/437] virt: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 207/437] virt: fsl_hypervisor: convert to read/write iteratorsJens Axboe
 Re: [PATCH 2/2 v4] pwm: Add driver for AXI PWM generatorUwe Kleine-König
 [PATCH 208/437] drivers/video: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 209/437] video: fbdev: pxa3xx-gcu: convert to read/write it ...Jens Axboe
 [PATCH 151/437] drivers/clk: convert to read/write iteratorsJens Axboe
 [PATCH 156/437] usb: chipidea: convert to read/write iteratorsJens Axboe
 [PATCH 210/437] drivers/iommu: convert intel iommu to read/write i ...Jens Axboe
 [PATCH 211/437] drivers/iommu: convert omap to read/write iteratorsJens Axboe
 [PATCH 213/437] misc: lis3lv02d: convert to iteratorsJens Axboe
 [PATCH 188/437] scsi: hisi_sas: convert to read/write iteratorsJens Axboe
 [PATCH 212/437] misc: bcm_vk: convert to iteratorsJens Axboe
 [PATCH 214/437] misc: eeprom/idt_89hpesx: convert to read/write it ...Jens Axboe
 [PATCH 215/437] misc: hpilo: convert to read/write iteratorsJens Axboe
 [PATCH 198/437] scsi: sg: convert to read/write iteratorsJens Axboe
 [PATCH 216/437] misc: lkdtm: convert to read/write iteratorsJens Axboe
 [PATCH 217/437] misc: open-dice: convert to read/write iteratorsJens Axboe
 [PATCH 218/437] misc: tps6594-pfsm: convert to read/write iteratorsJens Axboe
 [PATCH 219/437] misc: ibmvmc: convert to read/write iteratorsJens Axboe
 Re: [PATCH] treewide: Fix common grammar mistake "the the"Johannes Berg
 [PATCH 221/437] misc: ocxl: convert to read/write iteratorsJens Axboe
 [PATCH 222/437] drivers/isdn: convert to read/write iteratorsJens Axboe
 [PATCH 223/437] drivers/leds: convert to read/write iteratorsJens Axboe
 [PATCH 224/437] drivers/mailbox: convert to read/write iteratorsJens Axboe
 [PATCH 225/437] drivers/mfd: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs ...Ryan Roberts
 [PATCH 226/437] drivers/misc/mei: convert to read/write iteratorsJens Axboe
 [PATCH 158/437] usb: core: convert to read/write iteratorsJens Axboe
 [PATCH 227/437] misc: ibmasm: convert to read/write iteratorsJens Axboe
 [PATCH 228/437] drivers/spi: convert to read/write iteratorsJens Axboe
 [PATCH 229/437] drivers/nfc: convert to read/write iteratorsJens Axboe
 [PATCH 230/437] drivers/nvme: convert to read/write iteratorsJens Axboe
 [PATCH 231/437] drivers/firewire: convert to read/write iteratorsJens Axboe
 [PATCH 178/437] soc: sifive: ccache: convert to read/write iteratorsJens Axboe
 [PATCH 233/437] watchdog: acquirewdt: convert to read/write iteratorsJens Axboe
 [PATCH 195/437] scsi: snic: convert to read/write iteratorsJens Axboe
 [PATCH 234/437] watchdog: advantechwdt: convert to read/write iter ...Jens Axboe
 [PATCH 235/437] watchdog: alim1535_wdt: convert to read/write iter ...Jens Axboe
 [PATCH 236/437] watchdog: alim7101_wdt: convert to read/write iter ...Jens Axboe
 [PATCH 232/437] drivers/mfd: convert to read/write iteratorsJens Axboe
 [PATCH 241/437] watchdog: ib700wdt: convert to read/write iteratorsJens Axboe
 [PATCH 242/437] watchdog: ibmasr: convert to read/write iteratorsJens Axboe
 [PATCH 243/437] watchdog: it8712f_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 244/437] watchdog: machzwd: convert to read/write iteratorsJens Axboe
 [PATCH 248/437] watchdog: pcwd_pci: convert to read/write iteratorsJens Axboe
 [PATCH 250/437] watchdog: rdc321x_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 249/437] watchdog: pcwd_usb: convert to read/write iteratorsJens Axboe
 [PATCH 251/437] watchdog: sa1100_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 252/437] watchdog: sbc60xxwdt: convert to read/write iteratorsJens Axboe
 [PATCH 253/437] watchdog: sbc_epx_c3: convert to read/write iteratorsJens Axboe
 [PATCH 254/437] watchdog: sbc_fitpc2_wdt: convert to read/write it ...Jens Axboe
 [PATCH 255/437] watchdog: sc1200wdt: convert to read/write iteratorsJens Axboe
 [PATCH 256/437] watchdog: sc520_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 238/437] watchdog: cpu5wdt: convert to read/write iteratorsJens Axboe
 [PATCH 257/437] watchdog: sch311x_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 258/437] watchdog: smsc37b787_wdt: convert to read/write it ...Jens Axboe
 [PATCH 259/437] watchdog: w83877f_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 260/437] watchdog: w83977f_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 202/437] staging: greybus: convert to read/write iteratorsJens Axboe
 [PATCH 261/437] watchdog: wafer5823wdt: convert to read/write iter ...Jens Axboe
 [PATCH 262/437] watchdog: watchdog_dev: convert to read/write iter ...Jens Axboe
 [PATCH 246/437] watchdog: nv_tco: convert to read/write iteratorsJens Axboe
 [PATCH 263/437] watchdog: wdt_pci: convert to read/write iteratorsJens Axboe
 [PATCH 264/437] watchdog: ath79_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 265/437] watchdog: cpwd: convert to read/write iteratorsJens Axboe
 [PATCH 266/437] watchdog: gef_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 269/437] watchdog: mixcomwd: convert to read/write iteratorsJens Axboe
 [PATCH 270/437] watchdog: mtx-1_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 245/437] watchdog: mei_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 271/437] watchdog: pcwd: convert to read/write iteratorsJens Axboe
 [PATCH 272/437] watchdog: pika_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 273/437] watchdog: rc32434_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 275/437] watchdog: sb_wdog: convert to read/write iteratorsJens Axboe
 [PATCH 276/437] watchdog: sbc7240_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 277/437] watchdog: sbc8360: convert to read/write iteratorsJens Axboe
 [PATCH 205/437] drivers/xen: convert to ->read_iter and ->write_iterJens Axboe
 [PATCH 279/437] watchdog: wdrtas: convert to read/write iteratorsJens Axboe
 [PATCH 280/437] watchdog: wdt: convert to read/write iteratorsJens Axboe
 [PATCH 281/437] watchdog: wdt285: convert to read/write iteratorsJens Axboe
 [PATCH 247/437] watchdog: pc87413_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 282/437] watchdog: wdt977: convert to read/write iteratorsJens Axboe
 [PATCH 283/437] fs/binfmt_misc: convert to read/write iteratorsJens Axboe
 [PATCH 285/437] fs/nfsd: convert to read/write iteratorsJens Axboe
 [PATCH 284/437] fs/coda: convert to read/write iteratorsJens Axboe
 [PATCH 286/437] ubifs: convert to read/write iteratorsJens Axboe
 [PATCH 287/437] cachefiles: convert to read/write iteratorsJens Axboe
 [PATCH 288/437] fs/xfs: convert to read/write iteratorsJens Axboe
 [PATCH 290/437] fs/ocfs2: convert to read/write iteratorsJens Axboe
 [PATCH 289/437] fs/bcachefs: convert to read/write iteratorsJens Axboe
 Re: [PATCH 2/3] selftests: timers: Fix uninitialized variable warn ...Nathan Chancellor
 [PATCH 291/437] drivers/net/wireless/marvell: convert to read/writ ...Jens Axboe
 [PATCH 294/437] openpromfs: convert to read/write iteratorsJens Axboe
 [PATCH 297/437] drivers/net/wireless/mediatek: convert to read/wri ...Jens Axboe
 [PATCH 298/437] drivers/net/wireless/ath/ath5k: convert to read/wr ...Jens Axboe
 Re: [PATCH v2] rust: time: add KtimeMiguel Ojeda
 [PATCH 299/437] drivers/net/wireless/ath/ath6kl: convert to read/w ...Jens Axboe
 [PATCH 296/437] drivers/net/wireless/intel: convert to read/write ...Jens Axboe
 [PATCH 300/437] drivers/net/wireless/ath/carl9170: convert to read ...Jens Axboe
 [PATCH 301/437] drivers/net/wireless/ath/wcn36xx: convert to read/ ...Jens Axboe
 Re: Re: [PATCH 2/3] kernel/pid: Remove default pid_max valueMichal Koutný
 [PATCH 303/437] drivers/net/wireless/ath/ath9k: convert to read/wr ...Jens Axboe
 [PATCH 306/437] drivers/net/wireless/broadcom: convert to read/wri ...Jens Axboe
 [PATCH 307/437] drivers/net/wireless/ralink: convert to read/write ...Jens Axboe
 [PATCH 304/437] drivers/net/wireless/ath/ath10k: convert to read/w ...Jens Axboe
 [PATCH 308/437] wifi: rtlwifi: convert debugfs helpers to read/wri ...Jens Axboe
 [PATCH 305/437] drivers/net/wireless/ath/ath11k: convert to read/w ...Jens Axboe
 [PATCH 311/437] wifi: rsi: rsi_91x_debugfs: convert to read/write ...Jens Axboe
 Re: [PATCH 4/5] pinctrl: qcom: sm7150: fix module autoloadingBjorn Andersson
 [PATCH 312/437] drivers/net/wireless/silabs: convert to read/write ...Jens Axboe
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededJosh Poimboeuf
 [PATCH 315/437] drivers/net/netdevsim: convert to read/write iteratorsJens Axboe
 [PATCH 317/437] drivers/net/wwan: convert to read/write iteratorsJens Axboe
 [PATCH 274/437] watchdog: riowd: convert to read/write iteratorsJens Axboe
 [PATCH 318/437] drivers/net/xen-netback: convert to read/write ite ...Jens Axboe
 [PATCH 319/437] drivers/net/ethernet/broadcom-bnxt: convert to rea ...Jens Axboe
 [PATCH 320/437] drivers/net/brocade-bnad: ensure the copied buf is ...Jens Axboe
 [PATCH 321/437] drivers/net/brocade-bnad: convert to read/write it ...Jens Axboe
 [PATCH 322/437] drivers/net/ethernet/intel-ice: ensure the copied ...Jens Axboe
 [PATCH 240/437] watchdog: geodewdt: convert to read/write iteratorsJens Axboe
 [PATCH 324/437] drivers/net/ethernet/chelsio: convert to read/writ ...Jens Axboe
 [PATCH 325/437] drivers/net/ethernet/hisilicon: convert to read/wr ...Jens Axboe
 [PATCH 323/437] drivers/net/ethernet/intel: convert to read/write ...Jens Axboe
 [PATCH 313/437] drivers/net/wireless/st: convert to read/write ite ...Jens Axboe
 [PATCH 326/437] drivers/net/ethernet/huawei: convert to read/write ...Jens Axboe
 [PATCH 278/437] watchdog: scx200_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 328/437] drivers/net/ethernet/marvell/octeontx2: convert to ...Jens Axboe
 [PATCH 329/437] drivers/net/ethernet/mellanox/mlx5/core: convert t ...Jens Axboe
 [PATCH 330/437] x86/kernel: convert to read/write iteratorsJens Axboe
 [PATCH 331/437] x86/kvm: convert to read/write iteratorsJens Axboe
 [PATCH 332/437] x86/mm: convert to read/write iteratorsJens Axboe
 [PATCH 333/437] arch/arm: convert to read/write iteratorsJens Axboe
 [PATCH 335/437] parisc: eisa_eeprom: convert to read/write iteratorsJens Axboe
 [PATCH 336/437] arch/parisc: convert to read/write iteratorsJens Axboe
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewJustin Forbes
 Re: [PATCH v2] tracing: Add sched_prepare_exec tracepointKees Cook
 [PATCH 337/437] powerpc/kernel: convert to read/write iteratorsJens Axboe
 [PATCH 338/437] powerpc/kvm: convert to read/write iteratorsJens Axboe
 [PATCH 314/437] drivers/net/ieee802154: convert to read/write iter ...Jens Axboe
 [PATCH 340/437] powerpc/platforms: convert to read/write iteratorsJens Axboe
 [PATCH 341/437] s390: cio: convert to read/write iteratorsJens Axboe
 [PATCH 342/437] s390: fs3270: convert to read/write iteratorsJens Axboe
 [PATCH 343/437] s390: hmcdrv: convert to read/write iteratorsJens Axboe
 [PATCH 344/437] s390: tape_char: convert to read/write iteratorsJens Axboe
 [PATCH 239/437] watchdog: eurotechwdt: convert to read/write iteratorsJens Axboe
 [PATCH 345/437] s390: vmcp: convert to read/write iteratorsJens Axboe
 [PATCH 237/437] watchdog: at91rm9200_wdt: convert to read/write it ...Jens Axboe
 [PATCH 295/437] drivers/net/wireless/ti: convert to read/write ite ...Jens Axboe
 [PATCH 348/437] s390: crypto: convert to read/write iteratorsJens Axboe
 [PATCH 349/437] s390: monreader: convert to read/write iteratorsJens Axboe
 [PATCH 268/437] watchdog: m54xx_wdt: convert to read/write iteratorsJens Axboe
 [PATCH 350/437] s390: monwriter: convert to read/write iteratorsJens Axboe
 [PATCH 351/437] s390: hw_random: convert to read/write iteratorsJens Axboe
 [PATCH 354/437] arch/sh: convert to read/write iteratorsJens Axboe
 [PATCH 355/437] arch/um: convert to read/write iteratorsJens Axboe
 [PATCH 356/437] arch/sparc: convert to read/write iteratorsJens Axboe
 [PATCH 357/437] samples/vfio-mdev: convert to read/write iteratorsJens Axboe
 [PATCH 359/437] hwmon: w83793: convert to read/write iteratorsJens Axboe
 [PATCH 361/437] hwmon: mr75203: convert to read/write iteratorsJens Axboe
 [PATCH 362/437] hwmon: acbel-fsg032: convert to read/write iteratorsJens Axboe
 [PATCH 363/437] hwmon: ibm-cffps: convert to read/write iteratorsJens Axboe
 [PATCH 364/437] hwmon: max20730: convert to read/write iteratorsJens Axboe
 [PATCH 365/437] hwmon: pmbus: core: convert to read/write iteratorsJens Axboe
[New][PATCH][RFC][resend after bogus] gpio-syscon: do not report bogus ...Etienne Buira
 [PATCH 366/437] hwmon: q54sj108a2: convert to read/write iteratorsJens Axboe
 Re: [PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in erro ...kernel test robot
 [PATCH 367/437] hwmon: ucd9000: convert to read/write iteratorsJens Axboe
 [PATCH 368/437] hwmon: pt5161l: convert to read/write iteratorsJens Axboe
 [PATCH 369/437] drivers/mmc: convert to read/write iteratorsJens Axboe
 [PATCH 370/437] drivers/most: convert to read/write iteratorsJens Axboe
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming StrategyXiaoyao Li
 [PATCH 372/437] drivers/md: convert bcache to read/write iteratorsJens Axboe
 [PATCH 373/437] drivers/remoteproc: convert to read/write iteratorsJens Axboe
 [PATCH 375/437] drivers/vfio: convert to read/write iteratorsJens Axboe
 [PATCH 376/437] drivers/fsi: convert to read/write iteratorsJens Axboe
 [PATCH 377/437] iio: convert to read/write iteratorsJens Axboe
 [PATCH 378/437] iio: adis16400: convert to read/write iteratorsJens Axboe
 [PATCH 379/437] iio: adis16475: convert to read/write iteratorsJens Axboe
 [PATCH 380/437] iio: adis16480: convert to read/write iteratorsJens Axboe
 [PATCH 381/437] iio: bno055: convert to read/write iteratorsJens Axboe
 [PATCH 383/437] intel_th: convert to read/write iteratorsJens Axboe
 [PATCH 385/437] speakup: convert to read/write iteratorsJens Axboe
 [PATCH 384/437] stm class: convert to read/write iteratorsJens Axboe
 [PATCH 386/437] EDAC/versal: convert to read/write iteratorsJens Axboe
 Re: [PATCH 1/3] phy: rockchip: emmc: Enable pulldown for strobe lineConor Dooley
 [PATCH 387/437] EDAC/xgene: convert to read/write iteratorsJens Axboe
 [PATCH 292/437] fs/proc: convert to read/write iteratorsJens Axboe
 [PATCH 388/437] EDAC/zynqmp: convert to read/write iteratorsJens Axboe
 [PATCH 267/437] watchdog: indydog: convert to read/write iteratorsJens Axboe
 [PATCH 389/437] EDAC/thunderx: convert to read/write iteratorsJens Axboe
 [PATCH 390/437] EDAC/npcm: convert to read/write iteratorsJens Axboe
 [PATCH 391/437] EDAC/i5100: convert to read/write iteratorsJens Axboe
 [PATCH 392/437] EDAC/altera: convert to read/write iteratorsJens Axboe
 [PATCH 393/437] EDAC/debugfs: convert to read/write iteratorsJens Axboe
 [PATCH 358/437] hwmon: fschmd: convert to read/write iteratorsJens Axboe
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksSuren Baghdasaryan
 [PATCH 395/437] hsi: clients: cmt_speech: convert to read/write it ...Jens Axboe
 [PATCH 346/437] s390: vmur: convert to read/write iteratorsJens Axboe
 [PATCH 374/437] drivers/thunderbolt: convert to read/write iteratorsJens Axboe
 [PATCH 398/437] macintosh: smu: convert to read/write iteratorsJens Axboe
 [PATCH 397/437] macintosh: ans-lcd: convert to read/write iteratorsJens Axboe
 [PATCH 302/437] drivers/net/wireless/ath/wil6210: convert to read/ ...Jens Axboe
 [PATCH 401/437] drivers/gnss: convert to read/write iteratorsJens Axboe
 [PATCH 402/437] drivers/rapidio: convert to read/write iteratorsJens Axboe
 [PATCH 403/437] drivers/media/platform/mediatek/vcodec: convert to ...Jens Axboe
 [PATCH 404/437] infiniband/core: convert to read/write iteratorsJens Axboe
 [PATCH 394/437] drivers/hsi: convert to read/write iteratorsJens Axboe
 [PATCH 339/437] powerpc/spufs: convert to read/write iteratorsJens Axboe
 [PATCH 405/437] infiniband/cxgb4: convert to read/write iteratorsJens Axboe
 [PATCH 408/437] infiniband/ocrdma: convert to read/write iteratorsJens Axboe
 [PATCH 407/437] infiniband/mlx5: convert to read/write iteratorsJens Axboe
 [PATCH 409/437] infiniband/qib: convert to read/write iteratorsJens Axboe
 [PATCH 411/437] infiniband/usnic: convert to read/write iteratorsJens Axboe
 [PATCH 310/437] wifi: rtw89: convert debugfs helpers to read/write ...Jens Axboe
 [PATCH 412/437] hv: convert to read/write iteratorsJens Axboe
 [PATCH 334/437] arch/mips: convert to read/write iteratorsJens Axboe
 [PATCH 414/437] media/dvb-core: convert to read/write iteratorsJens Axboe
 [PATCH 293/437] fs: convert fs_open to read/write iteratorsJens Axboe
 [PATCH 416/437] media/platform: amphion: convert to read/write ite ...Jens Axboe
 [PATCH 309/437] wifi: rtw88: convert debugfs helpers to read/write ...Jens Axboe
 [PATCH 417/437] media/platform: mediatek: convert to read/write it ...Jens Axboe
 [PATCH 419/437] media: media-devnode: convert to read/write iteratorsJens Axboe
 [PATCH 420/437] media: bt8xx: convert to read/write iteratorsJens Axboe
 [PATCH 421/437] media: dbbridge: convert to read/write iteratorsJens Axboe
 [PATCH 422/437] media: ngene: convert to read/write iteratorsJens Axboe
 [PATCH 423/437] media: radio-si476x: convert to read/write iteratorsJens Axboe
 [PATCH 382/437] iio: gyro/adis16136: convert to read/write iteratorsJens Axboe
 [PATCH 316/437] drivers/net/ppp: convert to read/write iteratorsJens Axboe
 Re: [PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global ...Dave Hansen
 [PATCH 424/437] media: usb: uvc: convert to read/write iteratorsJens Axboe
[New][PATCH 0/2] serial: exar: add Connect Tech serial cards to Exar driverparker@finest ...
 [PATCH 425/437] media: v4l2-dev: convert to read/write iteratorsJens Axboe
 [PATCH 399/437] macintosh: via-pmu: convert to read/write iteratorsJens Axboe
 [PATCH 426/437] firmware: xilinx: convert to read/write iteratorsJens Axboe
 [PATCH 427/437] hwtracing: coresight: convert to read/write iteratorsJens Axboe
 [PATCH 431/437] pci: hotplug: cpqphp: convert to read/write iteratorsJens Axboe
 [PATCH 432/437] seq_file: switch to using ->read_iter()Jens Axboe
 [PATCH 327/437] drivers/net/ethernet/amd-xgbe: convert to read/wri ...Jens Axboe
 [PATCH 434/437] lib/string_helpers: kill parse_int_array_user()Jens Axboe
 [PATCH 436/437] kstrtox: remove (now) dead helpersJens Axboe
 [PATCH 347/437] s390: zcore: convert to read/write iteratorsJens Axboe
 Re: [PATCH] mm/rmap: do not add fully unmapped large folio to defe ...David Hildenbrand
 Re: [PATCH] init/main.c: Fix potential static_command_line memory ...Yuntao Wang
 Re: [PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock cleanup in e ...Daniel Golle
 Re: [patch V2 11/50] posix-cpu-timers: Handle SIGEV_NONE timers co ...Anna-Maria Behnsen
 [PATCH 396/437] macintosh: adb: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2] mfd: intel-m10-bmc: Change staging size to a variableLee Jones
 [PATCH 353/437] arch/s390: convert to read/write iteratorsJens Axboe
 Re: [PATCH v2 0/2] dt-bindings: leds: add LED_FUNCTION_* mainly fo ...Lee Jones
 Re: (subset) [PATCH 15/34] leds: apu: remove duplicate DMI lookup dataLee Jones
 [PATCH 400/437] drivers/extcon: convert to read/write iteratorsJens Axboe
 Re: [PATCH] openrisc: Add support for more module relocationsStafford Horne
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...Oleg Nesterov
 [PATCH 437/437] REMOVE ->read() and ->write()Jens Axboe
[New][paulmck-rcu:dev.2024.04.09c] BUILD SUCCESS c4af6b488e4d9fd2c94ed8 ...kernel test robot
 Re: [EXTERNAL] Re: [PATCH v1 28/31] x86/resctrl: Drop __init/__exi ...Amit Singh Tomar
 Re: [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to incl ...Greg Kroah-Hartman
 Re: [PATCH v3 2/2] ARM: dts: imx6: exchange fallback and specific ...Conor Dooley
 [PATCH 413/437] media/rc: convert to read/write iteratorsJens Axboe
 Re: [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port supp ...Greg Kroah-Hartman
 Re: [PATCH v1 RESEND] slimbus: stream: Add null pointer check for ...Bjorn Andersson
 [PATCH 360/437] hwmon: asus_atk0110: convert to read/write iteratorsJens Axboe
 Re: [RFC PATCH 3/4] ACPI: processor: refactor acpi_processor_get_i ...Miguel Luis
 [PATCH 410/437] infiniband/hns: convert to read/write iteratorsJens Axboe
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Chao Gao
 Re: [PATCH v2] rust: time: add KtimeBoqun Feng
 Re: [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counterRyan Roberts
 Re: Copying TLS/user register data per perf-sample?Beau Belgrave
 Re: [PATCH net-next v6 2/6] net: gro: add p_off param in *_gro_com ...Richard Gobert
[New][PATCH v4 00/15] mm: jit/text allocatorMike Rapoport
 [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc ...Mike Rapoport
 [PATCH 433/437] fs/debugfs: remove (now) dead non-iterator debugfs ...Jens Axboe
 [PATCH v4 03/15] nios2: define virtual address space for modulesMike Rapoport
 [PATCH 371/437] drivers/ntb: convert to read/write iteratorsJens Axboe
 Re: [PATCH net-next v6 2/6] net: gro: add p_off param in *_gro_com ...Willem de Bruijn
 [PATCH v4 04/15] module: make module_memory_{alloc,free} more self ...Mike Rapoport
 [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()Mike Rapoport
 [PATCH v4 08/15] arm64: extend execmem_info for generated code all ...Mike Rapoport
 [PATCH 352/437] s390: vmlogrdr: convert to read/write iteratorsJens Axboe
 Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer ...Mark Brown
 Re: [PATCH v1] ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP configRichard Fitzgerald
 [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MOD ...Mike Rapoport
 [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_M ...Mike Rapoport
[New][RFC PATCH 0/7] x86/module: use large ROX pages for text allocationsMike Rapoport
 [RFC PATCH 1/7] asm-generic: introduce text-patching.hMike Rapoport
 [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for ...Mike Rapoport
 [RFC PATCH 3/7] module: prepare to handle ROX allocations for textMike Rapoport
 [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()Mike Rapoport
 [PATCH v4 09/15] riscv: extend execmem_params for generated code a ...Mike Rapoport
 [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocat ...Mike Rapoport
 Re: 6.8 SPI Chip Select RegressionColin Foster
 [RFC PATCH 6/7] execmem: add support for cache of large ROX pagesMike Rapoport
 [PATCH 415/437] media/common: convert to read/write iteratorsJens Axboe
 [RFC PATCH 7/7] x86/module: enable ROX caches for module textMike Rapoport
 [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport
 [PATCH v4 10/15] powerpc: extend execmem_params for kprobes alloca ...Mike Rapoport
 Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifyAmir Goldstein
 Re: [PATCH net-next v6 5/6] net: gro: move L3 flush checks to tcp_ ...Richard Gobert
 Re: [PATCH] platform/chrome: cros_ec_uart: properly fix race condition"Noah Loomans"
 Re: [PATCH] platform/chrome: cros_ec_uart: properly fix race condition"Noah Loomans"
 [PATCH v8 6/8] leds: nic78bx: use devm API to cleanup module's res ...George Stark
 [PATCH v8 4/8] leds: lp3952: use devm API to cleanup module's reso ...George Stark
 [PATCH v8 5/8] leds: lm3532: use devm API to cleanup module's reso ...George Stark
 [PATCH v8 3/8] leds: aw200xx: use devm API to cleanup module's res ...George Stark
 [PATCH v8 1/8] locking/mutex: introduce devm_mutex_init()George Stark
 [PATCH v8 2/8] leds: aw2013: use devm API to cleanup module's reso ...George Stark
 [PATCH v8 7/8] leds: mlxreg: use devm_mutex_init() for mutex initi ...George Stark
[New][PATCH v8 0/8] devm_led_classdev_register() usage problemGeorge Stark
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Bjorn Helgaas
 Re: [PATCH v7 1/2] x86/mm: Don't disable INVLPG if "incomplete Glo ...Sean Christopherson
 Re: [PATCH v14 4/4] remoteproc: zynqmp: parse TCM from device treeMathieu Poirier
 Re: [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtl ...Jacob Pan
 Re: [PATCH] riscv: dts: sophgo: add initial Milk-V Duo S board dev ...Conor Dooley
 Re: [PATCH v2 4/5] pinctrl: qcom: sm7150: fix module autoloadingBjorn Andersson
 Re: [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counterSeongJae Park
 Re: [PATCH net] Bluetooth: hci_event: fix possible multiple drops ...kovalev@altlinux ...
[New][PATCH v3 0/2] s390/mm: shared zeropage + KVM fixesDavid Hildenbrand
[New][PATCH] arm64: dts: freescale: imx8m[mp]-verdin: Update audio card ...Hiago De Franco
 [PATCH v3 1/2] mm/userfaultfd: don't place zeropages when zeropage ...David Hildenbrand
 [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and ...David Hildenbrand
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Linus Torvalds
 [PATCH 435/437] fs: kill off non-iter variants of simple_attr_{rea ...Jens Axboe
 Re: [RFC PATCH 0/8] Reimplement huge pages without hugepd on power ...Peter Xu
 Re: [PATCH 1/2] crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers
[New][syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_invalidat ...syzbot
 [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to include/ ...parker@finest ...
 [PATCH 418/437] media: cec: convert to read/write iteratorsJens Axboe
 [PATCH 406/437] infiniband/hfi1: convert to read/write iteratorsJens Axboe
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Linus Torvalds
 Re: [PATCH v1 2/2] usb: gadget: dummy_hcd: Set transfer interval t ...Alan Stern
 Re: [PATCH v2] rust: time: add KtimeAlice Ryhl
 Re: [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is r ...Sean Christopherson
 Re: [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to incl ...Parker Newman
 Re: [PATCH v6 10/10] nvme: Atomic write supportLuis Chamberlain
 [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULESMike Rapoport
 [PATCH v2 2/4] crypto: x86/sha256-ni - rename some register aliasesEric Biggers
 [PATCH v2 1/4] crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers
 [PATCH v2 3/4] crypto: x86/sha256-ni - optimize code sizeEric Biggers
 [PATCH v4 07/15] mm/execmem, arch: convert remaining overrides of ...Mike Rapoport
 Re: [PATCH] MAINTAINERS: repair file entry in COMPUTE EXPRESS LINKAlison Schofield
 Re: [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port supp ...Parker Newman
 Re: [PATCH] treewide: Fix common grammar mistake "the the"Tyler Hicks
 Re: [PATCH v1 1/2] usb: gadget: dummy_hcd: Switch to hrtimer trans ...Alan Stern
 Re: (subset) [PATCH v2 1/2] dt-bindings: mfd: Add ROHM BD71879Lee Jones
[New][RFC PATCH] KVM: x86: Advertise PCID based on hardware support (wi ...Sean Christopherson
 Re: [tip: locking/core] locking/pvqspinlock: Use try_cmpxchg_acqui ...Linus Torvalds
 [PATCH v4 11/15] arch: make execmem setup available regardless of ...Mike Rapoport
 Re: [PATCH 2/4] timerfd: convert to ->read_iter()Jens Axboe
[New][syzbot] [sound?] inconsistent lock state in snd_timer_interrupt (3)syzbot
 Re: [PATCH net-next v2 1/1] ptp: 82p33: move register definitions ...Lee Jones
 Re: [PATCH v7] posix-timers: add clock_compare system callMahesh Bandewar (महेश बंडेवार)
 Re: [RFC PATCH] KVM: x86: Advertise PCID based on hardware support ...Paolo Bonzini
 [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of mod ...Mike Rapoport
 Re: [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV ...Alexander Gordeev
 Re: [PATCH net 2/4] net: ravb: Allow RX loop to move past DMA mapp ...Sergey Shtylyov
 Re: [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_allo ...Ryan Roberts
 Re: [PATCH 2/5] mfd: add driver for Marvell 88PM886 PMICLee Jones
 Re: [PATCH v19 076/130] KVM: TDX: Finalize VM initializationAdrian Hunter
 Re: [PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with ...Andy Shevchenko
[New][PATCH] slub: limit number of slabs to scan in count_partial()Jianfeng Wang
 [PATCH v2 1/2] openrisc: Define openrisc relocation typesStafford Horne
 [PATCH v2 2/2] openrisc: Add support for more module relocationsStafford Horne
 Re: [PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock cleanup in e ...Markus Elfring
 Re: [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't up ...Jens Axboe
 Re: [PATCH net v2 1/1] net: change maximum number of UDP segments ...Willem de Bruijn
[New][RESEND PATCH] bpftool: Fix typo in error messageThorsten Blum
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Charles Mirabile
[New][PATCH v2 0/4] crypto: x86/sha256-ni - cleanup and optimizationEric Biggers
 Re: [PATCH v4 2/2] mm: add per-order mTHP anon_swpout and anon_swp ...Ryan Roberts
 Re: [PATCH] treewide: Fix common grammar mistake "the the"Robin Murphy
 Re: [PATCH v4 0/2] mm: add per-order mTHP alloc and swpout countersRyan Roberts
 [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_ ...Mike Rapoport
 Re: [PATCH 4/4] drm/bridge: hotplug-bridge: add driver to support ...Luca Ceresoli
 Re: (subset) [PATCH 0/3] This patch series introduces support for ...Lee Jones
[New][PATCH] usb: gadget: uvc: use correct buffer size when parsing con ...Ivan Avdeev
[New][PATCH] mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar
 Re: [PATCH net 3/4] net: ravb: Fix GbEth jumbo packet RX checksum ...Sergey Shtylyov
 Re: [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for pos ...Thomas Gleixner
 Re: [PATCH] slub: Clear __GFP_COMP flag when allocating 0 order page"Christoph Lameter (Ampere)"
[New][PATCH v6 0/2] Samsung Galaxy Z Fold5 initial supportAlexandru Marc Serdeliuc via B4 Relay
 [PATCH v6 2/2] arm64: dts: qcom: sm8550: Add support for Samsung G ...Alexandru Marc Serdeliuc via B4 Relay
 Re: [PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL support"T.J. Mercier"
 Re: [PATCH v2 08/13] x86/irq: Install posted MSI notification handlerThomas Gleixner
[New][PATCH] x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner
 Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
 Re: [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and ...Paolo Bonzini
 Re: [PATCH v14 4/4] remoteproc: zynqmp: parse TCM from device treeTanmay Shah
[New][PATCH v3 0/2] regulator: pca9450: make warm reset on PMIC_RST_B a ...Fabio Aiuto
 [PATCH v3 2/2] regulator: pca9450: make warm reset on PMIC_RST_B a ...Fabio Aiuto
 Re: [PATCH] sched/isolation: fix boot crash when the boot CPU is n ...Oleg Nesterov
 Re: [PATCH] slub: limit number of slabs to scan in count_partial()"Christoph Lameter (Ampere)"
 Re: [PATCH 00/10] KVM: x86: Fix LVTPC masking on AMD CPUsPaolo Bonzini
 Re: [syzbot] [sound?] inconsistent lock state in snd_timer_interru ...syzbot
 Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPMSean Christopherson
 Re: [PATCH net 1/4] net: ravb: Count packets instead of descriptor ...Sergey Shtylyov
 Re: [PATCH v6 03/11] mfd: tps6594: add regmap config in match dataLee Jones
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ...Sean Christopherson
 Re: [PATCH v4 1/1] tcp/dcpp: Un-pin tw_timerJakub Kicinski
 Re: [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack s ...Sami Tolvanen
[New][PATCH 0/4] arm: dts: nxp: imx6: fix esai related dtb_check warningFrank Li
 [PATCH 1/4] ASoC: dt-bindings: fsl-esai: Remove 'fsl,*' from requi ...Frank Li
 [PATCH 2/4] ASoC: dt-bindings: fsl-esai: Add ref: dai-common.yamlFrank Li
 [PATCH 3/4] arm: dts: nxp: imx6sx: fix esai related warning when d ...Frank Li
 [PATCH 4/4] arm: dts: nxp: imx6qdl: fix esai clock warning when do ...Frank Li
 Re: [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE agingDavid Matlack
 Re: [PATCH v5 2/2] i2c: Set i2c pinctrl recovery info from it's de ...Robert Marko
 [PATCH v8 8/8] leds: an30259a: use devm_mutex_init() for mutex ini ...George Stark
 Re: [RFC PATCH 04/41] perf: core/x86: Add support to register a ne ...Sean Christopherson
 Re: [PATCH 5.15 00/57] 5.15.155-rc1 reviewSeongJae Park
 Re: [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is r ...Dave Hansen
 Re: [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to incl ...Greg Kroah-Hartman
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewSeongJae Park
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locks"Liam R. Howlett"
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksMatthew Wilcox
 Re: [RFC PATCH 02/12] riscv: add landing pad for asm routines.Sami Tolvanen
 Re: [PATCH v2] soundwire: qcom: allow multi-link on newer devicesVinod Koul
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ..."Liang, Kan"
 Re: Advice on cgroup rstat lockYosry Ahmed
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ...Jim Mattson
 Re: [PATCH v2 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ip ...mr.nuke.me@gmail ...
 [PATCH v1 3/4] gpiolib: acpi: Move acpi_can_fallback_to_crs() out ...Andy Shevchenko
 [PATCH v1 1/4] gpiolib: acpi: Extract __acpi_find_gpio() helperAndy Shevchenko
 [PATCH v1 4/4] gpiolib: acpi: Pass con_id instead of property into ...Andy Shevchenko
 [PATCH v1 2/4] gpiolib: acpi: Simplify error handling in __acpi_fi ...Andy Shevchenko
[New][PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by()Andy Shevchenko
 [PATCH v3 1/2] regulator: dt-bindings: pca9450: add PMIC_RST_B war ...Fabio Aiuto
 Re: [PATCH v3] Add MO(mod objs) variable to process ext modules wi ..."Daniel Walker (danielwa)"
 Re: [PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_infopatchwork-bot+netdevbpf@kernel ...
 Re: [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack s ...Deepak Gupta
 Re: [PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUGKent Overstreet
 Re: [PATCH v2 08/13] x86/irq: Install posted MSI notification handlerJacob Pan
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Charles Mirabile
 Re: [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSI ...Reinette Chatre
 Re: [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init functionReinette Chatre
 Re: [PATCH v1 11/31] x86/resctrl: Move monitor exit work to a rest ...Reinette Chatre
 Re: [PATCH v1 12/31] x86/resctrl: Move max_{name,data}_width into ...Reinette Chatre
 Re: [PATCH net] Bluetooth: hci_event: fix double hci_conn_drop() w ...Luiz Augusto von Dentz
 [PATCH v2] treewide: Fix common grammar mistake "the the"Thorsten Blum
 Re: [PATCH v1 17/31] x86/resctrl: Move mbm_cfg_mask to struct rdt_ ...Reinette Chatre
 Re: [PATCH v1 20/31] x86/resctrl: Allow an architecture to disable ...Reinette Chatre
 Re: [PATCH v1 22/31] x86/resctrl: Make resctrl_arch_pseudo_lock_fn ...Reinette Chatre
 Re: [PATCH v1 24/31] x86/resctrl: Move get_config_index() to a headerReinette Chatre
 Re: [PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing ...Rob Herring
 Re: [PATCH v1 29/31] fs/resctrl: Add boiler plate for external res ...Reinette Chatre
 Re: [PATCH v1 31/31] x86/resctrl: Move the resctrl filesystem code ...Reinette Chatre
[New][PATCH] sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ...Sean Christopherson
 Re: [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack s ...Sami Tolvanen
 Re: [PATCH v2] soundwire: qcom: allow multi-link on newer devicesVinod Koul
 Re: [PATCH 0/4] ASoC/soundwire: fix race conditions on removeVinod Koul
 Re: [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead funct ...Kent Overstreet
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Charles Mirabile
[New][PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus accessMin Li
[New][PATCH 1/2] f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong
 Re: [PATCH net 4/4] net: ravb: Fix RX byte accounting for jumbo pa ...Sergey Shtylyov
 Re: [PATCH v4 00/15] mm: jit/text allocatorKent Overstreet
 Re: [PATCH v2 3/7] dt-bindings: PCI: qcom: Add IPQ9574 PCIe controllermr.nuke.me@gmail ...
 Re: [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE agingDavid Matlack
 Re: [PATCH 6.6 000/114] 6.6.27-rc1 reviewSeongJae Park
[New][PATCH] sysrq: Auto release device node using __free attributeRoman Storozhenko
[New][GIT PULL] Power management fix for v6.9-rc4"Rafael J. Wysocki"
 Re: [RFC PATCH 02/41] perf: Support guest enter/exit interfacesSean Christopherson
[New][GIT PULL] ACPI fixes for v6.9-rc4"Rafael J. Wysocki"
 [PATCH 1/5] openrisc: traps: Convert printks to pr_<level> macrosStafford Horne
 [PATCH v2 4/4] crypto: x86/sha256-ni - simplify do_4roundsEric Biggers
 [PATCH 2/5] openrisc: traps: Remove calls to show_registers before dieStafford Horne
[New][PATCH v2 0/2] OpenRISC module fixupsStafford Horne
 [PATCH 3/5] openrisc: traps: Don't send signals to kernel mode threadsStafford Horne
 [PATCH 4/5] openrisc: Add FPU configStafford Horne
 [PATCH 5/5] openrisc: Move FPU state out of pt_regsStafford Horne
[New][syzbot] [kernel?] INFO: rcu detected stall in sys_wait4 (4)syzbot
 Re: [PATCH v18 10/11] PCI/DPC: Add Error Disconnect Recover (EDR) ...Bjorn Helgaas
 Re: [PATCH 5.4 000/215] 5.4.274-rc1 reviewFlorian Fainelli
[New]Incorrect BPF stats accounting for fentry on arm64Ivan Babrou
 Re: [PATCH] sysrq: Auto release device node using __free attributeGreg KH
 Re: [syzbot] [net?] possible deadlock in unix_notinflightsyzbot
 Re: [PATCH] sysrq: Auto release device node using __free attributeGreg KH
 Re: [PATCH 2/3] selftests: timers: Fix uninitialized variable warn ...John Stultz
[New]Re: (subset) [PATCH] leds: mt6360: Fix the second LED can not enab ...Lee Jones
 Re: [PATCH v3 04/12] Add primary TSEM implementation file."Dr. Greg"
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Linus Torvalds
 Re: [PATCH 2/5] x86/pvh: Make PVH entrypoint PIC for x86-64Brian Gerst
[New][PATCH v2 1/3] perf hist: Move histogram related code to hist.hNamhyung Kim
 [PATCH v2 2/3] perf hist: Add weight fields to hist entry statsNamhyung Kim
 [PATCH v2 3/3] perf report: Add weight[123] output fieldsNamhyung Kim
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewSeongJae Park
[New][PATCH mfd v1 2/2] mfd: rsmu: add FemtoClock3 supportMin Li
 Re: [PATCH v2] rust: time: add KtimeBoqun Feng
 Re: [PATCH V2] perf scripts python: Add a script to run instances ...Ian Rogers
 Re: [GIT PULL] turbostat 2024.04.10Len Brown
 Re: [PATCH v3] scsi: ufs: core: changing the status to check inflightBart Van Assche
 Re: [PATCH v2 08/13] x86/irq: Install posted MSI notification handlerJacob Pan
 Re: [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE agingDavid Matlack
 Re: [PATCH] sysrq: Auto release device node using __free attributeRoman Storozhenko
 Re: BISECTED: perf test -v "Test data symbol" failing on Intel Hyb ...Ian Rogers
[New][PATCH 0/5] OpenRISC FPU and Signal handling fixupsStafford Horne
 Re: [PATCH v2 05/10] arm64: dts: microchip: sparx5_pcb134: align I ...Rob Herring
 Re: [PATCH] sysrq: Auto release device node using __free attributeRoman Storozhenko
 Re: [PATCH 1/9] arm64: dts: rockchip: Add cpu regulators and vcc5v ...Heiko Stuebner
 Re: [PATCH] arm64: dts: rockchip: regulator for sd needs to be alw ...Heiko Stuebner
 Re: [PATCH v4 1/1] scsi: ufs: Remove support for old UFSHCI versionsBart Van Assche
 Re: [RFC PATCH 02/12] riscv: add landing pad for asm routines.Sami Tolvanen
 Re: [PATCH 5.15 00/57] 5.15.155-rc1 reviewEaswar Hariharan
[New][PATCH 2/2] f2fs: allow direct io of pinned files for zoned storageDaeho Jeong
 [PATCH v6 1/2] dt-bindings: arm: qcom: Add Samsung Galaxy Z Fold5Alexandru Marc Serdeliuc via B4 Relay
 Re: [PATCH v3 00/12] dso/dsos memory savings and clean upArnaldo Carvalho de Melo
 Re: [RFC PATCH 02/12] riscv: add landing pad for asm routines.Deepak Gupta
[New][PATCH] kselftest: Mark functions that unconditionally call exit() ...Nathan Chancellor
 Re: [PATCH 2/3] selftests: timers: Fix uninitialized variable warn ...Nathan Chancellor
 Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callbackPeter Xu
 Re: [PATCH V2 0/8] perf tools: Fix test "perf probe of function fr ...Arnaldo Carvalho de Melo
 Re: [ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy"Edgecombe, Rick P"
 Re: [PATCH v1 30/31] x86/resctrl: Move the filesystem bits to head ...Reinette Chatre
 Re: [RESEND][PATCH v9 1/7] locking/mutex: Remove wakeups from unde ...John Stultz
 Re: [PATCH 1/6] soc: qcom: Move some socinfo defines to the header ...Elliot Berman
 Re: [RFC PATCH 03/41] perf: Set exclude_guest onto nmi_watchdogSean Christopherson
 Re: [PATCH v5 3/4] of: reserved_mem: Use the unflatten_devicetree ...Rob Herring
 Re: [PATCH v1 18/31] x86/resctrl: Allow resctrl_arch_mon_event_con ...Reinette Chatre
 Re: [PATCH] mm/rmap: do not add fully unmapped large folio to defe ...Yang Shi
 Re: [PATCH] phy: phy-rockchip-samsung-hdptx: Select CONFIG_RATIONALHeiko Stuebner
 Re: [RFC PATCH 04/41] perf: core/x86: Add support to register a ne ...Sean Christopherson
 Re: [PATCH v2 05/10] arm64: dts: microchip: sparx5_pcb134: align I ...Krzysztof Kozlowski
 Re: [PATCH RESEND] soundwire: qcom: allow multi-link on newer devicesVinod Koul
 Re: [PATCH] sysrq: Auto release device node using __free attributeJulia Lawall
 Re: [RFC PATCH 05/41] KVM: x86/pmu: Register PMI handler for passt ...Sean Christopherson
 Re: [PATCH v6 00/10] block atomic writesLuis Chamberlain
 Re: [PATCH v2 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ip ...Krzysztof Kozlowski
 Re: [PATCH 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinloc ...Uros Bizjak
 Re: [GIT PULL] LoongArch fixes for v6.9-rc4pr-tracker-bot@kernel ...
 Re: [GIT PULL] Power management fix for v6.9-rc4pr-tracker-bot@kernel ...
 Re: [GIT PULL] chrome-platform fixes for v6.9-rc4pr-tracker-bot@kernel ...
 Re: [GIT PULL] ACPI fixes for v6.9-rc4pr-tracker-bot@kernel ...
 Re: [GIT PULL] bcachefs fixes for rc4pr-tracker-bot@kernel ...
 Re: [GIT PULL] SCSI fixes for 6.9-rc3pr-tracker-bot@kernel ...
 Re: [GIT PULL] Networking for v6.9-rc4pr-tracker-bot@kernel ...
 Re: [PATCH 2/6] soc: qcom: smem: Add pcode/fcode gettersElliot Berman
 Re: [RFC PATCH] KVM: x86: Advertise PCID based on hardware support ...Sean Christopherson
 Re: [PATCH v2 3/7] dt-bindings: PCI: qcom: Add IPQ9574 PCIe controllerKrzysztof Kozlowski
 Re: [PATCH 5.15 00/57] 5.15.155-rc1 reviewFlorian Fainelli
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ..."Liang, Kan"
 Re: [GIT PULL] turbostat 2024.04.10Linus Torvalds
 Re: [PATCH 13/18] i2c: rk3x: remove printout on handled timeoutsHeiko Stuebner
 Re: [PATCH v18 10/11] PCI/DPC: Add Error Disconnect Recover (EDR) ...Kuppuswamy Sathyanarayanan
 Re: [RFC PATCH 06/41] perf: x86: Add function to switch PMI handlerSean Christopherson
 Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific ...Isaku Yamahata
[New][PATCH] Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs.enh
 Re: [RFC PATCH 07/41] perf/x86: Add interface to reflect virtual L ...Sean Christopherson
 Re: [RFC PATCH 08/41] KVM: x86/pmu: Add get virtual LVTPC_MASK bit ...Sean Christopherson
[New][PATCH net-next v3 0/4] net: dqs: optimize if stall threshold is n ...Breno Leitao
 [PATCH net-next v3 1/4] net: dql: Avoid calling BUG() when WARN() ...Breno Leitao
 [PATCH net-next v3 3/4] net: dql: Optimize stall information popul ...Breno Leitao
[New][PATCH v2 1/2] locking/pvqspinlock: Use try_cmpxchg_acquire() in t ...Uros Bizjak
 [PATCH v2 2/2] locking/pvqspinlock: Use try_cmpxchg() in qspinlock ...Uros Bizjak
 [PATCH net-next v3 2/4] net: dql: Separate queue function responsi ...Breno Leitao
 [PATCH net-next v3 4/4] net: dqs: make struct dql more cache efficientBreno Leitao
 Re: [RFC PATCH 09/41] perf: core/x86: Forbid PMI handler when gues ...Sean Christopherson
 Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific ...Isaku Yamahata
 Re: [PATCH v3] Add MO(mod objs) variable to process ext modules wi ...Nicolas Schier
 Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifyGabriel Krisman Bertazi
 Re: [PATCH 7/7] scripts/faddr2line: Check only two symbols when ca ...Brian Johannesmeyer
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewFlorian Fainelli
 Re: [PATCH v4 3/4] arm64: Update AMU-based frequency scale factor ...Beata Michalska
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ...Sean Christopherson
 Re: [RFC PATCH 06/41] perf: x86: Add function to switch PMI handlerSean Christopherson
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Linus Torvalds
 Re: [POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to ma ..."Guilherme G. Piccoli"
 Re: [PATCH net-next] gve: Correctly report software timestamping c ...John Fraker
 Re: [POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to ma ...Steven Rostedt
 Re: [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()Luis Chamberlain
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewHolger_Hoffstätte
 Re: [PATCH v4 00/15] mm: jit/text allocatorLuis Chamberlain
 Re: [RESEND PATCH] bpftool: Fix typo in error messageQuentin Monnet
 Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific ..."Edgecombe, Rick P"
 Re: [PATCH v3 1/2] regulator: dt-bindings: pca9450: add PMIC_RST_B ...Krzysztof Kozlowski
 Re: [RFC PATCH 02/41] perf: Support guest enter/exit interfaces"Liang, Kan"
 Re: [syzbot] [mm?] WARNING in try_to_migrate_one (2)Andrew Morton
 Re: xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not pa ...Paul Menzel
 Re: linux-next: duplicate patch in the risc-v treePalmer Dabbelt
 Re: [PATCHv3 1/2] dt-bindings: usb: typec: anx7688: start a bindin ...Krzysztof Kozlowski
 Re: linux-next: manual merge of the risc-v tree with the rust-fixe ...Palmer Dabbelt
 Re: [PATCH 1/6] soc: qcom: Move some socinfo defines to the header ...Konrad Dybcio
 Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifysyzbot
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Charles Mirabile
[New][PATCH] ata: libata-core: Allow command duration limits detection ...Igor Pylypiv
 Re: [PATCH RESEND 2/2] usb: typec: tipd: fix event checking for tp ...Javier Carrasco
 Re: [PATCH] drm/msm: Drop msm_read/writelDmitry Baryshkov
 Re: linux-next: manual merge of the riscv-dt tree with the risc-v treePalmer Dabbelt
 Re: [PATCHv3 1/2] dt-bindings: usb: typec: anx7688: start a bindin ...Dmitry Baryshkov
 Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requ ...Linus Torvalds
 Re: [PATCH v2] treewide: Fix common grammar mistake "the the"Christophe JAILLET
 Re: [PATCH 1/6] soc: qcom: Move some socinfo defines to the header ...Konrad Dybcio
 [PATCH v2 2/7] serial: exar: add support for reading from Exar EEPROMparker@finest ...
 [PATCH v2 4/7] serial: exar: add optional board_setup functionparker@finest ...
 [PATCH v2 3/7] serial: exar: add support for config/set single MPIOparker@finest ...
[New][PATCH v2 0/7] serial: exar: add Connect Tech serial cards to Exar ...parker@finest ...
 [PATCH v2 1/7] serial: exar: adding missing CTI and Exar PCI idsparker@finest ...
 [PATCH v2 7/7] serial: exar: fix: fix crash during shutdown if set ...parker@finest ...
 [PATCH v2 5/7] serial: exar: add some CTI helper functionsparker@finest ...
 [PATCH v2 6/7] serial: exar: add CTI board and port setup functionsparker@finest ...
 Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotifyKhazhy Kumykov
 Re: [PATCH v2] ACPI: fan: Add hwmon supportArmin Wolf
[New]commit e57bf9cda9cd ("timerfd: convert to ->read_iter()") breaks b ...Bert Karwatzki
 Re: commit e57bf9cda9cd ("timerfd: convert to ->read_iter()") brea ...Jens Axboe
 Re: [PATCH v3 2/2] PCI: of: Attach created of_node to existing deviceRob Herring
[New][GIT PULL] KVM: x86: Fixes for 6.9-rcNSean Christopherson
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewRonald Warsow
[New][PATCH 1/1] dmaengine: fsl-edma: fix miss mutex unlock at an error ...Frank Li
 Re: [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_ge ...Andrew Morton
 Re: [PATCH v5 0/2] Adds additional information to ARM RAS errorsDaniel Ferguson
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ...Sean Christopherson
 Re: linux-next: manual merge of the risc-v tree with the rust-fixe ...Miguel Ojeda
 Re: [PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg ...Shuah Khan
 Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific ...Isaku Yamahata
 Re: [PATCH v2 2/3] thermal: Add support of multi sensors to therma ...Pin-yen Lin
 Re: [PATCH] KVM: x86: Set BHI_NO in guest when host is not affecte ...Konrad Rzeszutek Wilk
 Re: [PATCH v3] Add MO(mod objs) variable to process ext modules wi ..."Daniel Walker (danielwa)"
 Re: [PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with ...Ferry Toth
 Re: [PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg ...John Stultz
 Re: [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of ...Sam Ravnborg
 Re: [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_p ...Sean Christopherson
[New][PATCH] rust: helpers: Fix grammar in commentThorsten Blum
 Re: [PATCH v4] checkpatch: add check for snprintf to scnprintfJoe Perches
 Re: [RFC PATCH 12/41] KVM: x86/pmu: Plumb through passthrough PMU ...Sean Christopherson
 Re: [PATCH v2 0/2] Attach DT nodes to existing PCI devicesBjorn Helgaas
 Re: [PATCH] selftests: timers: Fix valid-adjtimex signed left-shif ...Shuah Khan
 Re: [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_p ...Sean Christopherson
 Re: [PATCH] selftests/clone3: Check that the child exited cleanlyShuah Khan
 Re: [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific ..."Edgecombe, Rick P"
 Re: [PATCH] selftests/clone3: Correct log message for waitpid() fa ...Shuah Khan
 Re: [PATCH] selftests/clone3: Fix compiler warningShuah Khan
 Re: [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_P ..."Liang, Kan"
 Re: [PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V"Edgecombe, Rick P"
 Re: [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_ge ...David Hildenbrand
 Re: [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV ...David Hildenbrand
 Re: [PATCH] kselftest: Mark functions that unconditionally call ex ...Shuah Khan
 Re: [PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg ...Shuah Khan
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksPeter Xu
 Re: [PATCH] mm/rmap: do not add fully unmapped large folio to defe ...David Hildenbrand
[New][PATCH 0/7] media: Fix more smatch warningsRicardo Ribalda
 [PATCH 2/7] media: solo6x10: Use devm functionsRicardo Ribalda
 [PATCH 1/7] media: solo6x10: Use pcim functionsRicardo Ribalda
 [PATCH 3/7] media: saa7134: Use devm_request_irqRicardo Ribalda
 [PATCH 4/7] media: c8sectpfe: Refactor load_c8sectpfe_fwRicardo Ribalda
 [PATCH 5/7] media: tunner: xc5000: Refactor firmware loadRicardo Ribalda
 [PATCH 6/7] media: dvb-frontends: drx39xyj: Refactor firmware uploadRicardo Ribalda
 [PATCH 7/7] media: dvb-usb: dib0700_devices: Add missing release_f ...Ricardo Ribalda
 Re: [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA ...Sean Christopherson
[New][PATCH v2] ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda
 Re: [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counte ...Sean Christopherson
 Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of ...Sean Christopherson
 Re: [PATCH 5.10 000/294] 5.10.215-rc1 reviewFlorian Fainelli
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksMatthew Wilcox
 Re: [PATCH v3 0/2] s390/mm: shared zeropage + KVM fixesAndrew Morton
 [tip: timers/core] rust: time: Add Ktime"tip-bot2 for Alice Ryhl"
[New][PATCH] misc/pvpanic-pci: register attributes via pci_driverThomas_Weißschuh
 Re: [PATCH net-next v6 5/6] net: gro: move L3 flush checks to tcp_ ...Willem de Bruijn
 Re: [PATCH 4/6] drm/msm/adreno: Implement SMEM-based speed binKonrad Dybcio
 Re: [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Se ...Sean Christopherson
 Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of ...Sean Christopherson
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksPeter Xu
 Re: [PATCH 6.6 000/114] 6.6.27-rc1 reviewFlorian Fainelli
 Re: [RFC PATCH 26/41] KVM: x86/pmu: Add host_perf_cap field in kvm ...Sean Christopherson
 Re: [RFC PATCH 27/41] KVM: x86/pmu: Clear PERF_METRICS MSR for guestSean Christopherson
 Re: [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counte ...Jim Mattson
 Re: [PATCH v4] checkpatch: add check for snprintf to scnprintfChristophe JAILLET
 Re: [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL a ...Sean Christopherson
 Re: [PATCH v2 2/2] sched/topology: Optimize topology_span_sane()Kyle Meyer
 Re: [RFC PATCH 34/41] KVM: x86/pmu: Intercept EVENT_SELECT MSRSean Christopherson
 Re: [PATCH v3 0/2] s390/mm: shared zeropage + KVM fixesDavid Hildenbrand
 Re: [RFC PATCH 36/41] KVM: x86/pmu: Intercept FIXED_CTR_CTRL MSRSean Christopherson
 Re: [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Se ...Jim Mattson
 Re: [PATCH] mm/rmap: do not add fully unmapped large folio to defe ...Yang Shi
 Re: [PATCH] mm: Always sanity check anon_vma first for per-vma locksMatthew Wilcox
 Re: [RFC PATCH 37/41] KVM: x86/pmu: Allow writing to fixed counter ...Sean Christopherson
 Re: [PATCH 2/3] kernel/pid: Remove default pid_max valueAndrew Morton
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewFlorian Fainelli
 Re: [PATCH v2] ACPI: CPPC: Fix access width used for PCC registersEaswar Hariharan
 Re: [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL a ...Jim Mattson
 Re: [PATCH v4] checkpatch: add check for snprintf to scnprintfJustin Stitt
 Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of ...Jim Mattson
 Re: [PATCH v2 6/6] usb: dwc3: exynos: Switch from CONFIG_PM_SLEEP ...Thinh Nguyen
 Re: [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA ...Jim Mattson
 Re: [PATCH v1 0/6] x86/resctrl: Avoid searching tasklist during mo ..."Moger, Babu"
 Re: [PATCH] MAINTAINERS: adjust file entry in TEXAS INSTRUMENTS AU ...Mark Brown
[New][GIT PULL] Hyper-V fixes for 6.9-rc4Wei Liu
 Re: [PATCH v1 0/6] x86/resctrl: Avoid searching tasklist during mo ...Peter Newman
 [PATCH 6/7] arm64: dts: ti: k3-am69-sk: Remove HS400 mode support ...Judith Mendez
 [PATCH 7/7] arm64: dts: ti: k3-j784s4-evm: Remove HS400 mode suppo ...Judith Mendez
 [PATCH 3/7] arm64: dts: ti: k3-am62a: Enable UHS mode support for ...Judith Mendez
 [PATCH 5/7] arm64: dts: ti: k3-j784s4-main: Enable support for UHS ...Judith Mendez
[New][PATCH 0/7] MMC updates for TI K3 platformsJudith Mendez
 [PATCH 2/7] arm64: dts: ti: k3-am65-main: Remove unused properties ...Judith Mendez
 [PATCH 4/7] arm64: dts: ti: k3-j721s2-main: Enable support for SDR ...Judith Mendez
 [PATCH 1/7] arm64: dts: ti: k3-am65-main: Update sdhci propertiesJudith Mendez
[New][PATCH] rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington
 Re: [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL a ...Sean Christopherson
 Re: [PATCH][next] ASoC: codecs: tas2780: remove redundant assignme ...Mark Brown
 Re: [intel-next 1/2] net/i40e: link NAPI instances to queues and IRQs"Nambiar, Amritha"
[New][RFC PATCH bpf-next v2 0/2] Replace mono_delivery_time with tstamp ...Abhishek Chauhan
 [RFC PATCH bpf-next v2] net: Add additional bit to support userspa ...Abhishek Chauhan
 [RFC PATCH bpf-next v2 1/2] net: Rename mono_delivery_time to tsta ...Abhishek Chauhan
[New][PATCH 0/2] rust: time related cleanupBoqun Feng
 [PATCH 1/2] rust: time: doc: Add missing C header linksBoqun Feng
 [PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()Boqun Feng
 Re: [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL a ...Jim Mattson
[New][PATCH] arm: dts: am335x-evmsk: add alias node for uartsJudith Mendez
 Re: [RFC PATCH 39/41] KVM: x86/pmu: Implement emulated counter inc ...Sean Christopherson
 Re: [RFC PATCH 39/41] KVM: x86/pmu: Implement emulated counter inc ...Sean Christopherson
 Re: [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic ...Sean Christopherson
[New][PATCH v3] ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda
[New][PATCH] cpufreq: Fixed kernel crash caused by cpufreq issuesLizhe
[New][PATCH] selftests/harness: remove use of LINE_MAXEdward Liaw
 Re: [RFC PATCH 41/41] KVM: nVMX: Add nested virtualization support ...Sean Christopherson
 Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPMSean Christopherson
 Re: [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA ...Sean Christopherson
 Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of ...Sean Christopherson
 Re: [PATCH] selftests/harness: remove use of LINE_MAXAndrew Morton
 Re: [PATCH v2] dt-bindings: PCI: altera: Convert to YAMLmatthew.gerlach@linux ...
 Re: [PATCH 6.8 000/143] 6.8.6-rc1 reviewShuah Khan
 Re: [PATCH 6.6 000/114] 6.6.27-rc1 reviewShuah Khan
 RE: [PATCH v6 10/10] nvme: Atomic write supportDan Helmick
 Re: [PATCH 6.1 00/83] 6.1.86-rc1 reviewShuah Khan
 Re: [GIT PULL] Hyper-V fixes for 6.9-rc4pr-tracker-bot@kernel ...
 Re: [RFC PATCH bpf-next v2] net: Add additional bit to support use ..."Abhishek Chauhan (ABC)"
 Re: [PATCH 5.15 00/57] 5.15.155-rc1 reviewShuah Khan
 Re: [PATCH 1/6] soc: qcom: Move some socinfo defines to the header ...Elliot Berman
 Re: [PATCH 5.4 000/215] 5.4.274-rc1 reviewShuah Khan
[New][PATCH 1/2] crypto: ecdh - zeroize crpytographic keys after useHailey Mothershead
 [PATCH 2/2] crypto: aead,cipher - zeroize key buffer after useHailey Mothershead
 Re: [PATCH 4.19 000/175] 4.19.312-rc1 reviewShuah Khan
[New][PATCH v3 0/2] fw_devlink overlay fixSaravana Kannan
 [PATCH v3 1/2] Revert "treewide: Fix probing of devices in DT over ...Saravana Kannan
 [PATCH v3 2/2] of: dynamic: Fix overlayed devices not probing beca ...Saravana Kannan
 Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPMMingwei Zhang
 Re: [PATCH v2 1/2] hyperv: Convert from tasklet to BH workqueueAllen Pais
 Re: [PATCH v2] dt-bindings: PCI: altera: Convert to YAMLmatthew.gerlach@linux ...
 Re: [syzbot] kernel BUG in ext4_do_writepagessyzbot
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededPawan Gupta
 Re: [PATCH v5 0/6] nvme-fabrics: short-circuit connect retriesKeith Busch
 Re: [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura
 Re: [PATCH 1/6] soc: qcom: Move some socinfo defines to the header ...Elliot Berman
 Re: [PATCH v2] ACPI: fan: Add hwmon supportGuenter Roeck
 Re: [PATCH v19 076/130] KVM: TDX: Finalize VM initializationIsaku Yamahata
 Re: Incorrect BPF stats accounting for fentry on arm64Yonghong Song
[New][syzbot] [bpf?] [net?] WARNING in sock_map_unrefsyzbot
 Re: [PATCH] ARM: dts: qcom: ipq4019: add QCA8075 PHY Package nodesBjorn Andersson
 Re: [PATCH] clk: qcom: fix module autoloadingBjorn Andersson
 Re: [PATCH] ARM: dts: qcom: msm8974-sony-shinano: Enable vibratorBjorn Andersson
 Re: [PATCH v2] firmware: qcom: uefisecapp: Fix memory related IO e ...Bjorn Andersson
 Re: [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not ...Kyle Huey
 Re: Incorrect BPF stats accounting for fentry on arm64Jose Fernandez
[New][PATCH v6 0/7] Combine perf and bpf for fast eval of hw breakpoint ...Kyle Huey
 [PATCH v6 1/7] perf/bpf: Reorder bpf_overflow_handler() ahead of _ ...Kyle Huey
 [PATCH v6 2/7] perf/bpf: Create bpf_overflow_handler() stub for !C ...Kyle Huey
 [PATCH v6 3/7] perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from str ...Kyle Huey
 [PATCH v6 4/7] perf/bpf: Call bpf handler directly, not through ov ...Kyle Huey
 [PATCH v6 5/7] perf/bpf: Remove unneeded uses_default_overflow_han ...Kyle Huey
 Re: [PATCH v4 1/1] scsi: ufs: Remove support for old UFSHCI versions"Martin K. Petersen"
 [PATCH v6 6/7] perf/bpf: Allow a bpf program to suppress all sampl ...Kyle Huey
 Re: [PATCH net-next v2 1/1] ptp: 82p33: move register definitions ...Jakub Kicinski
 Re: [PATCH v1] scsi: ufs: exynos: Support module autoloading"Martin K. Petersen"
 Re: [PATCH] scsi: ufs: mediatek: fix module autoloading"Martin K. Petersen"
 Re: [PATCH][next] scsi: FlashPoint: remove redundant assignment to ..."Martin K. Petersen"
 Re: (subset) [PATCH v2 01/25] scsi: aacraid: Convert sprintf() fam ..."Martin K. Petersen"
 Re: [PATCH net-next] flow_offload: fix flow_offload_has_one_action ...Jakub Kicinski
 Re: [PATCH v2] bcachefs: chardev: make bch_chardev_class constantKent Overstreet
 Re: [PATCH v5 4/6] nvme-rdma: short-circuit reconnect retriesKeith Busch
 Re: [PATCH] net: usb: ax88179_178a: avoid writing the mac address ...Jakub Kicinski
 Re: [net-next PatchV2] octeontx2-af: map management port always to ...Jakub Kicinski
 Re: [PATCH v9 5/9] clk: mmp: Add Marvell PXA1908 clock driverStephen Boyd
 Re: Bug 218665 - nohz_full=0 prevents kernel from bootingBjorn Andersson
 Re: [PATCH net] octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationJakub Kicinski
 Re: [RFC v3 00/16] Basic clock and reset support for StarFive JH81 ...Stephen Boyd
 Re: [PATCH RFC 1/2] clk: hisilicon: rename hi3519 PLL registration ...Stephen Boyd
 Re: [PATCH v3 2/2] dma: dt-bindings: fsl-edma: clean up unused "fs ...Frank Li
 Re: [PATCH v2] mm/memory-failure: fix deadlock when hugetlb_optimi ...Sidhartha Kumar
 Re: [PATCH] jbd2: avoid mount failed when commit block is partial ..."Theodore Ts'o"
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededJosh Poimboeuf
 Re: [RFC PATCH v3 01/10] KVM: VMX: Virtualize Intel IA32_SPEC_CTRLJim Mattson
[New][PATCH 00/19] riscv: Support vendor extensions and xtheadvectorCharlie Jenkins
 [PATCH 01/19] dt-bindings: riscv: Add vendorid and archidCharlie Jenkins
 [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins
 [PATCH 03/19] dt-bindings: riscv: Add xtheadvector ISA extension d ...Charlie Jenkins
 [PATCH 04/19] riscv: dts: allwinner: Add xtheadvector to the D1/D1 ...Charlie Jenkins
 [PATCH 05/19] riscv: Fix extension subset checkingCharlie Jenkins
 [PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins
 [PATCH 07/19] riscv: Optimize riscv_cpu_isa_extension_(un)likely()Charlie Jenkins
 [PATCH 08/19] riscv: Introduce vendor variants of extension helpersCharlie Jenkins
 [PATCH 09/19] riscv: uaccess: Add alternative for xtheadvector uaccessCharlie Jenkins
 [PATCH 11/19] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSATCharlie Jenkins
 [PATCH 10/19] RISC-V: define the elements of the VCSR vector CSRCharlie Jenkins
 [PATCH 12/19] riscv: Create xtheadvector fileCharlie Jenkins
 [PATCH 13/19] riscv: vector: Support xtheadvector save/restoreCharlie Jenkins
 [PATCH 14/19] riscv: hwprobe: Disambiguate vector and xtheadvector ...Charlie Jenkins
 [PATCH 15/19] riscv: hwcap: Add v to hwcap if xtheadvector enabledCharlie Jenkins
 [PATCH 16/19] riscv: hwprobe: Add vendor extension probingCharlie Jenkins
 [PATCH 17/19] riscv: hwprobe: Document vendor extensions and xthea ...Charlie Jenkins
 [PATCH 18/19] selftests: riscv: Fix vector testsCharlie Jenkins
 [PATCH 19/19] selftests: riscv: Support xtheadvector in vector testsCharlie Jenkins
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededJosh Poimboeuf
 Re: linux-next: duplicate patches in the rcu tree"Paul E. McKenney"
 Re: [RFC PATCH v3 07/10] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM ...Jim Mattson
 Re: [PATCH 1/2] checkpatch: Don't check for 75 chars per line for ...Saravana Kannan
 Re: [syzbot] [bluetooth?] KASAN: slab-use-after-free Read in __hci ...syzbot
 Re: [RFC PATCH 0/4] perf: Correlating user process data to samplesIan Rogers
 Re: [PATCH 04/11] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGER ...Stephen Boyd
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededJosh Poimboeuf
 Re: [PATCH v1 2/2] perf test: Display number of remaining testsIan Rogers
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededPawan Gupta
[New][PATCH v3] Drivers: hv: Cosmetic changes for hv.c and balloon.cAditya Nagesh
[New][PATCH net-next 12] gve: Correctly report software timestamping ca ...John Fraker
 Re: [PATCH 05/11] clk: eyeq: add driverStephen Boyd
 Re: [PATCH] clk: sophgo: Make synthesizer struct staticStephen Boyd
 Re: [PATCH v13 4/5] clk: sophgo: Add SG2042 clock driverStephen Boyd
 Re: [PATCH v9 00/13] clk: hisilicon: Migrate devm APIsStephen Boyd
 Re: [PATCH v11 1/4] clk: stm32mp13: use platform device APIsStephen Boyd
 Re: [PATCH v11 2/4] dt-bindings: clocks: stm32mp25: add descriptio ...Stephen Boyd
 Re: [PATCH v11 3/4] clk: stm32: introduce clocks for STM32MP257 pl ...Stephen Boyd
 Re: [PATCH 1/2] clk: stm32: initialize syscon after clocks are reg ...Stephen Boyd
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededPawan Gupta
 Re: [PATCH 1/1] clk: imgtec: use %pe for better readability of err ...Stephen Boyd
 Re: [PATCH 5/7] x86/bugs: Only harden syscalls when neededPawan Gupta
 Re: [PATCH v3 1/3] arm64: mm: Don't remap pgtables per-cont(pte|pm ...Itaru Kitayama
\
 
  \ /
  Last update: 2024-05-27 16:40    [0.768 seconds]
©2004-2020 Jasper Spaans