Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245230 > unrolled thread

[PATCH 0/3] x86/entry: Fixlets after the big entry series

Started byAndy Lutomirski <luto@kernel.org>
First post2015-10-13 02:40 +0200
Last post2015-10-13 02:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] x86/entry: Fixlets after the big entry series Andy Lutomirski <luto@kernel.org> - 2015-10-13 02:40 +0200

#1245230 — [PATCH 0/3] x86/entry: Fixlets after the big entry series

FromAndy Lutomirski <luto@kernel.org>
Date2015-10-13 02:40 +0200
Subject[PATCH 0/3] x86/entry: Fixlets after the big entry series
Message-ID<qiVNg-6Zb-7@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web