From nobody Thu Apr 2 01:54:03 2026 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 435BC30F924 for ; Mon, 23 Feb 2026 16:29:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771864157; cv=none; b=HKacWg7v4QP0eugCtR36HG7XR4O6kpz8Jj8pjJkVp+BAWftvRj/xOHuL95kZKvVi60v+tU2XsorcDxPZu/UIljIXllbfyaVbJGqiZJ5QLSnS3h//eBoypJblUF0M7m18iNjjvWcduIpfF+fOTBQ+7vMuOyuSFcoNR+LUsETe0O4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771864157; c=relaxed/simple; bh=tkxyV2/SJmMyCf1/A4WWOPt/5oameV796XbiX6OYyx4=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=IAc+Mo+GL5J7n//dSbgN//5clrliLSUAFtpBKWXQhLnq5HFrw9EuvWLOUGB5A8szHQ8iJ2vjErJlI6al6L5Hyd41U+S9E5oPFDaC+DIGJoPxcybReZUyeu0rYrqct1//34ZUn8wLmK04nu+ZRcWjcEAzjrK2paXVibOkWdLzYJY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=KwOAiw5x; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KwOAiw5x" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1771864155; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7Gg0Xg7GuMZrOytFimMyWzeLYWG1wEiuU7NhsKmvk4Q=; b=KwOAiw5xXrnawfdmDbbnQKTqP2ZZAC9T3VUUE3JU6SKoS/cg736VWQNuqkr0Zu9mlvhKne K6Y7l7ciukKLgzzpJ9VdLIJc9iD3w+sUGC037PINVqC0ltWlhjq8TBrY3LKE0HnOtJFeS6 kdnmOsrm8vlSnsQQAv5iXp4PF9FaKGE= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-39-9dqp60XrM-Cp2BMxxspYdg-1; Mon, 23 Feb 2026 11:29:12 -0500 X-MC-Unique: 9dqp60XrM-Cp2BMxxspYdg-1 X-Mimecast-MFC-AGG-ID: 9dqp60XrM-Cp2BMxxspYdg_1771864150 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 43CF318005B0; Mon, 23 Feb 2026 16:29:10 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.22.88.94]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 03BB4180066A; Mon, 23 Feb 2026 16:29:07 +0000 (UTC) From: Wander Lairson Costa To: Steven Rostedt , Gabriele Monaco , Nam Cao , Wander Lairson Costa , linux-trace-kernel@vger.kernel.org (open list:RUNTIME VERIFICATION (RV)), linux-kernel@vger.kernel.org (open list) Subject: [PATCH v3 12/19] rv/rvgen: remove unused sys import from dot2c Date: Mon, 23 Feb 2026 13:17:55 -0300 Message-ID: <20260223162407.147003-13-wander@redhat.com> In-Reply-To: <20260223162407.147003-1-wander@redhat.com> References: <20260223162407.147003-1-wander@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 Content-Type: text/plain; charset="utf-8" The sys module was imported in the dot2c frontend script but never used. This import was likely left over from earlier development or copied from a template that required sys for exit handling. Remove the unused import to clean up the code and satisfy linters that flag unused imports as errors. Signed-off-by: Wander Lairson Costa Reviewed-by: Gabriele Monaco --- tools/verification/rvgen/dot2c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/verification/rvgen/dot2c b/tools/verification/rvgen/dot2c index bf0c67c5b66c8..1012becc7fab6 100644 --- a/tools/verification/rvgen/dot2c +++ b/tools/verification/rvgen/dot2c @@ -16,7 +16,6 @@ if __name__ =3D=3D '__main__': from rvgen import dot2c import argparse - import sys =20 parser =3D argparse.ArgumentParser(description=3D'dot2c: converts a .d= ot file into a C structure') parser.add_argument('dot_file', help=3D'The dot file to be converted') --=20 2.53.0