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:	Tue, 8 Oct 2013 15:44:34 +0530
From:	Janani Venkataraman1 <jananive@...ibm.com>
To:	Tejun Heo <tj@...nel.org>
Cc:	adobriyan@...il.com, akpm@...ux-foundation.org, amwang@...hat.com,
	ananth@...ux.vnet.ibm.com, andi@...stfloor.org,
	aravinda@...ux.vnet.ibm.com, avagin@...nvz.org,
	d.hatayama@...fujitsu.com, eparis@...hat.com, gorcunov@...nvz.org,
	hch@....de, Tejun Heo <htejun@...il.com>, james.hogan@...tec.com,
	jeremy.fitzhardinge@...rix.com, kosaki.motohiro@...fujitsu.com,
	linux-kernel@...r.kernel.org, mhiramat@...hat.com, oleg@...hat.com,
	rdunlap@...otime.net, roland@...k.frob.com,
	suzuki@...ux.vnet.ibm.com, tarundsk@...ux.vnet.ibm.com,
	torvalds@...ux-foundation.org, vapier@...too.org,
	Pavel Emelyanov <xemul@...allels.com>
Subject: Re: [RFC] [PATCH 00/19] Non disruptive application core dump infrastructure
 using task_work_add()





From:	Tejun Heo <tj@...nel.org>
To:	Pavel Emelyanov <xemul@...allels.com>,
Cc:	Janani Venkataraman1/India/IBM@...IN,
            linux-kernel@...r.kernel.org, amwang@...hat.com,
            rdunlap@...otime.net, andi@...stfloor.org,
            aravinda@...ux.vnet.ibm.com, hch@....de, mhiramat@...hat.com,
            jeremy.fitzhardinge@...rix.com, suzuki@...ux.vnet.ibm.com,
            kosaki.motohiro@...fujitsu.com, adobriyan@...il.com,
            tarundsk@...ux.vnet.ibm.com, vapier@...too.org,
            roland@...k.frob.com, ananth@...ux.vnet.ibm.com,
            gorcunov@...nvz.org, avagin@...nvz.org, oleg@...hat.com,
            eparis@...hat.com, d.hatayama@...fujitsu.com,
            james.hogan@...tec.com, akpm@...ux-foundation.org,
            torvalds@...ux-foundation.org
Date:	10/08/2013 12:26 AM
Subject:	Re: [RFC] [PATCH 00/19] Non disruptive application core dump
            infrastructure using task_work_add()
Sent by:	Tejun Heo <htejun@...il.com>



Hello,

On Fri, Oct 04, 2013 at 02:38:43PM +0400, Pavel Emelyanov wrote:
> > * It is not upstream yet.
>
> It is, starting from criu-v0.7 + linux-3.11
>
> > * There are concerns about the security of the dump.
>
> Can you elaborate on this? Is it fixable in CRIU at all?
>
> > * It involves a lot of changes and this approach provides a UNIX style
> >   interface.
>
> Can you also shed more light on this -- what changes do you mean?

Yeah, I'd like to hear more too.  It doesn't make much sense to me to
add something completely new if it can be served mostly by the
existing infrastructure.  Also, what do you mean by "disruption"?  You
mentioned signal but PTRACE_SEIZE is completely transparent
w.r.t. signals. If you mean without stopping the target process's
execution, what are you trying to use the dumping for and how much
gain are we talking about?  Also, isn't it kinda mandatory to stop the
process to get a consistent dump?  What am I missing here?

By disruption we do mean not using signals. PTRACE_SEIZE doesn't use
signals,
but the concern is, a seize can't be done on oneself and we are looking at
also
a self dump.

Thanks.
Janani

Thanks.

--
tejun



--
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