All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-23 18:22:22 to 2025-11-23 22:53:31 UTC [more...]

[PATCH v3 0/2] riscv: dts: starfive: Add OrangePi RV board
 2025-11-23 22:50 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: starfive: add xunlong,orangepi-rv
` [PATCH v3 2/2] riscv: dts: starfive: add Orange Pi RV

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-11-23 22:51 UTC  (12+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
` [RFC v2 08/11] io_uring/rsrc: add imu flags
` [RFC v2 09/11] io_uring/rsrc: extended reg buffer registration
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC v2 11/11] io_uring/rsrc: implement dmabuf regbuf import

[PATCH 0/3] further damage-control lack of clone scalability
 2025-11-23 22:48 UTC  (11+ messages)
` [PATCH 2/3] ns: pad refcount
` [PATCH 3/3] pid: only take pidmap_lock once on alloc

[PATCH 00/18] `syn` support
 2025-11-23 22:46 UTC  (5+ messages)

[PATCH 0/4] Add first led driver written in Rust
 2025-11-23 22:45 UTC  (9+ messages)
` [PATCH 1/4] rust: i2c: add read and write byte data abstractions
  ` [PATCH 2/4] rust: add pinned wrapper of Vec
    ` [PATCH 3/4] rust: leds: add basic led classdev abstractions
      ` [PATCH 4/4] leds: add driver for synology atmega1608 controlled LEDs

ath12k_pci errors and loss of connectivity in 6.12.y branch
 2025-11-23 22:44 UTC  (11+ messages)

[syzbot] [ntfs3?] INFO: task hung in __start_renaming
 2025-11-23 22:44 UTC 

[OE-core][kirkstone][PATCH 1/3] libarchive: patch 3.8.3 security issue 1
 2025-11-23 22:40 UTC  (3+ messages)
` [OE-core][kirkstone][PATCH 2/3] libarchive: patch 3.8.3 security issue 2
` [OE-core][kirkstone][PATCH 3/3] libarchive: patch CVE-2025-60753

drivers/media/i2c/ccs/ccs.o: error: objtool: ccs_set_selection(): unexpected end of section .text.ccs_set_selection
 2025-11-23 22:29 UTC  (5+ messages)

[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
 2025-11-23 22:27 UTC  (2+ messages)

[PATCH 1/2] clamav: Add recipe for version 1.4.3
 2025-11-23 22:08 UTC  (3+ messages)
` [yocto-patches] "

[PATCH v2] fs: Add uoff_t
 2025-11-23 22:05 UTC 

[PATCH v9 0/2] clk: rockchip: Add clock controller for the RK3506
 2025-11-23 22:04 UTC  (3+ messages)

[yocto-patches][meta-security][PATCH V7] clamav: Add recipe for version 1.4.3
 2025-11-23 22:02 UTC 

[PATCH] iommupt: Fix unlikely flows in increase_top()
 2025-11-23 22:02 UTC  (2+ messages)

git whatchanged deprecation
 2025-11-23 22:00 UTC 

[soc:qcom/dt64 39/134] arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dtb: pmic@66 (maxim,max77705): '#interrupt-cells', 'interrupt-controller' do not match any of the regexes: '^pinctrl-[0-9]+$'
 2025-11-23 21:58 UTC 

linux-next: Signed-off-by missing for commit in the extcon tree
 2025-11-23 21:56 UTC 

[PATCH] drm/amd/display: Fix dereference-before-check for dc_link
 2025-11-23 21:55 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the printk tree
 2025-11-23 21:53 UTC 

[PATCH] rust: num: bounded: Always inline fits_within and from_expr
 2025-11-23 21:51 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: Allow packages to be excluded from bindeb-pkg
 2025-11-23 21:47 UTC  (3+ messages)

[PATCH net] vsock: Ignore signal/timeout on connect() if already established
 2025-11-23 21:46 UTC  (10+ messages)

bug #65889: cryptomount with keyfile fails because of shim lock verifier
 2025-11-23 21:27 UTC 

[PATCH] nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI
 2025-11-23 21:46 UTC  (2+ messages)

[PATCH net-next] vsock/test: Extend transport change null-ptr-deref test
 2025-11-23 21:43 UTC 

[PATCH 2/2] leds: add "network" LED trigger (lan/wan/wlan)
 2025-11-23 21:29 UTC 

[PATCH v5 00/10] Implement LANDLOCK_ADD_RULE_QUIET
 2025-11-23 21:37 UTC  (12+ messages)
` [PATCH v5 01/10] landlock: Add a place for flags to layer rules
` [PATCH v5 02/10] landlock: Add API support and docs for the quiet flags
` [PATCH v5 03/10] landlock: Suppress logging when quiet flag is present
` [PATCH v5 04/10] landlock: Fix wrong type usage
` [PATCH v5 05/10] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v5 06/10] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v5 07/10] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v5 08/10] selftests/landlock: add tests for quiet flag with net rules
` [PATCH v5 09/10] selftests/landlock: Add tests for quiet flag with scope
` [PATCH v5 10/10] selftests/landlock: Add tests for invalid use of quiet flag

[RFC PATCH 0/5] drivers: usb: dwc3: sync code with Linux v6.16-rc1
 2025-11-23 20:39 UTC  (2+ messages)

[ebiggers:more-at-least-decorations-v1 9/9] lib/crypto/sha256.c:237:6: warning: no previous prototype for 'sha224_final'
 2025-11-23 21:30 UTC 

[PATCH 1/2] leds: accept trigger parameters in "trigger:params" format
 2025-11-23 21:26 UTC 

mempool_alloc_bulk and various mempool improvements v3
 2025-11-23 21:22 UTC  (6+ messages)
` [PATCH 06/11] mempool: factor out a mempool_alloc_from_pool helper

[PATCH v7 00/13] printk: console: Per-console loglevels
 2025-11-23 21:21 UTC  (3+ messages)
` [PATCH v7 11/13] printk: docs: Add comprehensive guidance for per-console loglevels

[PATCH v2 0/3] Apple Silicon Type-C PHY
 2025-11-23 21:19 UTC  (8+ messages)
` [PATCH v2 1/3] soc: apple: Add hardware tunable support
` [PATCH v2 2/3] dt-bindings: phy: Add Apple Type-C PHY
` [PATCH v2 3/3] phy: apple: "

[PATCH v1] kbuild: Add KBUILD_VMLINUX_LIBS_PRELINK
 2025-11-23 21:15 UTC  (5+ messages)

[PATCH v2] lib/crypto: blake2b: Limit frame size workaround to GCC
 2025-11-23 21:13 UTC  (2+ messages)

[PATCH v4 00/10] Implement LANDLOCK_ADD_RULE_QUIET
 2025-11-23 21:03 UTC  (9+ messages)
` [PATCH v4 02/10] landlock: Add API support and docs for the quiet flags
` [PATCH v4 03/10] landlock: Suppress logging when quiet flag is present

[PATCH v2 0/6] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-11-23 21:03 UTC  (3+ messages)
` [PATCH 2/6] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT userspace api

[PATCH] v4l2-tracer: unique_ptr conversions
 2025-11-23 21:02 UTC 

[PATCH BlueZ] sco-tester: add timeout / close during connection tests
 2025-11-23 21:00 UTC  (2+ messages)
` [BlueZ] "

[PATCH 0/6] lib/crypto: More at_least decorations
 2025-11-23 20:54 UTC  (6+ messages)

[PATCH] watchdog: imx7ulp_wdt: handle the nowayout option
 2025-11-23 20:34 UTC  (2+ messages)

Bug#1121211: UBSAN: array-index-out-of-bounds in /build/reproducible-path/linux-6.17.8/drivers/clk/samsung/clk-exynos-clkout.c:178:18
 2025-11-23 20:33 UTC  (3+ messages)

[PATCH libcrypto v4 1/3] wifi: iwlwifi: trans: rename at_least variable to min_mode
 2025-11-23 20:28 UTC  (2+ messages)

[PATCH][next] wifi: rtl8xxxu: Avoid -Wflex-array-member-not-at-end warnings
 2025-11-23 20:29 UTC  (3+ messages)

[PATCH] lib/crypto: blake2b: Limit frame size workaround to GCC < 12.2 on i386
 2025-11-23 20:26 UTC  (5+ messages)

[PATCH] drm/bridge: dw-hdmi-qp: Fix spurious IRQ on resume
 2025-11-23 20:25 UTC  (3+ messages)

[PATCH] rust: i2c: prepare for `core::ffi::CStr`
 2025-11-23 20:25 UTC  (2+ messages)

[bluez/bluez] 3c3893: sco-tester: add timeout / close during connection 
 2025-11-23 20:15 UTC 

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-23 20:12 UTC  (5+ messages)
` [PATCH v2 8/8] "

[ebiggers:more-at-least-decorations-v1 8/9] lib/crypto/sha1.c:221:6: warning: no previous prototype for 'sha1_final'
 2025-11-23 20:08 UTC 

[GIT PULL] clk fixes for v6.18-rc6
 2025-11-23 20:05 UTC  (2+ messages)

[PATCH v6 6/9] futex: Wire up get_robust_list2 syscall
 2025-11-23 20:02 UTC  (5+ messages)

[PATCH] riscv: dts: sifive: unmatched: Add PWM controlled fans
 2025-11-23 20:00 UTC  (5+ messages)

[RFC PATCH 00/12] mm/damos/stat: introduce nr_snapshots, max_nr_snapshots and tracepoint
 2025-11-23 19:54 UTC  (14+ messages)
` [RFC PATCH 01/12] mm/damon/core: introduce nr_snapshots damos stat
` [RFC PATCH 02/12] mm/damon/sysfs-schemes: introduce nr_snapshots damos stat file
` [RFC PATCH 03/12] Docs/mm/damon/design: update for nr_snapshots damos stat
` [RFC PATCH 04/12] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH 05/12] Docs/ABI/damon: "
` [RFC PATCH 06/12] mm/damon: update damos kerneldoc for stat field
` [RFC PATCH 07/12] mm/damon/core: implement max_nr_snapshots
` [RFC PATCH 08/12] mm/damon/sysfs-schemes: implement max_nr_snapshots file
` [RFC PATCH 09/12] Docs/mm/damon/design: update for max_nr_snapshots
` [RFC PATCH 10/12] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH 11/12] Docs/ABI/damon: "
` [RFC PATCH 12/12] mm/damon/core: add trace point for damos stat per apply interval

[PATCH 0/7] Add support for AD4062 device family
 2025-11-23 19:48 UTC  (10+ messages)
` [PATCH 3/7] iio: adc: Add support for ad4062
` [PATCH 5/7] iio: adc: ad4062: Add IIO Trigger support
` [PATCH 7/7] iio: adc: ad4062: Add IIO Events support

[PATCH v7 00/22] Live Update Orchestrator
 2025-11-23 19:43 UTC  (18+ messages)
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 04/22] liveupdate: luo_session: add sessions support
` [PATCH v7 05/22] liveupdate: luo_core: add user interface
` [PATCH v7 08/22] docs: add luo documentation
` [PATCH v7 11/22] mm: shmem: allow freezing inode mapping

[Build #31516380] armhf build of rdma-core 61.0~202511231620+git89fecd94~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2025-11-23 19:36 UTC 

[recipe build #3975739] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-11-23 19:31 UTC 

[PATCH v2] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-11-23 19:40 UTC  (3+ messages)

[Build #31516386] armhf build of rdma-core 61.0~202511231620+git89fecd94~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2025-11-23 19:37 UTC 

[PATCH] Fixed --shallow-since generating descendant borders
 2025-11-23 19:35 UTC  (2+ messages)
` [PATCH v2] shallow: set borders which are all reachable after clone shallow since

v4l-cx23885-enc.fw file on linuxtv.org
 2025-11-23 19:28 UTC 

[PATCH RESEND v2] devfreq: move governor.h to a public header location
 2025-11-23 19:20 UTC  (3+ messages)

[PATCH v18 0/3] leds: add new LED driver for TI LP5812
 2025-11-23 19:20 UTC  (5+ messages)
` [PATCH v18 1/3] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v18 2/3] leds: add basic support for "
` [PATCH v18 3/3] docs: leds: Document TI LP5812 LED driver

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-23 19:20 UTC  (7+ messages)
` [PATCH 06/44] bpf: Verifier, remove some unusual uses of min_t() and max_t()

[PATCH 0/2] nvme: blktests bug fix for 6.19
 2025-11-23 19:18 UTC  (3+ messages)
` [PATCH BUF FIX 1/2] nvme-tcp: use __fput_sync() to avoid use-after-free on reset
` [PATCH BUG FIX 2/2] nvme-multipath: clear BIO_QOS flags on requeue

[patch V5 20/20] sched/mmcid: Switch over to the new mechanism
 2025-11-23 19:03 UTC  (2+ messages)
` [tip: core/rseq] sched/mmcid: Ensure that per CPU threshold is > 0

[patch V5 09/20] cpumask: Cache num_possible_cpus()
 2025-11-23 19:03 UTC  (2+ messages)
` [tip: core/rseq] cpu: Initialize __num_possible_cpus correctly

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2025-11-23 19:03 UTC 

[canxl v6 05/17] can: netlink: add initial CAN XL support
 2025-11-23 18:58 UTC  (4+ messages)

[PATCH 00/18] Refactor object read streams to work via object sources
 2025-11-23 18:59 UTC  (21+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 01/19] streaming: rename `git_istream` into `odb_read_stream`
  ` [PATCH v3 02/19] streaming: drop the `open()` callback function
  ` [PATCH v3 03/19] streaming: propagate final object type via the stream
  ` [PATCH v3 04/19] streaming: explicitly pass packfile info when streaming a packed object
  ` [PATCH v3 05/19] streaming: allocate stream inside the backend-specific logic
  ` [PATCH v3 06/19] streaming: create structure for in-core object streams
  ` [PATCH v3 07/19] streaming: create structure for loose "
  ` [PATCH v3 08/19] streaming: create structure for packed "
  ` [PATCH v3 09/19] streaming: create structure for filtered "
  ` [PATCH v3 10/19] streaming: move zlib stream into backends
  ` [PATCH v3 11/19] packfile: introduce function to read object info from a store
  ` [PATCH v3 12/19] streaming: rely on object sources to create object stream
  ` [PATCH v3 13/19] streaming: get rid of `the_repository`
  ` [PATCH v3 14/19] streaming: make the `odb_read_stream` definition public
  ` [PATCH v3 15/19] streaming: move logic to read loose objects streams into backend
  ` [PATCH v3 16/19] streaming: move logic to read packed "
  ` [PATCH v3 17/19] streaming: refactor interface to be object-database-centric
  ` [PATCH v3 18/19] streaming: move into object database subsystem
  ` [PATCH v3 19/19] streaming: drop redundant type and size pointers

[PATCH v2 00/19] Refactor object read streams to work via object sources
 2025-11-23 18:59 UTC  (13+ messages)
` [PATCH v2 02/19] streaming: drop the `open()` callback function
` [PATCH v2 12/19] streaming: rely on object sources to create object stream
` [PATCH v2 13/19] streaming: get rid of `the_repository`
` [PATCH v2 17/19] streaming: refactor interface to be object-database-centric

[PATCH] hw/i386/isapc: Remove dead Xen code
 2025-11-23 18:58 UTC 

[PATCH-for-10.2] hw/pci-host/dino: Correct PCI memory access to PA I/O range
 2025-11-23 18:55 UTC 

[PATCH v1 1/4] MAINTAINERS: add Conor to StarFive entry
 2025-11-23 18:53 UTC  (4+ messages)
` [PATCH v1 2/4] MAINTAINERS: remove patchwork from RISC-V MISC SOC SUPPORT
` [PATCH v1 3/4] MAINTAINERS: add tree to RISC-V Microchip entry
` [PATCH v1 4/4] MAINTAINERS: degrade RISC-V MISC SOC SUPPORT to Odd Fixes

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-23 18:52 UTC  (17+ messages)
` [PATCH v13] "
  ` [PATCH v14] "
    ` [PATCH v15] "
      ` [PATCH v16] "
        ` [PATCH v17] "
          ` [PATCH v18] "
                ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

[meta-multimedia][PATCH] libao: ignore CVE-2017-11548
 2025-11-23 18:47 UTC 

[meta-oe][PATCH] php: upgrade 8.4.14 -> 8.4.15
 2025-11-23 18:46 UTC 

[PATCH net v3] l2tp: fix double dst_release() on sk_dst_cache race
 2025-11-14  1:06 UTC 

[PATCH v2] r8169: add support for RTL8127ATF
 2025-11-23 18:41 UTC  (5+ messages)

[ebiggers:more-at-least-decorations-v1 7/9] lib/crypto/poly1305.c:25:6: warning: no previous prototype for 'poly1305_init'
 2025-11-23 18:39 UTC 

[PATCH v2 0/4] Improve folio split related functions
 2025-11-23 18:38 UTC  (3+ messages)
` [PATCH v2 1/4] mm/huge_memory: change folio_split_supported() to folio_check_splittable()

[PATCH] fpga: bridge: Use str_enabled_disabled helper in state_show
 2025-11-23 18:22 UTC 

[PATCH] mtd: sm_ftl: Replace deprecated strncpy with sysfs_emit in sm_attr_show
 2025-11-23 18:21 UTC 


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.