Frederic Weisbecker
9f37af654f
uml: Pushdown the bkl from harddog_kern ioctl
...
Pushdown the bkl to harddog_ioctl.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com >
Cc: Jeff Dike <jdike@addtoit.com >
Cc: Uml <user-mode-linux-devel@lists.sourceforge.net >
Cc: Thomas Gleixner <tglx@linutronix.de >
Cc: John Kacur <jkacur@redhat.com >
Cc: Arnd Bergmann <arnd@arndb.de >
2010-05-22 17:44:21 +02:00
Arnd Bergmann
78dccb46dd
uml-harddog: BKL pushdown
...
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2008-07-02 15:06:26 -06:00
Jeff Dike
8d82076080
uml: fix nonremovability of watchdog
...
The UML watchdog driver was using the wrong config variable to control whether
it can be unloaded once active.
Signed-off-by: Jeff Dike <jdike@linux.intel.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-16 09:43:04 -07:00
Arjan van de Ven
5dfe4c964a
[PATCH] mark struct file_operations const 2
...
Many struct file_operations in the kernel can be "const". Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data. In addition it'll catch accidental writes at compile time to
these shared resources.
[akpm@osdl.org: sparc64 fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:44 -08:00
Jeff Dike
5bbcbeca2c
[PATCH] uml: watchdog driver formatting
...
Whitespace and style fixes.
Signed-off-by: Jeff Dike <jdike@addtoit.com >
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-11 10:51:21 -08:00
Jeff Dike
42d36115d2
[PATCH] uml: watchdog driver locking
...
Replace BKL use with a spinlock.
Also fix the control so that open doesn't return holding a lock.
Signed-off-by: Jeff Dike <jdike@addtoit.com >
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-11 10:51:21 -08:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
Al Viro
4d338e1acc
[PATCH] uml: sparse cleanups
...
misc sparse annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: Jeff Dike <jdike@addtoit.com >
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-03-31 12:18:51 -08:00
Jeff Dike
ff5c6ff542
[PATCH] uml: separate libc-dependent helper code
...
The serial UML OS-abstraction layer patch (um/kernel dir).
This moves all systemcalls from helper.c file under os-Linux dir
Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com >
Signed-off-by: Jeff Dike <jdike@addtoit.com >
Cc: Paolo Giarrusso <blaisorblade@yahoo.it >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-11-07 07:53:31 -08:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00