develoment workflow: how to avoid duplicate work ?
valdis.kletnieks at vt.edu
valdis.kletnieks at vt.edu
Wed May 30 11:03:39 EDT 2018
On Tue, 29 May 2018 22:56:57 -0400, Hugo Lefeuvre said:
> For example the TODO entry at line 876: If pi433_release() is
> called while pi433_ioctl() is executing between lines 879 and
> 880, we might perform a NULL pointer dereference, right ?
Yes, no, maybe. That's what kernel locks are for. Is that data
protected against concurrent access by a lock of some sort?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 486 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20180530/89da2e93/attachment.sig>
More information about the Kernelnewbies
mailing list