[PATCH v3 0/2] linux-user: SO_TIMESTAMP/NS/ING sockopt

Shu-Chun Weng via posted 2 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201218195402.3581189-1-scw@google.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>
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
[PATCH v3 0/2] linux-user: SO_TIMESTAMP/NS/ING sockopt
Posted by Shu-Chun Weng via 4 years, 11 months ago
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