This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/arch/s390/kernel
Heiko Carstens da5aae7036 [S390] Fix sysdev class file creation.
Use sysdev_class_create_file() to create create sysdev class attributes
instead of sysfs_create_file(). Using sysfs_create_file() wasn't a very
good idea since the show and store functions have a different amount of
parameters for sysfs files and sysdev class files.
In particular the pointer to the buffer is the last argument and
therefore accesses to random memory regions happened.
Still worked surprisingly well until we got a kernel panic.

Cc: stable@kernel.org
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-10-28 11:12:03 +01:00
..
2008-07-14 10:02:25 +02:00
2008-10-10 21:33:57 +02:00
2008-04-17 07:47:06 +02:00
2008-10-10 21:33:57 +02:00
2008-04-30 13:38:47 +02:00
2007-04-27 16:01:42 +02:00
2008-10-10 21:33:57 +02:00
2008-04-17 10:42:34 -04:00
2008-10-10 21:33:57 +02:00
2008-10-28 11:12:03 +01:00
2008-10-10 21:34:02 +02:00
2008-04-30 13:38:43 +02:00
2008-08-25 18:15:01 +02:00
2008-07-14 10:02:18 +02:00