Re: [PATCH RFC] Fix "/usr/bin/xargs: rm: Argument list too long" during make distclean

2012-08-14 Thread David Cullen
On 8/13/2012 5:01 PM, H. Peter Anvin wrote: > On 08/13/2012 01:56 PM, David Cullen wrote: >>> >>> That sounds like a bug in xargs... >>> >> >> In my specific case, qemu-arm-static calls xargs (In fact, in my >> cross chroot, qemu-arm-static is us

Re: [PATCH RFC] Fix "/usr/bin/xargs: rm: Argument list too long" during make distclean

2012-08-13 Thread David Cullen
On 8/13/2012 4:38 PM, H. Peter Anvin wrote: > On 08/13/2012 12:39 PM, David Cullen wrote: >> When running "make distclean" in a cross chroot environment, the >> following messages are emitted: >> >> [user@host:/home/work/linux]: make distclean >>

[PATCH RFC] Fix "/usr/bin/xargs: rm: Argument list too long" during make distclean

2012-08-13 Thread David Cullen
When running "make distclean" in a cross chroot environment, the following messages are emitted: [user@host:/home/work/linux]: make distclean /usr/bin/xargs: rm: Argument list too long make: *** [clean] Error 126 I use the following patch to get around the problem: diff --git a/Makef

[PATCH] Fix error: unknown field reclaim_buffers specified in initializer

2012-08-08 Thread David Cullen
The reclaim_buffers field has been removed from struct drm_driver. Signed-off-by: David Cullen --- drivers/staging/omapdrm/omap_drv.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/omapdrm/omap_drv.c b/drivers/staging/omapdrm/omap_drv.c index 4beab94..44149ee 100644 --- a

[RFC PATCHv2] QEMU Fix /usr/bin/xargs: etags: Argument list too long

2012-08-08 Thread David Cullen
t list too long This can be fixed by by passing "-s $((120 * 1024))" to xargs in scripts/tags.sh when QEMU matches .*qemu-.*-static$. This limits the xargs command line to 120KiB characters to provide headroom for people running inside a cross chroot using qemu-.*-static. Signed-

Re: [RFC PATCH] ARM Fix /usr/bin/xargs: etags: Argument list too long

2012-08-08 Thread David Cullen
On 8/8/2012 10:41 AM, Michal Marek wrote: > Dne 8.8.2012 16:32, David Cullen napsal(a): >> Patch applies to >> >> commit 42a579a0f960081cd16fc945036e4780c3ad3202 >> >> When running "make ARCH=arm TAGS" in a chroot using qemu-arm-static, >> the f

[RFC PATCH] ARM Fix /usr/bin/xargs: etags: Argument list too long

2012-08-08 Thread David Cullen
how much headroom that leaves Does anyone know why the argument lists must be shorter for ARM? All of the documentation I have available says that 4096 should be the limit. Signed-off-by: David Cullen --- scripts/tags.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/

Re: [git pull] x86 arch updates for v2.6.25

2008-02-05 Thread David Cullen
time, you will probably see more exploits. This may be the secret reason for reluctance by the powers on high. CC me if you want me to see your reply as I am not on the list. -- Thank you, David Cullen [EMAIL PROTECTED] -- To unsubscribe from this list: send the line "unsubscribe