From c1caccc8334f39ba2bcae1dfe78e65c474af0160 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 14 May 2019 17:20:56 +0200 Subject: sys/linux: improve key and net_sch descriptions Use the len paths to resolve pending TODOs. --- sys/linux/key.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/linux/key.txt') diff --git a/sys/linux/key.txt b/sys/linux/key.txt index 3af876634..24721bdc3 100644 --- a/sys/linux/key.txt +++ b/sys/linux/key.txt @@ -120,10 +120,8 @@ key_encrypted_update { keyctl_pkey_params { key_id key -# NEED: this is len of syscall input/output arguments. We don't have naming scheme to reference syscall arguments. -# Need e.g. "len[syscall.input]", or some abbreviation like ".input" or "$.input". - in_len int32 - out_len int32 + in_len bytesize[syscall:inout, int32] + out_len bytesize[syscall:output, int32] __spare array[const[0, int32], 7] } -- cgit mrf-deployment