[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/7] s390x/mmu: Drop debug logging from MMU code
From: |
Thomas Huth |
Subject: |
Re: [PATCH v2 1/7] s390x/mmu: Drop debug logging from MMU code |
Date: |
Wed, 25 Sep 2019 15:28:24 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 25/09/2019 14.52, David Hildenbrand wrote:
> Let's get it out of the way to make some further refactorings easier.
> Personally, I've never used these debug statements at all. And if I had
> to debug issue, I used plain GDB instead (debug prints are just way too
> much noise in the MMU). We might want to introduce tracing at some point
> instead, so we can able selected events on demand.
... and code that is disabled by default tends to bitrot anyway. Thus
this sounds like a good idea to me.
Reviewed-by: Thomas Huth <address@hidden>