Package kernel-source-anbox: Information

    Source package: kernel-source-anbox
    Version: 14-alt6.gae26ba2
    Build time:  Jul 20, 2025, 08:34 PM
    Report package bug
    License: GPLv3/GPLv2
    Summary: Anbox kernel modules sources
    Description: 
    Anbox kernel modules sources.

    List of RPM packages built from this SRPM:
    anbox-kernel-conf (noarch)
    kernel-source-anbox (noarch)


    List of contributors:
    Konstantin Lepikhov

      1. kernel-build-tools

    Last changed


    July 4, 2025 Konstantin Lepikhov 14-alt6.gae26ba2
    - Added MODULE_DESCRIPTION: required in 6.15+
    - Apply upstream cleanups:
      + binder: remove unneeded <linux/export.h> inclusion from binder_internal.h
    - Apply upstream fixes:
      + binder: fix race between mmput() and do_exit()
    - Apply fixes from kernel 6.13:
      + binder_alloc: (mm/list_lru: simplify the list_lru walk callback function)
    - Apply fixes from kernel 6.14:
      + binder: lsm: (ensure the correct LSM context releaser)
    June 5, 2024 Konstantin Lepikhov 14-alt5.gae26ba2
    - Apply fixes from kernel 6.9:
      + binder_alloc: list_lru_{add,del}->list_lru_{add,del}_obj
    - Apply fixes for kernels 6.8+:
      + binder: s/close_fd_get_file()/file_close_fd()/g
    - Apply fixes for kernels 6.7+:
      + binder_alloc: fix use-after-free in shinker's callback
      + binder_alloc: dynamically allocate the android-binder shrinker
      + binderfs: Convert to using the new inode timestamp accessor functions.
    Dec. 3, 2023 Konstantin Lepikhov 14-alt4.gae26ba2
    - Apply fixes from kernel-6.6:
      + binderfs: Drop unused #include <linux/radix-tree.h>
      + binder: fix memory leak in binder_init()
      + binder: fix UAF of alloc->vma in race with munmap()
      + binderfs: convert to ctime accessor functions