From 710bc00ac309e8ed40e701545d311ef09ee14051 Mon Sep 17 00:00:00 2001 From: Kaiwan N Billimoria Date: Sun, 26 Jan 2025 13:05:32 +0530 Subject: [PATCH] add Errata for pg 752 reg the wrongly wrapped 'DEADLOCK ... >' str --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf55d99..d770f8e 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ new reader (5) see the new reality*" - 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". + - The second 'DEADLOCK ... >' string should appear on the right side, under the right-side '< ... spins forever :' string (it's unfortunately has wrongly wrapped around)
## Know more on the Discord server Coding