Re: [PATCH 1/2] strip generated symbols from *.ko

2007-09-27 Thread Sam Ravnborg
(private reply) Being occupied by non-linux stuff lately but will review your patches soon. non-linux stuff includes too little sleep because my baby girl having yet another new teeth and it hurst... I hope to go over it during the weekend so Ican include it in next merge window. Sam On

[PATCH 1/2] strip generated symbols from *.ko

2007-09-19 Thread Jan Beulich
This patch changes the way __crc_ symbols are being resolved from using ld to do so to using the assembler, thus allowing these symbols to be marked local (the linker creates then as global ones) and hence allow stripping (for modules) or ignoring (for vmlinux) them. While at this, also strip other