From 1e8208402d9c84d5f3ee6e33b63db8befbf61032 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 14 Mar 2019 13:40:11 +0100 Subject: sys/linux: regenerate and fix const files 1. Move fsverity descriptions to a separate file which is not regenerated automatically. It was dropped from linux-next. 2. Fix tlk_device.txt name in syz-extract. 3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/. 4. Regenerate const files on current upstream head. --- sys/linux/sys_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/sys_arm.const') diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 22e06d571..cf9eab86a 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -625,7 +625,7 @@ __NR_madvise = 220 __NR_mbind = 319 __NR_membarrier = 389 __NR_memfd_create = 385 -# __NR_migrate_pages is not set +__NR_migrate_pages = 400 __NR_mincore = 219 __NR_mkdir = 39 __NR_mkdirat = 323 -- cgit mrf-deployment