Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [S390] s390dbf: Add description for usage of "%s" in sprintf events | Michael Holzheu | 2009-09-11 | 1 | -1/+8 |
| | | | | | | | | Using "%s" in sprintf event functions is dangerous. This patch adds a short description for this issue to the s390 debug feature documentation. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | ||||
* | [S390] s390: remove DEBUG_MALLOC | Pekka Enberg | 2009-06-22 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | The kernel now has kmemleak and kmemtrace so there's no reason to keep this ugly s390 hack around. I am not sure how it's supposed to work on SMP anyway as it uses a global variable to temporarily store the return value of all kmalloc() calls: void *b; #define kmalloc(x...) (PRINT_INFO(" kmalloc %p\n",b=kmalloc(x)),b) Cc: <linux-s390@vger.kernel.org> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | ||||
* | [S390] move include/asm-s390 to arch/s390/include/asm | Martin Schwidefsky | 2008-08-01 | 1 | -0/+261 |
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |