Skip to content

Commit 7a16c7e

Browse files
committed
tools headers: Synchronize uapi/linux/sched.h
To get the tools copy updated with the changes in 34be393 ("sched/deadline: Implement "runtime overrun signal" support"), that cause no effect on the tools, will be used when we start copying the sched_attr struct argument to the sched_get/setattr syscalls. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Juri Lelli <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 1b8f516 commit 7a16c7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/include/uapi/linux/sched.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@
4949
*/
5050
#define SCHED_FLAG_RESET_ON_FORK 0x01
5151
#define SCHED_FLAG_RECLAIM 0x02
52+
#define SCHED_FLAG_DL_OVERRUN 0x04
53+
54+
#define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \
55+
SCHED_FLAG_RECLAIM | \
56+
SCHED_FLAG_DL_OVERRUN)
5257

5358
#endif /* _UAPI_LINUX_SCHED_H */

0 commit comments

Comments
 (0)