On Mon, Oct 12, 2015 at 12:58:09PM +0200, Jason A. Donenfeld wrote:
>
> On Oct 12, 2015 8:59 AM, "Avargil, Raanan" wrote:
> >
> > Your analysis is correct.
> > Commit 37b12910dd11d9ab969f2c310dc9160b7f3e3405 fixes the lockup issue, and
> according to my last check it is in 4.3-rc5.
>
> Cool okay
;
linux-ker...@vger.kernel.org
Subject: e1000e: hard system lockup on Linux 4.2
Hi Jeffrey & Raanan & Yanirx,
I have a Thinkpad W530 with a 82579LM inside of it, which uses the e1000e
driver. Every few hours, my system does a hard lockup, and I am unable to do
anything at all with it except
Hi Jeffrey & Raanan & Yanirx,
I have a Thinkpad W530 with a 82579LM inside of it, which uses the
e1000e driver. Every few hours, my system does a hard lockup, and I am
unable to do anything at all with it except power it off. There isn't
a panic or oops, as nothing is written to /sys/fs/pstore aft
Hello,
for learning device drivers I took 8139too.c to explore it. I
disrupted the code into several logical blocks and now I'm trying to
implement my own simplified version referring to original code from
time to time. I have rtl8139d NIC for experiments. So, by now I've
acomplished the followin