From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B30783858D32; Tue, 29 Nov 2022 19:46:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B30783858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669751217; bh=o74Z2urGGnBcg8AWJ8tCturqj6txrGt+e1QtxbF1vag=; h=From:To:Subject:Date:From; b=Qf8t7fExmc3afGKuir8evi29qggwTPzgdfn/BKm6PUD6qFGbeyn0MdHFAOcaxorzp kFjwuaXPv7nX4C+fLb0SJTiR43a71brtIi1aoeJLSKiYb1zxbatltYq7n9tV8oiLIo D7MOWuowRqSc7yOMVcAYVT59vgMaXcuvzphEWCZY= From: "mark at klomp dot org" To: systemtap@sourceware.org Subject: [Bug testsuite/29837] New: kernel build compiler warning makes testsuite fail Date: Tue, 29 Nov 2022 19:46:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: testsuite X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29837 Bug ID: 29837 Summary: kernel build compiler warning makes testsuite fail Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: systemtap at sourceware dot org Reporter: mark at klomp dot org Target Milestone: --- The kernel build system warns about small compiler version differences when generating modules: warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc (GCC) 12.2.1 20220819 (Red Hat 12.2.1-2) You are using: gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4) This makes various testsuite tests fail. --=20 You are receiving this mail because: You are the assignee for the bug.=