From b00a57bdfab7ae45c9c188f72df342fba915c46e Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Thu, 3 Mar 2022 14:25:37 +0800 Subject: [PATCH] spec: Update patch and changelog with !264 tools/virtiofsd: Add rseq syscall to the seccomp allowlist !264 tools/virtiofsd: Add rseq syscall to the seccomp allowlist Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 25ade9a..61bc32a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -233,6 +233,7 @@ Patch0219: scsi-disk-define-props-in-scsi_block_disk-to-avoid-m.patch Patch0220: pcie-Add-pcie-root-port-fast-plug-unplug-feature.patch Patch0221: pcie-Compat-with-devices-which-do-not-support-Link-W.patch Patch0222: scsi-bus-fix-unmatched-object_unref.patch +Patch0223: tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch BuildRequires: flex BuildRequires: gcc @@ -680,6 +681,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Mar 03 2022 Chen Qun +- tools/virtiofsd: Add rseq syscall to the seccomp allowlist + * Thu Mar 03 2022 Chen Qun - scsi-bus: fix unmatched object_unref()