All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 17:52:05 to 2026-06-12 18:32:45 UTC [more...]

[PATCH v2 0/8] 9pfs: fix DoS via Treaddir (CVE-2026-9238)
 2026-06-12 18:22 UTC  (2+ messages)
` [PATCH v2 1/8] hw/9pfs: add msize_limit transport callback

[PATCH v4 1/2] Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
 2026-06-12 18:32 UTC  (2+ messages)
` [v4,1/2] "

[PATCHv3 0/6] ata: pata_mpc52xx: fix cleanup ordering and modernize
 2026-06-12 18:32 UTC 

[RFC] ML-KEM (FIPS 203) implementation with reusable decapsulation pool
 2026-06-12 18:32 UTC  (4+ messages)

[PATCH v8 00/15] add software ecdsa support
 2026-06-12 18:32 UTC  (5+ messages)
` [PATCH v8 03/15] ecdsa: initial support of ecdsa using mbedtls
` [PATCH v8 06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented

[PATCH] usbip: vudc: fix NULL pointer dereference in vep_dequeue
 2026-06-12 18:32 UTC  (2+ messages)

[net-next 0/9] ravb: Add gPTP support for Gen4
 2026-06-12 18:31 UTC  (9+ messages)
` [net-next 1/9] net: ethernet: ravb: Remove gPTP control from WoL setup and restore
` [net-next 2/9] net: ethernet: ravb: Move programming of gPTP timer interval
` [net-next 4/9] net: ethernet: ravb: Remove redundant argument to ravb_ptp_init()
` [net-next 5/9] net: ethernet: ravb: Replace gPTP flags with callbacks

[PATCH v3 0/8] media: Add iMX95 neoisp driver
 2026-06-12 18:31 UTC  (3+ messages)
` [PATCH v3 4/8] media: uapi: Add NXP NEOISP user interface header file

[PATCH i-g-t 0/2] Extend core_hotunplug coverage with open-handles unbind/rebind scenario
 2026-06-12 18:30 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-12 18:28 UTC  (6+ messages)
` [GSoC Patch v3 "
  ` [GSoC Patch v3 1/4] path: introduce append_formatted_path() for shared path formatting
  ` [GSoC Patch v3 2/4] rev-parse: use append_formatted_path() for "
  ` [GSoC Patch v3 3/4] repo: add path.commondir with absolute and relative suffix formatting
  ` [GSoC Patch v3 4/4] repo: add path.gitdir "

[PATCH v6 0/9] drm: writeback: clean up writeback connector initialization
 2026-06-12 18:30 UTC  (10+ messages)
` [PATCH v6 1/9] drm/managed: implement managed versions of kzalloc_obj/objs()
` [PATCH v6 2/9] drm/amd/display: use drmm allocation for writeback connector
` [PATCH v6 3/9] drm/amd/display: use drmm_writeback_connector_init()
` [PATCH v6 4/9] drm/komeda: "
` [PATCH v6 5/9] drm/mali: "
` [PATCH v6 6/9] drm: renesas: rcar-du: "
` [PATCH v6 7/9] drm/vc4: "
` [PATCH v6 8/9] drm: writeback: drop excess connector initialization functions
` [PATCH v6 9/9] drm: writeback: rename drm_writeback_connector_init_with_encoder()

[PATCH v2] mm: pgtable: protect lockless kernel page table walks with RCU
 2026-06-12 18:29 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v3 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-12 18:28 UTC  (6+ messages)
` [PATCH v3 07/10] fuse: add io-uring buffer pools (implemented as buffer ring)

[PATCH v4 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-12 18:28 UTC  (9+ messages)
` [PATCH v4 1/4] s390/pci: Hold fmb_lock when enabling or disabling PCI devices
` [PATCH v4 2/4] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v4 3/4] vfio-pci/zdev: Add VFIO FMB device features
` [PATCH v4 4/4] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH 1/2] include/qemu/bswap.h: Add support for Int128 byte swaps
 2026-06-12 18:27 UTC  (3+ messages)
` [PATCH 2/2] test/unit: Byte-swap tests

[PATCH iwl-net] idpf: decrease statistics refresh interval
 2026-06-12 18:28 UTC  (6+ messages)
  ` [Intel-wired-lan] "

[PATCH v13 00/19] Add additional python API support
 2026-06-12 18:27 UTC  (22+ messages)
` [PATCH v14 "
  ` [PATCH v14 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v14 02/19] perf python: Add "
  ` [PATCH v14 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v14 04/19] perf data: Add open flag
  ` [PATCH v14 05/19] perf evlist: Add reference count
  ` [PATCH v14 06/19] perf evsel: "
  ` [PATCH v14 07/19] perf evlist: Add reference count checking
  ` [PATCH v14 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v14 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v14 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v14 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v14 12/19] perf python: Add mmap2 event
  ` [PATCH v14 13/19] perf python: Add callchain support
  ` [PATCH v14 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v14 15/19] perf python: Expose brstack in sample event
  ` [PATCH v14 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v14 17/19] perf python: Add config file access
  ` [PATCH v14 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v14 19/19] perf python: Add LiveSession helper

[PATCH] dtoc: test: add missing escape in help text
 2026-06-12 18:26 UTC  (2+ messages)

[PATCH V3 1/3] accel/amdxdna: Fix amdxdna_client lifetime race during device removal
 2026-06-12 18:26 UTC  (6+ messages)
` [PATCH V3 2/3] accel/amdxdna: Fix notifier_wq "
` [PATCH V3 3/3] accel/amdxdna: Fix iommu domain "

[RFC PATCH v1 00/14] arm: rockchip: rk3576: BLOB-free TPL DRAM init
 2026-06-12 18:26 UTC  (3+ messages)
` [RFC PATCH v1 01/14] sysreset: psci: exclude from XPL builds

[bluez/bluez]
 2026-06-12 18:26 UTC 

[RFC PATCH 0/9] linker list sanity checking
 2026-06-12 18:25 UTC  (7+ messages)
` [RFC PATCH 2/9] linker_lists: Do not set "unused" attribute

[PATCH 0/2] platform/x86: msi-wmi: Fix unknown wmi event messages on MSI Claw models
 2026-06-12 18:25 UTC  (7+ messages)
` [PATCH 2/2] platform/x86: msi-wmi: Add MSI Claw M-Center keys

[GIT PULL] io_uring fixes for 7.1-final
 2026-06-12 18:25 UTC  (2+ messages)

[GIT PULL] SPI fixes for v7.1-rc7
 2026-06-12 18:25 UTC  (2+ messages)

[PATCH 0/7] pxe_utils: small fixups, implement BLS type 1 boot on top of them
 2026-06-12 18:24 UTC  (8+ messages)
` [PATCH 7/7] boot: add a minimal bootmeth for the Boot Loader Specification

[PATCH] PCI/sysfs: Use kstrtobool() to parse the ROM attribute input
 2026-06-12 18:24 UTC 

[PATCH v3] media: atomisp: remove redundant prefix from dev_dbg calls
 2026-06-12 18:23 UTC  (3+ messages)

[meta-virtualization][PATCH 0/7] Container improvements
 2026-06-12 18:23 UTC  (7+ messages)
` [meta-virtualization][PATCH 2/7] recipes-containers/images: add app-container-python
` [meta-virtualization][PATCH 3/7] recipes-containers/images: add app-container-mosquitto
` [meta-virtualization][PATCH 4/7] recipes-containers/images: add app-container-valkey
` [meta-virtualization][PATCH 5/7] recipes-containers/images: add app-container-nginx
` [meta-virtualization][PATCH 6/7] vcontainer-bbmask.inc: allow meta-webserver/recipes-httpd
` [meta-virtualization][PATCH 7/7] app-container-curl: use multilayer mode; container-nonroot-user

[PATCH] drm/xe/display: skip FORCE_WC and vm_bound check for external dma-bufs
 2026-06-12 18:23 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v1] bootm: bound-check OS index in bootm_os_get_boot_func()
 2026-06-12 18:22 UTC  (2+ messages)

[PATCH v2 0/2] fdt_support: validate property lengths in chosen and dma-range fixups
 2026-06-12 18:22 UTC  (3+ messages)
` [PATCH v2 1/2] fdt_support: bound serialN alias length before copying to stack

[PATCH] video: simplefb: fix rot prop handling
 2026-06-12 18:22 UTC  (2+ messages)

[PATCH v6 00/20] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-12 18:21 UTC  (15+ messages)
` [PATCH v6 11/20] nfsd: apply the notify mask to the delegation when requested
` [PATCH v6 15/20] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v6 16/20] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v6 17/20] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v6 18/20] nfsd: properly track requested child attributes
` [PATCH v6 19/20] nfsd: track requested dir attributes
` [PATCH v6 20/20] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v6 0/7] Relocate U-Boot in the last bank
 2026-06-12 18:21 UTC  (3+ messages)
` [PATCH v6 5/7] common: Add an option to relocate on ram top

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-12 18:21 UTC  (5+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "

[dtor-input:test] BUILD SUCCESS 48ec650ebfa9c834c0bd31605f911e084a8e5bf2
 2026-06-12 18:20 UTC 

[PATCH] drm/i915/mtl+: Enable PPS before PLL
 2026-06-12 18:21 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ i915.CI.BAT: "

[PATCH v3 0/3] fs: regression-safe load <iface> for null_dev_desc_ok fstypes
 2026-06-12 18:18 UTC  (7+ messages)
` [PATCH v3 1/3] fs: dispatch null_dev_desc_ok filesystems before lookup
` [PATCH v3 2/3] doc: usage: cmd: load: null-block-device
` [PATCH v3 3/3] test: py: load: check null_dev_desc_ok dispatch

[PATCH v12 00/86] Generic line based metadata support, internal pads
 2026-06-12 18:18 UTC  (3+ messages)
` [PATCH v12 27/86] media: uapi: Add V4L2_CID_BINNING control for binning configuration

[PATCH] sched_ext:SCX is preemptible by the Fair scheduler
 2026-06-12 18:18 UTC  (3+ messages)
    `  "

[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
 2026-06-12 18:18 UTC  (5+ messages)

[linusw-pinctrl:devel 125/127] ERROR: modpost: "pinctrl_get_group_selector" [drivers/pinctrl/ultrarisc/pinctrl-ultrarisc.ko] undefined!
 2026-06-12 18:17 UTC 

[nsa:xlnx/fix/buf-mmap-multibuffer 26771/27391] drivers/net/mqnic/mqnic_irq.c:108:62: warning: 'snprintf' output may be truncated before the last format character
 2026-06-12 18:17 UTC 

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-06-12 18:18 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 06/16] midx: support custom `--base` for incremental MIDX writes

[PATCH] drm/xe: Set TTM device beneficial_order to 9 (2M)
 2026-06-12 18:17 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v4 00/13] Introduce functionality for NVMe initiator
 2026-06-12 18:09 UTC  (14+ messages)
` [PATCH v4 01/13] scsi: fnic: Make debug logging protocol independent
` [PATCH v4 02/13] scsi: fnic: Use fnic_num for non-SCSI identifiers
` [PATCH v4 03/13] scsi: fnic: Decode firmware role configuration
` [PATCH v4 04/13] scsi: fnic: Advertise NVMe initiator service parameters
` [PATCH v4 05/13] scsi: fnic: Add FDLS role handling for NVMe initiators
` [PATCH v4 06/13] scsi: fnic: Add the NVMe/FC transport path
` [PATCH v4 07/13] scsi: fnic: Route completions and resets by initiator role
` [PATCH v4 08/13] scsi: fnic: Handle NVMe LS frames in FDLS
` [PATCH v4 09/13] scsi: fnic: Send NVMe LS requests through FDLS
` [PATCH v4 10/13] scsi: fnic: Abort timed-out NVMe LS requests
` [PATCH v4 11/13] scsi: fnic: Track NVMe transport statistics
` [PATCH v4 12/13] scsi: fnic: Expose NVMe transport state in debugfs
` [PATCH v4 13/13] scsi: fnic: Bump up version number

[PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
 2026-06-12 18:16 UTC  (2+ messages)
` [PATCH] treewide: fix transposed "sign" typos and update spelling.txt

[PATCH v4 0/2] Support zero-sized HDM decoders
 2026-06-12 18:16 UTC  (3+ messages)
` [PATCH v4 2/2] tools/testing/cxl: Enable zero sized decoder under hb0

[PATCH for-4.22] CI: Use more specific Xilinx runner tags
 2026-06-12 18:15 UTC  (2+ messages)

[PATCHv2] sparc: Export mcount for Clang-built modules
 2026-06-12 18:15 UTC 

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-12 18:15 UTC  (12+ messages)

[PATCH v4 0/2] vduse: Add suspend
 2026-06-12 18:14 UTC  (3+ messages)
` [PATCH v4 1/2] vduse: do not take rwsem at reset work flush
` [PATCH v4 2/2] vduse: Add suspend

[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-06-12 18:13 UTC  (7+ messages)
` [PATCH v2 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v2 4/5] binder: Remove mmap_lock fallback
` [PATCH v2 5/5] tcp: Remove mmap_lock fallback path

[PATCH] ALSA: hda/hdmi: disable KAE for Intel Panther Lake
 2026-06-12 18:13 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] tcp: opportunistic loopback splice for BPF-paired sockets
 2026-06-12 18:12 UTC  (3+ messages)

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-12 18:11 UTC  (5+ messages)
` [PATCH v7 02/30] drm/connector: Add HDMI 2.0 scrambler infrastructure

U-Boot Concept Tree Proposal
 2026-06-12 18:10 UTC  (5+ messages)

[syzbot] [kernel?] WARNING in update_curr_idle
 2026-06-12 18:10 UTC 

[syzbot] [kernel?] general protection fault in __schedule (3)
 2026-06-12 18:10 UTC 

[PATCH v3 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-12 18:09 UTC  (4+ messages)
` [PATCH v3 1/3] mm, swap: make SWAPFILE_CLUSTER runtime
` [PATCH v3 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER
` [PATCH v3 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64

[PATCH] cxl: Align interleave decode/encode helpers with their callers
 2026-06-12 18:08 UTC  (5+ messages)

[PATCH] Documentation: leds: fix broken reference to the multicolor LED ABI
 2026-06-12 18:08 UTC  (2+ messages)

drivers/net/veth.c:1051:31: error: no member named 'dql' in 'struct netdev_queue'
 2026-06-12 18:06 UTC 

[PATCH v3 0/3] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-06-12 18:05 UTC  (10+ messages)
` [PATCH v3 2/3] dt-bindings: iio: flow: add "

[PATCH] sched_ext:SCX is preemptible by the Fair scheduler
 2026-06-12 18:05 UTC  (3+ messages)

[PATCH 0/8] Transition Nova Core to TLV firmware images
 2026-06-12 18:04 UTC  (4+ messages)
` [PATCH 3/8] gpu: nova-core: add TLV parser for firmware files

[PATCH v7 11/14] mpam,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
 2026-06-12 18:04 UTC  (11+ messages)

[PATCH] PCI: hv: add hard timeout to wait_for_response()
 2026-06-12 18:04 UTC  (3+ messages)

[PATCH v3 0/2] ata: Consistently define pci_device_ids using named initializers
 2026-06-12 18:03 UTC  (4+ messages)
` [PATCH v3 2/2] ata: Use named initializers for pci_device_id arrays

[PATCH v3 0/3] iova: use maple tree for O(log n) allocation
 2026-06-12 18:03 UTC  (7+ messages)
` [PATCH v3 3/3] iova: defer maple tree erase on GFP_ATOMIC failure

t5563-simple-http-auth failures with v2.55.0-rc0
 2026-06-12 18:02 UTC  (3+ messages)

[PATCH v3 00/10] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-06-12 18:00 UTC  (22+ messages)
` [PATCH v3 01/10] drm/bridge: synopsys: dw-dp: Simplify driver data setting
` [PATCH v3 02/10] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v3 03/10] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v3 04/10] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v3 05/10] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v3 06/10] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v3 07/10] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v3 08/10] drm/rockchip: dw_dp: Add runtime "
` [PATCH RFC v3 09/10] dt-bindings: display: rockchip: dw-dp: fix sound DAI cells
` [PATCH v3 10/10] drm/bridge: synopsys: dw-dp: Add audio support

[PATCH net] sctp: hold socket lock when dumping endpoints in sctp_diag
 2026-06-12 17:59 UTC 

[PATCH 0/2] system/memory: Make ram device region directly accessible
 2026-06-12 17:57 UTC  (6+ messages)
` [PATCH 1/2] system/memory: Use __builtin_mem{cpy, move} in accessors of ram device region

[PATCH v2] pstore: add a KHO backend
 2026-06-12 17:57 UTC  (5+ messages)

[PATCH v2] nfc: nci: add data_len bound checks to activation parameter extractors
 2026-06-12 17:57 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 058cd2920302bb1478643b44f9dcc9d6d8e542b9
 2026-06-12 17:55 UTC 

[PATCH] rtla: Simplify osnoise tracer option setting code
 2026-06-12 17:54 UTC  (2+ messages)

[PATCH v2 0/8] alpha: enable generic entry infrastructure
 2026-06-12 17:54 UTC  (4+ messages)
` [PATCH v2 8/8] alpha: enable GENERIC_ENTRY and GENERIC_IRQ_ENTRY

[PATCH 0/7] arm: mediatek: fix gd->bd->bi_dram[0].size
 2026-06-12 17:52 UTC  (3+ messages)
` [PATCH 1/7] lmb: default LMB_LIMIT_DMA_BELOW_RAM_TOP for 64-bit Mediatek SoCs


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.