[all-commits] [llvm/llvm-project] 76173b: [libc] Add Linux mman extension remap_file_pages. ...

Aly ElAshram via All-commits all-commits at lists.llvm.org
Mon Oct 14 14:04:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76173b1b6770801203e671a7fb25f56163b8829b
      https://github.com/llvm/llvm-project/commit/76173b1b6770801203e671a7fb25f56163b8829b
  Author: Aly ElAshram <71949028+AlyElashram at users.noreply.github.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/newhdrgen/yaml/sys/mman.yaml
    M libc/spec/linux.td
    M libc/src/sys/mman/CMakeLists.txt
    M libc/src/sys/mman/linux/CMakeLists.txt
    A libc/src/sys/mman/linux/remap_file_pages.cpp
    A libc/src/sys/mman/remap_file_pages.h
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    A libc/test/src/sys/mman/linux/remap_file_pages_test.cpp

  Log Message:
  -----------
  [libc] Add Linux mman extension remap_file_pages. (#110307)

Fixes https://github.com/llvm/llvm-project/issues/110122
- Create remap_file_pages.h/.cpp wrapper for the linux sys call.
- Add UnitTests for remap_file_pages
- Add function to libc/spec/linux.td
- Add Function spec to mman.yaml



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list