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>] [day] [month] [year] [list]
Date:   Tue, 19 Jun 2018 09:21:26 +0100
From:   Dietmar Eggemann <dietmar.eggemann@....com>
To:     linux-kernel@...r.kernel.org,
        Alexander Viro <viro@...iv.linux.org.uk>
Cc:     linux-fsdevel@...r.kernel.org
Subject: [PATCH] coredump: Remove unsued trace event includes

Coredump does not use any task or task scheduler trace events.

Commit 10c28d937e2c ("coredump: move core dump functionality into its
own file") moved coredump from fs/exec.c in which task and task
scheduler trace events are used.

Signed-off-by: Dietmar Eggemann <dietmar.eggemann@....com>
---
 fs/coredump.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/coredump.c b/fs/coredump.c
index 1e2c87acac9b..5859666150f1 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -46,11 +46,8 @@
 #include <asm/tlb.h>
 #include <asm/exec.h>
 
-#include <trace/events/task.h>
 #include "internal.h"
 
-#include <trace/events/sched.h>
-
 int core_uses_pid;
 unsigned int core_pipe_limit;
 char core_pattern[CORENAME_MAX_SIZE] = "core";
-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ