[plug] Intel igb module issues

Byron Hammond byronester at gmail.com
Wed Dec 13 19:44:30 AWST 2023


This will probably be of no use, but in addition to what Nick said, if you
wanted to track down the exact version the regression was introduced in,
and this could take a long time, you could do this...

Checkout the source using git.
Use git bisect to identify a commit that is good (no bug) and a commit that
is bad (with bug) and then bisect the commits (building and testing kernels
as you bisect) until you find the commit that introduced the regression.
Then you can either compile the kernel previous to that commit or just use
the previous kernel version that the commit that it was introduced in.
I know I know. But just thought it may be an interesting piece of extra
information.

Regards
Byron

On Wed, 13 Dec 2023 at 19:32, Nick Bannon <nick at ucc.gu.uwa.edu.au> wrote:

> On Wed, Dec 13, 2023 at 07:15:56PM +0800, Dean Bergin wrote:
> > Debian GNU Linux 12.4
> > Kernel: 6.1.66-1 (2023-12-09)
>
> That is the current Debian "bookworm" 12 kernel version, as listed at:
> https://tracker.debian.org/pkg/linux
>
> [...]
> > It definatelty smells like a bug, but what I'm ultimately seeking
> > assistance with how I can find what version the bug may have been fixed
> in
> > and what options are available to avoid me having to install and use
> Ubuntu 22.04?
>
> It's quite straightforward to build your own kernel package - you could
> go for the latest release, which is indeed version 6.6.6!
> https://kernel.org/
> 6.6.6   2023-12-11
> https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.6.tar.xz
>
> https://www.debian.org/doc//manuals/debian-handbook/sect.kernel-compilation.html
>
> However, you can also quickly test a "backports" kernel: 6.5.10-1~bpo12+1
> https://backports.debian.org/Instructions/
>
> Nick.
>
> --
>    Nick Bannon   | "I made this letter longer than usual because
> nick-sig at rcpt.to | I lack the time to make it shorter." - Pascal
> _______________________________________________
> PLUG discussion list: plug at plug.org.au
> http://lists.plug.org.au/mailman/listinfo/plug
> Committee e-mail: committee at plug.org.au
> PLUG Membership: http://www.plug.org.au/membership
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plug.org.au/pipermail/plug/attachments/20231213/fc2b10b2/attachment.html>


More information about the plug mailing list