search for: timeconst

Displaying 5 results from an estimated 5 matches for "timeconst".

2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...to include kernel.h in string.h then leads to something like this: > > CHK include/config/kernel.release > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > CC scripts/mod/devicetable-offsets.s > CHK include/generated/timeconst.h > In file included from include/linux/printk.h:289:0, > from include/linux/kernel.h:13, > from include/linux/string.h:11, > from include/uapi/linux/uuid.h:21, > from include/linux/uuid.h:19, > f...
2016 Jul 11
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...ncludes string.h. Attempting to include kernel.h in string.h then leads to something like this: CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CC scripts/mod/devicetable-offsets.s CHK include/generated/timeconst.h In file included from include/linux/printk.h:289:0, from include/linux/kernel.h:13, from include/linux/string.h:11, from include/uapi/linux/uuid.h:21, from include/linux/uuid.h:19, from include/linux/mod_deviceta...
2016 Jul 09
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
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 without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This > change aims at reducing this
2018 Feb 07
0
retpoline mitigation and 6.0
...dwoodhou at i7:~/git/linux-2.6[dwoodhou at i7 linux-2.6]$ make CC=~/git/llvm-build/bin/clang vmlinux聽聽-k 聽 CHK聽聽聽聽聽include/config/kernel.release 聽 CHK聽聽聽聽聽include/generated/uapi/linux/version.h 聽 CHK聽聽聽聽聽include/generated/utsrelease.h 聽 CHK聽聽聽聽聽include/generated/bounds.h 聽 CHK聽聽聽聽聽include/generated/timeconst.h 聽 CHK聽聽聽聽聽include/generated/asm-offsets.h 聽 CALL聽聽聽聽scripts/checksyscalls.sh 聽 DESCEND聽聽objtool 聽 CHK聽聽聽聽聽scripts/mod/devicetable-offsets.h 聽 CHK聽聽聽聽聽include/generated/compile.h 聽 CC聽聽聽聽聽聽arch/x86/events/core.o clang-7.0: /home/dwmw2/git/llvm/lib/Analysis/ScalarEvolution.cpp:9092: bool llvm::Scal...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449. Before we merge this into two different Clang release branches and almost immediately release one of them, I would really like someone to confirm that this patch works well with the Linux kernel. David, if you're up for that, it would be great. Alternatively, Guenter or someone else here can help. On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth