All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-24 22:33:38 to 2026-05-25 01:39:48 UTC [more...]

[PATCH v2 0/9] iio: timestamp declaration cleanup
 2026-05-25  1:38 UTC  (3+ messages)
` [PATCH v2 1/9] iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literal
` [PATCH v2 2/9] iio: common: scmi_sensors: simplify timestamp channel definition

[PATCH] RISC-V: KVM: Fix TOCTOU race in SBI system suspend handler
 2026-05-25  1:29 UTC  (4+ messages)

[PATCH v1] printk: Unconditionally unregister boot consoles when any real console appears
 2026-05-25  1:38 UTC  (4+ messages)

[PATCH v2] RISC-V: KVM: Document a TOCTOU race in SBI system suspend handler
 2026-05-25  1:36 UTC  (3+ messages)

[PATCH v3] media: dvb-core: fix use-after-free in dvb_frontend_open()
 2026-05-25  1:35 UTC  (2+ messages)
  ` [v3] "

[PATCH] perl: Fix ptest failures
 2026-05-25  1:34 UTC 

[PATCH 1/3] perf trace: Include copied headers in the beauty directory
 2026-05-25  1:31 UTC  (4+ messages)
` [PATCH 2/3] perf trace: Copy uapi/linux/eventfd.h for beautifier
` [PATCH 3/3] perf trace: Copy uapi/linux/futex.h "

[GIT PULL] Alloc changes for 7.2-rc1
 2026-05-25  1:30 UTC 

[PATCH RFC v5 00/18] riscv: add Ssqosid and CBQRI resctrl support
 2026-05-25  1:27 UTC  (48+ messages)
` [PATCH RFC v5 01/18] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH RFC v5 02/18] riscv: detect the Ssqosid extension
` [PATCH RFC v5 03/18] riscv: add support for srmcfg CSR from "
` [PATCH RFC v5 04/18] fs/resctrl: Add resctrl_is_membw() helper
` [PATCH RFC v5 05/18] fs/resctrl: Add RDT_RESOURCE_MB_MIN and RDT_RESOURCE_MB_WGHT
` [PATCH RFC v5 06/18] fs/resctrl: Let bandwidth resources default to min_bw at reset
` [PATCH RFC v5 07/18] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH RFC v5 08/18] riscv_cbqri: Add capacity controller monitoring "
` [PATCH RFC v5 09/18] riscv_cbqri: Add bandwidth controller probe and allocation "
` [PATCH RFC v5 10/18] riscv_cbqri: Add bandwidth controller monitoring "
` [PATCH RFC v5 11/18] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH RFC v5 12/18] riscv_cbqri: resctrl: Add L3 cache occupancy monitoring
` [PATCH RFC v5 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
` [PATCH RFC v5 14/18] riscv_cbqri: resctrl: Add MB_WGHT bandwidth allocation via Mweight
` [PATCH RFC v5 15/18] riscv_cbqri: resctrl: Add mbm_total_bytes bandwidth monitoring
` [PATCH RFC v5 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v5 17/18] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)
` [PATCH RFC v5 18/18] riscv: enable resctrl filesystem for Ssqosid

[PATCH] drm/amdgpu: fix amdgpu_vm_bo_reset_state_machine
 2026-05-25  1:27 UTC  (2+ messages)

[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
 2026-05-25  1:25 UTC  (7+ messages)

[PATCH v2] ARM: dts: aspeed: Enable networking for Asus Kommando IPMI Card
 2026-05-25  1:25 UTC  (4+ messages)

[PATCH 1/2] driver core: Fix missing jiffies conversion in deferred_probe_extend_timeout()
 2026-05-25  1:23 UTC  (2+ messages)
` [PATCH 2/2] driver core: Guard deferred probe timeout extension with delayed_work_pending()

wifi: rtw89: 8851bu: add Mercusys MA60XNB (2c4e:0128)
 2026-05-25  1:19 UTC  (2+ messages)

[PATCH rtw-next] wifi: rtw89: 8851bu: add Mercusys MA60XNB (2c4e:0128)
 2026-05-25  1:17 UTC 

[PATCH] drm/amd/pm: apply SMU 13.0.10 workaround during MP1 unload
 2026-05-25  1:07 UTC 

[PATCHES v3 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-25  1:05 UTC  (30+ messages)
` [PATCH 01/29] perf session: Add minimum event size and alignment validation
` [PATCH 02/29] perf session: Bounds-check one_mmap event pointer in peek_event
` [PATCH 03/29] perf tools: Fix event_contains() macro to verify full field extent
` [PATCH 04/29] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
` [PATCH 05/29] perf zstd: Fix multi-iteration decompression and error handling
` [PATCH 06/29] perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
` [PATCH 07/29] perf session: Fix swap_sample_id_all() crash on crafted events
` [PATCH 08/29] perf session: Add validated swap infrastructure with null-termination checks
` [PATCH 09/29] perf session: Use bounded copy for PERF_RECORD_TIME_CONV
` [PATCH 10/29] perf session: Validate HEADER_ATTR attr.size before swapping
` [PATCH 11/29] perf session: Validate nr fields against event size on both swap and common paths
` [PATCH 12/29] perf header: Byte-swap build ID event pid and bounds check section entries
` [PATCH 13/29] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
` [PATCH 14/29] perf auxtrace: Harden auxtrace_error event handling
` [PATCH 15/29] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
` [PATCH 16/29] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
` [PATCH 17/29] perf tools: Bounds check perf_event_attr fields against attr.size before printing
` [PATCH 18/29] perf header: Propagate feature section processing errors
` [PATCH 19/29] perf header: Validate f_attr.ids section before use in perf_session__read_header()
` [PATCH 20/29] perf header: Validate feature section size and add read path bounds checking
` [PATCH 21/29] perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
` [PATCH 22/29] perf header: Validate bitmap size before allocating in do_read_bitmap()
` [PATCH 23/29] perf session: Add byte-swap handler for PERF_RECORD_COMPRESSED2
` [PATCH 24/29] perf tools: Harden compressed event processing
` [PATCH 25/29] perf session: Check for decompression buffer size overflow
` [PATCH 26/29] perf session: Bound nr_cpus_avail and validate sample CPU
` [PATCH 27/29] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
` [PATCH 28/29] perf session: Snapshot event->header.size in process_user_event()
` [PATCH 29/29] perf test: Add truncated perf.data robustness test

[PATCH v12 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-25  1:05 UTC  (3+ messages)
` [PATCH v12 1/2] dt-bindings: bridge: "
` [PATCH v12 2/2] drm/bridge: "

[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-25  1:05 UTC  (5+ messages)
` [PATCH v2 4/4] cpufreq: Use policy->min/max init as QoS request

[BUG] tracing/kprobe: perf dynamic ustring sample can exceed PERF_MAX_TRACE_SIZE and WARN
 2026-05-25  0:58 UTC  (2+ messages)

[BUG] tracing/uprobe: oversized dynamic ustring triggers WARN_ON_ONCE panic
 2026-05-25  0:56 UTC  (2+ messages)

[PATCH v9] blk-mq: add tracepoint block_rq_tag_wait
 2026-05-25  0:51 UTC 

I discovered a minor issue with `git fetch`
 2026-05-25  0:45 UTC  (2+ messages)

[PATCH] ipc/sem.c: use unsigned int for nsops
 2026-05-25  0:42 UTC 

[tip:tip/urgent] BUILD SUCCESS 202d4249ff633a3db9f00e2958b1e1dd4bdd6bd5
 2026-05-25  0:40 UTC 

[RFC PATCH 1/3] libsepol/cil: Add function to check CIL neverallows against binary policy
 2026-05-25  0:36 UTC  (5+ messages)
` [RFC PATCH 3/3] secilc: Add program that checks CIL neverallow rules against a "

[RFC/PROPOSAL] Shifting the x.y.z Stable Tree to a Continuous, Signed Patch-Stream Model
 2026-05-25  0:33 UTC  (3+ messages)

[PATCH mptcp-net v2] mptcp: fix divide-by-zero in __mptcp_push_pending close path
 2026-05-25  0:32 UTC 

[PATCH 0/4] selftests: livepatch: Support 4.12 kernels
 2026-05-25  0:29 UTC  (9+ messages)
` [PATCH 1/4] selftests: livepatch: Introduce _remove_mod function
` [PATCH 2/4] selftests: livepatch: Remove leftover modules when a testcase fails
` [PATCH 3/4] selftests: livepatch: Adapt mod_target module to pass on 4.12 kernels
` [PATCH 4/4] selftests: livepatch: Add information about minimum kernel support

[PATCH v3 2/4] iio: light: add support for veml6031x00 ALS series
 2026-05-25  0:29 UTC  (3+ messages)

[PATCH mptcp-net] mptcp: fix divide-by-zero in __mptcp_push_pending close path
 2026-05-25  0:21 UTC  (3+ messages)

[PATCH] receive-pack: fix updateInstead with core.worktree
 2026-05-25  0:20 UTC  (2+ messages)

[PATCH v2 2/2] x86/tlb: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
 2026-05-25  0:18 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH v2 net-next 0/5] geneve: Allow binding UDP socket to a specific address
 2026-05-25  0:17 UTC  (6+ messages)
` [PATCH v2 net-next 1/5] geneve: Reuse ipv6_addr_type() result in geneve_nl2info()
` [PATCH v2 net-next 2/5] geneve: Pass struct geneve_dev to geneve_create_sock()
` [PATCH v2 net-next 3/5] geneve: Pass struct geneve_dev to geneve_find_sock()
` [PATCH v2 net-next 4/5] geneve: Add dualstack flag to struct geneve_config
` [PATCH v2 net-next 5/5] geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6

[PATCH v3 4/4] iio: light: veml6031x00: add support for events and trigger
 2026-05-25  0:13 UTC  (2+ messages)

[PATCH cgroup/for-next v2 0/5] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-05-25  0:08 UTC  (3+ messages)
` [PATCH cgroup/for-next v2 1/5] cgroup/cpuset: Add a cpuset_reserve_dl_bw() helper

[tip:master] BUILD SUCCESS ce691183d67d901777f1c20eea2a0cdb318c0edf
 2026-05-24 23:56 UTC 

[PATCH] leds: uleds: Fix potential buffer overread
 2026-05-24 23:55 UTC 

[syzbot] [block?] possible deadlock in add_disk_fwnode
 2026-05-24 23:51 UTC 

[REGRESSION] cip/linux-6.12.y-cip: (build) "field_get" redefined [-Werror] in sound/usb/mixer_quirks.o (sound
 2026-05-24 23:45 UTC  (5+ messages)
` field_get problem in 6.12 -- Re: [cip-dev] "

[PATCH v4 00/13] pack-objects: integrate --path-walk and some --filter options
 2026-05-24 23:44 UTC  (4+ messages)
` [PATCH v5 "

How does git track history overwrites?
 2026-05-24 23:41 UTC 

[PATCH v8 0/3]
 2026-05-24 23:43 UTC  (3+ messages)

[GIT PULL] bootconfig: Fixes for v7.1-rc4
 2026-05-24 23:40 UTC 

[PATCH 0/3] commit-reach: replace queue_has_nonstale with a counter
 2026-05-24 23:40 UTC  (3+ messages)
` [PATCH 1/3] commit-reach: deduplicate queue entries in paint_down_to_common

[PATCH v4] binman: add CST backend selection for i.MX8M signing
 2026-05-24 16:20 UTC  (3+ messages)

[PATCH v3 3/4] iio: light: veml6031x00: add support for triggered buffers
 2026-05-24 23:29 UTC  (2+ messages)

mm/rmap.c:2350 try_to_migrate_one() error: we previously assumed 'pvmw.pte' could be null (see line 2320)
 2026-05-24 23:28 UTC 

[syzbot] [block?] possible deadlock in bdev_open
 2026-05-24 23:29 UTC 

[PATCH] tpm: cap tpm_buf_append() at TPM_BUFSIZE, not PAGE_SIZE
 2026-05-24 23:24 UTC  (2+ messages)

[PATCH v2 0/6] MIPS: SiByte: Fix serial device regressions
 2026-05-24 23:12 UTC  (7+ messages)
` [PATCH v2 1/6] serial: sb1250-duart: Fix console message clobbering at channel resets
` [PATCH v2 2/6] serial: sb1250-duart: Fix bootconsole handover lockup
` [PATCH v2 3/6] serial: sb1250-duart: Convert to use a platform device
` [PATCH v2 4/6] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"
` [PATCH v2 5/6] serial: sb1250-duart: Switch to spinlock protection for shared resource
` [PATCH v2 6/6] MAINTAINERS: Add self for the sb1250-duart serial driver

[PATCH 0/3] Three folio-related btrfs fixes
 2026-05-24 23:16 UTC  (6+ messages)

[PATCH v2 0/2] Staging: sm750fb: Change camelCase to snake_case
 2026-05-24 23:15 UTC  (3+ messages)
` [PATCH v2 1/2] staging: sm750fb: rename setAllEngOff to set_all_eng_off
` [PATCH v2 2/2] staging: sm750fb: rename pvReg to pv_reg

[PATCH RFC] serial: core: Don't clobber the baud rate on hangup via B0
 2026-05-24 23:14 UTC 

[PATCH] Staging: sm750fb: Change camelCase to snake_case
 2026-05-24 23:13 UTC  (3+ messages)

[PATCH] arch: imx9: Fix blk_dwrite/blk_derase error checking
 2026-05-24 20:35 UTC 

[PATCH] fastboot: Fix blk_dwrite error checking
 2026-05-24 19:25 UTC 

[PATCH] nvme: avoid deleting uncreated queues
 2026-05-24 15:47 UTC 

[PATCH v1] bootm: bound-check OS index in bootm_os_get_boot_func()
 2026-05-24 15:13 UTC 

[PATCH] nvme: free prp_pool on nvme_init() failure paths
 2026-05-24 14:57 UTC 

[PATCH] tpm: tpm_tis: Add optional delay after relinquish
 2026-05-24 23:10 UTC  (6+ messages)

[PATCH BlueZ 1/1] adapter: Add configurable default LE PHYs
 2026-05-24 23:07 UTC  (2+ messages)
` Add configurable default LE PHY policy

[PATCH 0/2] restore: better integrate with sparse index
 2026-05-24 23:05 UTC  (5+ messages)
` [PATCH 1/2] t1092: test 'git restore' "
` [PATCH 2/2] restore: avoid sparse index expansion

[PATCH 0/6] firmware: samsung: acpm: TMU support and cleanups
 2026-05-24 23:02 UTC  (13+ messages)
` [PATCH 5/6] firmware: samsung: acpm: Add TMU protocol support

[PATCH v3 2/2] scsi: mpt3sas: add hwmon support
 2026-05-24 22:49 UTC  (2+ messages)

[PATCH] docs: pt_BR: Translate process/kernel-docs.rst into Portuguese
 2026-05-24 22:48 UTC  (3+ messages)

[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
 2026-05-24 22:48 UTC  (3+ messages)

[PATCH net-next] net: airoha: bind WLAN-bound flows on PPE driver L2 cache miss
 2026-05-24 22:43 UTC 

arch/arm64/boot/dts/freescale/imx8mp-tqma8mpqs-mb-smarc-2.dtb: usb@32f10100 (fsl,imx8mp-dwc3): 'maximum-speed' does not match any of the regexes: '^pinctrl-[0-9]+$', '^usb@[0-9a-f]+$'
 2026-05-24 22:41 UTC 

[PATCH v2 0/6] sched: Add support for long task name
 2026-05-24 22:38 UTC  (7+ messages)
` [PATCH v2 1/6] sched: Update get_task_comm() comment
` [PATCH v2 2/6] treewide: Get rid of get_task_comm()
` [PATCH v2 3/6] treewide: Replace memcpy(..., current->comm) with strscpy()
` [PATCH v2 4/6] sched: Extend task command name to 64 bytes
` [PATCH v2 5/6] prctl: Add support for long user thread names
` [PATCH v2 6/6] selftests: prctl: Add test for long "

[PATCH v8] blk-mq: add tracepoint block_rq_tag_wait
 2026-05-24 22:39 UTC  (2+ messages)

[PATCH] bus: sunxi-rsb: Always check register address validity
 2026-05-24 22:38 UTC  (2+ messages)

[PATCH 0/2] smack: restrict smackfs/{direct,mapped} values to 0-255
 2026-05-24 22:37 UTC  (3+ messages)
` [PATCH 1/2] smack: deduplicate smackfs/{direct,mapped} file_operations
` [PATCH 2/2] smack: restrict smackfs/{direct,mapped} values to 0-255

[PATCH v2 0/2] ACPI: SPCR: Support UART clock frequency field
 2026-05-24 22:35 UTC  (3+ messages)
` [PATCH v2 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH v2 2/2] ACPI: SPCR: Support UART clock frequency field

[PATCH v11 00/32] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-05-24 22:32 UTC  (3+ messages)
` [PATCH v11 09/32] s390x/diag: Implement DIAG 320 subcode 2

[PATCH net 0/2] net: pse-pd: fix use-after-free of PI array on controller teardown
 2026-05-24 22:33 UTC  (3+ messages)
` [PATCH net 1/2] net: pse-pd: disable IRQ before freeing PI data in unregister
` [PATCH net 2/2] net: pse-pd: guard against freed PI data on regulator disable


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.