Skip to content

Commit 9219456

Browse files
author
GitHub Actions
committed
Publish refs/pull/392/merge
1 parent 7062c1b commit 9219456

10 files changed

+10
-10
lines changed

refs/pull/392/merge/_sources/lectures/debugging.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ perf
923923
924924
* performance counters, tracepoints, kprobes, uprobes
925925
* hardware events: CPU cycles, TLB misses, cache misses
926-
* software events: page fauls , context switches
926+
* software events: page faults , context switches
927927
* collects backtraces (user + kernel)
928928
929929
Other tools

refs/pull/392/merge/_sources/so2/assign-collaboration.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Follow the seven rules of writing a good commit message: https://cbea.ms/git-com
121121
Add `TODOs` with each team member tasks. Try to split the work evenly.
122122

123123
Before starting to code, make a plan. On top of your skeleton file, add TODOs with each member tasks. Agree on global
124-
structures and the overlall driver design. Then start coding.
124+
structures and the overall driver design. Then start coding.
125125

126126
5. Do reviews
127127
-------------

refs/pull/392/merge/_sources/so2/assign3-software-raid.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Assignment 3 - Software RAID
33
===========================
44

5-
- Deadline: :command:`Monday, 15 May 2023, 23:00`
5+
- Deadline: :command:`Monday, 15 May 2024, 23:59`
66
- This assignment can be made in teams (max 2). Only one of them must submit the assignment, and the names of the student should be listed in a README file.
77

88
Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,

refs/pull/392/merge/lectures/debugging-slides.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ <h2>perf</h2>
793793
<ul class="simple">
794794
<li>performance counters, tracepoints, kprobes, uprobes</li>
795795
<li>hardware events: CPU cycles, TLB misses, cache misses</li>
796-
<li>software events: page fauls , context switches</li>
796+
<li>software events: page faults , context switches</li>
797797
<li>collects backtraces (user + kernel)</li>
798798
</ul>
799799

refs/pull/392/merge/lectures/debugging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ <h2>perf<a class="headerlink" href="#perf" title="Permalink to this headline">¶
850850
<ul class="admonition-perf simple">
851851
<li>performance counters, tracepoints, kprobes, uprobes</li>
852852
<li>hardware events: CPU cycles, TLB misses, cache misses</li>
853-
<li>software events: page fauls , context switches</li>
853+
<li>software events: page faults , context switches</li>
854854
<li>collects backtraces (user + kernel)</li>
855855
</ul>
856856
</div>

refs/pull/392/merge/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

refs/pull/392/merge/so2/assign-collaboration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h2>3. Add a commit for each individual change<a class="headerlink" href="#add-a
277277
<h2>4. Split the work inside the team<a class="headerlink" href="#split-the-work-inside-the-team" title="Permalink to this headline"></a></h2>
278278
<p>Add <cite>TODOs</cite> with each team member tasks. Try to split the work evenly.</p>
279279
<p>Before starting to code, make a plan. On top of your skeleton file, add TODOs with each member tasks. Agree on global
280-
structures and the overlall driver design. Then start coding.</p>
280+
structures and the overall driver design. Then start coding.</p>
281281
</div>
282282
<div class="section" id="do-reviews">
283283
<h2>5. Do reviews<a class="headerlink" href="#do-reviews" title="Permalink to this headline"></a></h2>

refs/pull/392/merge/so2/assign3-software-raid.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<div class="section" id="assignment-3-software-raid">
179179
<h1>Assignment 3 - Software RAID<a class="headerlink" href="#assignment-3-software-raid" title="Permalink to this headline"></a></h1>
180180
<ul class="simple">
181-
<li>Deadline: <strong class="command">Monday, 15 May 2023, 23:00</strong></li>
181+
<li>Deadline: <strong class="command">Monday, 15 May 2024, 23:59</strong></li>
182182
<li>This assignment can be made in teams (max 2). Only one of them must submit the assignment, and the names of the student should be listed in a README file.</li>
183183
</ul>
184184
<p>Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,

refs/pull/392/merge/so2/lec9-debugging-slides.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ <h2>perf</h2>
803803
<ul class="simple">
804804
<li>performance counters, tracepoints, kprobes, uprobes</li>
805805
<li>hardware events: CPU cycles, TLB misses, cache misses</li>
806-
<li>software events: page fauls , context switches</li>
806+
<li>software events: page faults , context switches</li>
807807
<li>collects backtraces (user + kernel)</li>
808808
</ul>
809809

refs/pull/392/merge/so2/lec9-debugging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ <h2>perf<a class="headerlink" href="#perf" title="Permalink to this headline">¶
881881
<ul class="admonition-perf simple">
882882
<li>performance counters, tracepoints, kprobes, uprobes</li>
883883
<li>hardware events: CPU cycles, TLB misses, cache misses</li>
884-
<li>software events: page fauls , context switches</li>
884+
<li>software events: page faults , context switches</li>
885885
<li>collects backtraces (user + kernel)</li>
886886
</ul>
887887
</div>

0 commit comments

Comments
 (0)