Comment 7 for bug 1866170

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

Could you describe how I can test this kernel and revert back to my current kernel?

Download the debs and use `dpkg -i *debs` to install.
To remove them, run
$ sudo apt purge `dpkg -l | grep 1866170 | awk '{print $2}'`

Furthermore, I assume you made some changes to that your kernel, could you elaborate on what you changed and what the result should be?

It reverts the following commit:
commit 57adc534f78e86fb66417a9d73d65d1ea40f6b61
Author: Sasha Neftin <email address hidden>
Date: Fri Jan 10 06:44:00 2020 +0100

    e1000e: Add support for S0ix

I don't know the result and that why we need to test it.