Blame SOURCES/0100-Wire-up-rseq-syscall-on-architectures-that-use-gener.patch

2eae47
From 0b051a218d5e7e51677c26c691dcf619a7d894e9 Mon Sep 17 00:00:00 2001
2eae47
From: "Dmitry V. Levin" <ldv@altlinux.org>
2eae47
Date: Mon, 11 Feb 2019 23:35:07 +0000
2eae47
Subject: [PATCH] Wire up rseq syscall on architectures that use generic
2eae47
 unistd.h
2eae47
2eae47
* linux/32/syscallent.h [293]: Wire up rseq syscall introduced by linux
2eae47
commit v4.19-rc1~109^2~47.
2eae47
* linux/64/syscallent.h [293]: Likewise.
2eae47
* NEWS: Mention this.
2eae47
---
2eae47
 NEWS                  | 2 ++
2eae47
 linux/32/syscallent.h | 1 +
2eae47
 linux/64/syscallent.h | 1 +
2eae47
 3 files changed, 4 insertions(+)
2eae47
2eae47
Index: strace-4.24/linux/32/syscallent.h
2eae47
===================================================================
2eae47
--- strace-4.24.orig/linux/32/syscallent.h	2019-06-13 01:05:32.297055881 +0200
2eae47
+++ strace-4.24/linux/32/syscallent.h	2019-06-13 01:05:42.887824722 +0200
2eae47
@@ -283,6 +283,7 @@
2eae47
 [290] = { 1,	0,		SEN(pkey_free),			"pkey_free"		},
2eae47
 [291] = { 5,	TD|TF|TSTA,	SEN(statx),			"statx"			},
2eae47
 [292] = { 6,	0,		SEN(io_pgetevents),		"io_pgetevents"		},
2eae47
+[293] = { 4,	0,		SEN(rseq),			"rseq"			},
2eae47
 
2eae47
 #undef sys_ARCH_mmap
2eae47
 #undef ARCH_WANT_SYNC_FILE_RANGE2
2eae47
Index: strace-4.24/linux/64/syscallent.h
2eae47
===================================================================
2eae47
--- strace-4.24.orig/linux/64/syscallent.h	2019-06-13 01:05:32.297055881 +0200
2eae47
+++ strace-4.24/linux/64/syscallent.h	2019-06-13 01:05:42.888824700 +0200
2eae47
@@ -276,3 +276,4 @@
2eae47
 [290] = { 1,	0,		SEN(pkey_free),			"pkey_free"		},
2eae47
 [291] = { 5,	TD|TF|TSTA,	SEN(statx),			"statx"			},
2eae47
 [292] = { 6,	0,		SEN(io_pgetevents),		"io_pgetevents"		},
2eae47
+[293] = { 4,	0,		SEN(rseq),			"rseq"			},