android14-6.1 April 2025 release 10

Artifacts:
  https://ci.android.com/builds/submitted/13749880/kernel_aarch64/latest
  1. 6c33077 UPSTREAM: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() by Oleg Nesterov · 5 months ago android14-6.1-2025-04_r10
  2. 57c2e24 UPSTREAM: af_unix: Fix uninit-value in __unix_walk_scc() by Shigeru Yoshida · 5 months ago
  3. 05edf4d UPSTREAM: af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS by Michal Luczaj · 5 months ago
  4. 42b241f UPSTREAM: af_unix: Add dead flag to struct scm_fp_list. by Kuniyuki Iwashima · 5 months ago
  5. a1f6360 UPSTREAM: af_unix: Don't access successor in unix_del_edges() during GC. by Kuniyuki Iwashima · 5 months ago
  6. 45f502a UPSTREAM: af_unix: Try not to hold unix_gc_lock during accept(). by Kuniyuki Iwashima · 5 months ago
  7. 5ba9991 UPSTREAM: af_unix: Remove lock dance in unix_peek_fds(). by Kuniyuki Iwashima · 5 months ago
  8. ad2c09d2 UPSTREAM: af_unix: Replace garbage collection algorithm. by Kuniyuki Iwashima · 5 months ago
  9. af6999b UPSTREAM: af_unix: Detect dead SCC. by Kuniyuki Iwashima · 5 months ago
  10. 05a9222 UPSTREAM: af_unix: Assign a unique index to SCC. by Kuniyuki Iwashima · 5 months ago
  11. c8e90fe UPSTREAM: af_unix: Avoid Tarjan's algorithm if unnecessary. by Kuniyuki Iwashima · 5 months ago
  12. c1dfb69 UPSTREAM: af_unix: Skip GC if no cycle exists. by Kuniyuki Iwashima · 5 months ago
  13. 0cf8f95 UPSTREAM: af_unix: Save O(n) setup of Tarjan's algo. by Kuniyuki Iwashima · 5 months ago
  14. 3bbc954 UPSTREAM: af_unix: Fix up unix_edge.successor for embryo socket. by Kuniyuki Iwashima · 5 months ago
  15. 49d340e UPSTREAM: af_unix: Save listener for embryo socket. by Kuniyuki Iwashima · 5 months ago
  16. 90b58d8 UPSTREAM: af_unix: Detect Strongly Connected Components. by Kuniyuki Iwashima · 5 months ago
  17. eca1a07 UPSTREAM: af_unix: Iterate all vertices by DFS. by Kuniyuki Iwashima · 5 months ago
  18. a5c6133 UPSTREAM: af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb. by Kuniyuki Iwashima · 5 months ago
  19. 5277c60 UPSTREAM: af_unix: Link struct unix_edge when queuing skb. by Kuniyuki Iwashima · 5 months ago
  20. 6c08a31a UPSTREAM: af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd. by Kuniyuki Iwashima · 5 months ago
  21. 9b0889c4 UPSTREAM: af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. by Kuniyuki Iwashima · 5 months ago
  22. f2fa21f UPSTREAM: af_unix: Remove CONFIG_UNIX_SCM. by Kuniyuki Iwashima · 5 months ago
  23. 94df7c6 UPSTREAM: af_unix: Remove io_uring code for GC. by Kuniyuki Iwashima · 5 months ago
  24. da38ce2 UPSTREAM: af_unix: Replace BUG_ON() with WARN_ON_ONCE(). by Kuniyuki Iwashima · 5 months ago
  25. 870b2e7 UPSTREAM: af_unix: Try to run GC async. by Kuniyuki Iwashima · 5 months ago
  26. 2048b4e UPSTREAM: af_unix: Run GC on only one CPU. by Kuniyuki Iwashima · 5 months ago
  27. d45e77b UPSTREAM: af_unix: Return struct unix_sock from unix_get_socket(). by Kuniyuki Iwashima · 5 months ago