Skip to content

Commit

Permalink
Merge pull request #14 from MhmRhm/add-errata
Browse files Browse the repository at this point in the history
Add errata for page 752 reversed-colors notation
  • Loading branch information
kaiwan authored Jan 26, 2025
2 parents dab08fd + 584b55a commit fbc8960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ new reader (5) see the new reality*"
- whoops again! `fix:writer makes copy for RCU & should free the old object only`
- see commit # `70dd634`
- as well, in *Figure 13.16* right side bottom: replace the `kfree(gd_new);` with `kfree(gd);`
- page 752:
- The timeline for kthread 0 instead of "Take lockA -> perform work -> (Try and) take lockA" should be "Take lockA -> perform work -> (Try and) take lockB" and for kthread 1 instead of "Take lockB -> perform work -> (Try and) take lockB" should be "Take lockB -> perform work -> (Try and) take lockA".
<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">
Expand Down

0 comments on commit fbc8960

Please sign in to comment.