public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Porting create_sig_proc() to new API
@ 2016-11-15 16:17 Petr Vorel
  2016-11-15 17:07 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2016-11-15 16:17 UTC (permalink / raw)
  To: ltp

Hi,

few syscall related tests depends on create_sig_proc(unsigned long usec, int sig,
unsigned count) defined in testcases/kernel/syscalls/utils/common_j_h.c
and other things from the old API.
I suppose it's still waiting for porting, isn't it?

Petr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161115/2cd73baa/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [LTP] Porting create_sig_proc() to new API
  2016-11-15 16:17 [LTP] Porting create_sig_proc() to new API Petr Vorel
@ 2016-11-15 17:07 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2016-11-15 17:07 UTC (permalink / raw)
  To: ltp

Hi!
> few syscall related tests depends on create_sig_proc(unsigned long usec, int sig,
> unsigned count) defined in testcases/kernel/syscalls/utils/common_j_h.c
> and other things from the old API.
> I suppose it's still waiting for porting, isn't it?

Well, if it's used from several testcases it should be prefixed with
tst_ and moved into a header in include/ and source file in lib/
diretory. In this case I would have used the implementation from
ppoll01.c.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-15 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15 16:17 [LTP] Porting create_sig_proc() to new API Petr Vorel
2016-11-15 17:07 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox