Re: [PATCH] tracing: Add register read and write tracing support

From: Greg KH
Date: Mon Sep 28 2020 - 01:20:11 EST


On Sun, Sep 27, 2020 at 05:34:50PM -0700, Prasad Sodagudi wrote:
> +config TRACE_RW
> + bool "Register read/write tracing"
> + select TRACING
> + default n

n is always the default, no need to list it.

And you only did this for one arch, yet you made a generic kernel config
option, is that really wise?

thanks,

greg k-h