Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1741438
| From | tip-bot for Josh Poimboeuf <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:core/objtool] x86/head: Remove confusing comment |
| Date | 2017-09-28 13:00 +0200 |
| Message-ID | <uuEHW-7Wb-49@gated-at.bofh.it> (permalink) |
| References | <urgLL-6I2-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: 17270717e80de33a884ad328fea5f407d87f6d6a Gitweb: https://git.kernel.org/tip/17270717e80de33a884ad328fea5f407d87f6d6a Author: Josh Poimboeuf <jpoimboe@redhat.com> AuthorDate: Mon, 18 Sep 2017 21:43:31 -0500 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Thu, 28 Sep 2017 09:39:02 +0200 x86/head: Remove confusing comment This comment is actively wrong and confusing. It refers to the registers' stack offsets after the pt_regs has been constructed on the stack, but this code is *before* that. At this point the stack just has the standard iret frame, for which no comment should be needed. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Juergen Gross <jgross@suse.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/a3c267b770fc56c9b86df9c11c552848248aace2.1505764066.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org> --- arch/x86/kernel/head_64.S | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index 513cbb0..3b04e4c 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S @@ -270,10 +270,6 @@ bad_address: __INIT ENTRY(early_idt_handler_array) - # 104(%rsp) %rflags - # 96(%rsp) %cs - # 88(%rsp) %rip - # 80(%rsp) error code i = 0 .rept NUM_EXCEPTION_VECTORS .ifeq (EXCEPTION_ERRCODE_MASK >> i) & 1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[tip:core/objtool] x86/head: Remove confusing comment tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2017-09-28 13:00 +0200
csiph-web