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

[v5.19, backport] storage: use race-free AddNames instead of SetNames #1503

Merged
merged 4 commits into from
Mar 23, 2022

Commits on Mar 23, 2022

  1. vendor: bump c/storage to v1.38.3

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c899e98 View commit details
    Browse the repository at this point in the history
  2. storage: use race-free AddNames instead of SetNames

    Commits from parallel builds using `SetNames` removes `names` from
    storage for other builds.
    
    Use race-free atomic `AddNames` to prevent breaking of parallel builds.
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    74c5582 View commit details
    Browse the repository at this point in the history
  3. version: remove -dev and mark version as 5.19.2

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9b1b7f2 View commit details
    Browse the repository at this point in the history
  4. version: add dev and bump to 5.19.3

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    151f49b View commit details
    Browse the repository at this point in the history