From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7BCB1386F45B; Mon, 29 Nov 2021 10:15:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BCB1386F45B From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: [Bug testsuite/28633] New: examples/io/iostat-scsi.stp needs porting for kernel 5.16.0-0.rc2 Date: Mon, 29 Nov 2021 10:15:42 +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: mcermak at redhat dot com 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 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2021 10:15:42 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28633 Bug ID: 28633 Summary: examples/io/iostat-scsi.stp needs porting for kernel 5.16.0-0.rc2 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- examples/io/iostat-scsi.stp needs porting for kernel 5.16.0-0.rc2.20211124git5d9f4cf36721.19.fc36.x86_64 it seems. Current behavior: # stap -V; uname -r Systemtap translator/driver (version 4.7/0.186, commit release-4.6-6-g61a4c8f88eb6 + changes) Copyright (C) 2005-2021 Red Hat, Inc. and others This is free software; see the source for copying conditions. tested kernel versions: 2.6.32 ... 5.15.0-rc7 enabled features: BOOST_STRING_REF JAVA LIBRPM LIBSQLITE3 LIBXML2 NLS READL= INE 5.16.0-0.rc2.20211124git5d9f4cf36721.19.fc36.x86_64 #=20 #=20 # stap -g /usr/local/share/systemtap/examples/io/iostat-scsi.stp 1 -c 'sle= ep 1' semantic error: unable to find member 'request' for struct scsi_cmnd (alternatives: result, req, retries, sdb, SCp, rcu, cmnd, eh_entry, flags, state, device, allowed, cmd_len, extra_len, prot_op, prot_sdb, eh_eflags, underflow, abort_work, prot_type, submitter, prot_flags, sense_buffer, transfersize, budget_token, host_scribble, sc_data_direction, jiffies_at_alloc): operator '->' at /usr/local/share/systemtap/examples/io/iostat-scsi.stp:53:55 source: device =3D kernel_string(@choose_defined($cmd, $SCpnt)->request->rq_disk->disk_name) ^ semantic error: unresolved type : operator '->' at :53:55 source: device =3D kernel_string(@choose_defined($cmd, $SCpnt)->request->rq_disk->disk_name) ^ semantic error: unable to find member 'disk' for struct scsi_tape (alternatives: ps, dirty, lock, modes, sili, wait, device, driver, in_use, index, kref, name, nbr_dio, stats, try_dio, can_bsr, density, inited, ready, buffer, c_algo, immediate, two_fm, use_pf, max_block, min_block, nbr_waits, partition, block_size, cln_mode, last_sense, nbr_pages, last_cmnd, tape_typ= e, write_pending, autorew_dev, cln_sense_mask, do_auto_lock, drv_buffer, fast_mteom, nbr_finished, omit_blklims, rew_at_close, try_dio_now, write_pr= ot, door_locked, nbr_requests, new_partition, pos_unknown, recover_reg, cleaning_req, current_mode, long_timeout, scsi2_logical, can_partitions, nbr_partitions, recover_count, drv_write_prot, blksize_changed, cln_sense_value, density_changed, immediate_filemark, default_drvbuffer, compression_changed): operator '->' at :74:30 source: device =3D kernel_string($STp->disk->disk_name) ^ Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 4. Rerun with -v to see them. # --=20 You are receiving this mail because: You are the assignee for the bug.=