Skip to content

MDEV-36482: Make liburing work WITH_MSAN=ON #4195

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

Open
wants to merge 2 commits into
base: 10.6
Choose a base branch
from

Conversation

grooverdan
Copy link
Member

  • The Jira issue number for this PR is: MDEV-36482

Description

same concept as #3949.

A read from liburing has its output buffer as defined by the nature of the system call.

Instrumenting the library proved difficult as the
completion events don't include the opcode or pointers that where there on submission. It was just easier to do this in the application code.

Release Notes

non-user facing.

How can this PR be tested?

compile in msan environment and run test suite with uring.

Basing the PR against the correct MariaDB version

  • This is a new feature or a refactoring, and the PR is based against the main branch.
  • This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

A read from liburing has its output buffer as defined
by the nature of the system call.

Instrumenting the library proved difficult as the
completion events don't include the opcode or pointers
that where there on submission. It was just easier
to do this in the application code.
@grooverdan grooverdan requested a review from dr-m July 14, 2025 07:23
@grooverdan grooverdan added the MariaDB Foundation Pull requests created by MariaDB Foundation label Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MariaDB Foundation Pull requests created by MariaDB Foundation
Development

Successfully merging this pull request may close these issues.

2 participants