Hi all,
Changes since 20100428:
Dropped trees: tmio-mmc (long unresolved conflicts and unable to fetch)
hwlat (at the maintainer's request)
My fixes tree contains:
a patch for a pktcdvd build error from Arnd Bergmann
The v9fs tree gained a conflict against Linus' tree.
The v4l-dvb tree still has its build failure, so I used the version from
next-20100409.
The kvm tree lost its build failure.
The mtd tree gained a conflict against Linus' tree.
The block tree lost its conflicts and build failure but gained conflicts
against Linus' and the ext4 trees and another build failure for which I
applied a patch.
The md tree lost its conflict.
The bk-ioctl tree gained conflicts against the fixes and blk-profs trees
and a build failure so I used the version from next-20100428.
The tty tree lost its build failure but gained a conflict against the net
tree.
----------------------------------------------------------------------------
I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
(patches at http://www.kernel.org/pub/linux/kernel/v2.6/next/ ). If you
are tracking the linux-next tree using git, you should not use "git pull"
to do so as that will try to merge the new linux-next release with the
old one. You should use "git fetch" as mentioned in the FAQ on the wiki
(see below).
You can see which trees have been included by looking in the Next/Trees
file in the source. There are also quilt-import.log and merge.log files
in the Next directory. Between each merge, the tree was built with
a ppc64_defconfig for powerpc and an allmodconfig for x86_64. After the
final fixups (if any), it is also built with powerpc allnoconfig (32 and
64 bit), ppc44x_defconfig and allyesconfig (minus
CONFIG_PROFILE_ALL_BRANCHES - this fails its final link) and i386, sparc
and sparc64 defconfig. These builds also have
CONFIG_ENABLE_WARN_DEPRECATED, CONFIG_ENABLE_MUST_CHECK and
CONFIG_DEBUG_INFO disabled when ...