lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 29 Dec 2021 13:10:12 +0000
From:   SeongJae Park <sj@...nel.org>
To:     akpm@...ux-foundation.org
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        SeongJae Park <sj@...nel.org>
Subject: [PATCH 0/4] mm/damon: Hide unnecessary information disclosures

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ