Re: [PATCH v2 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module()
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-28 20:39:00
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-28 20:39:00
Also in:
lkml
On Tue, Feb 28, 2023 at 02:34:21PM -0500, Jason Baron wrote:
__ddebug_add_module() doesn't use the 'base' arg. Remove it.
It would be good if the commit log explains why the base became unused. What commit removed its use? As of what kernel? Luis