From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Fix some issues with connections between host and guest. Also add --notimeout option so that the host/guest connection will not timeout when the other end is debugging and stepping through the code. Steven Rostedt (Google) (3): trace-cmd record/agent: Add --notimeout option trace-cmd: Close socket descriptor on failed connection trace-cmd: Do not return zero length name for guest by name .../include/private/trace-cmd-private.h | 3 +++ lib/trace-cmd/trace-msg.c | 2 +- lib/trace-cmd/trace-util.c | 25 +++++++++++++++++++ tracecmd/trace-agent.c | 11 +++++--- tracecmd/trace-record.c | 7 +++++- tracecmd/trace-vm.c | 2 +- tracecmd/trace-vsock.c | 4 ++- 7 files changed, 47 insertions(+), 7 deletions(-) -- 2.35.1