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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 30 Dec 2012 11:54:42 +0530 From: Santosh Shilimkar <santosh.shilimkar@...com> To: <ahemaily@...il.com> CC: <tony@...mide.com>, <linux-omap@...r.kernel.org>, <linux@....linux.org.uk>, <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org> Subject: Re: [PATCH 1/1] arm :omap :DMA: fix a bug on reserving the omap SDMA channels $subject s/arm:omap/ARM: OMAP: On Sunday 30 December 2012 02:13 AM, ahemaily@...il.com wrote: > From: ahemaily <ahemaily@...il.com> > > The variable dma_lch_count used for comparison (omap_dma_reserve_channels <= dma_lch_count) > before it initialized to the value from omap_dma_dev_attr : d->lch_count. s/it/it is > I change the place of dma_lch_count initialization to be before the comparison. > s/I change the place of dma_lch_count initialization to be before the comparison./ Initialize dma_lch_count before it is being used for comparison. > Signed-off-by: Abdelrahman Hemaily <ahemaily@...il.com> > --- Change looks good to my eyes o.w Acked-by: Santosh Shilimkar <santosh.shilimkar@...com> -- 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