Re: [1/1] connector: Kernel connector - userspace <-> kernelspace "linker".

From: Evgeniy Polyakov (johnpol_at_2ka.mipt.ru)
Date: 09/24/04

  • Next message: janitor_at_sternwelten.at: "[patch 01/21] video/bttv-driver: replace schedule_timeout() with msleep()"
    To: "Luis R. Rodriguez" <mcgrof@studorgs.rutgers.edu>
    Date:	Fri, 24 Sep 2004 07:40:32 +0400 on dea.vocord.com
    
    
    

    On Fri, 2004-09-24 at 01:54, Luis R. Rodriguez wrote:
    > RFC:
    >
    > Can and should we work towards using this as interface for drivers that
    > need callbacks from an external (closed source) library/HAL?

    As I mentioned to Richard Jonson, it can be considered as
    ioctl. ioctl-ng!
    Unified interface (as ioctl) can be used for any type of modules.
    It is just a bit extended ioctl :)

    And _yes_, it can be used to turn on/off binary-only callbacks.
    Remember pwc - closed part can register callback and open part can
    send message, or even closed part can register notification when
    open part registers itself and begin to "trash the kernel".

    I understand that it is not right way to include it is into the kernel,
    but I personally do not understand how it is different
    from just extended ioctl. It was designed to be usefull and convenient,
    and it is.

    BTW, any binary-only module can _itself_ create netlink socket
    with input callback. And that is all - it will be absolutely
    the same as above.

    One may consider connector as yet-another-netlink-helper.

    -- 
    	Evgeniy Polyakov
    Crash is better than data corruption. -- Art Grabowski
    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: janitor_at_sternwelten.at: "[patch 01/21] video/bttv-driver: replace schedule_timeout() with msleep()"