Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
"Fix a regression in the cesa driver"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: marvel/cesa - Fix tdma descriptor on 64-bit

+2 -2
+2 -2
drivers/crypto/marvell/cesa/cesa.h
··· 300 300 __le32 byte_cnt; 301 301 union { 302 302 __le32 src; 303 - dma_addr_t src_dma; 303 + u32 src_dma; 304 304 }; 305 305 union { 306 306 __le32 dst; 307 - dma_addr_t dst_dma; 307 + u32 dst_dma; 308 308 }; 309 309 __le32 next_dma; 310 310