On Tue, Mar 13, 2007 at 10:33:18AM +0100, Mike Galbraith wrote:Is gforce calling sched_yield? Can you try testing with some simpler loads, like these: memload: #!/usr/bin/python a = "a" * 16 * 1024 * 1024 while 1: b = a[1:] + "b" a = b[1:] + "c" execload: #!/bin/sh exec ./execload forkload: #!/bin/sh ./forkload& pipeload: #!/usr/bin/python import os pi, po = os.pipe() if os.fork(): while 1: os.write(po, "A" * 4096) else: while 1: os.read(pi, 4096) -- Mathematics is the supreme nostalgia of our time. -
| Matthew Wilcox | USBIP protocol |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Nick Warne | Driver 'sd' needs updating |
| David | sdhci: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter - disabling IRQ |
git: | |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Andy Parkins | svn:externals using git submodules |
| Andy Parkins | git-fetch fails with error code 128 |
| Shawn O. Pearce | Re: [git] how to check remote git repo for updates without pull/fetch |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Richard Stallman | Real men don't attack straw men |
| Pau | acer aspire one dmesg? |
| c l | site-to-site vpn 4.0 to cisco 3000 |
| Felix Radensky | RE: e1000e "Detected Tx Unit Hang" |
| Eric Dumazet | Re: packetloss, on e1000e worse than r8169? |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [GIT]: Networking |
