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


Groups > linux.kernel > #1183994 > unrolled thread

Re: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation

Started byPeter Zijlstra <peterz@infradead.org>
First post2015-07-14 23:00 +0200
Last post2015-07-14 23:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation Peter Zijlstra <peterz@infradead.org> - 2015-07-14 23:00 +0200

#1183994 — Re: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation

FromPeter Zijlstra <peterz@infradead.org>
Date2015-07-14 23:00 +0200
SubjectRe: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation
Message-ID<pMft0-37o-3@gated-at.bofh.it>
On Tue, Jul 14, 2015 at 12:14:08PM -0500, Josh Poimboeuf wrote:
> This adds a CONFIG_STACK_VALIDATION option which enables a host tool
> named stackvalidate which runs at compile time.  It analyzes every .o
> file and ensures the validity of its stack metadata.  It enforces a set
> of rules on asm code and C inline assembly code so that stack traces can
> be reliable.
> 
> Currently it checks frame pointer usage.  I plan to add DWARF CFI
> validation as well.

Validation or Annotation, as in the generation of DWARF CFI info?
--
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