Leon Anavi 322a5c29ca valkey: Upgrade 9.1.1 -> 9.1.2
Upgrade to release 9.1.2:

Security Fixes

- GHSA-jcj7-v34w-v9vv: Fix a use-after-free in RDMA connection
  handling that could allow an authenticated client to crash the
  server using CLIENT KILL. Only affects servers built with
  USE_RDMA and configured with an RDMA listener
- GHSA-fq2f-crmw-q97r: Fix an unauthenticated use-after-free of the
  Lua interpreter state, caused by a process-global script debugger
  command table that cached a raw pointer to a freed interpreter
  and was never invalidated

Bug Fixes

- Fix a double-free crash when a module timer callback stops its
  own timer with ValkeyModule_StopTimer
- Fix torn RESP3 push frames when a client publishes to a channel
  it is also subscribed to, which could desync client libraries
- Listpacks are now always validated on RDB load and RESTORE,
  preventing deferred assertion crashes; sanitize-dump-payload and
  its ACL flags become no-ops
- Fix crashes, hangs, and CPU spinning when the RDMA transport is
  used together with I/O threads
- RESET now clears the CLIENT IMPORT-SOURCE flag, so reused pooled
  connections return to normal expiration semantics
- Truncate a partially written MULTI block from the AOF on short
  read, preventing loss of newer writes after a later restart
- Fix an ACL bypass where duplicate STORE/STOREDIST options let
  GEORADIUS write or delete keys outside the user's permitted patterns
- Fix command log redaction leaking between commands in a MULTI
  transaction and missing for commands executed from scripts
- Fix a use-after-free crash when a module's cluster message type
  is received after the module is unloaded
- Fix out-of-bounds access for cluster module message type 255,
  which is now a valid, dispatchable message type
- AOF loading no longer performs ACL checks on replayed commands,
  preventing silent data loss when the default user is disabled
- Fix a client memory accounting leak on replicas that inflated
  the mem_clients_normal INFO field after primary disconnections
- Fix a permanent client deadlock when a blocking command like
  BLPOP is followed by a partially delivered pipelined command
- HGETEX now requires write permission on the key, closing an
  ACL gap that let read-only users change field TTLs or delete
  fields
- Compare the whole TLS certificate CN during authentication,
  so an embedded NUL can no longer impersonate another ACL user
- Fix atomic slot migration failures with I/O threads by not
  offloading the export job's writes while snapshotting
- Reject invalid slot import ranges when loading an RDB, so
  corrupted files can no longer create bad migration jobs
- Reject RDB slot import records with an invalid job name length,
  preventing an out-of-bounds read at startup
- MOVE and COPY now check ACL access to the current database, so
  users can no longer exfiltrate keys from an unauthorized DB
- Fix a crash on COPY with a trailing DB option during slot
  migration, and block cross-DB COPY regardless of option order
- Fix a server panic when pipelined commands with invalid arity
  reach the key prefetcher with I/O threads enabled
- HPERSIST, HTTL, HPTTL, HEXPIRETIME, and HPEXPIRETIME now return a
  syntax error when the FIELDS keyword is missing
- Fix a race between TLS I/O-thread writes and reads that could
  leave slot migration export jobs stuck until timeout
- Fix a signed overflow that let very large hash field expiration
  times (e.g. via HPEXPIREAT) crash the server
- Fix a frozen monotonic clock on hosts with unsynchronized TSC
  that stopped background tasks and key expiration
- Fix a stack overflow crash when retrying a failed TLS write
  with a large reply
- Fix the --check-system clocksource check to skip hosts using a
  hardware clock and suggest only actually available clocksources
- Fix an assertion failure with I/O threads when a blocked
  client's pending command was processed again before unblocking
- Sentinel no longer loads the built-in Lua scripting engine,
  removing a spurious warning at startup
- Validate channel, message, and module payload lengths in cluster
  bus packets, preventing forged packets from crashing nodes
- Harden stream validation on RDB load and RESTORE so crafted
  payloads can no longer crash the server on later commands
- Reject stream payloads with mismatched live/deleted record
  counts, preventing XDEL from destroying unaccounted entries
- Skip unnecessary post-read processing with I/O threads on socket
  and TLS connections, restoring small-payload throughput
- Fix a use-after-free crash when serving clients blocked on the
  same key if one client is freed during processing
- Avoid an unneeded client lookup per write completion with I/O
  threads on socket and TLS connections, improving pipelined
  throughput
- Fix CLUSTER SLOT-STATS ORDERBY returning wrong ordering when slot
  counters differ by more than 2^31
- Fix slot migration failures with I/O threads and TLS by keeping
  the export job's ACK reads on the main thread while snapshotting

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-08 08:23:15 -07:00
2026-06-23 00:45:59 -07:00
2026-09-08 08:23:15 -07:00
2025-04-10 08:31:06 -07:00
2026-03-02 19:25:48 -08:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories

S
Description
No description provided
Readme
127 MiB
Languages
BitBake 85.1%
Shell 5.6%
NASL 3.4%
C 2.6%
Roff 1.8%
Other 1.3%