lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Mar 2010 13:25:49 +0000
From:	Andy Green <andy@...mcat.com>
To:	Cyril Hrubis <metan@....cz>
CC:	Pavel Machek <pavel@....cz>, Eric Miao <eric.y.miao@...il.com>,
	dbaryshkov@...il.com, arminlitzel@....de,
	kernel list <linux-kernel@...r.kernel.org>,
	Dirk@...er-online.de, utx@...guin.cz, lenz@...wisc.edu,
	rpurdie@...ys.net, omegamoon@...il.com, thommycheck@...il.com,
	zaurus-devel@...ts.linuxtogo.org,
	linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: Re: bit errors on spitz

On 03/08/10 08:25, Somebody in the thread at some point said:
> Hi!
>> dmesg would not be useful, it usually hits user programs. Like... mutt
>> suddenly displaying , instead of - in the header. Program failing to
>> start because function printg is not found (it was not exactly
>> printf->printg,  I don't remember exact symbol), ping complaining
>> about discarding corrupted packets, etc.
>>
>> (Or of course, kernel oopsing or not going from suspend at all. But as
>> even user data are being corrupted, oops is not likely to be
>> interesting and system is typically not in state to capture it any more.)
>>
>
> Well I've seen empty lines when editing file with vim (these that are starting
> with blue tilda) in the middle of file. And sometimes programs segfaults for no
> good reason. Just today I've run "apt-get update" and got:
>
> symbol lookup error: apt-get: undefined symbol: _ZN16pkgAcquireStatus4StopEv
>
> While the correct symbol seems to be _ZN16pkgAcquireStatus4.
>
> When running 'make' in kernel directory and closing the display sometimes
> machine dies and nothing but reset under battery cover helps. I remeber waking
> up in the morning, opening the device and reseting the device. And it seems to
> be provoked much more by active CF wifi card.

I saw very similar failures for a long time on our iMX31 based device. 
Eventually I found a Freescale errata where the RAM inside the USB2 
macrocell started to make single bit errors below 1.38V Vcore; ours was 
1.4V at that time but dipped on CPU load.

I cranked up the Vcore to 1.6V and that solved it, we also added some 
ceramic caps to Vcore to help with the dips.

So it might be worth looking at PMU arrangements for Vcore level / look 
for dips with a 'scope (despite this isn't an iMX31).

A characteristic of it was it never caused kernel issues, since the 
kernel didn't come over USB.  It only ever caused troubles on userspace 
stuff.

-Andy

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ