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

mmc: don't reference requests after finishing them #6418

Closed
wants to merge 1 commit into from

Commits on Oct 15, 2024

  1. mmc: don't reference requests after finishing them

    Posted write tracking introduced in the commit below raced with re-use
    of the requests between completion and submission, potentially causing
    underflow of the pending write count.
    
    Fixes: e6c1e86 ("mmc: restrict posted write counts for SD cards in CQ mode")
    
    Signed-off-by: Jonathan Bell <[email protected]>
    P33M committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    244023c View commit details
    Browse the repository at this point in the history