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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 Mar 2009 15:34:19 +0000
From:	"Metzger, Markus T" <markus.t.metzger@...el.com>
To:	Oleg Nesterov <oleg@...hat.com>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"mingo@...e.hu" <mingo@...e.hu>,
	"tglx@...utronix.de" <tglx@...utronix.de>,
	"hpa@...or.com" <hpa@...or.com>,
	"markus.t.metzger@...il.com" <markus.t.metzger@...il.com>,
	"roland@...hat.com" <roland@...hat.com>,
	"eranian@...glemail.com" <eranian@...glemail.com>,
	"Villacis, Juan" <juan.villacis@...el.com>,
	"ak@...ux.jf.intel.com" <ak@...ux.jf.intel.com>
Subject: RE: [patch 3/14] x86, ptrace, bts: stop bts tracing early in	do_exit

>-----Original Message-----
>From: Oleg Nesterov [mailto:oleg@...hat.com]
>Sent: Friday, March 27, 2009 3:35 PM


>> +static void ptrace_bts_exit(void)
>> +{
>> +	if (unlikely(!list_empty(&current->ptraced)))
>> +		ptrace_bts_exit_tracer();
>> +
>> +	if (unlikely(current->bts))
>> +		ptrace_bts_exit_tracee();
>> +}
>
>Could you explain why do we need ptrace_bts_exit_tracee() ?
>
>If current is traced, the tracer should do ptrace_bts_release()
>eventually, no?

If current is traced and exits, it may be reaped by another thread that is not
the tracer (that's actually your example you made in an earlier thread to
describe the race between a normal detach and an exiting tracee).

The ptrace_unlink() call to detach the tracer is executed with irq's disabled.
I need irq's enabled (see the other discussion, to wait for the traced task).

Therefore, I have the tracee disable bts tracing itself when it exits.


>And if we really need to do ptrace_bts_exit_tracee(), then
>"if (unlikely(current->bts))" check is racy. The tracer
>can do PTRACE_BTS_CONFIG right after the check.

The ptrace system call to do this would require the tracee to be stopped.


regards,
markus.

---------------------------------------------------------------------
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen Germany
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Douglas Lusk, Peter Gleissner, Hannes Schwaderer
Registergericht: Muenchen HRB 47456 Ust.-IdNr.
VAT Registration No.: DE129385895
Citibank Frankfurt (BLZ 502 109 00) 600119052

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ