alistair23-linux/drivers/parport
Christoph Hellwig 32927393dc sysctl: pass kernel pointers to ->proc_handler
Instead of having all the sysctl handlers deal with user pointers, which
is rather hairy in terms of the BPF interaction, copy the input to and
from  userspace in common code.  This also means that the strings are
always NUL-terminated by the common code, making the API a little bit
safer.

As most handler just pass through the data to one of the common handlers
a lot of the changes are mechnical.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Andrey Ignatov <rdna@fb.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-04-27 02:07:40 -04:00
..
BUGS-parport
daisy.c parport: daisy: use new parport device model 2019-11-13 19:09:49 +08:00
ieee1284.c parport: ieee1284: mark expected switch fall-through 2019-04-25 19:41:47 +02:00
ieee1284_ops.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 2019-06-14 14:21:21 -06:00
Makefile parport: Add missing newline at end of file 2019-08-05 17:56:45 +02:00
multiface.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
parport_amiga.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_atari.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_ax88796.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
parport_cs.c parport_cs: Fix memory leak in parport_config 2019-03-28 01:35:11 +09:00
parport_gsc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
parport_gsc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
parport_ip32.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
parport_mfc3.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_pc.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
parport_serial.c Char/Misc driver patches for 5.4-rc1 2019-09-18 11:14:31 -07:00
parport_sunbpp.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
probe.c parport: daisy: avoid hardcoded name 2019-11-13 19:09:47 +08:00
procfs.c sysctl: pass kernel pointers to ->proc_handler 2020-04-27 02:07:40 -04:00
share.c parport: load lowlevel driver if ports not found 2019-11-13 19:09:48 +08:00
TODO-parport