[PATCH][RFC][Call for Testers] Change of [const] char definitions

Robinson Maureira Castillo (rmaureira@alumno.inacap.cl)
Wed, 9 Oct 2002 10:23:23 -0400 (CLT)


It seems like my original post to the list went to /dev/null, since I
can't find it at http://marc.theaimsgroup.com/?l=linux-kernel
so here we go again.

-- 

Hi all,

I've done a first run looking for var defs in the form:

const char *foo = "blah"; and changed that for const char foo[] = "blah";

This came from the kerneljanitor TODO list, doing some tests, in x86 we get 4 less lines of asm code, since it only declares a single variable, against a static string and a pointer to that string in the *foo case.

Almost all changes were verified doing visual inspection, and trying to compile them. This is where you come in, since I don't have the hardware and/or cross-compilers to test each change I'm asking you people to test this patch and report any breakage to me, I'll wait some days for reports before start sending the changes to the respective maintainers

Patch is against 2.5.40, and it's located at: <http://alumno.inacap.cl/~rmaureira/kernel/chardef.diff>

Best regards

-- 
Robinson Maureira Castillo
Asesor DAI
INACAP

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/