Re: [PATCH] Detect section mismatches in thumb relocations

2014-02-01 Thread Rusty Russell
David Long writes: > From: "David A. Long" > > Add processing for normally encountered thumb relocation types so that > section mismatches will be detected. > > Signed-off-by: David A. Long Happiest for this to go through an ARM tree, so: Acked-by: Rusty Russell Cheers, Rusty. > --- > scri

[PATCH] Detect section mismatches in thumb relocations

2014-01-31 Thread David Long
From: "David A. Long" Add processing for normally encountered thumb relocation types so that section mismatches will be detected. Signed-off-by: David A. Long --- scripts/mod/modpost.c | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/mod/modpost.c b/scripts/mod/modpos