[pbs-devel] partially-applied: [PATCH proxmox-backup 0/2] fix possible deadlock for S3 garbage

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Oct 2 14:15:56 CEST 2025


On Thu, 02 Oct 2025 11:11:40 +0200, Christian Ebner wrote:
> The first patch fixes a possible deadlock situation:
> Holding a std::sync::Mutex guard across .await boundaries can lead to
> deadlock situations and must be avoided by all costs. Fix one such
> ocurence when deleting objects from S3 object stores while still
> holding the lock.
> 
> The second patch adapts an ill-chosen method name and incorrect
> comment.
> 
> [...]

Applied, thanks!

[1/2] datastore: gc: drop mutex lock before entering async context
      commit: fa1c2021bbdfc264f1be9e97e5745d9c6a54cd18

skipped the second patch for now, see reply there!

Best regards,
-- 
Fabian Grünbichler <f.gruenbichler at proxmox.com>




More information about the pbs-devel mailing list