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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin:
Blackfin: strncpy: fix handling of zero lengths

+1 -1
+1 -1
arch/blackfin/lib/strncpy.S
··· 25 25 26 26 ENTRY(_strncpy) 27 27 CC = R2 == 0; 28 - if CC JUMP 4f; 28 + if CC JUMP 6f; 29 29 30 30 P2 = R2 ; /* size */ 31 31 P0 = R0 ; /* dst*/