[CRIU] [PATCH 0/5] zdtm: (mostly) logging fixes

Andrew Vagin avagin at odin.com
Wed Oct 21 22:24:52 PDT 2015


On Wed, Oct 21, 2015 at 04:06:11PM -0700, Kir Kolyshkin wrote:
> I was glancing through commit 7235e9b and spotted a few places
> where the logging is wrong, which dragged me into all this.
> 
> Splitted into separate patches for clarity.

Looks like this series is conflicting with my patch:
[PATCH] zdtm: return non-zero code in a error case

> 
> Kir Kolyshkin (5):
>   test_msg(): avoid recursion
>   zdtm: sanitize pr_perror() usage
>   zdtm/live/static/socket-tcpbuf: fix error message
>   zdtm unix_sock: don't use errno
>   zdtm: introduce and use pr_err()
> 
>  test/zdtm/lib/msg.c                       |  3 ++-
>  test/zdtm/lib/tcp.c                       | 12 ++++++------
>  test/zdtm/lib/test.c                      |  8 ++++----
>  test/zdtm/lib/zdtmtst.h                   |  3 +++
>  test/zdtm/live/static/file_fown.c         |  2 +-
>  test/zdtm/live/static/packet_sock.c       | 20 ++++++++++----------
>  test/zdtm/live/static/packet_sock_mmap.c  |  6 +++---
>  test/zdtm/live/static/socket-closed-tcp.c |  4 ++--
>  test/zdtm/live/static/socket-tcp.c        |  4 ++--
>  test/zdtm/live/static/socket-tcpbuf.c     |  8 ++++----
>  test/zdtm/live/static/socket_aio.c        | 18 +++++++++---------
>  test/zdtm/live/static/socket_listen.c     | 12 ++++++------
>  test/zdtm/live/static/unhashed_proc.c     |  6 +++---
>  test/zdtm/live/static/zombie00.c          |  2 +-
>  test/zdtm/live/streaming/fifo_loop.c      | 18 +++++++++---------
>  test/zdtm/live/streaming/file_aio.c       | 17 ++++++++---------
>  test/zdtm/live/streaming/netlink00.c      |  6 +++---
>  test/zdtm/live/streaming/pipe_loop00.c    | 10 +++++-----
>  test/zdtm/live/streaming/pipe_shared00.c  | 10 +++++-----
>  test/zdtm/live/streaming/socket_loop00.c  | 10 +++++-----
>  test/zdtm/live/streaming/unix_sock.c      | 13 ++++++-------
>  test/zdtm/live/transition/epoll.c         | 20 ++++++++++----------
>  test/zdtm/live/transition/file_read.c     |  8 ++++----
>  23 files changed, 111 insertions(+), 109 deletions(-)
> 
> -- 
> 2.4.3
> 


More information about the CRIU mailing list