Commit 0f43283
committed
Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull fdpick coredump update from Al Viro:
"Switches fdpic coredumps away from original aout dumping primitives to
the same kind of regset use as regular elf coredumps do"
* 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
[elf-fdpic] switch coredump to regsets
[elf-fdpic] use elf_dump_thread_status() for the dumper thread as well
[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()
[elf-fdpic] coredump: don't bother with cyclic list for per-thread objects
kill elf_fpxregs_t
take fdpic-related parts of elf_prstatus out
unexport linux/elfcore.h10 files changed
Lines changed: 146 additions & 268 deletions
File tree
- arch
- ia64/include/asm
- powerpc/include/asm
- x86/include/asm
- fs
- include
- linux
- uapi/linux
- scripts
- usr/include
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2038 | 2038 | | |
2039 | 2039 | | |
2040 | 2040 | | |
2041 | | - | |
2042 | | - | |
2043 | | - | |
2044 | 2041 | | |
2045 | 2042 | | |
2046 | 2043 | | |
| |||
2071 | 2068 | | |
2072 | 2069 | | |
2073 | 2070 | | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
2082 | | - | |
2083 | 2071 | | |
2084 | 2072 | | |
2085 | 2073 | | |
| |||
2090 | 2078 | | |
2091 | 2079 | | |
2092 | 2080 | | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | 2081 | | |
2097 | 2082 | | |
2098 | 2083 | | |
| |||
2116 | 2101 | | |
2117 | 2102 | | |
2118 | 2103 | | |
2119 | | - | |
2120 | | - | |
2121 | | - | |
2122 | | - | |
2123 | | - | |
2124 | 2104 | | |
2125 | 2105 | | |
2126 | 2106 | | |
| |||
2184 | 2164 | | |
2185 | 2165 | | |
2186 | 2166 | | |
2187 | | - | |
2188 | | - | |
2189 | | - | |
2190 | | - | |
2191 | | - | |
2192 | | - | |
2193 | | - | |
2194 | 2167 | | |
2195 | 2168 | | |
2196 | 2169 | | |
| |||
2243 | 2216 | | |
2244 | 2217 | | |
2245 | 2218 | | |
2246 | | - | |
2247 | | - | |
2248 | | - | |
2249 | 2219 | | |
2250 | 2220 | | |
2251 | 2221 | | |
| |||
0 commit comments