tags 658728 + upstream quit A. Costa wrote: > Jonathan Nieder <jrnie...@gmail.com> wrote:
>> A. Costa, could you try the attached patches, against 3.2.y? It works >> like this... > > That might be difficult. Short of compiling it myself, what can I do to help? To recap: ; wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.9.tar.xz; # 62 MiB ; tar -xf linux-3.2.9.tar.xz ; cd linux-3.2.9 ; cp /boot/config-$(uname -r) .config; # current configuration ; make localmodconfig; # optional: minimize configuration ; make deb-pkg; # optionally with -j<num> for parallel build # dpkg -i ../<name of package> # reboot Hopefully it reproduces the bug. Then: ; cd linux-3.2.9 ; patch -p1 <patch1 ; patch -p1 <patch2 ; make deb-pkg; # maybe with -j4 # dpkg -i ../<name of package> # reboot If it works, we can apply the patch in sid and propose it for inclusion upstream in v3.3 and 3.2.y. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120304214136.GA27165@burratino