All of lore.kernel.org
 help / color / mirror / Atom feed
* + ptrace-fix-wrong-comment-of-pt_dtrace.patch added to -mm tree
@ 2022-04-06 19:25 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-04-06 19:25 UTC (permalink / raw)
  To: mm-commits, oleg, yangtiezhu, akpm


The patch titled
     Subject: ptrace: fix wrong comment of PT_DTRACE
has been added to the -mm tree.  Its filename is
     ptrace-fix-wrong-comment-of-pt_dtrace.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/ptrace-fix-wrong-comment-of-pt_dtrace.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/ptrace-fix-wrong-comment-of-pt_dtrace.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/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Tiezhu Yang <yangtiezhu@loongson.cn>
Subject: ptrace: fix wrong comment of PT_DTRACE

PT_DTRACE is only used on um now, fix the wrong comment.

Link: https://lkml.kernel.org/r/1649240981-11024-3-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/ptrace.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/ptrace.h~ptrace-fix-wrong-comment-of-pt_dtrace
+++ a/include/linux/ptrace.h
@@ -30,7 +30,7 @@ extern int ptrace_access_vm(struct task_
 
 #define PT_SEIZED	0x00010000	/* SEIZE used, enable new behavior */
 #define PT_PTRACED	0x00000001
-#define PT_DTRACE	0x00000002	/* delayed trace (used on m68k, i386) */
+#define PT_DTRACE	0x00000002	/* delayed trace (used on um) */
 
 #define PT_OPT_FLAG_SHIFT	3
 /* PT_TRACE_* event enable flags */
_

Patches currently in -mm which might be from yangtiezhu@loongson.cn are

ptrace-remove-redudant-check-of-ifdef-ptrace_singlestep.patch
ptrace-fix-wrong-comment-of-pt_dtrace.patch
maintainers-remove-redundant-file-of-ptrace-support-entry.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-06 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 19:25 + ptrace-fix-wrong-comment-of-pt_dtrace.patch added to -mm tree Andrew Morton

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.