- 19 Jun, 2004 2 commits
-
-
Russell King authored
Move validate_mem() so we don't recurse. We call this function from the DS_GET_FIRST_TUPLE and DS_VALIDATE_CIS calls, which are the the first two functions which may be called by cardmgr or cardctl which require CIS access.
-
Russell King authored
Patch from Komuro, cleaned up by Russell King.
-
- 18 Jun, 2004 38 commits
-
-
Randy Dunlap authored
A classic.. lib/string.c:165:19: warning: assignment expression in conditional From: Mika Kukkonen <mika@osdl.org> Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
-
Randy Dunlap authored
Add __user annotation for !CONFIG_MODULE_UNLOAD case. From: Mika Kukkonen <mika@osdl.org> Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
-
Alexander Viro authored
-
Alexander Viro authored
-
Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
- added define of __x86_64__ to sparse arguments on amd64 - switched amd64 uaccess.h to __chk_user_ptr()
-
Alexander Viro authored
-
Alexander Viro authored
removed bogus externs from declarations in fs/udf/*
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
misc annotation in drivers/video/* (nowhere near complete)
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
Andrew Morton authored
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
-
Hideaki Yoshifuji authored
-
William Lee Irwin III authored
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
-
David Stevens authored
-
Stephen Hemminger authored
This enhances the network simulation scheduler to do simple random loss. The loss parameter is a simple 32 bit value such that 0 means no loss, and 0xffffffff is always drop. I have a new version of the tc command which takes care of conversion from percent to this value. Same patch for 2.4 and 2.6 Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
-
David S. Miller authored
Based upon a patch from Stephen Hemminger. Signed-off-by: David S. Miller <davem@redhat.com>
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Alexander Viro authored
Sigh... First of all, LSI folks have very quaint idea of existing platforms and word sizes on those. Their definitions of U32 and S32 should really be reserved for posterity (preferably chiseled into the rock they have between the ears), but kernel is the wrong place for that. Fixed. mptctl_do_mpt_command() was always called on userland pointers; kernel/userland argument removed along with dead code, function annotated, callers updated. The rest is trivial annotations in mptctl.c and in its ioctl structures - nothing fancy there.
-
Alexander Viro authored
Last 3 users of kernel_scsi_ioctl() eliminated; two of them used to read partition table by issuing a READ6 via ioctl (instead of just calling scsi_bios_ptable() as every other ->biosparam() instance does). The last one was doing a very quaint access to fields of scsi_device by issuing SCSI_IOCLT_GET_LUN and then shuffling bits in the result. Down with that insanity...
-
Stephen Hemminger authored
If delay scheduler decides not to send the packet right away, it requeues it. If the requeue fails, it should go and look again rather than waking up prematurely. Same patch should apply to both 2.6 and 2.4 Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
-
Alexander Viro authored
Trivial annotations + couple of missing (void) in prototypes
-
Alexander Viro authored
-
Alexander Viro authored
Trivial annotations in drivers/input
-
Alexander Viro authored
Trivial annotations in drivers/char/watchdog/*
-
Alexander Viro authored
drivers/telephony (aka ixj.c) annotated, IXJ_CADENCE split into kernel and userland variants, ioctl structures got __user on pointers.
-
Alexander Viro authored
vm86.c annotated; vm86old(2) and vm86(2) switched to explicit int <fn>(struct pt_regs regs) format.
-
Alexander Viro authored
rt_sigsuspend() and sigaltstack() prototype changed; instead of playing games with casts of argument address to struct pt_regs * and digging through it, we declare them as int <fn>(struct pt_regs regs) instead.
-
Alexander Viro authored
arch/i386/math-emu/* annotated.
-