Re: [Xen-devel] [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges

2016-08-22 Thread Luis R. Rodriguez
On Fri, Aug 19, 2016 at 02:55:43PM -0700, Kees Cook wrote: > On Fri, Aug 19, 2016 at 2:32 PM, wrote: > > From: "Luis R. Rodriguez" > > > > Section ranges are on one of the types of custom sections > > types used in Linux. This provides a series of helpers

Re: [Xen-devel] [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges

2016-08-19 Thread Kees Cook
On Fri, Aug 19, 2016 at 2:32 PM, wrote: > From: "Luis R. Rodriguez" > > Section ranges are on one of the types of custom sections > types used in Linux. This provides a series of helpers for > defining them and using them. Most importantly this also >

[Xen-devel] [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges

2016-08-19 Thread mcgrof
From: "Luis R. Rodriguez" Section ranges are on one of the types of custom sections types used in Linux. This provides a series of helpers for defining them and using them. Most importantly this also enables us to avoid modifying the linker script when we add a new section

[Xen-devel] [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges

2016-08-19 Thread mcgrof
From: "Luis R. Rodriguez" Section ranges are on one of the types of custom sections types used in Linux. This provides a series of helpers for defining them and using them. Most importantly this also enables us to avoid modifying the linker script when we add a new section