+ frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     frv: don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue
has been added to the -mm tree.  Its filename is
     frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue.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 ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: frv: don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue
From: David Howells <dhowells@xxxxxxxxxx>

Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue in
FRV's entry.S.  This was originally for debugging stuff and should have
been removed a long time ago.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
Cc: Roland McGrath <roland@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/frv/kernel/entry.S |    1 -
 1 file changed, 1 deletion(-)

diff -puN arch/frv/kernel/entry.S~frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue arch/frv/kernel/entry.S
--- a/arch/frv/kernel/entry.S~frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue
+++ a/arch/frv/kernel/entry.S
@@ -886,7 +886,6 @@ system_call:
 	bnc		icc0,#0,__syscall_badsys
 
 	ldi		@(gr15,#TI_FLAGS),gr4
-	ori		gr4,#_TIF_SYSCALL_TRACE,gr4
 	andicc		gr4,#_TIF_SYSCALL_TRACE,gr0,icc0
 	bne		icc0,#0,__syscall_trace_entry
 
_

Patches currently in -mm which might be from dhowells@xxxxxxxxxx are

origin.patch
rxrpc-fix-error-handling-for-rxrpc_alloc_connection.patch
frv-utrace-remove-in-kernel-strace-code.patch
frv-utrace-implement-tif_notify_resume.patch
frv-dont-turn-on-tif_syscall_trace-unconditionally-in-syscall-prologue.patch
frv-utrace-implement-tracehooks.patch
frv-duplicate-output_buffer-of-e03.patch
slow_work_thread-should-do-the-exclusive-wait.patch
rework-fix-is_single_threaded.patch
kmap_types-make-most-arches-use-generic-header-file.patch
flat-fix-data-sections-alignment.patch
ptrace-remove-pt_dtrace-from-avr32-mn10300-parisc-s390-sh-xtensa.patch
mutex-subsystem-synchro-test-module.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux