first issue

This commit is contained in:
Mahdi Dibaiee 2021-11-21 09:23:29 +00:00
parent 243b1a20f9
commit 6f8876b008

View File

@ -95,3 +95,9 @@ You can then look at `dmesg` while running the code to see those logs:
{% highlight bash %} {% highlight bash %}
dmesg dmesg
{% endhighlight %} {% endhighlight %}
# What did I work on?
The first issue I was interested in turned out to be an invalid bug: I found that out by simply investigating the script the user was testing and measuring how much time each part of the script took to find out the main culprit: [bug-214851](https://bugzilla.kernel.org/show_bug.cgi?id=214851).