Liens connexes

Dépêche modérée par

: Appel à contribution pour "Do & don't for device drivers".

Posté par zyvad (). Modéré le 21 mai 2003.
0
Tariq Shureih, auteur et mainteneur du document "Do & don't for devices drivers" a récemment annoncé sur la liste de messagerie du projet kernel-janitor de prochaines mises à jour et appelle à contribution sur certains sujets très spécifiques.

J'espère en proposant cette annonce sur linuxfr éveiller l'attention d'éventuels lecteurs compétents sur quelques sujets pointus.

> Lire la suite (5 commentaires, moyenne: 1,8).   [dépêche : 1496 caractères]

Je recopie ici l'essentiel du message :

Subject: Call for contributions to dosdonts document
Date: Tue, 20 May 2003 10:26:07 -0700
From: "Shureih, Tariq"
To:

All:

I have received multiple emails regarding additional information to be
included in the "dosdonts" document I posted to the KJP website over a
month ago.
I have been busy with the OpenHPI project however, been trying to keep
the document alive and updated.

The three areas I will be updating soon are based on Rik Van Riel's
email containing many relevant areas to the document.
I am working on text and code for the following "don'ts":
#Drivers which do not work SMP.
#Drivers which add syscalls.
#Drivers which add private ioctls that duplicate existing functionality.

I can use some help (text explaining the DO or DON'T with supplemental
code) with the following:
# Driver code that is 32-bit-specific.
# Driver source code includes x86 assembly without C replacement and/or
not
protected by ifdef correctly
# Driver does not use portable PCI DMA APIs as documented in
Documentation/DMA-mapping.txt (non-portable code uses
virt_to_bus/bus_to_virt)
# Driver assumes it can DMA to stack space
# Driver puts large objects on the stack (> 1024 bytes)


If you decide to contribute anything, please send it to me in the form
of a text patch to the TEXT version of the document on the web site.

Thanks in advance.

Cette discussion est archivée, il n'est plus possible de laisser des commentaires.

Note : les commentaires appartiennent à ceux qui les ont postés. Nous n'en sommes pas responsables.

Re: Appel à contribution pour

Posté par Pascal EISELE (page perso, ) le 21/05/2003 à 17:38. (lien). Évalué à 0.

Question bête : C'est quoi dosdont ? (ou Do & don't for devices drivers). Personnellement ca ne me parle pas trop donc pour répondre à la contribution c'est pas évidant !

Re: Appel à contribution pour

Posté par Christophe Lucas (page perso, ) le 22/05/2003 à 08:32. (lien). Évalué à 2.

Est-ce qu'une traduction de ce document a été déjà faite ou en cours ??

--
http://titux.tuxfamily.org(...)

--
- Christophe -

Revenir en haut de page