The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-04-11 14:40:19 to 2024-04-11 15:34:49 UTC [more...]

[PATCHSET RFC 0/437] Kill off old fops ->read() and ->write()
 2024-04-11 15:14 UTC  (112+ messages)
` [PATCH 001/437] fs: split do_loop_readv_writev() into separate read/write side helpers
` [PATCH 002/437] fs: add generic read/write iterator helpers
` [PATCH 003/437] fs: add helpers for defining "
` [PATCH 004/437] fs: add simple_copy_{to,from}_iter() helpers
` [PATCH 005/437] uio: add get/put_iter helpers
` [PATCH 006/437] fs: add uio.h to fs.h
` [PATCH 007/437] mm/util: add iterdup_nul() and iterdup() helpers
` [PATCH 008/437] kstrtox: add iov_iter versions of the string conversion helpers
` [PATCH 009/437] lib/string_helpers: split __parse_int_array() into a helper
` [PATCH 010/437] lib/string_helpers: add parse_int_array_iter()
` [PATCH 011/437] virtio_console: convert to read/write iterator helpers
` [PATCH 012/437] char/adi: convert to read/write iterators
` [PATCH 013/437] char/apm-emulation: "
` [PATCH 014/437] char/applicom: "
` [PATCH 015/437] char/nsc_gpio: "
` [PATCH 016/437] char/dsp1620: "
` [PATCH 017/437] char/dsp56k: "
` [PATCH 018/437] char/dtlk: "
` [PATCH 019/437] char/hpet: "
` [PATCH 020/437] char/hw_random: "
` [PATCH 021/437] char/ipmi: "
` [PATCH 022/437] char/tpm: "
` [PATCH 023/437] char/lp: "
` [PATCH 024/437] char/mem: "
` [PATCH 025/437] char/mwave: "
` [PATCH 026/437] char/nvram: "
` [PATCH 027/437] char/nwbutton: "
` [PATCH 028/437] char/nwflash: "
` [PATCH 029/437] char/pc8736x_gpio: "
` [PATCH 030/437] char/powernv-op-panel: "
` [PATCH 031/437] char/ppdev: "
` [PATCH 032/437] char/ps3flash: "
` [PATCH 033/437] char/scx200_gpio: "
` [PATCH 034/437] char/sonypi: "
` [PATCH 035/437] char/tlclk: "
` [PATCH 036/437] char/xilinx_hwicap: "
` [PATCH 037/437] char/xillybus: "
` [PATCH 038/437] debugfs: convert to ->read_iter()
` [PATCH 039/437] libfs: switch to read iter and add copy helpers
` [PATCH 040/437] fs: convert generic_read_dir() to ->read_iter()
` [PATCH 041/437] fs: convert any user of fops->read() for seq_read to read_iter
` [PATCH 042/437] ceph: convert read_dir handler to read_iter()
` [PATCH 043/437] ecryptfs: miscdev: convert to read/write iterators
` [PATCH 044/437] ocfs2: "
` [PATCH 045/437] orangefs: "
` [PATCH 046/437] dlm: "
` [PATCH 047/437] tracefs: "
` [PATCH 048/437] ubifs: "
` [PATCH 049/437] fuse: "
` [PATCH 050/437] staging: convert drivers "
` [PATCH 051/437] Bluetooth: convert "
` [PATCH 052/437] net: mac80211: "
` [PATCH 053/437] net: 6lowpan: convert debugfs "
` [PATCH 054/437] net: sunrpc: convert "
` [PATCH 055/437] net: wireless: "
` [PATCH 056/437] net: rfkill: "
` [PATCH 057/437] net: l2tp: "
` [PATCH 058/437] fs: add IOCB_VECTORED flags
` [PATCH 059/437] ALSA: core: convert to read/write iterators
` [PATCH 060/437] ASoC: Intel: "
` [PATCH 061/437] ASoC: fsl: "
` [PATCH 062/437] ALSA: pcmtest: "
` [PATCH 063/437] sound/oss/dmasound: "
` [PATCH 064/437] ASoC: SOF: icp3-dtrace: "
` [PATCH 065/437] SoC: SOF: icp4: "
` [PATCH 066/437] ASoC: SOF: Core: "
` [PATCH 067/437] ASoC: SOF: "
` [PATCH 068/437] block: "
` [PATCH 069/437] bpf: "
` [PATCH 070/437] perf: convert events "
` [PATCH 071/437] dma-debug: convert "
` [PATCH 072/437] kernel/fail_function: "
` [PATCH 073/437] kcsan: "
` [PATCH 074/437] module: "
` [PATCH 075/437] kernel/power: "
` [PATCH 076/437] printk: "
` [PATCH 077/437] relay: "
` [PATCH 078/437] kernel/time: "
` [PATCH 079/437] rv: "
` [PATCH 080/437] tracing: "
` [PATCH 081/437] gcov: "
` [PATCH 082/437] sched/debug: "
` [PATCH 083/437] kernel/irq: convert debugfs helpers "
` [PATCH 084/437] locking/lock_events: convert "
` [PATCH 085/437] kprobes: "
` [PATCH 086/437] fs: add iterator based version of simple_transaction_read()
` [PATCH 087/437] tomoyo: convert to read/write iterators
` [PATCH 088/437] smack: "
` [PATCH 089/437] apparmor: "
` [PATCH 090/437] landlock: "
` [PATCH 091/437] lsm: "
` [PATCH 092/437] selinux: "
` [PATCH 093/437] integrity: "
` [PATCH 094/437] lockdown: "
` [PATCH 095/437] security: "
` [PATCH 096/437] mm: "
` [PATCH 097/437] aoe: "
` [PATCH 098/437] drbd: "
` [PATCH 099/437] mtip32xx: "
` [PATCH 100/437] zram: "
` [PATCH 101/437] s390/dasd: "
` [PATCH 102/437] lib: "
` [PATCH 103/437] ipc: "
` [PATCH 104/437] drivers/accel: "
` [PATCH 105/437] drivers/acpi: "
` [PATCH 106/437] crypto: hisilicon: "
` [PATCH 107/437] crypto: iaa: "
` [PATCH 108/437] crypto: qat: "
` [PATCH 109/437] crypto: cpp: "
` [PATCH 110/437] fs/pstore: "
` [PATCH 111/437] drivers/gpio: convert to ->read_iter and ->write_iter

[PATCH 0/7] x86/bugs: BHI fixes / improvements
 2024-04-11 15:34 UTC  (10+ messages)
` [PATCH 3/7] x86/bugs: Fix BHI handling of RRSBA
` [PATCH 5/7] x86/bugs: Only harden syscalls when needed
` [PATCH 7/7] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-11 15:33 UTC  (6+ messages)
` [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to reture if all swap entries are exclusive
` [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-11 15:33 UTC  (11+ messages)
              ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()

[PATCH] mfd: Tidy Kconfig dependencies
 2024-04-11 15:32 UTC  (2+ messages)
` (subset) "

[PATCH] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-11 15:32 UTC 

[PATCH printk v4 00/27] wire up write_atomic() printing
 2024-04-11 15:32 UTC  (4+ messages)
` [PATCH printk v4 17/27] printk: nbcon: Use nbcon consoles in console_flush_all()

[PATCH v1 0/2] usb: gadget: dummy_hcd: Switch to hrtimers for better performance
 2024-04-11 15:22 UTC  (5+ messages)
` [PATCH v1 1/2] usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
` [PATCH v1 2/2] usb: gadget: dummy_hcd: Set transfer interval to 1 microframe

[PATCH] xfs: replace deprecated strncpy with strscpy_pad
 2024-04-11 15:31 UTC  (4+ messages)

[Linux kernel bug] general protection fault in disable_store
 2024-04-11 15:24 UTC  (2+ messages)

[PATCH v3 0/9] clk: renesas: rzg2l: Add support for power domains
 2024-04-11 15:30 UTC  (4+ messages)
` [PATCH v3 8/9] clk: renesas: rzg2l-cpg: Add suspend/resume "

[PATCH net] Bluetooth: hci_event: fix double hci_conn_drop() when conn->state == BT_CONNECTED
 2024-04-11 15:30 UTC  (2+ messages)

[PATCH] init/main.c: Remove redundant space from saved_command_line
 2024-04-11 15:29 UTC  (2+ messages)

[PATCH v2 0/1] regulator: pca9450: make warm reset on PMIC_RST_B assertion
 2024-04-11 15:29 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] drm/msm: Drop msm_read/writel
 2024-04-11 15:27 UTC  (3+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-11 15:26 UTC  (13+ messages)

[PATCH 0/5] x86/pvh: Make PVH entry relocatable
 2024-04-11 15:26 UTC  (4+ messages)
` [PATCH 2/5] x86/pvh: Make PVH entrypoint PIC for x86-64

[PATCH v2 0/4] Speed up boot with faster linear map creation
 2024-04-11 15:25 UTC  (7+ messages)
` [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-11 15:25 UTC  (3+ messages)

[PATCH v2 0/8] MediaTek UFS fixes and cleanups - Part 1
 2024-04-11 15:23 UTC  (14+ messages)
` [PATCH v2 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183
` [PATCH v2 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 compatible
` [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks
` [PATCH v2 8/8] dt-bindings: ufs: mediatek,ufs: Document optional dvfsrc/va09 regulators

[PATCH RESEND v8 00/10] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-04-11 15:20 UTC  (3+ messages)
` [PATCH RESEND v8 09/10] watchdog: rzg2l_wdt: Power on the PM domain in rzg2l_wdt_restart()

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-11 15:20 UTC  (10+ messages)

[PATCH net] Bluetooth: hci_event: fix possible multiple drops by marked conn->state after hci_disconnect()
 2024-04-11 15:19 UTC 

[PATCH v6] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode or the kernel is running in a hypervisor
 2024-04-11 15:18 UTC  (5+ messages)

[PATCH v2] tracing: Add sched_prepare_exec tracepoint
 2024-04-11 15:15 UTC  (2+ messages)

[PATCH] perf parse-events: Avoid two scenarios involving the reordering of topdown events
 2024-04-11 15:14 UTC  (2+ messages)

[PATCH v1 0/4] docs: stable-kernel-rules: fine-tuning and 'no semi-automatic backport'
 2024-04-11 15:12 UTC  (10+ messages)
` [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-automatic backport"

[PATCH] soc: mediatek: mtk-socinfo: Correct the marketing name for MT8188GV
 2024-04-11 15:09 UTC  (2+ messages)

[PATCH 0/5] initial support for Marvell 88PM886 PMIC
 2024-04-11 15:09 UTC  (4+ messages)
` [PATCH 2/5] mfd: add driver "

[PATCH] init/main.c: Fix potential static_command_line memory overflow
 2024-04-11 15:08 UTC  (3+ messages)

[PATCH] dt-bindings: mfd: syscon: Add missing simple syscon compatibles
 2024-04-11 15:07 UTC  (4+ messages)
` (subset) "

[PATCH 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-04-11 15:07 UTC  (13+ messages)
` [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ6L and EyeQ6H
` [PATCH 03/11] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon node

BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410
 2024-04-11 15:05 UTC  (7+ messages)

[PATCH V6 0/6] SCHED_DEADLINE server infrastructure
 2024-04-11 15:02 UTC  (4+ messages)
` [PATCH V6 3/6] sched/fair: Fair server interface

[PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-04-11 15:02 UTC  (6+ messages)
` [PATCH v1 01/31] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors

[PATCH] init/main.c: Fix potential static_command_line memory overflow
 2024-04-11 14:59 UTC  (2+ messages)

[PATCH] jbd2: avoid mount failed when commit block is partial submitted
 2024-04-11 14:55 UTC  (7+ messages)

[PATCH] pinctrl: renesas: pinctrl-rzg2l: Remove extra space in function parameter
 2024-04-11 14:52 UTC  (2+ messages)

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-11 14:50 UTC  (8+ messages)

[PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-11 14:50 UTC  (2+ messages)

[PATCH v5] fpga: region: add owner module and take its refcount
 2024-04-11 14:48 UTC 

[PATCH RFC net-next 0/7] netdev_features: start cleaning netdev_features_t up
 2024-04-11 14:47 UTC  (5+ messages)
` [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE_MTU to IFF_FCOE_MTU

[PATCH v4] f2fs: zone: don't block IO if there is remained open zone
 2024-04-11 14:46 UTC  (2+ messages)

[PATCH v2 0/2] Add sysfs entry to EDL mode
 2024-04-11 14:46 UTC  (5+ messages)
` [PATCH v2 1/2] bus: mhi: host: Add sysfs entry to force device to enter EDL
` [PATCH v2 2/2] bus: mhi: host: pci_generic: Add edl callback "

[PATCH v7 1/2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-04-11 14:43 UTC  (2+ messages)
` [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is running on a hypervisor

[PATCH 0/7] soundwire: add BTP/BRA prerequisites
 2024-04-11 14:24 UTC  (6+ messages)
` [PATCH 6/7] soundwire: debugfs: add interface to read/write commands

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-11 14:42 UTC  (8+ messages)
` [PATCH v5 1/2] mm/madvise: optimize "

[PATCH 00/11] Series to deliver Ethernets for STM32MP13
 2024-04-11 14:36 UTC  (4+ messages)
` [PATCH 09/11] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH 10/11] ARM: dts: stm32: add ethernet1 and ethernet2 for STM32MP135F-DK board
` [PATCH 11/11] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support

[PATCH v2 1/1] wq: Avoid using isolated cpus' timers on queue_delayed_work
 2024-04-11 14:39 UTC  (3+ messages)
  ` [PATCH] sched/isolation: fix boot crash when the boot CPU is nohz_full


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