Update README.md; errata fix

This commit is contained in:
Kaiwan N Billimoria
2024-11-26 11:26:45 +05:30
committed by GitHub
parent ea4b587f71
commit eb41c1aebb

View File

@@ -113,8 +113,8 @@ new reader (5) see the new reality*"
- "The point by which all the older (pre-existing) RCU readers (here, 1 to 3) finish and context-switch off their core is shown via the thick vertical line. (In this particular example, even the new RCU reader 4 has finished and context-switched; it can happen. Note though that its reading the new object.)" should read:
"At some point all the older (pre-existing) RCU readers (here, 1 to 4) finish and context-switch off their cores."
- page 726:
- whoops, fix the memory leak!
- `if (!gd_new) { spin_unlock(&gdata_lock); return -ENOMEM; }`
- whoops, fix the potential deadlock bug!
- `if (!gd_new) { *spin_unlock(&gdata_lock);* return -ENOMEM; }`
<br>
## Know more on the Discord server <img alt="Coding" height="25" width="32" src="https://cliply.co/wp-content/uploads/2021/08/372108630_DISCORD_LOGO_400.gif">