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

[GIT PULL] test/timeout: update multishot timeout operations #1324

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

cmazakas
Copy link
Contributor

@cmazakas cmazakas commented Jan 6, 2025

This test catches a bug in the kernel where when a multishot timeout operation is updated with a new value, only the first timeout is updated and the subsequent timeouts are not.


git request-pull output:

The following changes since commit 1a780b1fa6009fe9eb14dc48a99f6917556a8f3b:

  test/read-inc-file: skip if argument is given (2025-01-03 10:08:06 -0700)

are available in the Git repository at:

  https://github.com/cmazakas/liburing.git multishot-timeout-update

for you to fetch changes up to 15283749ebf9707e65bc82a81052e499ed1ba2d7:

  test/timeout: update multishot timeout operations (2025-01-06 08:01:03 -0800)

----------------------------------------------------------------
Christian Mazakas (1):
      test/timeout: update multishot timeout operations

 test/timeout.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 150 insertions(+)

By submitting this pull request, I acknowledge that:

  1. I have followed the above pull request guidelines.
  2. I have the rights to submit this work under the same license.
  3. I agree to a Developer Certificate of Origin (see https://developercertificate.org for more information).

This test catches a bug in the kernel where when a multishot timeout
operation is updated with a new value, only the first timeout is
updated and the subsequent timeouts are not.

Signed-off-by: Christian Mazakas <[email protected]>
@cmazakas cmazakas changed the title test/timeout: update multishot timeout operations [GIT PULL] test/timeout: update multishot timeout operations Jan 6, 2025
@axboe axboe merged commit 584d1b1 into axboe:master Jan 6, 2025
15 checks passed
@cmazakas cmazakas deleted the multishot-timeout-update branch January 6, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants