Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io_uring: fix regression #19501

Merged
merged 3 commits into from
Apr 1, 2024
Merged

io_uring: fix regression #19501

merged 3 commits into from
Apr 1, 2024

Commits on Mar 31, 2024

  1. io_uring: add failing test

    For issue: ziglang#19451
    ianic committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    631c28c View commit details
    Browse the repository at this point in the history
  2. io_uring: fix copy_cqes logic

    ianic committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    704660c View commit details
    Browse the repository at this point in the history
  3. io_uring: simplify copy_cqe logic

    First copy as much as we can in this cycle. If there is more needed
    wrap and start from the buffer 0 position.
    ianic committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    254c05a View commit details
    Browse the repository at this point in the history