Found 20 matching messages (0.025 seconds). Page 1 of 1.
... Thu, Mar 08, 2007 at 12:52:04PM -0800, Andy Isaacson wrote:
> When iterating through an array, one must ... Forgot to add:
Signed-off-by: Andrew Isaacson
linux-kernel - Andy Isaacson - Mar 8 2007 - 16:53
On Thu, Mar 08, 2007 at 09:37:46PM -0500, Bill Davidsen wrote: > Andy Isaacson wrote: > >% dd bs=1 seek=840716287 if=/dev/zero of=d1 count=1 > ... that, and the code went on just fine. -andy - To unsubscribe from this list: send the line ...
linux-kernel - Andy Isaacson - Mar 9 2007 - 02:33
... . I have not been able to find one yet, although Andy > found a potential one in the setuid+exec/ptrace race ( ... risk vector does need to be considered when implementing MAP_NOZERO. -andy - To unsubscribe from this list: send the line "unsubscribe ...
linux-kernel - Andy Isaacson - Jul 2 2007 - 14:38
On Tue, Aug 14, 2007 at 02:14:41AM +0200, Andi Kleen wrote: > On Tue, Aug 14, 2007 at 12:22:23AM +0100 ... boxes (wrt54g anybody?) that would be sorely hurt by excess copies. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" ...
linux-kernel - Andy Isaacson - Aug 14 2007 - 15:11
On Tue, Aug 14, 2007 at 10:23:51PM +0200, Andi Kleen wrote: > > bcm43xx hardware does show up on low-end MIPS ... allocator can avoid returning memory in the un-dma-able region... -andy - To unsubscribe from this list: send the line "unsubscribe linux- ...
linux-kernel - Andy Isaacson - Aug 14 2007 - 15:43
... (1). It's so incredibly useful to be able to say "ah, look, he mapped nss_nis.so rather than nss_nisplus.so". -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org ...
linux-kernel - Andy Isaacson - Mar 9 2007 - 21:37
... I like the idea of MAP_NOZERO. Could it be generalized to some kind of "free pool" rather than keyed off of uid? -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org ...
linux-kernel - Andy Isaacson - Jun 28 2007 - 02:19
... the autoindented line before leaving it blank, then vim 6.3 will not remove the autoindent spaces when you leave the line. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger. ...
linux-kernel - Andy Isaacson - Jun 28 2007 - 22:03
... pxa2xx_udc_mach_info *mach; > + u64 dma_mask; > + struct pxa27x_ep ep [UDC_EP_NUM]; No space ^ here. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a ...
linux-kernel - Andy Isaacson - Jun 29 2007 - 13:04
... which abstracts "safe to share freed pages among" groups. Then different SELinux protection domains would simply have different labels. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ...
linux-kernel - Andy Isaacson - Jun 29 2007 - 15:39
... . I think you can end up with quadratic explosion in the worst case (every user using every permutation of LSM bits). -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel. ...
linux-kernel - Andy Isaacson - Jul 2 2007 - 15:00
... It needs a name which does not claim it returns zeroed pages. I'm no good at names, but perhaps "alloc_available_page_vma"? -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger ...
linux-kernel - Andy Isaacson - Jul 4 2007 - 17:53
... in 1.5 (though it's broken in "1.4.2.2i"); I don't know if the GUI clients have such a switch. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo ...
linux-kernel - Andy Isaacson - Aug 14 2007 - 13:10
... that you use # sysctl -w kernel.core_pattern=/tmp/core.%e.%p instead. See Documentation/sysctl/kernel.txt for details. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger. ...
linux-kernel - Andy Isaacson - Aug 15 2007 - 19:41
... that strace is an answer -- given a running process, how do I use strace to find out what its current ulimits are? -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org ...
linux-kernel - Andy Isaacson - Aug 21 2007 - 14:56
... is very badly word-wrapped. Please fix your mailer, and then test by sending the patch to yourself and applying the result. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger. ...
linux-kernel - Andy Isaacson - Aug 23 2007 - 13:38
... vote per git commit merged to linus' tree? Might be worthwhile to allocate votes for Acked-By and so on, as well. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel. ...
linux-kernel - Andy Isaacson - Aug 23 2007 - 21:27
... not as if I can reasonably /dev/null all mailman gunk; if there's a real exception condition, I want to see it. -andy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org ...
linux-kernel - Andy Isaacson - Aug 24 2007 - 13:42
... 89 d8 ff
[104375.816839] EIP: [
linux-kernel - Andy Isaacson - May 9 2008 - 13:19
When iterating through an array, one must be careful to test one's index variable rather than another similarly-named variable. The loop will read off the end of conf->disks[] in the following (pathological) case: % dd bs=1 seek=840716287 if=/
linux-kernel - Andy Isaacson - Mar 8 2007 - 16:52