public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: linux-kernel@vger.kernel.org,
	linux1394-devel <linux1394-devel@lists.sourceforge.net>,
	Robin Cook <rcook@wyrms.net>,
	Maxim Levitsky <maximlevitsky@gmail.com>
Subject: Re: Issue with firewire from 2.6.35.9 to 2.6.36.1
Date: Tue, 7 Dec 2010 15:04:11 +0100	[thread overview]
Message-ID: <20101207150411.11bb5889@stein> (raw)
In-Reply-To: <4CFDFBB0.8050804@ladisch.de>

On Dec 07 Clemens Ladisch wrote:
> Stefan Richter wrote:
> > I wonder which of our options is preferable:
> >   - Change fw-ohci from MSI blacklisting to whitelisting.  Agere FW643
> >     rev 07 is the only chip that can be whitelisted.
> >   - Simply drop MSI support altogether.

Blacklisting is also still an option if we extend the table by a
revision field:
   match = ... && (ohci_quirks[i].revision == ANY_REVISION ||
                   dev->revision <= ohci_quirks[i].revision) && ...;
If we ever need an dev->revision >= ohci_quirks[i].revision match, the
"break after first match" rule can be put to use or more tricks be
added.

> That depends on whether the maintainer can afford the effort of
> maintaining the whitelist.

I heard the maintainer is an FW643-E owner.  Maybe he accepts the
maintenance burden for personal gain (less MMIO reads than with shared
IRQs).  He might get fed up when new 1394 controllers with working MSI
support start to appear on the market in a monthly rhythm or so.

Blacklist maintenance OTOH would be worse for all concerned, since
evidently not every MSI related bug is so easy to identify like with
JMB38x and VT6315.  Even such simple cases will become more problematic
as more time goes by since the 2.6.36 release.  Though with the current
rate of OHCI 1394 product releases, blacklisting seems not to be a big
deal either.
-- 
Stefan Richter
-=====-==-=- ==-- --===
http://arcgraph.de/sr/

  reply	other threads:[~2010-12-07 14:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-05 23:37 Issue with firewire from 2.6.35.9 to 2.6.36.1 Robin Cook
2010-12-06  0:11 ` Maxim Levitsky
2010-12-06  7:29   ` Stefan Richter
2010-12-06  9:40     ` Clemens Ladisch
2010-12-06 22:04     ` Robin Cook
2010-12-07  8:27       ` Stefan Richter
2010-12-07  9:17         ` Clemens Ladisch
2010-12-07 14:04           ` Stefan Richter [this message]
2011-01-08 10:16       ` Stefan Richter

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=20101207150411.11bb5889@stein \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=clemens@ladisch.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    --cc=maximlevitsky@gmail.com \
    --cc=rcook@wyrms.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox