Subject: + kernel-auditc-remove-duplicated-comment.patch added to -mm tree To: gaofeng@xxxxxxxxxxxxxx,casey@xxxxxxxxxxxxxxxx,eparis@xxxxxxxxxx,rgb@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Wed, 25 Sep 2013 15:13:06 -0700 The patch titled Subject: kernel/audit.c: remove duplicated comment has been added to the -mm tree. Its filename is kernel-auditc-remove-duplicated-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernel-auditc-remove-duplicated-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernel-auditc-remove-duplicated-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Gao feng <gaofeng@xxxxxxxxxxxxxx> Subject: kernel/audit.c: remove duplicated comment Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> Cc: Casey Schaufler <casey@xxxxxxxxxxxxxxxx> Cc: Richard Guy Briggs <rgb@xxxxxxxxxx> Cc: Eric Paris <eparis@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/audit.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN kernel/audit.c~kernel-auditc-remove-duplicated-comment kernel/audit.c --- a/kernel/audit.c~kernel-auditc-remove-duplicated-comment +++ a/kernel/audit.c @@ -1067,13 +1067,6 @@ static void wait_for_auditd(unsigned lon remove_wait_queue(&audit_backlog_wait, &wait); } -/* Obtain an audit buffer. This routine does locking to obtain the - * audit buffer, but then no locking is required for calls to - * audit_log_*format. If the tsk is a task that is currently in a - * syscall, then the syscall is marked as auditable and an audit record - * will be written at syscall exit. If there is no associated task, tsk - * should be NULL. */ - /** * audit_log_start - obtain an audit buffer * @ctx: audit_context (may be NULL) _ Patches currently in -mm which might be from gaofeng@xxxxxxxxxxxxxx are kernel-auditc-remove-duplicated-comment.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html