From: Shu-Chun Weng via <qemu-devel@nongnu.org> To: qemu-devel@nongnu.org, laurent@vivier.eu Cc: Shu-Chun Weng <scw@google.com> Subject: [PATCH v3 0/2] linux-user: SO_TIMESTAMP/NS/ING sockopt Date: Fri, 18 Dec 2020 11:54:00 -0800 [thread overview] Message-ID: <20201218195402.3581189-1-scw@google.com> (raw) Hi Laurent, This is the two timestamp-related patches splitted off per https://lists.nongnu.org/archive/html/qemu-devel/2020-12/msg05149.html v1 -> v2: Address comments on the first 5 (was 3) patches. Fix style problems. v2 -> v3: Split off into own group per https://lists.nongnu.org/archive/html/qemu-devel/2020-12/msg05149.html Rebase to master on Dec 18, 2020 Shu-Chun Weng (2): linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW linux-user: setsockopt() SO_TIMESTAMPNS and SO_TIMESTAMPING linux-user/alpha/sockbits.h | 21 +- linux-user/generic/sockbits.h | 17 +- linux-user/hppa/sockbits.h | 20 +- linux-user/mips/sockbits.h | 16 +- linux-user/sparc/sockbits.h | 21 +- linux-user/strace.c | 19 +- linux-user/syscall.c | 230 ++++++++++- tests/tcg/multiarch/socket_timestamp.c | 540 +++++++++++++++++++++++++ 8 files changed, 844 insertions(+), 40 deletions(-) create mode 100644 tests/tcg/multiarch/socket_timestamp.c -- 2.29.2.684.gfbc64c5ab5-goog
next reply other threads:[~2020-12-18 19:55 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-18 19:54 Shu-Chun Weng via [this message] 2020-12-18 19:54 ` [PATCH v3 1/2] linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW Shu-Chun Weng via 2020-12-18 19:54 ` [PATCH v3 2/2] linux-user: setsockopt() SO_TIMESTAMPNS and SO_TIMESTAMPING Shu-Chun Weng via
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20201218195402.3581189-1-scw@google.com \ --to=qemu-devel@nongnu.org \ --cc=laurent@vivier.eu \ --cc=scw@google.com \ --subject='Re: [PATCH v3 0/2] linux-user: SO_TIMESTAMP/NS/ING sockopt' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.