diff options
author | Andy Lutomirski <[email protected]> | 2014-07-30 14:59:49 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-09-24 09:55:38 +0200 |
commit | f12c1f9002d27374fd205f6e692891116ca22272 (patch) | |
tree | 72969fd94198bb5fa4429b7e36c870a7b820e67e /net/lapb/lapb_subr.c | |
parent | f3670394c29ff3730638762c1760fd2f624e6d7b (diff) |
x86/vdso: Fix vdso2c's special_pages[] error checking
Stephen Rothwell's compiler did something amazing: it unrolled a
loop, discovered that one iteration of that loop contained an
always-true test, and emitted a warning that will IMO only serve
to convince people to disable the warning.
That bogus warning caused me to wonder what prompted such an
absurdity from his compiler, and I discovered that the code in
question was, in fact, completely wrong -- I was looking things
up in the wrong array.
This affects 3.16 as well, but the only effect is to screw up
the error checking a bit. vdso2c's output is unaffected.
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Andy Lutomirski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/53d96ad5.80ywqrbs33ZBCQej%[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions