Arnaldo Carvalho de Melo
1abcb9d96d
tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
...
To pick the changes from:
e98ad464750c ("fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl")
That don't trigger any changes in tooling.
This silences this perf build warning:
Warning: Kernel ABI header at 'tools/include/uapi/linux/fscrypt.h' differs from latest version at 'include/uapi/linux/fscrypt.h'
diff -u tools/include/uapi/linux/fscrypt.h include/uapi/linux/fscrypt.h
In time we should come up with something like:
$ tools/perf/trace/beauty/fsconfig.sh
static const char *fsconfig_cmds[] = {
[0] = "SET_FLAG",
[1] = "SET_STRING",
[2] = "SET_BINARY",
[3] = "SET_PATH",
[4] = "SET_PATH_EMPTY",
[5] = "SET_FD",
[6] = "CMD_CREATE",
[7] = "CMD_RECONFIGURE",
};
$
And:
$ tools/perf/trace/beauty/drm_ioctl.sh | head
#ifndef DRM_COMMAND_BASE
#define DRM_COMMAND_BASE 0x40
#endif
static const char *drm_ioctl_cmds[] = {
[0x00] = "VERSION",
[0x01] = "GET_UNIQUE",
[0x02] = "GET_MAGIC",
[0x03] = "IRQ_BUSID",
[0x04] = "GET_MAP",
[0x05] = "GET_CLIENT",
$
For fscrypt's ioctls.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Eric Biggers <ebiggers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-04-14 11:02:52 -03:00
..
2020-04-03 13:12:26 -07:00
2020-04-14 09:08:23 -03:00
2020-04-05 10:36:18 -07:00
2020-04-03 13:12:26 -07:00
2020-04-05 12:26:24 -07:00
2020-03-25 11:50:48 +01:00
2020-02-19 04:10:32 -07:00
2020-04-04 10:27:00 -07:00
2020-01-26 22:10:10 -05:00
2020-03-25 11:50:48 +01:00
2020-04-14 11:02:52 -03:00
2020-03-23 15:44:21 -04:00
2020-04-10 15:36:22 -07:00
2020-03-25 11:50:48 +01:00
2020-04-07 10:43:43 -07:00
2020-03-25 11:50:48 +01:00
2020-04-09 03:18:21 +09:00
2020-04-02 17:57:10 +01:00
2020-03-25 11:50:48 +01:00
2020-04-14 09:04:53 -03:00
2020-04-03 13:12:26 -07:00
2020-03-25 18:58:11 -07:00
2020-04-03 13:12:26 -07:00
2020-04-10 15:36:22 -07:00
2020-04-07 20:00:16 -07:00
2020-03-25 11:50:48 +01:00
2020-04-08 10:51:53 -07:00
2020-03-25 11:50:48 +01:00
2020-01-13 13:19:39 -05:00