All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-20 08:50:51 to 2026-06-20 19:57:54 UTC [more...]

[Buildroot] [PATCH 1/1] package/util-linux: bump version to 2.42.2
 2026-06-20 19:57 UTC 

[PATCH] dm-inlinecrypt: Fix an error handling path in inlinecrypt_ctr()
 2026-06-20 19:33 UTC 

[PATCH] test/security: increase wait time for reassebmly test
 2026-06-20 19:28 UTC  (2+ messages)

[PATCH 1/2] crypto/ipsec_mb: remove chacha-poly and kasumi drivers
 2026-06-20 19:22 UTC  (3+ messages)

[PATCH v2] crypto/openssl: fix use-after-free bug and cleanup
 2026-06-20 19:21 UTC  (2+ messages)

[PATCH] security: harden telemetry parameter parsing
 2026-06-20 19:19 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] examples/ipsec-secgw: drop packets in poll mode
 2026-06-20 18:57 UTC  (2+ messages)

[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
 2026-06-20 18:48 UTC  (17+ messages)
` [PATCH v4 01/16] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v4 02/16] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v4 03/16] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v4 04/16] rust: drm: change default DeviceContext to Normal
` [PATCH v4 05/16] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v4 06/16] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v4 07/16] rust: drm: split Deref for Device context typestates
` [PATCH v4 08/16] rust: drm: pin ioctl Device reference to Normal context
` [PATCH v4 09/16] rust: drm: add Ioctl device context typestate
` [PATCH v4 10/16] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v4 11/16] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v4 12/16] rust: drm: return ParentDevice from Device AsRef
` [PATCH v4 13/16] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v4 14/16] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v4 15/16] rust: drm: Pass registration data to ioctl handlers
` [PATCH v4 16/16] drm: nova: Use drm::Device<Registered> to access the parent bus device

[Buildroot] [PATCH 1/1] package/util-linux: allow musl build for login/runuser/su
 2026-06-20 18:46 UTC 

[PATCH 1/2] crypto/ipsec_mb: allow aesni_mb and aesni_gcm vdevs on Arm
 2026-06-20 18:43 UTC  (3+ messages)

[v1] crypto/qat: require IPsec MB for HMAC precomputes
 2026-06-20 18:37 UTC  (3+ messages)
` [v2] "
  ` [EXTERNAL] "

[PATCH V3] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
 2026-06-20 18:29 UTC  (2+ messages)

[v1] crypto/openssl: update to OpenSSL 3.0 minimum version
 2026-06-20 18:28 UTC  (3+ messages)
` [v2] "
  ` [EXTERNAL] "

[RFC PATCH v1.1 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-20 18:20 UTC  (26+ messages)
` [RFC PATCH v1.1 01/13] mm/damon: introduce damon_nr_accesses_mvsum()
` [RFC PATCH v1.1 02/13] mm/damon/tests/core-kunit: test damon_mvsum()
` [RFC PATCH v1.1 03/13] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [RFC PATCH v1.1 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [RFC PATCH v1.1 05/13] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [RFC PATCH v1.1 06/13] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [RFC PATCH v1.1 07/13] mm/damon/core: remove damon_verify_reset_aggregated()
` [RFC PATCH v1.1 08/13] mm/damon/core: remove damon_verify_merge_regions_of()
` [RFC PATCH v1.1 09/13] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [RFC PATCH v1.1 10/13] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [RFC PATCH v1.1 11/13] mm/damon/core: remove nr_accesses_bp setups and updates
` [RFC PATCH v1.1 12/13] mm/damon/core: remove damon_moving_sum() and its unit test
` [RFC PATCH v1.1 13/13] mm/damon: remove damon_region->nr_accesses_bp

[PATCH 1/2] test/crypto: validate ML crypto keys
 2026-06-20 18:17 UTC  (2+ messages)

[PATCH v9 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-06-20 18:16 UTC  (7+ messages)
` [PATCH v9 1/6] mm: swap: introduce swap tier infrastructure
` [PATCH v9 2/6] mm: swap: associate swap devices with tiers
` [PATCH v9 3/6] mm: memcontrol: add interface for swap tier selection
` [PATCH v9 4/6] mm: swap: filter swap allocation by memcg tier mask
` [PATCH v9 5/6] selftests/mm: add a swap tier configuration test
` [PATCH v9 6/6] selftests/cgroup: add a swap tier routing test

[PATCH] test: sync soft expiry check in inline IPsec
 2026-06-20 18:08 UTC  (2+ messages)

[PATCH] common/qat: add asym crypto disable option
 2026-06-20 18:02 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Allow type tag BTF records to succeed other modifier records
 2026-06-20 17:53 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-20 17:48 UTC  (5+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH bpf 0/2] bpf: Mark bpf_get_kmem_cache() as nullable
 2026-06-20 17:47 UTC  (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Cover bpf_get_kmem_cache() null return

[PATCH] fetch2/git: Only fetch extra shallow refs that exist
 2026-06-20 17:44 UTC 

[PATCH bpf-next 0/2] bpf: Preserve RCU pointer nullness after unlock
 2026-06-20 17:44 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Preserve nullable RCU pointer state on unlock
` [PATCH bpf-next 2/2] selftests/bpf: Cover nullable RCU pointer use after unlock

ARM v8 rte_power_pause
 2026-06-20 17:38 UTC  (5+ messages)

[RFC PATCH v1.1] mm/damon/core: handle zero intervals in damon_max_nr_accesses()
 2026-06-20 17:32 UTC  (3+ messages)

[PATCH v3 00/13] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
 2026-06-20 17:25 UTC  (26+ messages)
` [PATCH v3 01/13] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v3 02/13] dmaengine: dw-edma: Add core quiesce operations
` [PATCH v3 03/13] dmaengine: dw-edma: Add delegated channel request helpers
` [PATCH v3 04/13] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
` [PATCH v3 05/13] dmaengine: dw-edma: Add partial channel ownership mode
` [PATCH v3 06/13] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
` [PATCH v3 07/13] dmaengine: dw-edma-pcie: Add capability match data
` [PATCH v3 08/13] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
` [PATCH v3 09/13] dmaengine: dw-edma-pcie: Add platform ops to match data
` [PATCH v3 10/13] dmaengine: dw-edma-pcie: Add register offset match flag
` [PATCH v3 11/13] dmaengine: dw-edma-pcie: Factor out descriptor block address lookup
` [PATCH v3 12/13] dmaengine: dw-edma-pcie: Handle optional data blocks
` [PATCH v3 13/13] dmaengine: dw-edma-pcie: Add chip flags to match data

[PATCH v3] mm/damon/reclaim: fix potential memory leak
 2026-06-20 17:20 UTC  (5+ messages)
  ` [PATCH v1] "

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-20 17:11 UTC  (2+ messages)

[PATCH net v3 0/2] Drop skb metadata before LWT encapsulation
 2026-06-20 17:09 UTC  (5+ messages)
` [PATCH net v3 1/2] net: lwtunnel: "
` [PATCH net v3 2/2] selftests/bpf: Add LWT encap tests for skb metadata

[PATCH v3 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-06-20 17:08 UTC  (4+ messages)
` [PATCH v3 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v3 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v3 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH v3 00/13] rust: drm: Higher-Ranked Lifetime private data
 2026-06-20 16:52 UTC  (2+ messages)

[PATCH v1 0/5] prefix lcore role enum values
 2026-06-20 16:42 UTC  (8+ messages)

[PATCH] MAINTAINERS: update for ena
 2026-06-20 16:40 UTC 

[PATCH bpf-next v4] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-20 16:26 UTC  (2+ messages)

[PATCH RFC 1/3] drm/amd/display: quirk malformed CH7218 PCON topology
 2026-06-20 16:06 UTC  (6+ messages)
` [PATCH RFC 2/3] drm/amd/display: quirk CH7218 DP DSC support bit
` [PATCH RFC 3/3] drm/amd/display: use HDMI RGB deep color for PCONs

[PATCH net] seg6: validate SRH length before reading fixed fields
 2026-06-20 15:55 UTC 

[Buildroot] [PATCH 1/1] package/cmake: bump version to 4.3.4
 2026-06-20 15:51 UTC 

[Buildroot] [PATCH 1/1] package/pugixml: bump version to 1.16
 2026-06-20 15:43 UTC 

[PATCH 1/3] drm/amdgpu/mes12: drop queue state on RESET_QUEUES unmap
 2026-06-20 15:37 UTC  (3+ messages)
` [PATCH 2/3] drm/amdkfd: flush MES queue on reset-time queue removal
` [PATCH 3/3] drm/amdgpu: defer KCQ remap until after MES resume in reset flow

[PATCH bpf-next 0/2] bpf: Require CAP_BPF for pseudo-BTF ksym loads
 2026-06-20 15:34 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
    `  "

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-20 15:27 UTC  (8+ messages)
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns for "

[PATCH bpf-next 0/2] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-20 15:11 UTC  (5+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] "
  ` [PATCH bpf-next v2 2/2] selftests/hid: Cover hid_bpf_get_data() size overflow

[PATCH net v2] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-06-20 15:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/cifs-utils: remove NO_WERROR hook
 2026-06-20 15:02 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/cifs-utils: bump version to 7.6

[Buildroot] [PATCH 1/1] package/net-tools: fix build with linux 7.1
 2026-06-20 14:38 UTC  (2+ messages)

[Buildroot] [git commit] package/net-tools: fix build with linux 7.1
 2026-06-20 14:37 UTC 

[PATCH 00/78] ASoC: codecs: Use guard() for mutex & spin locks
 2026-06-20 14:31 UTC  (10+ messages)
` [PATCH 15/78] ASoC: codecs: cs42l43: Use guard() for mutex locks

[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-06-20 14:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lmbench: bump version
 2026-06-20 13:36 UTC 

[PATCH v3] drm/amdgpu: initialize ret before UMC error record loop
 2026-06-20 13:28 UTC  (2+ messages)

[PATCH bpf v2] bpf, sockmap: disallow update and delete from tc, xdp and flow_dissector
 2026-06-20 13:24 UTC  (2+ messages)

(no subject)
 2026-06-20 12:36 UTC  (5+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects
` [PATCH 2/2] selftests/bpf: validate rx_queue_index in xdp_metadata

[PATCH] Docs/admin-guide/cgroup-v2: fix memory.stat doc details
 2026-06-20 12:27 UTC 

[Buildroot] [PATCH] package/bluez5_utils{, -headers}: bump to version 5.86
 2026-06-20 12:07 UTC  (2+ messages)

[Buildroot] [git commit] package/bluez5_utils{, -headers}: bump to version 5.86
 2026-06-20 11:34 UTC 

[PATCH v3 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
 2026-06-20 11:23 UTC  (5+ messages)
` [PATCH v3 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v3 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v3 3/4] IPC: Added system call entry in performance tool
` [PATCH v3 4/4] Test: Added self-testing and documentation

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 7.0.x, 6.18.x series
 2026-06-20 11:23 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 7.0.x, 6.18.x series
 2026-06-20 10:34 UTC 

The read builtin erroneously consumes null bytes
 2026-06-20 10:40 UTC  (4+ messages)
  ` [PATCH] input: Fix overeager NUL deletion in SMALL mode

[Buildroot] [PATCH] utils/generate-cyclonedx: fixup scp-style git sites
 2026-06-20  9:39 UTC  (2+ messages)

[PATCH] f2fs: fix FG GC failure when file in victim is pinned
 2026-06-20  9:34 UTC 

[Buildroot] [PATCH 1/1] package/emlog: annotate more misclassified CVEs
 2026-06-20  9:28 UTC  (2+ messages)

[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
 2026-06-20  9:25 UTC  (5+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] package/python-django: security bump to v6.0.6
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/libopenssl: security bump to version 3.6.3
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/redis: bump to v8.8.0
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/rsync: bump version to 3.4.4
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/apache: security bump to version 2.4.68
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/ntp: ignore CVE-2015-7977
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH 2025.02.x] package/mesa3d: patch CVE-2026-40393
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH 2025.02.x] package/libinput: backport patch CVE-2026-50292
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH for 2025.02.x] package/python-django: security bump to v5.2.15
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH 2025.02.x] package/libopenssl: security bump to version 3.5.7
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [PATCH for 2025.02.x] package/redis: security bump to v7.2.14
 2026-06-20  9:10 UTC  (2+ messages)

[Buildroot] [git commit branch/2026.05.x] package/apache: security bump to version 2.4.68
 2026-06-18 12:44 UTC 

[Buildroot] [git commit branch/2026.05.x] package/python-django: security bump to v6.0.6
 2026-06-18 12:54 UTC 

[Buildroot] [git commit branch/2026.05.x] package/rsync: bump version to 3.4.4
 2026-06-18 12:44 UTC 

[Buildroot] [git commit branch/2026.05.x] package/ntp: ignore CVE-2015-7977
 2026-06-18 12:55 UTC 

[Buildroot] [git commit branch/2026.05.x] package/redis: security bump to v8.6.4
 2026-06-18 12:38 UTC 

[Buildroot] [git commit branch/2026.05.x] package/libopenssl: security bump to version 3.6.3
 2026-06-18 12:45 UTC 

[Buildroot] [git commit branch/2025.02.x] package/mesa3d: patch CVE-2026-40393
 2026-06-18 13:07 UTC 

[Buildroot] [git commit branch/2025.02.x] package/libinput: backport patch CVE-2026-50292
 2026-06-18 13:05 UTC 

[Buildroot] [git commit branch/2025.02.x] package/libopenssl: security bump to version 3.5.7
 2026-06-18 12:47 UTC 

[Buildroot] [git commit branch/2025.02.x] package/python-django: security bump to v5.2.15
 2026-06-18 12:58 UTC 

[Buildroot] [git commit branch/2025.02.x] package/ntp: ignore CVE-2015-7977
 2026-06-18 12:58 UTC 

[Buildroot] [git commit branch/2025.02.x] package/redis: security bump to v7.2.14
 2026-06-18 12:39 UTC 

[Buildroot] [git commit branch/2025.02.x] package/apache: security bump to version 2.4.68
 2026-06-18 12:44 UTC 

[Buildroot] [git commit branch/2025.02.x] package/rsync: bump version to 3.4.4
 2026-06-18 12:44 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.