Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1350377

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

Path csiph.com!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod
From Paul Bolle <pebolle@tiscali.nl>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging
Date Fri, 04 Mar 2016 17:20:02 +0100
Message-ID <r90Cm-R6-11@gated-at.bofh.it> (permalink)
References <r8kjM-3WT-15@gated-at.bofh.it> <r8kjM-3WT-27@gated-at.bofh.it> <r8wXE-4lu-23@gated-at.bofh.it> <r8ZPY-bV-15@gated-at.bofh.it>
Content-Type text/plain; charset="UTF-8"
X-Mailer Evolution 3.16.5 (3.16.5-3.fc22)
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 49
Organization linux.* mail to news gateway
X-Original-Cc Tilman Schmidt <tilman@imap.cc>, Christoph Biedl <linux-kernel.bfrz@manchmal.in-ulm.de>, linux-arm-kernel@lists.infradead.org, isdn@linux-pingi.de, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, devel@driverdev.osuosl.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>, linux-kernel@vger.kernel.org, "David S. Miller" <davem@davemloft.net>
X-Original-Date Fri, 04 Mar 2016 17:18:23 +0100
X-Original-Message-ID <1457108303.2651.112.camel@tiscali.nl>
X-Original-References <1456945629-1793533-1-git-send-email-arnd@arndb.de> <1456945629-1793533-2-git-send-email-arnd@arndb.de> <56D7F62E.6050502@linux-pingi.de> <1659125.tHp8H942OG@wuerfel>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1350377

Show key headers only | View raw


[Added Tilman and Christoph.]

On vr, 2016-03-04 at 16:24 +0100, Arnd Bergmann wrote:
> I actually did more patches that I ended up not submitting:
> 
> * move hisax to staging
> * remove i4l support from gigaset

For the record: I have no reason to object a patch that does that. (I'm
not aware anyone complained when gigaset switched its default from i4l
to capi. By now all relevant distributions should use our capi driver.)

> * move i4l core to staging

On a local tree I have two (draft) patches that do some related
preliminary work:
- isdnhdlc: move into separate directory
- mISDN: NETJet: stop selecting ISDN_I4L

These trivial patches untangle mISDN and i4l. Perhaps you did something
similar in your "move i4l core to staging".

> while I initially thought that i4l as a whole is not just unmaintained
> but also more or less unused, patch 19cebbcb04c8 ("isdn: Partially
> revert debug format string usage clean up") came in that indicated
> that
> there are still users that even send patches for hisax, and that
> made me doubt whether we could consider it obsolete enough.

See also commit 3460baa62068 ("PCI: Fix minimum allocation address
overwrite").

> Any thoughts on this? If you like, I can send those too.

For my part I'm surprised that anyone is still using it. But apparently
the hardware that required commit 19cebbcb04c8 and 3460baa62068  (which
I'm unfamiliar with) is still operational. And since there never has
been, as far as I know, a global i4l to capi migration nor a global i4l
(and capi) to mISDN migration it might be that some people are stuck on
i4l drivers for their hardware. Perhaps that explains Cristoph's
commits.

> My main motivation was to not have to fix up the ippp implementation
> when I move the compat ioctl handler from fs/compat_ioctl.c
> into drivers/net/ppp/ppp_generic.c, but I guess I can do that
> anyway as it seems that i4l never worked properly in compat mode.


Paul Bolle

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] isdn: icn: remove a #warning Arnd Bergmann <arnd@arndb.de> - 2016-03-02 20:10 +0100
  [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Arnd Bergmann <arnd@arndb.de> - 2016-03-02 20:10 +0100
    Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging isdn@linux-pingi.de - 2016-03-03 09:40 +0100
      Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Arnd Bergmann <arnd@arndb.de> - 2016-03-04 16:30 +0100
        Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Paul Bolle <pebolle@tiscali.nl> - 2016-03-04 17:20 +0100
          Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Arnd Bergmann <arnd@arndb.de> - 2016-03-04 17:40 +0100
            Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Paul Bolle <pebolle@tiscali.nl> - 2016-03-07 09:40 +0100
          Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Tilman Schmidt <tilman@imap.cc> - 2016-03-05 14:10 +0100
            Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Paul Bolle <pebolle@tiscali.nl> - 2016-03-07 09:50 +0100
              Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Tilman Schmidt <tilman@imap.cc> - 2016-03-09 23:20 +0100
                Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging isdn@linux-pingi.de - 2016-03-10 12:00 +0100
                Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Paul Bolle <pebolle@tiscali.nl> - 2016-03-10 14:00 +0100
                Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging isdn@linux-pingi.de - 2016-03-10 17:50 +0100
                Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Tilman Schmidt <tilman@imap.cc> - 2016-03-11 21:10 +0100
        Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging isdn@linux-pingi.de - 2016-03-04 19:20 +0100
          Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Arnd Bergmann <arnd@arndb.de> - 2016-03-04 22:10 +0100
        Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Holger Schurig <holgerschurig@gmail.com> - 2016-03-07 08:00 +0100
    Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging David Miller <davem@davemloft.net> - 2016-03-03 23:30 +0100
      Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging Greg KH <gregkh@linuxfoundation.org> - 2016-03-03 23:40 +0100

csiph-web