• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

libcgroup / libcgroup / 12991983198 / 4
56%
main: 56%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2025 03:13PM UTC
Files 26
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jan 2025 03:07PM UTC coverage: 44.308% (-0.005%) from 44.313%
12991983198.4

push

github

drakenclimber
config: Fix data race reported in cgroup_config_insert_into_mount_table

Fix the following data race issue reported by Coverity:

CID 465888: (#1 of 1): Check of thread-shared field evades lock
acquisition (LOCK_EVASION):

"The data guarded by this critical section may be read while in an
inconsistent state or modified by multiple racing threads.

In cgroup_config_insert_into_mount_table: Checking the value of a
thread-shared field outside of a locked region to determine if a locked
operation involving that thread shared field has completed."

Fix it by moving the config_table_index value check too under the
config_table_lock.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>

4375 of 9874 relevant lines covered (44.31%)

200.22 hits per line

Source Files on job Cgroup v1 Functional Tests - 12991983198.4
  • Tree
  • List 26
  • Changed 8
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12991983198
  • b4bc68c3 on github
  • Prev Job for on main (#12951558575.2)
  • Next Job for on main (#13080697162.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc