All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-03 03:24:16 to 2025-10-03 07:03:48 UTC [more...]

[PATCH v3 00/11 6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 18:00 UTC  (8+ messages)
` [PATCH v3 01/11 6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 02/11 6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 04/11 6.1.y] minmax: fix up min3() and max3() too
` [PATCH v3 06/11 6.1.y] minmax.h: update some comments
` [PATCH v3 07/11 6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 09/11 6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 10/11 6.1.y] minmax.h: simplify the variants of clamp()

[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (12+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()

[PATCH] drm: amd: Use kmalloc_array to prevent overflow of dynamic size calculation
 2025-10-02  2:22 UTC 

[PATCH V11 00/47] Color Pipeline API w/ VKMS
 2025-09-30  7:07 UTC  (17+ messages)
` [PATCH V11 06/47] drm/colorop: Add 1D Curve subtype
` [PATCH V11 17/47] drm/vkms: Use s32 for internal color pipeline precision

[PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
 2025-09-29 13:56 UTC  (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 6.1-stable tree

[PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
 2025-09-29 13:56 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.1-stable tree

[PATCH 01/19 v6.1.y] minmax: add in_range() macro
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: add in_range() macro" has been added to the 6.1-stable tree

[PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: Introduce {min, max}_array()" has been added to the 6.1-stable tree

[PATCH net] net: mdio: mdio-i2c: Hold the i2c bus lock during smbus transactions
 2025-10-03  7:03 UTC 

[PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 6.1-stable tree

[PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 6.1-stable tree

[RFC v8 00/21] DRM scheduling cgroup controller
 2025-09-30  9:00 UTC  (3+ messages)

[PATCH v2] drm/display: bridge_connector: get/put the stored bridges
 2025-10-03  7:03 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915: set O_LARGEFILE in __create_shmem()
 2025-10-02 16:24 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915: Fix incorrect error handling in shmem_pwrite()

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-03  6:55 UTC  (12+ messages)
` [PATCH v17 01/47] llist: move llist_{head, node} definition to types.h
  ` [PATCH v17 01/47] llist: move llist_{head,node} "
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start, end}() to wait_for_completion()/complete()
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start, end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start, end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start, end}() to dma fence
` [PATCH v17 28/47] dept: add documentation for dept

[PATCH v2] ASoC: codecs: lpass-macro: Add support for channel map mixer control
 2025-10-03  7:00 UTC  (3+ messages)

[PATCH] dma-mapping: fix direction in dma_alloc direction traces
 2025-10-03  7:00 UTC  (2+ messages)

[PATCH] kmsan: fix kmsan_handle_dma() to avoid false positives
 2025-10-03  6:59 UTC  (2+ messages)

[PATCH v2 0/4] NFSD: Impl multiple extents in block/scsi layoutget
 2025-10-03  6:58 UTC  (9+ messages)
` [PATCH v2 1/4] NFSD/blocklayout: Fix minlength check in proc_layoutget
` [PATCH v2 2/4] NFSD/blocklayout: Extract extent mapping from proc_layoutget
` [PATCH v2 3/4] NFSD/blocklayout: Introduce layout content structure
` [PATCH v2 4/4] NFSD/blocklayout: Support multiple extents per LAYOUTGET

[PATCH v5 bpf-next 00/15] BPF indirect jumps
 2025-10-03  7:04 UTC  (6+ messages)
` [PATCH v5 bpf-next 10/15] bpf, x86: add support for "

[PATCH 5.10 000/122] 5.10.245-rc1 review
 2025-10-03  6:58 UTC  (2+ messages)

[PATCH] drm/sitronix/st7571-i2c: reset position before clearing display
 2025-10-03  6:57 UTC  (5+ messages)

[PATCH 6.1 00/73] 6.1.155-rc1 review
 2025-10-03  6:57 UTC  (2+ messages)

[PATCH v2 00/10] LUO: PCI subsystem (phase I)
 2025-10-03  6:57 UTC  (19+ messages)
` [PATCH v2 02/10] PCI/LUO: Create requested liveupdate device list
` [PATCH v2 03/10] PCI/LUO: Forward prepare()/freeze()/cancel() callbacks to driver

[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
 2025-10-03  6:56 UTC  (4+ messages)
` [PATCH 5/7] drm/xe: Handle missing migration VM on VM creation

[oe][meta-oe][scarthgap][PATCH 1/1] mariadb: fix failure for starting of mysqld.service
 2025-10-03  6:56 UTC 

add video firmware for Kaanapali
 2025-10-03  6:54 UTC  (3+ messages)

[PATCH] slab: Fix using this_cpu_ptr() in preemptible context
 2025-10-03  6:52 UTC  (6+ messages)

[PATCH] dt-bindings: mtd: physmap: add 'clocks' and 'power-domains'
 2025-10-03  6:50 UTC  (3+ messages)

[PATCH] test/debug: fix crash with mlx5 devices
 2025-10-03  6:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/1] NFSD: Fix SCSI reservation conflict causing pNFS client to revert I/O to MDS
 2025-10-03  6:45 UTC  (6+ messages)

[PATCH] usb: typec: ucsi: Fix workqueue destruction race during connector cleanup
 2025-10-03  6:44 UTC  (2+ messages)

[RFC PATCH bpf-next v3 00/10] bpf: Extend bpf syscall with common attributes support
 2025-10-03  6:44 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] drivers/net/wan/hdlc_ppp: fix potential null pointer in ppp_cp_event logging
 2025-10-03  6:43 UTC  (3+ messages)

[PATCH v7 4/9] regulator: Add support for MediaTek MT6363 SPMI PMIC Regulators
 2025-10-03  6:38 UTC  (2+ messages)

[PATCH v3 0/9] KVM Selftest Runner
 2025-10-03  6:39 UTC  (7+ messages)
` [PATCH v3 9/9] KVM: selftests: Provide README.rst for KVM selftests runner

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-03  6:38 UTC 

[f2fs-dev] [syzbot] Monthly f2fs report (Oct 2025)
 2025-10-03  6:37 UTC  (2+ messages)
`  "

[syzbot] Monthly ocfs2 report (Oct 2025)
 2025-10-03  6:37 UTC 

[moderation/CI] Re: bpf: Extend bpf syscall with common attributes support
 2025-10-03  6:36 UTC  (2+ messages)

[PATCH] rv: Add signal reactor
 2025-10-03  6:30 UTC  (7+ messages)

[PATCH v3 00/10] __vmalloc()/kvmalloc() and no-block support(v3)
 2025-10-03  6:30 UTC  (3+ messages)
` [PATCH v3 10/10] mm: kvmalloc: Add non-blocking support for vmalloc

[PATCH v2 3/4] memory: tegra: Add support for multiple irqs
 2025-10-03  6:28 UTC  (2+ messages)

[PATCH] label: collect labels to __phandles__ node in interger format
 2025-10-03  6:29 UTC  (3+ messages)

[PATCH V2 0/3] dmaengine: xilinx_dma: Fixes and optimizations for AXIDMA and MCDMA channel management
 2025-10-03  6:19 UTC  (4+ messages)
` [PATCH V2 1/3] dmaengine: xilinx_dma: Fix channel idle state management in AXIDMA and MCDMA interrupt handlers
` [PATCH V2 2/3] dmaengine: xilinx_dma: Enable transfer chaining for AXIDMA and MCDMA by removing idle restriction
` [PATCH V2 3/3] dmaengine: xilinx_dma: Optimize control register write and channel start logic for AXIDMA and MCDMA in corresponding start_transfer()

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-03  6:17 UTC  (3+ messages)
` Forwarded: [PATCH] ext4: reject inline data flag when i_extra_size is zero
` Forwarded: [PATCH] ext4: reject inline data flag when i_extra_isize "

[PATCH v1] ALSA: hda/tas2781: Fix a potential race condition that causes a NULL pointer in case no efi.get_variable exsits
 2025-10-03  6:09 UTC  (3+ messages)

[PATCH v4] ALSA: hda/tas2781: Fix the order of TAS2781 calibrated-data
 2025-10-03  6:08 UTC  (3+ messages)

[PATCH 2/2] usb: typec: hd3ss3220: Enable VBUS based on ID pin state
 2025-10-03  5:56 UTC  (2+ messages)

[PATCH 0/3] Address Association Register setup for RP
 2025-10-03  5:42 UTC  (4+ messages)
` [PATCH 2/3] PCI/IDE: Add "

[PATCH v3 00/10] perf tools: Some improvements on data type profiler
 2025-10-03  5:52 UTC  (7+ messages)
` [PATCH v3 01/10] perf annotate: Skip annotating data types to lea instructions
` [PATCH v3 02/10] perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER
` [PATCH v3 03/10] perf annotate: Track address registers via TSR_KIND_POINTER

[PATCH v4 0/6] Add support for the Axis ARTPEC-8 SoC
 2025-10-03  5:44 UTC  (3+ messages)

commit 54f45a30c0 ("PCI/MSI: Add startup/shutdown for per device domains") causing boot hangs on my laptop
 2025-10-03  5:36 UTC  (8+ messages)

[PATCH v5 0/3] Virtio-GPU S4 support
 2025-10-03  5:34 UTC  (4+ messages)
` [PATCH v5 1/3] drm/virtio: Freeze and restore hooks to support suspend and resume
` [PATCH v5 2/3] drm/virtio: Add support for saving and restoring virtio_gpu_objects
` [PATCH v5 3/3] drm/virtio: Add PM notifier to restore objects after hibernation

[PATCH v2] fs: semihosting: Fixup smh_flen and smh_read against overflow
 2025-10-03  5:31 UTC  (2+ messages)

[PATCH 0/3] mm/swap: remove plist swap_active_head
 2025-10-03  5:29 UTC  (6+ messages)
` [PATCH 2/3] mm/swapfile.c: use swap_info[] to find the swap device

[PATCH] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-03  5:18 UTC  (2+ messages)

[PATCH i-g-t v9 0/3] tests/intel/xe_compute_preempt: Compute preemption check
 2025-10-03  5:26 UTC  (4+ messages)
` [PATCH i-g-t v9 1/3] "
` [PATCH i-g-t v9 2/3] lib/intel/intel_compute: Add kernel lookup and validation for compute IP versions
` [PATCH i-g-t v9 3/3] lib/intel_compute: Adjust long kernel usage for WMTP

[PATCH] cg, printf: allow storing [u]stack() into vars and printf using %k
 2025-10-03  5:26 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH i-g-t v9 0/3] tests/intel/xe_compute_preempt: Compute preemption check
 2025-10-03  5:25 UTC 

[RESEND PATCH] sched/fair: Skip sched_balance_running cmpxchg when balance is not due
 2025-10-03  5:23 UTC  (2+ messages)

[PATCH v4] perf tools c2c: Add annotation support to perf c2c report
 2025-10-03  5:05 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2 11/16] scsi: qla2xxx: fix TMR failure handling
 2025-10-03  5:04 UTC 

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-03  5:03 UTC  (7+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH 0/4] export mount info for "unmounted" mounts
 2025-10-03  5:03 UTC  (4+ messages)
` [PATCH 2/4] fs/namespace: add umounted mounts to umount_mnt_ns

[kirkstone][PATCH] 1/2] systemd: backport fix for handle USE_NLS from master
 2025-10-03  4:59 UTC  (2+ messages)

[PATCH RESEND] sound/soc/sof:Use kmalloc_array instead of kmalloc
 2025-10-03  4:58 UTC 

[REGRESSION] mainline/master: (build) format specifies type 'size_t' (aka 'unsigned int') but the argume
 2025-10-03  4:59 UTC 

[REGRESSION] mainline/master: (build) format specifies type 'size_t' (aka 'unsigned int') but the argume
 2025-10-03  4:59 UTC 

[kirkstone][PATCH] 1/2] systemd: backport fix for handle USE_NLS from master
 2025-10-03  4:57 UTC  (2+ messages)
` [kirkstone][PATCH] 2/2] p11-kit: "

[PATCH] gpio: of: make it possible to reference gpios probed in acpi in device tree
 2025-10-03  4:54 UTC  (2+ messages)

[Bug 2123828] Re: RISC-V: incorrect emulation of load and store on big-endian systems
 2025-10-03  4:31 UTC 

[PATCH] MAINTAINERS: Remove myself from perf_events subsystem
 2025-10-03  4:38 UTC  (2+ messages)

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-03  4:31 UTC  (9+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v3 5/8] net/handshake: Support KeyUpdate message types
` [PATCH v3 6/8] nvme-tcp: Support KeyUpdate
` [PATCH v3 7/8] nvmet-tcp: "
` [PATCH v3 8/8] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs

[PATCH] cxl/hdm: allow zero sized committed decoders
 2025-10-03  4:28 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH v2] doc: samsung: Extend E850-96 documentation to be comprehensive
 2025-10-03  4:25 UTC 

[PATCH v4 0/9] Retry READ CAPACITY(10)/(16) with good status but no data
 2025-10-03  4:24 UTC  (5+ messages)
` [PATCH v4 1/9] scsi: Explicitly specify .ascq = 0x00 for ASC 0x28/0x29 scsi_failures
` [PATCH v4 2/9] scsi: sd: Do not retry ASC 0x3a in read_capacity_10() with any ASCQ

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-03  4:23 UTC 

[PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
 2025-10-03  4:22 UTC  (5+ messages)

[MASTER] Pull request doc-202510-rc6
 2025-10-03  4:19 UTC 

[PATCH RESEND] block/mq-deadline: adjust the timeout period of the per_prio->dispatch
 2025-10-03  4:19 UTC  (3+ messages)

[sailus-media-tree:container-of] BUILD SUCCESS e7d9d7690bdf60c1c0c4eb71d4522be887781396
 2025-10-03  4:18 UTC 

[PATCH 00/11] Linux RISC-V trace framework and drivers
 2025-10-03  4:15 UTC  (7+ messages)

[PATCH 1/6] KVM: guest_memfd: Add DEFAULT_SHARED flag, reject user page faults if not set
 2025-10-03  4:10 UTC  (12+ messages)

[PATCH bpf] bpf: Correctly reject negative offsets for ALU ops
 2025-10-03  4:08 UTC  (3+ messages)

[PATCH 1/5] test: Use a more ubiquitous probe for return()-action tests
 2025-10-03  4:07 UTC  (10+ messages)
` [PATCH 2/5] test: Adjust skip file for lockmem problem
` [PATCH 3/5] test: Fix some ustackdepth tests
` [PATCH 4/5] test: Fix antiquated reference to dtrace_ustackdepth_max
` [PATCH 5/5] test: Remove antiquated special case for aarch64

[syzbot] [mm?] WARNING in memory_failure
 2025-10-03  4:02 UTC  (9+ messages)

[PATCH V10 00/30] IGT tests for the KMS Color Pipeline API
 2025-10-03  3:59 UTC  (4+ messages)
` [PATCH V10 09/30] tests/kms_colorop: Add kms_colorop tests

[CI 0/3] Revert old VF migration recovery code
 2025-10-03  3:57 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 00/29] arm_mpam: Add basic mpam driver
 2025-10-03  3:53 UTC  (3+ messages)
` [PATCH v2 07/29] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate

[PATCH] app/crypto-perf: add ECDSA P192/P224/P521 support
 2025-10-03  3:42 UTC 

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-03  3:43 UTC 

[PATCH] doc: change the markup of paragraphs following a nested list item
 2025-10-03  3:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-10-03  2:35 UTC  (4+ messages)
` [PATCH v6 2/5] dt-bindings: PCI: Add Andes QiLai PCIe support

[PULL 00/26] riscv-to-apply queue
 2025-10-03  3:27 UTC  (27+ messages)
` [PULL 01/26] hw/riscv/riscv-iommu: Fix MSI table size limit
` [PULL 02/26] docs/interop/firmware: Add riscv64 to FirmwareArchitecture
` [PULL 03/26] linux-user/syscall.c: sync RISC-V hwprobe with Linux
` [PULL 04/26] target/riscv: implement MonitorDef HMP API
` [PULL 05/26] roms/opensbi: Update to v1.7
` [PULL 06/26] hw/char: sifive_uart: Raise IRQ according to the Tx/Rx watermark thresholds
` [PULL 07/26] hw/char: sifive_uart: Avoid pushing Tx FIFO when size is zero
` [PULL 08/26] hw/char: sifive_uart: Remove outdated comment about Tx FIFO
` [PULL 09/26] hw/char: sifive_uart: Add newline to error message
` [PULL 10/26] hw/intc: Save time_delta in RISC-V mtimer VMState
` [PULL 11/26] migration: Add support for a variable-length array of UINT32 pointers
` [PULL 12/26] hw/intc: Save timers array in RISC-V mtimer VMState
` [PULL 13/26] target/riscv: Save stimer and vstimer in CPU vmstate
` [PULL 14/26] target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
` [PULL 15/26] target/riscv: use riscv_csrr in riscv_csr_read
` [PULL 16/26] qemu/osdep: align memory allocations to 2M on RISC-V
` [PULL 17/26] target/riscv: do not use translator_ldl in opcode_at
` [PULL 18/26] target/riscv: Fix the mepc when sspopchk triggers the exception
` [PULL 19/26] target/riscv: Fix SSP CSR error handling in VU/VS mode
` [PULL 20/26] target/riscv: Fix ssamoswap error handling
` [PULL 21/26] target/riscv: rvv: Replace checking V by checking Zve32x
` [PULL 22/26] target/riscv: rvv: Modify minimum VLEN according to enabled vector extensions
` [PULL 23/26] target/riscv: rvv: Fix vslide1[up|down].vx unexpected result when XLEN=32 and SEW=64
` [PULL 24/26] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
` [PULL 25/26] target/riscv: Fix endianness swap on compressed instructions
` [PULL 26/26] docs: riscv-iommu: Update status of kernel support

[DESIGN RFC] Critical Update handling in the kernel
 2025-10-03  3:28 UTC  (6+ messages)

Optimizing small reads
 2025-10-03  3:32 UTC  (2+ messages)

[meta-arago][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202510021800
 2025-10-03  3:25 UTC  (2+ messages)

[meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202510021800
 2025-10-03  3:25 UTC  (2+ messages)

[PATCH v4 0/7] TPM2 PCR Capping
 2025-10-03  3:22 UTC  (4+ messages)
` [PATCH v4 2/7] tss2: Introduce grub_tcg2_cap_pcr()
` [PATCH v4 3/7] tss2: Implement grub_tcg2_cap_pcr() for EFI
` [PATCH v4 5/7] tss2: Implement grub_tcg2_cap_pcr() for EMU


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.