lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 3 Mar 2008 23:52:04 +0900
From:	FUJITA Tomonori <tomof@....org>
To:	htejun@...il.com, jens.axboe@...cle.com
Cc:	tomof@....org, fujita.tomonori@....ntt.co.jp,
	James.Bottomley@...senPartnership.com, efault@....de,
	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
	linux-ide@...r.kernel.org, linux-scsi@...r.kernel.org,
	jgarzik@...ox.com
Subject: Re: [PATCH] block: fix residual byte count handling

On Mon, 03 Mar 2008 23:22:46 +0900
Tejun Heo <htejun@...il.com> wrote:

> FUJITA Tomonori wrote:
> >> At the end of blk_rq_map_user() together with data_len / extra_len
> >> mangling or were you talking about James' original patch?
> > 
> > With my patch, at the end of blk_rq_map_user, we have:
> > 
> > 	if (len & queue_dma_alignment(q)) {
> > 		unsigned int pad_len = (queue_dma_alignment(q) & ~len) + 1;
> > 
> > 		rq->extra_len += pad_len;
> > 	}
> > 
> > 
> > So no change as compared with 2.6.24?
> 
> Oh.. you killed sg list manipulation.  Many controllers do allow odd
> bytes as the last sg entry but not all.  Also, if you append drain

Until 2.6.24, these drivers have taken care about the issue by
themselves. There is no change as compared with 2.6.24.


> buffer after it, it ends up with unaligned sg entry in the middle and
> rq->data_len + rq->extra_len will overrun the sg entry after the drain
> page which is really dangerous.

The drivers know that they use drain buffer. They can take care about
themselves on this too. If we want to do explicitly, we could have
rq->pad_len and rq->drain_len instead of rq->extra_len, though I think
that we are fine without these values because these drivers already
tell the block layer what they want and know that the block layer
gives it.


Jens, want's your verdict on this?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ