All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Andrew Lunn <andrew@lunn.ch>, Juergen Borleis <jbe@pengutronix.de>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel@pengutronix.de
Subject: Re: [PATCH v2] net: fec: limit register access on i.MX6UL
Date: Tue, 25 Oct 2022 16:08:00 -0700	[thread overview]
Message-ID: <20221025160800.4eda6f50@kernel.org> (raw)
In-Reply-To: <Y1fbaY6SSLppusvx@lunn.ch>

On Tue, 25 Oct 2022 14:49:45 +0200 Andrew Lunn wrote:
> On Mon, Oct 24, 2022 at 10:05:52AM +0200, Juergen Borleis wrote:
> > Using 'ethtool -d […]' on an i.MX6UL leads to a kernel crash:
> > 
> >    Unhandled fault: external abort on non-linefetch (0x1008) at […]
> > 
> > due to this SoC has less registers in its FEC implementation compared to other
> > i.MX6 variants. Thus, a run-time decision is required to avoid access to
> > non-existing registers.
> > 
> > Signed-off-by: Juergen Borleis <jbe@pengutronix.de>  
> 
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

What would be the right Fixes tag for this? This one perhaps?

Fixes: a51d3ab50702 ("net: fec: use a more proper compatible string for i.MX6UL type device")

  reply	other threads:[~2022-10-25 23:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-24  8:05 [PATCH v2] net: fec: limit register access on i.MX6UL Juergen Borleis
2022-10-25 12:49 ` Andrew Lunn
2022-10-25 23:08   ` Jakub Kicinski [this message]
2022-10-27  3:30 ` patchwork-bot+netdevbpf

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=20221025160800.4eda6f50@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=jbe@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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.