From patchwork Thu Nov 30 08:48:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7368 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SgqbT1syXz3wtp for ; Thu, 30 Nov 2023 08:48:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SgqbR1PMQz10N; Thu, 30 Nov 2023 08:48:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SgqbQ4ZFYz30Qj; Thu, 30 Nov 2023 08:48:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SgqbM45xhz30Cv for ; Thu, 30 Nov 2023 08:48:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SgqbL4RlDzxB; Thu, 30 Nov 2023 08:48:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701334094; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jbLxQsKnT0ScQYRJjQsciu8omfcbJEWt7WSy6lX8lZw=; b=3CKV6R5SXii3oxNOg8ndZ2LYBghtnx3NAbCIGuKgWKMrIa0kIGotO3zZY20iLbkVvwOiI8 IkuVBHHW+Lb5iKCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701334094; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jbLxQsKnT0ScQYRJjQsciu8omfcbJEWt7WSy6lX8lZw=; b=APp/IrQI24qvSBDD+pzMtOcKuKgHHnUjQofxW7iHVXSre4R9bIpPUK37kmLssRPPTBd59m 68cz6ENAxVCu31FcfRbPeKT855ZvZFhWnlWS6FDyKSNuB/qCDZO+IJtodJHWlmhR/Z+VcI Zd32naM/39gx0sckFroh/ukIwDFkZu0EaeW97LUyIJMaI92g6JI+cifHc/TT3iydszWMG7 pA2BwDtCdDSbt6BVvqOkDd45L3sG5zcGVhpqNpJkoIoxsDO1cdvnpACEj2BhgsG+drNjjB j7kr55ep2xb8FQNmkMc4eMzDH5uoHcRcjXdIlxyuTLHgqPo+LmrAUGiB0ZxfZQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] strace: Update to version 6.6 Date: Thu, 30 Nov 2023 09:48:11 +0100 Message-ID: <20231130084811.35370-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 5WWNFIYG7OQIUE2M3HJN4PCJMTIMFYM2 X-Message-ID-Hash: 5WWNFIYG7OQIUE2M3HJN4PCJMTIMFYM2 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 6.5 to 6.6 - Changelog 6.6 Improvements Implemented --kill-on-exit option that instructs the tracer to set PTRACE_O_EXITKILL option to all tracee processes and not to detach them on cleanup so they will not be left running after the tracer exit. Implemented automatic activation of --kill-on-exit option when --seccomp-bpf is enabled and -p/--attach option is not used. Implemented decoding of map_shadow_stack syscall. Implemented decoding of FSCONFIG_CMD_CREATE_EXCL fsconfig command. Implemented decoding of IFLA_BRPORT_BACKUP_NHID netlink attribute. Implemented decoding of SECCOMP_IOCTL_NOTIF_SET_FLAGS ioctl. Implemented decoding of UFFDIO_CONTINUE, UFFDIO_POISON, and UFFDIO_WRITEPROTECT ioctls. Updated lists of ARCH_*, BPF_*, DEVCONF_*, IORING_*, KEXEC_*, MAP_*, NT_*, PTRACE_*, QFMT_*, SEGV_*, UFFD_*, V4L2_*, and XDP_* constants. Updated lists of ioctl commands from Linux 6.6. Signed-off-by: Adolf Belka --- strace/strace.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strace/strace.nm b/strace/strace.nm index 30b596894..bec6c24c1 100644 --- a/strace/strace.nm +++ b/strace/strace.nm @@ -4,7 +4,7 @@ ############################################################################### name = strace -version = 6.5 +version = 6.6 release = 1 groups = Development/Debuggers