diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-03-23 02:22:53 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-23 02:22:53 +0000 |
commit | 2ed67c04a4afb35f78e9ed7768a4819ee4267bb5 (patch) | |
tree | efeaade1c79e24bc94e5311c1727eb5bc27b77e0 | |
parent | 0db21bb9e3827337ff791fbd714a25030641c0e1 (diff) | |
parent | c0bd71c5a596af6cf7f05a712232464623da0ba9 (diff) |
Merge release-20210315.0-9-gc0bd71c5a (automated)
-rw-r--r-- | pkg/abi/linux/linux_abi_autogen_unsafe.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/abi/linux/linux_abi_autogen_unsafe.go b/pkg/abi/linux/linux_abi_autogen_unsafe.go index b815c3a8a..17801750c 100644 --- a/pkg/abi/linux/linux_abi_autogen_unsafe.go +++ b/pkg/abi/linux/linux_abi_autogen_unsafe.go @@ -5578,6 +5578,7 @@ func (i *IPTIP) WriteTo(writer io.Writer) (int64, error) { // Packed implements marshal.Marshallable.Packed. //go:nosplit func (ke *KernelIPTEntry) Packed() bool { + // Type KernelIPTEntry is dynamic so it might have slice/string headers. Hence, it is not packed. return false } @@ -5632,6 +5633,7 @@ func (ke *KernelIPTEntry) WriteTo(writer io.Writer) (int64, error) { // Packed implements marshal.Marshallable.Packed. //go:nosplit func (ke *KernelIPTGetEntries) Packed() bool { + // Type KernelIPTGetEntries is dynamic so it might have slice/string headers. Hence, it is not packed. return false } @@ -6514,6 +6516,7 @@ func (i *IP6TReplace) WriteTo(writer io.Writer) (int64, error) { // Packed implements marshal.Marshallable.Packed. //go:nosplit func (ke *KernelIP6TGetEntries) Packed() bool { + // Type KernelIP6TGetEntries is dynamic so it might have slice/string headers. Hence, it is not packed. return false } |