All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mm/damon: Hide unnecessary information disclosures
@ 2021-12-29 13:10 SeongJae Park
  2021-12-29 13:10 ` [PATCH 1/4] mm/damon/dbgfs: Remove a unnecessary variable SeongJae Park
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: SeongJae Park @ 2021-12-29 13:10 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, SeongJae Park

DAMON is exposing some unnecessary information including kernel pointer
in kernel log and tracepoint.  This patchset hides such information.
The first patch is only for a trivial cleanup, though.

SeongJae Park (4):
  mm/damon/dbgfs: Remove a unnecessary variable
  mm/damon/vaddr: Use pr_debug() for damon_va_three_regions() failure
    logging
  mm/damon/vaddr: Hide kernel pointer from damon_va_three_regions()
    failure log
  mm/damon: Hide kernel pointer from tracepoint event

 include/trace/events/damon.h |  8 ++++----
 mm/damon/core.c              |  4 +++-
 mm/damon/dbgfs.c             |  5 ++---
 mm/damon/vaddr.c             | 10 ++++++++--
 4 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-29 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29 13:10 [PATCH 0/4] mm/damon: Hide unnecessary information disclosures SeongJae Park
2021-12-29 13:10 ` [PATCH 1/4] mm/damon/dbgfs: Remove a unnecessary variable SeongJae Park
2021-12-29 13:10 ` [PATCH 2/4] mm/damon/vaddr: Use pr_debug() for damon_va_three_regions() failure logging SeongJae Park
2021-12-29 13:10 ` [PATCH 3/4] mm/damon/vaddr: Hide kernel pointer from damon_va_three_regions() failure log SeongJae Park
2021-12-29 13:10 ` [PATCH 4/4] mm/damon: Hide kernel pointer from tracepoint event SeongJae Park

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.