linux26 update log - PASS
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
* branch master -> FETCH_HEAD
Already up-to-date.
linux26 version log - PASS
commit 5af43c24ca59a448c9312dd4a4a51d27ec3b9a73
Merge: 9affd6b a27bb33
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue May 7 20:49:51 2013 -0700
Merge branch 'akpm' (incoming from Andrew)
Merge more incoming from Andrew Morton:
- Various fixes which were stalled or which I picked up recently
- A large rotorooting of the AIO code. Allegedly to improve
performance but I don't really have good performance numbers (I might
have lost the email) and I can't raise Kent today. I held this out
of 3.9 and we could give it another cycle if it's all too late/scary.
I ended up taking only the first two thirds of the AIO rotorooting. I
left the percpu parts and the batch completion for later. - Linus
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (33 commits)
aio: don't include aio.h in sched.h
aio: kill ki_retry
aio: kill ki_key
aio: give shared kioctx fields their own cachelines
aio: kill struct aio_ring_info
aio: kill batch allocation
aio: change reqs_active to include unreaped completions
aio: use cancellation list lazily
aio: use flush_dcache_page()
aio: make aio_read_evt() more efficient, convert to hrtimers
wait: add wait_event_hrtimeout()
aio: refcounting cleanup
aio: make aio_put_req() lockless
aio: do fget() after aio_get_req()
aio: dprintk() -> pr_debug()
aio: move private stuff out of aio.h
aio: add kiocb_cancel()
aio: kill return value of aio_complete()
char: add aio_{read,write} to /dev/{null,zero}
aio: remove retry-based AIO
...
linux_next update log - PASS
Switched to branch 'master'
Deleted branch next (was 15110f9).
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
* branch master -> FETCH_HEAD
Already up-to-date.
From ../linux-2.6
* branch HEAD -> FETCH_HEAD
Already up-to-date.
Fetching origin
Fetching linux-next
Switched to a new branch 'next'
Branch next set up to track remote branch master from linux-next.
linux_next version log - PASS
commit 15110f9709d83fb802b0930b8b2f9854e1486794
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed May 8 13:55:06 2013 +1000
Add linux-next specific files for 20130508
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>