Displaying 6 results from an estimated 6 matches for "dkbuild_modnam".
Did you mean:
dkbuild_modname
2016 Jul 13
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...tor
-Wno-unused-but-set-variable -fno-omit-frame-pointer
-fno-optimize-sibling-calls -fno-var-tracking-assignments -g
-Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow
-fconserve-stack -Werror=implicit-int -Werror=strict-prototypes
-DKBUILD_BASENAME='"bounds"' -DKBUILD_MODNAME='"bounds"'
-fverbose-asm -E -o kernel/bounds.i kernel/bounds.c
In file included from include/asm-generic/bug.h:13:0,
from ./arch/arm64/include/asm/bug.h:62,
from include/linux/bug.h:4,
from include/linux/page-flags.h:9,...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...set-variable -fno-omit-frame-pointer
> -fno-optimize-sibling-calls -fno-var-tracking-assignments -g
> -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow
> -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes
> -DKBUILD_BASENAME='"bounds"' -DKBUILD_MODNAME='"bounds"'
> -fverbose-asm -E -o kernel/bounds.i kernel/bounds.c
> In file included from include/asm-generic/bug.h:13:0,
> from ./arch/arm64/include/asm/bug.h:62,
> from include/linux/bug.h:4,
> from include/linux/...
2019 Sep 26
2
An error of asm goto occured while compiling Linux kernel 5.3
Hi all,
I encountered an error while compiling Linux kernel 5.3 to IR.
My LLVM version is 9.0.0 release.
This error said "invalid operand for inline asm constraint 'i'" in
arch/x86/include/asm/jump_table.h.
The source code is
static __always_inline bool arch_static_branch(struct static_key *key,
bool branch)
{
asm_volatile_goto("1:"
".byte "
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
2018 Apr 08
0
Success : clang/LLVM-built host kernel and clang-built VMware kernel modules for VMware Player 14.1.1 on host Ubuntu 17.10 x86_64
...-Wall
-Wstrict-prototypes -DVMW_USING_KBUILD -DVMMON -DVMCORE
-I/tmp/modconfig-sImz9k/vmmon-only/./include
-I/tmp/modconfig-sImz9k/vmmon-only/./common
-I/tmp/modconfig-sImz9k/vmmon-only/./linux
-I/tmp/modconfig-sImz9k/vmmon-only/./vmcore -DMODULE
'-DKBUILD_BASENAME="hostif"' '-DKBUILD_MODNAME="vmmon"' -c -o
/tmp/modconfig-sImz9k/vmmon-only/linux/.tmp_hostif.o
/tmp/modconfig-sImz9k/vmmon-only/linux/hostif.c
.
.
.
.
.
.
LD [M] /tmp/modconfig-sImz9k/vmmon-only/vmmon.ko
make[1]: Leaving directory '/media/exp/ext/linux-4.16'
/usr/bin/make -C $...
2018 Feb 09
3
retpoline mitigation and 6.0
I think I see what's going on, and I agree it looks like a bug. It was too
much to hope that later passes weren't going to mess with the PUSH
instruction. :(
While I was trying to reproduce your problem, I think I found another one
that looks like this:
$ clang -S -O2 -m32 -mregparm=3 -mretpoline spill_across_rp.cpp -o - |
grep _retpoline_push -B2
...
movl %eax, 8(%esp)