search for: 6cd5269

Displaying 3 results from an estimated 3 matches for "6cd5269".

Did you mean: 6.5269
2016 Jul 13
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...t the new attempt to include it doesn't do anything). So, I am leaving it out at this point. To fix the SIZE_MAX issue, I quickly hacked up kernel.h, so SIZE_MAX gets defined before string.h gets pulled in. $ git diff diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 94aa10f..6cd5269 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -10,8 +10,6 @@ #include <linux/bitops.h> #include <linux/log2.h> #include <linux/typecheck.h> -#include <linux/printk.h> -#include <linux/dynamic_debug.h> #include <asm/byteorder.h> #include...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...9;t do anything). So, I > am leaving it out at this point. > > To fix the SIZE_MAX issue, I quickly hacked up kernel.h, so SIZE_MAX > gets defined before string.h gets pulled in. > > $ git diff > diff --git a/include/linux/kernel.h b/include/linux/kernel.h > index 94aa10f..6cd5269 100644 > --- a/include/linux/kernel.h > +++ b/include/linux/kernel.h > @@ -10,8 +10,6 @@ > #include <linux/bitops.h> > #include <linux/log2.h> > #include <linux/typecheck.h> > -#include <linux/printk.h> > -#include <linux/dynamic_debug.h> &gt...
2016 Jul 11
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 9 July 2016 at 08:30, Markus Mayer <markus.mayer at broadcom.com> wrote: > On 9 July 2016 at 05:04, Luis de Bethencourt <luisbg at osg.samsung.com> wrote: >> On 08/07/16 23:43, Markus Mayer wrote: >>> Add a collection of generic functions to convert strings to lowercase >>> or uppercase. >>> >>> Changing the case of a string (with or