fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kanchan Joshi <joshi.k@samsung.com>
To: Christoph Hellwig <hch@lst.de>, Zorro Lang <zlang@kernel.org>
Cc: fstests@vger.kernel.org,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Anuj Gupta <anuj20.g@samsung.com>,
	John Garry <john.g.garry@oracle.com>,
	"Darrick J. Wong" <djwong@kernel.org>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH 6/6] generic: test corruption detection using T10 protection information
Date: Tue, 8 Sep 2026 20:06:12 +0530	[thread overview]
Message-ID: <bf8ef20b-44ea-42ca-9629-fe75056491bc@samsung.com> (raw)
In-Reply-To: <20260907075822.749818-7-hch@lst.de>

On 9/7/2026 1:28 PM, Christoph Hellwig wrote:
> +	local phys_sector=$(_get_file_extent_sector $testfile 0)
> +	if [ -z "$phys_sector" ]; then
> +		_fail "$test_name: failed to get physical block offset via fiemap"
> +	fi
> +
> +	local dev=$(_short_dev $SCSI_DEBUG_DEV)
> +	local debugfs_dir=$(ls/sys/block/$dev/device/scsi_device/)
> +	local debugfs_file="/sys/kernel/debug/scsi_debug/$debugfs_dir/corrupt"
> +
> +	if [ ! -f "$debugfs_file" ]; then
> +		_notrun "scsi_debug corruption injection not supported"
> +	fi
> +
> +	if [ "$last" -eq 1 ]; then
> +		echo "adding to $phys_sector" >> $seqres.full
> +		phys_blk=$((phys_blk + (128 * blksz / 512) - 1))

Maybe you want this to be phys_sector and not phys_blk.

  reply	other threads:[~2026-09-08 14:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07  7:58 add tests for file system on devices using protection information v4 Christoph Hellwig
2026-09-07  7:58 ` [PATCH 1/6] common/scsi_debug: don't slow down I/O Christoph Hellwig
2026-09-07  7:58 ` [PATCH 2/6] common: factor out a _bdev_disk_name helper Christoph Hellwig
2026-09-07  7:58 ` [PATCH 3/6] common: add a _sysfs_block_integrity_path helper Christoph Hellwig
2026-09-08 14:32   ` Kanchan Joshi
2026-09-07  7:58 ` [PATCH 4/6] add a "pi" group Christoph Hellwig
2026-09-08 14:33   ` Kanchan Joshi
2026-09-07  7:58 ` [PATCH 5/6] generic: test I/O on devices with T10 protection information Christoph Hellwig
2026-09-08 14:33   ` Kanchan Joshi
2026-09-07  7:58 ` [PATCH 6/6] generic: test corruption detection using " Christoph Hellwig
2026-09-08 14:36   ` Kanchan Joshi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-11  7:08 add tests for file system on devices using protection information v5 Christoph Hellwig
2026-09-11  7:08 ` [PATCH 6/6] generic: test corruption detection using T10 protection information Christoph Hellwig
2026-09-14  9:07   ` Zorro Lang
2026-08-31  6:45 add tests for file system on devices using protection information v3 Christoph Hellwig
2026-08-31  6:45 ` [PATCH 6/6] generic: test corruption detection using T10 protection information Christoph Hellwig
2026-09-03  6:00   ` Anuj Gupta/Anuj Gupta
2026-09-07  5:49     ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf8ef20b-44ea-42ca-9629-fe75056491bc@samsung.com \
    --to=joshi.k@samsung.com \
    --cc=anuj20.g@samsung.com \
    --cc=djwong@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=hch@lst.de \
    --cc=john.g.garry@oracle.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=zlang@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).