Bug 2112125
Summary: | Multithreaded clnt_create() may deadlock. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Steve Dickson <steved> |
Component: | libtirpc | Assignee: | Steve Dickson <steved> |
Status: | CLOSED DUPLICATE | QA Contact: | Zhi Li <yieli> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.1 | CC: | attipaci, xzhou, yoyang |
Target Milestone: | rc | Keywords: | Patch, Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 2112116 | Environment: | |
Last Closed: | 2022-08-16 14:02:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2112116 | ||
Bug Blocks: |
Description
Steve Dickson
2022-07-28 21:43:07 UTC
This patch is also needed: commit fa153d634228216fc162e5d6583a7035af2c40ba (HEAD -> master, tag: libtirpc-1-3-3-rc5) Author: Attila Kovacs <attila.kovacs.edu> Date: Mon Aug 1 11:28:43 2022 -0400 SUNRPC: MT-safe overhaul of address cache management in rpcb_clnt.c (In reply to Steve Dickson from comment #0) > > commit 667ce638454d0995170dd8e6e0668ada733d72e7 > Author: Attila Kovacs <attila.kovacs.edu> > Date: Thu Jul 28 09:14:24 2022 -0400 > > SUNRPC: mutexed access blacklist_read state variable. > > commit 3f2a5459fb00c2f529d68a4a0fd7f367a77fa65a > Author: Attila Kovacs <attila.kovacs.edu> > Date: Tue Jul 26 15:24:01 2022 -0400 > > thread safe clnt destruction. > > commit 7a6651a31038cb19807524d0422e09271c5ffec9 > Author: Attila Kovacs <attila.kovacs.edu> > Date: Tue Jul 26 15:20:05 2022 -0400 > > clnt_dg_freeres() uncleared set active state may deadlock. > > > Author: Attila Kovacs <attila.kovacs.edu> > Date: Wed Jul 20 17:03:28 2022 -0400 > > Eliminate deadlocks in connects with an MT environment *** This bug has been marked as a duplicate of bug 2118157 *** |