From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06A26385841F; Tue, 3 Oct 2023 19:18:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06A26385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696360727; bh=slcAUvZyjUhXnfTfl4Ipg9vfuWw7nsoQdZB/J2hBQ4I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Sv8eFr8DP5f8NGn1JUmd5TKrXraJBB7Pjp1vQgwzoXVWLS7dXgMCDQZgdTjdz8IBg 6W2Yhwh20qGkqUhH9/dJIknorjhDfMe/fVvkpVkZVcDNXuSqN8+aKywWIFBTvf7lZV sJf8lmL+ulCVTbHsq1ynToApSwZ5ji8RMzjdmbm8= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/30416] unable to find member 'request' for struct scsi_cmnd Date: Tue, 03 Oct 2023 19:18:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution cc Message-ID: In-Reply-To: References: 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=3D30416 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- This has been addressed by systemtap git commit e94d0e3deb34e684ca83573d7d2bc9b382db2427 Have the scsi tapset support newer kernels struct scsi_cmnd The linux kernel commit 2266a2def97ce11ec removed the request field from struct scsi_cmnd. The scsi tapset needed to test whether the request field is available. If request field is not available, use the linux kernels helper function scsi_cmd_to_rq to get a value for request. --=20 You are receiving this mail because: You are the assignee for the bug.=