Thread (18 messages) 18 messages, 3 authors, 2019-08-28

Re: [PATCH 03/11] asm-generic: add generic dwarf definition

From: Peter Zijlstra <peterz@infradead.org>
Date: 2019-08-26 07:42:50
Also in: linux-arch, linux-arm-kernel, linux-kbuild, linux-mips, linux-riscv, linux-s390, linux-sh, linuxppc-dev, lkml, sparclinux

On Sun, Aug 25, 2019 at 09:23:22PM +0800, Changbin Du wrote:
quoted hunk ↗ jump to hunk
Add generic DWARF constant definitions. We will use it later.

Signed-off-by: Changbin Du <redacted>
---
 include/asm-generic/dwarf.h | 199 ++++++++++++++++++++++++++++++++++++
 1 file changed, 199 insertions(+)
 create mode 100644 include/asm-generic/dwarf.h
diff --git a/include/asm-generic/dwarf.h b/include/asm-generic/dwarf.h
new file mode 100644
index 000000000000..c705633c2a8f
--- /dev/null
+++ b/include/asm-generic/dwarf.h
@@ -0,0 +1,199 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Architecture independent definitions of DWARF.
+ *
+ * Copyright (C) 2019 Changbin Du <changbin.du@gmail.com>
You're claiming copyright on dwarf definitions? ;-)

I'm thinking only Oracle was daft enough to think stuff like that was
copyrightable.

Also; I think it would be very good to not use/depend on DWARF for this.

You really don't need all of DWARF; I'm thikning you only need a few
types; for location we already have regs_get_kernel_argument() which
has all the logic to find the n-th argument.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help