Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-29 Thread Vineet Gupta
On Tuesday 30 June 2015 02:08 AM, David Daney wrote: >> >> Sorry for missing you in the CC in orig post of this patch. Can I get your >> Ack on >> this one ! >> > > OK: > > Acked-by: David Daney Thx David. Although I had put the patch as it is in the end as I need to send a pull request to

Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-29 Thread David Daney
On 06/23/2015 10:51 PM, Vineet Gupta wrote: Hi David, On Tuesday 09 June 2015 05:18 PM, Vineet Gupta wrote: Signed-off-by: Vineet Gupta --- scripts/sortextable.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index

Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-29 Thread David Daney
On 06/23/2015 10:51 PM, Vineet Gupta wrote: Hi David, On Tuesday 09 June 2015 05:18 PM, Vineet Gupta wrote: Signed-off-by: Vineet Gupta vgu...@synopsys.com --- scripts/sortextable.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index

Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-29 Thread Vineet Gupta
On Tuesday 30 June 2015 02:08 AM, David Daney wrote: Sorry for missing you in the CC in orig post of this patch. Can I get your Ack on this one ! OK: Acked-by: David Daney david.da...@cavium.com Thx David. Although I had put the patch as it is in the end as I need to send a pull

Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-23 Thread Vineet Gupta
Hi David, On Tuesday 09 June 2015 05:18 PM, Vineet Gupta wrote: > Signed-off-by: Vineet Gupta > --- > scripts/sortextable.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/scripts/sortextable.c b/scripts/sortextable.c > index 1052d4834a44..c2423d913b46 100644 > ---

Re: [PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-23 Thread Vineet Gupta
Hi David, On Tuesday 09 June 2015 05:18 PM, Vineet Gupta wrote: Signed-off-by: Vineet Gupta vgu...@synopsys.com --- scripts/sortextable.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 1052d4834a44..c2423d913b46 100644 ---

[PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-09 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- scripts/sortextable.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 1052d4834a44..c2423d913b46 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -47,6 +47,10 @@ #define EM_MICROBLAZE

[PATCH 11/28] ARCv2: extable: Enable sorting at build time

2015-06-09 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com --- scripts/sortextable.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 1052d4834a44..c2423d913b46 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -47,6 +47,10 @@