Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030194AbWBTNCU (ORCPT ); Mon, 20 Feb 2006 08:02:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932615AbWBTNCU (ORCPT ); Mon, 20 Feb 2006 08:02:20 -0500 Received: from tornado.reub.net ([202.89.145.182]:40594 "EHLO tornado.reub.net") by vger.kernel.org with ESMTP id S1030194AbWBTNCT (ORCPT ); Mon, 20 Feb 2006 08:02:19 -0500 Message-ID: <43F9BDDA.1060508@reub.net> Date: Tue, 21 Feb 2006 02:02:18 +1300 From: Reuben Farrelly User-Agent: Thunderbird 1.6a1 (Windows/20060213) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org Subject: Re: 2.6.16-rc4-mm1 References: <20060220042615.5af1bddc.akpm@osdl.org> In-Reply-To: <20060220042615.5af1bddc.akpm@osdl.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1841 Lines: 57 On 21/02/2006 1:26 a.m., Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc4/2.6.16-rc4-mm1/ > > - git-jfs.patch has been dropped due to its ongoing git problems. > > - Added Al Viro's `bird' tree (what does that mean, anyway?) as > git-viro-bird.patch. > > This tree had a lot of things dropped when it is merged into -mm, partly > because some of it appears to have been merged into other git trees. > > - This kernel won't compile on ia64 (and possibly other architectures) > because the kbuild tree is using Elf_Rela in scripts/mod/modpost.c. Is OK > on x86, x86_64 and powerpc. Sam might send a hotfix? > > - Many warnings are emitted at the link stage due to section mismatches and > duplicated symbol exports. Please don't report these. Patches are welcome, > but do them carefully - it's easy to make mistakes with these things. Minor dependency issue: My compile failed with this.. CC [M] net/netfilter/xt_dccp.o In file included from net/netfilter/xt_dccp.c:15: include/linux/dccp.h:341:2: error: #error "At least one CCID must be built as the default" make[2]: *** [net/netfilter/xt_dccp.o] Error 1 make[1]: *** [net/netfilter] Error 2 make: *** [net] Error 2 [root@tornado linux-2.6-mm]# [I have no idea what a CCID is] But it was caused by this: CONFIG_NETFILTER_XT_MATCH_DCCP=m and maybe this below had an impact: # # DCCP Configuration (EXPERIMENTAL) # # CONFIG_IP_DCCP is not set After unsetting the option to build the DCCP Netfilter module, I was able to compile through to completion. Reuben - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/