| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2008-08-02 | [ARM] move include/asm-arm to arch/arm/include/asm | Russell King | |
| Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
| 2005-04-25 | [PATCH] ARM: 2653/1: Fix memset and memzero macro double-reference of parameters | Deepak Saxena | |
| Patch from Deepak Saxena The current memset() and memzero() macros on ARM reference the incoming parameters more than once and this can cause uninted side-effects. The issue was found while debugging SCTP protocol and with the specific usage of memzero(skb_put(skb,size),size). This call would call skb_put(skb,size) twice leading to badness. The fixed version copies the incoming parameters into local variables and uses those instead. Signed-off-by: Deepak Saxena Signed-off-by: Russell King | |||
