Re: [PATCHv3 1/2] strace: implement signal injection

2016-12-28 Thread Dmitry V. Levin
On Wed, Dec 28, 2016 at 05:22:36PM +0100, Seraphime Kirkovski wrote: > This extends the fault injection capability with :signal=SIG option > which injects a signal on entering each syscall from the specified set. > > :signal and :error options are complementary, if they are both specified > the sy

[PATCHv2 2/2] man: document the :signal option to -e fault

2016-12-28 Thread Seraphime Kirkovski
Signed-off-by: Seraphime Kirkovski --- Not sure exactly how to put in the NEWS file. Feel free to change or remove the hunk if you dislike it. This should take in account your edits. NEWS | 3 +++ strace.1 | 24 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) d

[PATCHv3 1/2] strace: implement signal injection

2016-12-28 Thread Seraphime Kirkovski
This extends the fault injection capability with :signal=SIG option which injects a signal on entering each syscall from the specified set. :signal and :error options are complementary, if they are both specified the syscall will be fault injected as usual and the specified signal will be delivere

Re: GSoC 2017

2016-12-28 Thread Dmitry V. Levin
Hi Stefan, On Tue, Dec 27, 2016 at 09:04:21PM +0200, Stefan Toncu wrote: > Hello! > > My name is Stefan Toncu and I am in my 3rd year at a Computer Science > University. I want to participate in Google Summer of Code 2017 and while I > was browsing through the last year’s projects, your organizat