Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245230
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] x86/entry: Fixlets after the big entry series |
| Date | 2015-10-13 02:40 +0200 |
| Message-ID | <qiVNg-6Zb-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Patch 1 fixes some style problems that Borislav noticed. Patch 2 deletes unused macros at Ingo's request. Patch 3 fixes the UML build. (I haven't confirmed that UML *works*, but that should be easy to check.) Andy Lutomirski (3): selftests/x86: Style fixes for unwind_vdso x86/asm: Remove the xyz_cfi macros from dwarf2.h um: Fix build after x86 syscall changes arch/x86/include/asm/dwarf2.h | 93 ------------------------------- arch/x86/um/asm/syscall.h | 4 ++ tools/testing/selftests/x86/unwind_vdso.c | 6 +- 3 files changed, 8 insertions(+), 95 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] x86/entry: Fixlets after the big entry series Andy Lutomirski <luto@kernel.org> - 2015-10-13 02:40 +0200
csiph-web