Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Updates the requirements on syscalls to permit the latest version.

Changelog

Sourced from syscalls's changelog.

v0.8.1

  • Updated to Linux v6.18, which includes:
    • file_getattr
    • file_setattr
    • uprobe (x86-64)

v0.8.0 Major Version Bump

  • riscv: Added riscv_hwprobe and riscv_flush_icache

⚠️ Breaking Changes ⚠️

  • riscv: Major corrections to riscv32 and riscv64 syscall tables.
    • Some 32- or 64-bit specific syscalls have been renamed.
    • Syscalls that do not exist on these architecture have been removed.
  • riscv32:
    • Removes io_getevents
    • Renames fcntl -> fcntl64
    • Removes renameat (use renameat2)
    • Renames statfs -> statfs64
    • Renames fstatfs -> fstatfs64
    • Renames truncate -> truncate64
    • Renames ftruncate -> ftruncate64
    • Renames lseek -> llseek
    • Renames sendfile -> sendfile64
    • Removes pselect6 (use pselect6_time64)
    • Removes fstatat64
    • Removes fstat
    • Removes timer_{set,get}time} (use timer_{set,get}64)
    • Removes timerfd_{set,get}time} (use timerfd_{set,get}64)
    • Removes clock_{set,get}time} (use clock_{set,get}64)
    • Removes utimensat (use utimensat_time64)
    • Removes futex (use futex_time64)
    • Removes nanosleep (use clock_nanosleep_time64)
    • Removes sched_rr_get_interval (use sched_rr_get_interval_time64)
    • Removes rt_sigtimedwait (use rt_sigtimedwait_time64)
    • Removes {get,set}timeofday
    • Removes mq_timedsend (use mq_timedsend_time64)
    • Removes mq_timedreceive (use mq_timedreceive_time64)
    • Removes semtimedop (use semtimedop_time64)
    • Renames mmap -> mmap2
    • Renames fadvise64 -> fadvise64_64
    • Removes rescvmmsg (use recevmmsg_time64)
    • Removes wait4
    • Removes clock_adjtime (use clock_adjtime64)
    • Removes io_pgetevents (use io_pgetevents_time64)
  • riscv64:
    • Removes the time64 syscalls, which are 32-bit only.
    • Removes renameat (use renameat2)
    • Removes fstatat (use newfstatat)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [syscalls](https://github.com/jasonwhite/syscalls) to permit the latest version.
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](jasonwhite/syscalls@0.7.0...0.8.1)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-version: 0.8.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants