summaryrefslogtreecommitdiffstats
path: root/scull/access.c
Commit message (Collapse)AuthorAgeFilesLines
* scull: Include <linux/sched/signal.h> for struct signal_structJavier Martinez Canillas2018-02-251-0/+1
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* scull/acces.c: fix typo in device name: "sullpriv -> scullpriv"brabo2018-02-251-1/+1
|
* Fix failure to compile the scull. The return value of current_xid() has ↵coderkaka2016-05-031-6/+6
| | | | changed in kernel of version 4.6.0
* scull: access: Replace old style lock initializerJavier Martinez Canillas2011-03-071-3/+3
| | | | SPIN_LOCK_UNLOCKED is deprecated. Use DEFINE_SPINLOCK instead.
* scull: access: Use sema_ini() instead init_MUTEX()Javier Martinez Canillas2011-01-081-6/+6
|
* scull: access: Fix headers and use current_uid() and current_euid() macrosJavier Martinez Canillas2010-11-281-6/+8
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+410