All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@leemhuis.info>
To: Daniel Smolik <smolik@mydatex.cz>, regressions@lists.linux.dev
Subject: Re: Regressions can bus with MCP2515 on sama5d3 connected over SPI stop working on kernel > 5.4.271
Date: Tue, 12 Mar 2024 11:19:37 +0100	[thread overview]
Message-ID: <a2e64be0-e07d-4c55-aba7-87c7e4c876e0@leemhuis.info> (raw)
In-Reply-To: <2ede8f49-41f8-4d9a-83e4-ea5d4d1677fe@mydatex.cz>

Hi! Thx for your report!

On 11.03.24 22:55, Daniel Smolik wrote:
> I have found problem with kernel > 5.4.271 (long term) on sama5d3. When
> I config can bus with:
> 
> ip link set can0 type can bitrate 125000 triple-sampling on
> 
> and type
> ifconfig can0 up
> 
> prompt never returns and cannot run eg. ip a (never returns) existing
> ssh connection works but can´t do new one.
> 
> 
>   I have my own daughter  board with can bus driver MCP2515 connected
> over SPI bus. There is
> snippet of my DTB:
> 
>  can0: can@0 {
>                                         compatible = "microchip,mcp2515";
>                                         reg = <0>;
>                                         clocks = <&can0_osc_fixed>;
>                                         interrupt-parent = <&pioD>;
>                                         interrupts = <29
> IRQ_TYPE_EDGE_RISING>;
>                                         spi-max-frequency = <10000000>;
>                                     };
> 
> with this all working  perfect  on long term kernels 4.19.  I try switch
> to newer kernel and latest I get working is 5.4.271.   Kernel 5.5.0
> -5.5.6 I can´t  compile and 5.5.14  is affected with bug.

The two important question here are:

* Is mainline (e.g. 6.8) affected as well? That determines if the
regular developers or the stable team has to look into this.

* Could you bisect the problem (e.g. I assume between 5.4.271 and
5.4.272)? I'm working on a guide that explains this:
https://www.leemhuis.info/files/misc/How%20to%20bisect%20a%20Linux%20kernel%20regression%20%e2%80%94%20The%20Linux%20Kernel%20documentation.html

Ciao, Thorsten

  reply	other threads:[~2024-03-12 10:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11 21:55 Regressions can bus with MCP2515 on sama5d3 connected over SPI stop working on kernel > 5.4.271 Daniel Smolik
2024-03-12 10:19 ` Linux regression tracking (Thorsten Leemhuis) [this message]
2024-03-12 10:27   ` Dan Smolik
2024-03-12 10:39     ` Linux regression tracking (Thorsten Leemhuis)
2024-03-12 19:57       ` Daniel Smolik
2024-03-12 23:22         ` Daniel Smolik
2024-03-13  9:16           ` Linux regression tracking (Thorsten Leemhuis)
2024-03-13 10:35             ` Marc Kleine-Budde
2024-03-13 11:22               ` Daniel Smolik
2024-03-13 11:32                 ` Linux regression tracking (Thorsten Leemhuis)
2024-03-13 11:39                   ` Daniel Smolik
2024-03-13 11:43                 ` Marc Kleine-Budde
2024-03-13 12:21                   ` Daniel Smolik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2e64be0-e07d-4c55-aba7-87c7e4c876e0@leemhuis.info \
    --to=regressions@leemhuis.info \
    --cc=regressions@lists.linux.dev \
    --cc=smolik@mydatex.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.