mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-06 09:07:16 -04:00
unix/linux: update to Linux kernel 5.17
Change-Id: I8e982e355d6058198f5b555c2f33e18301872909 Reviewed-on: https://go-review.googlesource.com/c/sys/+/398435 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
289d7a0edf
commit
3f8b81556e
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
# Get the git sources. If not cached, this takes O(5 minutes).
|
# Get the git sources. If not cached, this takes O(5 minutes).
|
||||||
WORKDIR /git
|
WORKDIR /git
|
||||||
RUN git config --global advice.detachedHead false
|
RUN git config --global advice.detachedHead false
|
||||||
# Linux Kernel: Released 09 Jan 2022
|
# Linux Kernel: Released 20 Mar 2022
|
||||||
RUN git clone --branch v5.16 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
RUN git clone --branch v5.17 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||||
# GNU C library: Released 03 Feb 2022
|
# GNU C library: Released 03 Feb 2022
|
||||||
RUN git clone --branch release/2.35/master --depth 1 https://sourceware.org/git/glibc.git
|
RUN git clone --branch release/2.35/master --depth 1 https://sourceware.org/git/glibc.git
|
||||||
|
|
||||||
|
|||||||
+17
-1
@@ -393,9 +393,11 @@ const (
|
|||||||
CAP_SYS_TIME = 0x19
|
CAP_SYS_TIME = 0x19
|
||||||
CAP_SYS_TTY_CONFIG = 0x1a
|
CAP_SYS_TTY_CONFIG = 0x1a
|
||||||
CAP_WAKE_ALARM = 0x23
|
CAP_WAKE_ALARM = 0x23
|
||||||
|
CEPH_SUPER_MAGIC = 0xc36400
|
||||||
CFLUSH = 0xf
|
CFLUSH = 0xf
|
||||||
CGROUP2_SUPER_MAGIC = 0x63677270
|
CGROUP2_SUPER_MAGIC = 0x63677270
|
||||||
CGROUP_SUPER_MAGIC = 0x27e0eb
|
CGROUP_SUPER_MAGIC = 0x27e0eb
|
||||||
|
CIFS_SUPER_MAGIC = 0xff534d42
|
||||||
CLOCK_BOOTTIME = 0x7
|
CLOCK_BOOTTIME = 0x7
|
||||||
CLOCK_BOOTTIME_ALARM = 0x9
|
CLOCK_BOOTTIME_ALARM = 0x9
|
||||||
CLOCK_DEFAULT = 0x0
|
CLOCK_DEFAULT = 0x0
|
||||||
@@ -784,6 +786,7 @@ const (
|
|||||||
EV_SYN = 0x0
|
EV_SYN = 0x0
|
||||||
EV_VERSION = 0x10001
|
EV_VERSION = 0x10001
|
||||||
EXABYTE_ENABLE_NEST = 0xf0
|
EXABYTE_ENABLE_NEST = 0xf0
|
||||||
|
EXFAT_SUPER_MAGIC = 0x2011bab0
|
||||||
EXT2_SUPER_MAGIC = 0xef53
|
EXT2_SUPER_MAGIC = 0xef53
|
||||||
EXT3_SUPER_MAGIC = 0xef53
|
EXT3_SUPER_MAGIC = 0xef53
|
||||||
EXT4_SUPER_MAGIC = 0xef53
|
EXT4_SUPER_MAGIC = 0xef53
|
||||||
@@ -826,6 +829,8 @@ const (
|
|||||||
FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2
|
FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2
|
||||||
FAN_EVENT_INFO_TYPE_ERROR = 0x5
|
FAN_EVENT_INFO_TYPE_ERROR = 0x5
|
||||||
FAN_EVENT_INFO_TYPE_FID = 0x1
|
FAN_EVENT_INFO_TYPE_FID = 0x1
|
||||||
|
FAN_EVENT_INFO_TYPE_NEW_DFID_NAME = 0xc
|
||||||
|
FAN_EVENT_INFO_TYPE_OLD_DFID_NAME = 0xa
|
||||||
FAN_EVENT_INFO_TYPE_PIDFD = 0x4
|
FAN_EVENT_INFO_TYPE_PIDFD = 0x4
|
||||||
FAN_EVENT_METADATA_LEN = 0x18
|
FAN_EVENT_METADATA_LEN = 0x18
|
||||||
FAN_EVENT_ON_CHILD = 0x8000000
|
FAN_EVENT_ON_CHILD = 0x8000000
|
||||||
@@ -854,11 +859,14 @@ const (
|
|||||||
FAN_OPEN_EXEC_PERM = 0x40000
|
FAN_OPEN_EXEC_PERM = 0x40000
|
||||||
FAN_OPEN_PERM = 0x10000
|
FAN_OPEN_PERM = 0x10000
|
||||||
FAN_Q_OVERFLOW = 0x4000
|
FAN_Q_OVERFLOW = 0x4000
|
||||||
|
FAN_RENAME = 0x10000000
|
||||||
FAN_REPORT_DFID_NAME = 0xc00
|
FAN_REPORT_DFID_NAME = 0xc00
|
||||||
|
FAN_REPORT_DFID_NAME_TARGET = 0x1e00
|
||||||
FAN_REPORT_DIR_FID = 0x400
|
FAN_REPORT_DIR_FID = 0x400
|
||||||
FAN_REPORT_FID = 0x200
|
FAN_REPORT_FID = 0x200
|
||||||
FAN_REPORT_NAME = 0x800
|
FAN_REPORT_NAME = 0x800
|
||||||
FAN_REPORT_PIDFD = 0x80
|
FAN_REPORT_PIDFD = 0x80
|
||||||
|
FAN_REPORT_TARGET_FID = 0x1000
|
||||||
FAN_REPORT_TID = 0x100
|
FAN_REPORT_TID = 0x100
|
||||||
FAN_UNLIMITED_MARKS = 0x20
|
FAN_UNLIMITED_MARKS = 0x20
|
||||||
FAN_UNLIMITED_QUEUE = 0x10
|
FAN_UNLIMITED_QUEUE = 0x10
|
||||||
@@ -927,6 +935,7 @@ const (
|
|||||||
FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2
|
FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2
|
||||||
FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1
|
FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1
|
||||||
FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3
|
FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3
|
||||||
|
FUSE_SUPER_MAGIC = 0x65735546
|
||||||
FUTEXFS_SUPER_MAGIC = 0xbad1dea
|
FUTEXFS_SUPER_MAGIC = 0xbad1dea
|
||||||
F_ADD_SEALS = 0x409
|
F_ADD_SEALS = 0x409
|
||||||
F_DUPFD = 0x0
|
F_DUPFD = 0x0
|
||||||
@@ -1495,6 +1504,7 @@ const (
|
|||||||
MNT_DETACH = 0x2
|
MNT_DETACH = 0x2
|
||||||
MNT_EXPIRE = 0x4
|
MNT_EXPIRE = 0x4
|
||||||
MNT_FORCE = 0x1
|
MNT_FORCE = 0x1
|
||||||
|
MODULE_INIT_COMPRESSED_FILE = 0x4
|
||||||
MODULE_INIT_IGNORE_MODVERSIONS = 0x1
|
MODULE_INIT_IGNORE_MODVERSIONS = 0x1
|
||||||
MODULE_INIT_IGNORE_VERMAGIC = 0x2
|
MODULE_INIT_IGNORE_VERMAGIC = 0x2
|
||||||
MOUNT_ATTR_IDMAP = 0x100000
|
MOUNT_ATTR_IDMAP = 0x100000
|
||||||
@@ -1849,6 +1859,9 @@ const (
|
|||||||
PERF_MEM_BLK_NA = 0x1
|
PERF_MEM_BLK_NA = 0x1
|
||||||
PERF_MEM_BLK_SHIFT = 0x28
|
PERF_MEM_BLK_SHIFT = 0x28
|
||||||
PERF_MEM_HOPS_0 = 0x1
|
PERF_MEM_HOPS_0 = 0x1
|
||||||
|
PERF_MEM_HOPS_1 = 0x2
|
||||||
|
PERF_MEM_HOPS_2 = 0x3
|
||||||
|
PERF_MEM_HOPS_3 = 0x4
|
||||||
PERF_MEM_HOPS_SHIFT = 0x2b
|
PERF_MEM_HOPS_SHIFT = 0x2b
|
||||||
PERF_MEM_LOCK_LOCKED = 0x2
|
PERF_MEM_LOCK_LOCKED = 0x2
|
||||||
PERF_MEM_LOCK_NA = 0x1
|
PERF_MEM_LOCK_NA = 0x1
|
||||||
@@ -2052,6 +2065,8 @@ const (
|
|||||||
PR_SET_TIMING = 0xe
|
PR_SET_TIMING = 0xe
|
||||||
PR_SET_TSC = 0x1a
|
PR_SET_TSC = 0x1a
|
||||||
PR_SET_UNALIGN = 0x6
|
PR_SET_UNALIGN = 0x6
|
||||||
|
PR_SET_VMA = 0x53564d41
|
||||||
|
PR_SET_VMA_ANON_NAME = 0x0
|
||||||
PR_SPEC_DISABLE = 0x4
|
PR_SPEC_DISABLE = 0x4
|
||||||
PR_SPEC_DISABLE_NOEXEC = 0x10
|
PR_SPEC_DISABLE_NOEXEC = 0x10
|
||||||
PR_SPEC_ENABLE = 0x2
|
PR_SPEC_ENABLE = 0x2
|
||||||
@@ -2509,6 +2524,7 @@ const (
|
|||||||
SMART_STATUS = 0xda
|
SMART_STATUS = 0xda
|
||||||
SMART_WRITE_LOG_SECTOR = 0xd6
|
SMART_WRITE_LOG_SECTOR = 0xd6
|
||||||
SMART_WRITE_THRESHOLDS = 0xd7
|
SMART_WRITE_THRESHOLDS = 0xd7
|
||||||
|
SMB2_SUPER_MAGIC = 0xfe534d42
|
||||||
SMB_SUPER_MAGIC = 0x517b
|
SMB_SUPER_MAGIC = 0x517b
|
||||||
SOCKFS_MAGIC = 0x534f434b
|
SOCKFS_MAGIC = 0x534f434b
|
||||||
SOCK_BUF_LOCK_MASK = 0x3
|
SOCK_BUF_LOCK_MASK = 0x3
|
||||||
@@ -2650,7 +2666,7 @@ const (
|
|||||||
TASKSTATS_GENL_NAME = "TASKSTATS"
|
TASKSTATS_GENL_NAME = "TASKSTATS"
|
||||||
TASKSTATS_GENL_VERSION = 0x1
|
TASKSTATS_GENL_VERSION = 0x1
|
||||||
TASKSTATS_TYPE_MAX = 0x6
|
TASKSTATS_TYPE_MAX = 0x6
|
||||||
TASKSTATS_VERSION = 0xa
|
TASKSTATS_VERSION = 0xb
|
||||||
TCIFLUSH = 0x0
|
TCIFLUSH = 0x0
|
||||||
TCIOFF = 0x2
|
TCIOFF = 0x2
|
||||||
TCIOFLUSH = 0x2
|
TCIOFLUSH = 0x2
|
||||||
|
|||||||
@@ -446,4 +446,5 @@ const (
|
|||||||
SYS_MEMFD_SECRET = 447
|
SYS_MEMFD_SECRET = 447
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -368,4 +368,5 @@ const (
|
|||||||
SYS_MEMFD_SECRET = 447
|
SYS_MEMFD_SECRET = 447
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -410,4 +410,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -313,4 +313,5 @@ const (
|
|||||||
SYS_MEMFD_SECRET = 447
|
SYS_MEMFD_SECRET = 447
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -430,4 +430,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 4446
|
SYS_LANDLOCK_RESTRICT_SELF = 4446
|
||||||
SYS_PROCESS_MRELEASE = 4448
|
SYS_PROCESS_MRELEASE = 4448
|
||||||
SYS_FUTEX_WAITV = 4449
|
SYS_FUTEX_WAITV = 4449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 4450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -360,4 +360,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 5446
|
SYS_LANDLOCK_RESTRICT_SELF = 5446
|
||||||
SYS_PROCESS_MRELEASE = 5448
|
SYS_PROCESS_MRELEASE = 5448
|
||||||
SYS_FUTEX_WAITV = 5449
|
SYS_FUTEX_WAITV = 5449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 5450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -360,4 +360,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 5446
|
SYS_LANDLOCK_RESTRICT_SELF = 5446
|
||||||
SYS_PROCESS_MRELEASE = 5448
|
SYS_PROCESS_MRELEASE = 5448
|
||||||
SYS_FUTEX_WAITV = 5449
|
SYS_FUTEX_WAITV = 5449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 5450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -430,4 +430,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 4446
|
SYS_LANDLOCK_RESTRICT_SELF = 4446
|
||||||
SYS_PROCESS_MRELEASE = 4448
|
SYS_PROCESS_MRELEASE = 4448
|
||||||
SYS_FUTEX_WAITV = 4449
|
SYS_FUTEX_WAITV = 4449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 4450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -437,4 +437,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -409,4 +409,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -409,4 +409,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -311,4 +311,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -374,4 +374,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -388,4 +388,5 @@ const (
|
|||||||
SYS_LANDLOCK_RESTRICT_SELF = 446
|
SYS_LANDLOCK_RESTRICT_SELF = 446
|
||||||
SYS_PROCESS_MRELEASE = 448
|
SYS_PROCESS_MRELEASE = 448
|
||||||
SYS_FUTEX_WAITV = 449
|
SYS_FUTEX_WAITV = 449
|
||||||
|
SYS_SET_MEMPOLICY_HOME_NODE = 450
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3629,7 +3629,7 @@ const (
|
|||||||
ETHTOOL_A_RINGS_RX_MINI = 0x7
|
ETHTOOL_A_RINGS_RX_MINI = 0x7
|
||||||
ETHTOOL_A_RINGS_RX_JUMBO = 0x8
|
ETHTOOL_A_RINGS_RX_JUMBO = 0x8
|
||||||
ETHTOOL_A_RINGS_TX = 0x9
|
ETHTOOL_A_RINGS_TX = 0x9
|
||||||
ETHTOOL_A_RINGS_MAX = 0x9
|
ETHTOOL_A_RINGS_MAX = 0xa
|
||||||
ETHTOOL_A_CHANNELS_UNSPEC = 0x0
|
ETHTOOL_A_CHANNELS_UNSPEC = 0x0
|
||||||
ETHTOOL_A_CHANNELS_HEADER = 0x1
|
ETHTOOL_A_CHANNELS_HEADER = 0x1
|
||||||
ETHTOOL_A_CHANNELS_RX_MAX = 0x2
|
ETHTOOL_A_CHANNELS_RX_MAX = 0x2
|
||||||
@@ -4314,7 +4314,7 @@ const (
|
|||||||
NL80211_ATTR_MAC_HINT = 0xc8
|
NL80211_ATTR_MAC_HINT = 0xc8
|
||||||
NL80211_ATTR_MAC_MASK = 0xd7
|
NL80211_ATTR_MAC_MASK = 0xd7
|
||||||
NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca
|
NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca
|
||||||
NL80211_ATTR_MAX = 0x133
|
NL80211_ATTR_MAX = 0x135
|
||||||
NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4
|
NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4
|
||||||
NL80211_ATTR_MAX_CSA_COUNTERS = 0xce
|
NL80211_ATTR_MAX_CSA_COUNTERS = 0xce
|
||||||
NL80211_ATTR_MAX_MATCH_SETS = 0x85
|
NL80211_ATTR_MAX_MATCH_SETS = 0x85
|
||||||
@@ -4655,7 +4655,7 @@ const (
|
|||||||
NL80211_CMD_LEAVE_IBSS = 0x2c
|
NL80211_CMD_LEAVE_IBSS = 0x2c
|
||||||
NL80211_CMD_LEAVE_MESH = 0x45
|
NL80211_CMD_LEAVE_MESH = 0x45
|
||||||
NL80211_CMD_LEAVE_OCB = 0x6d
|
NL80211_CMD_LEAVE_OCB = 0x6d
|
||||||
NL80211_CMD_MAX = 0x92
|
NL80211_CMD_MAX = 0x93
|
||||||
NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29
|
NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29
|
||||||
NL80211_CMD_NAN_MATCH = 0x78
|
NL80211_CMD_NAN_MATCH = 0x78
|
||||||
NL80211_CMD_NEW_BEACON = 0xf
|
NL80211_CMD_NEW_BEACON = 0xf
|
||||||
|
|||||||
@@ -322,6 +322,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint32
|
type cpuMask uint32
|
||||||
|
|||||||
@@ -336,6 +336,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -313,6 +313,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint32
|
type cpuMask uint32
|
||||||
|
|||||||
@@ -315,6 +315,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -318,6 +318,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint32
|
type cpuMask uint32
|
||||||
|
|||||||
@@ -318,6 +318,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -318,6 +318,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -318,6 +318,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint32
|
type cpuMask uint32
|
||||||
|
|||||||
@@ -325,6 +325,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint32
|
type cpuMask uint32
|
||||||
|
|||||||
@@ -325,6 +325,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -325,6 +325,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -343,6 +343,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -338,6 +338,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
@@ -320,6 +320,8 @@ type Taskstats struct {
|
|||||||
Thrashing_count uint64
|
Thrashing_count uint64
|
||||||
Thrashing_delay_total uint64
|
Thrashing_delay_total uint64
|
||||||
Ac_btime64 uint64
|
Ac_btime64 uint64
|
||||||
|
Compact_count uint64
|
||||||
|
Compact_delay_total uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type cpuMask uint64
|
type cpuMask uint64
|
||||||
|
|||||||
Reference in New Issue
Block a user