Matt Helsley ([email protected])

Number of posts: 234 (0.59 per day)
First post: 2019-05-23 00:05:20
Last post: 2020-06-23 14:15:00

Date List Subject
2020-05-28 19:18:15 linux-kernel Re: [RFC][PATCH 2/3] objtool: Find relocation base section using sh_info
2020-05-28 16:07:22 linux-kernel Re: [RFC][PATCH 3/3] objtool: Add support for relocations without addends
2020-05-28 16:05:31 linux-kernel Re: [RFC][PATCH 2/3] objtool: Find relocation base section using sh_info
2020-05-28 16:02:30 linux-kernel Re: [RFC][PATCH 1/3] objtool: Rename rela to reloc
2020-05-27 19:13:56 linux-kernel [RFC][PATCH 2/3] objtool: Find relocation base section using sh_info
2020-05-27 19:13:45 linux-kernel [RFC][PATCH 1/3] objtool: Rename rela to reloc
2020-05-27 19:13:43 linux-kernel [RFC][PATCH 3/3] objtool: Add support for relocations without addends
2020-05-27 19:13:40 linux-kernel [RFC][PATCH 0/3] objtool: Support implicit addend relocations
2020-05-20 16:43:03 linux-kernel Re: [PATCH 3/3] objtool: Enable compilation of objtool for all architectures
2020-05-20 16:40:43 linux-kernel Re: [PATCH 3/3] objtool: Enable compilation of objtool for all architectures
2020-05-19 21:48:46 linux-kernel Re: [PATCH 3/3] objtool: Enable compilation of objtool for all architectures
2020-05-19 21:00:02 linux-kernel [PATCH 0/3] Enable objtool multiarch build
2020-05-19 20:59:04 linux-kernel [PATCH 3/3] objtool: Enable compilation of objtool for all architectures
2020-05-19 20:58:29 linux-kernel [PATCH 2/3] objtool: Move struct objtool_file into arch-independent header
2020-05-19 20:57:50 linux-kernel [PATCH 1/3] objtool: Exit successfully when requesting help
2020-05-19 17:52:53 linux-kernel Re: [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-05-18 20:05:20 linux-kernel Re: [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-05-18 20:04:49 linux-kernel Re: [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-05-18 20:02:36 linux-kernel Re: [RFC][PATCH 3/5] objtool: Add support for relocations without addends
2020-05-18 19:59:51 linux-kernel Re: [RFC][PATCH 5/5] objtool: Report missing support for subcommands
2020-05-18 19:58:45 linux-kernel Re: [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-05-18 18:35:37 linux-kernel Re: [RFC][PATCH 1/5] objtool: Exit successfully when requesting help
2020-05-14 21:11:41 linux-kernel Re: [RFC][PATCH 3/5] objtool: Add support for relocations without addends
2020-05-13 20:52:14 linux-kernel Re: [RFC][PATCH 3/5] objtool: Add support for relocations without addends
2020-05-13 16:01:54 linux-kernel Re: [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-05-12 18:10:24 linux-kernel Re: [RFC][PATCH 2/5] objtool: Move struct objtool_file into arch-independent header
2020-05-11 17:40:28 linux-kernel [RFC][PATCH 0/5] Enable objtool multiarch build
2020-05-11 17:39:15 linux-kernel [RFC][PATCH 1/5] objtool: Exit successfully when requesting help
2020-05-11 17:38:09 linux-kernel [RFC][PATCH 2/5] objtool: Move struct objtool_file into arch-independent header
2020-05-11 17:37:53 linux-kernel [RFC][PATCH 5/5] objtool: Report missing support for subcommands
2020-05-11 17:37:38 linux-kernel [RFC][PATCH 3/5] objtool: Add support for relocations without addends
2020-05-11 17:37:36 linux-kernel [RFC][PATCH 4/5] objtool: Enable compilation of objtool for all architectures
2020-04-24 22:24:43 linux-kernel Re: [PATCH v2] recordmcount: support >64k sections
2020-04-23 21:49:43 linux-kernel Re: [PATCH] recordmcount: support >64k sections
2020-04-22 17:04:54 linux-kernel Re: [PATCH 2/3] objtool: Rename elf_read() to elf_open_read()
2020-04-15 21:54:13 linux-kernel Re: [RFC][PATCH 00/36] objtool: Make recordmcount a subcommand
2020-04-15 13:40:33 linux-kernel Re: [RFC][PATCH 03/36] objtool: Enable compilation of objtool for all architectures
2020-04-10 19:43:40 linux-kernel [RFC][PATCH 22/36] objtool: mcount: Use objtool ELF to write
2020-04-10 19:43:02 linux-kernel [RFC][PATCH 31/36] objtool: mcount: Pre-allocate new ELF sections
2020-04-10 19:42:52 linux-kernel [RFC][PATCH 27/36] objtool: mcount: Use ELF header from objtool
2020-04-10 19:42:52 linux-kernel [RFC][PATCH 30/36] objtool: mcount: Move mcount_adjust out of wrapper
2020-04-10 19:42:51 linux-kernel [RFC][PATCH 28/36] objtool: mcount: Remove unused file mapping
2020-04-10 19:42:38 linux-kernel [RFC][PATCH 34/36] objtool: mcount: Remove wrapper for ELF relocation type
2020-04-10 19:42:32 linux-kernel [RFC][PATCH 36/36] objtool: mcount: Remove wordsized endian wrappers
2020-04-10 19:42:03 linux-kernel [RFC][PATCH 33/36] objtool: mcount: Move sift_rel_mcount out of wrapper file
2020-04-10 19:41:57 linux-kernel [RFC][PATCH 32/36] objtool: mcount: Generic location and relocation table types
2020-04-10 19:41:54 linux-kernel [RFC][PATCH 29/36] objtool: mcount: Reduce usage of _size wrapper
2020-04-10 19:41:40 linux-kernel [RFC][PATCH 25/36] objtool: mcount: Move relocation entry size detection
2020-04-10 19:41:33 linux-kernel [RFC][PATCH 24/36] objtool: mcount: Move helpers out of ELF wrapper
2020-04-10 19:40:51 linux-kernel [RFC][PATCH 35/36] objtool: mcount: Remove wrapper double-include trick
2020-04-10 19:40:39 linux-kernel [RFC][PATCH 26/36] objtool: mcount: Only keep ELF file size