[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1270499041.9013.15.camel@edumazet-laptop>
Date: Mon, 05 Apr 2010 22:24:01 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Dave Jones <davej@...hat.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [BUG] x86info fails on 2.6.34 ?
Hi Dave
I just noticed x86info was not working anymore on latest kernel
x86info v1.24. Dave Jones 2001-2009
Feedback to <davej@...hat.com>.
type seek: Value too large for defined data type
Offending syscall is an lseek(fd, -1, SEEK_CUR) on /dev/mem file
open("/dev/mem", O_RDONLY) = 3
...
lseek(3, 1023092, SEEK_SET) = 1023092
read(3, "PCMP\4\3\4\266HP PROLIANT \0\0\0\0\0"..., 44) = 44
read(3, "\0"..., 1) = 1
lseek(3, -1, SEEK_CUR) = -1 EOVERFLOW (Value too large
for defined data type)
It seems -1 is taken as an unsigned quantity ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists