From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754291Ab3JIP3P (ORCPT ); Wed, 9 Oct 2013 11:29:15 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:36861 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754126Ab3JIP3N (ORCPT ); Wed, 9 Oct 2013 11:29:13 -0400 Date: Wed, 9 Oct 2013 08:29:06 -0700 From: Guenter Roeck To: Thierry Reding Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown Subject: Re: linux-next: Tree for Oct 9 Message-ID: <20131009152906.GA8018@roeck-us.net> References: <1381328067-1593-1-git-send-email-treding@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381328067-1593-1-git-send-email-treding@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 09, 2013 at 04:14:22PM +0200, Thierry Reding wrote: > Hi all, > > I've uploaded today's linux-next tree to the master branch of the > repository below: > > git://gitorious.org/thierryreding/linux-next.git > > A next-20131009 tag is also provided for convenience. > > Gained a few conflicts, but nothing too exciting. x86, ARM, PowerPC and > MIPS default configurations build fine. There were some build failures > unrelated to the merge, most of which I fixed and added as patches on > top of the final merge. > Build results: total: 110 pass: 93 skipped: 4 fail: 13 [3.12-rc4: total: 110 pass: 105 skipped: 3 fail: 2] Failed builds: alpha:allmodconfig arm:allmodconfig blackfin:defconfig i386:allyesconfig i386:allmodconfig m68k:allmodconfig mips:allmodconfig mips:nlm_xlp_defconfig powerpc:allmodconfig sparc64:allmodconfig x86_64:allmodconfig x86_64:allyesconfig xtensa:allmodconfig Many of the failures are due to ceph: fs/ceph/file.c: In function 'ceph_sync_read': fs/ceph/file.c:437:25: error: 'struct iov_iter' has no member named 'iov' ... Guenter