From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754705AbYIHPOT (ORCPT ); Mon, 8 Sep 2008 11:14:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752768AbYIHPOE (ORCPT ); Mon, 8 Sep 2008 11:14:04 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:23335 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032AbYIHPOD (ORCPT ); Mon, 8 Sep 2008 11:14:03 -0400 Date: Mon, 8 Sep 2008 08:12:53 -0700 From: Randy Dunlap To: Greg KH , netdev , davem@davemloft.net Cc: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@kernel.org Subject: Re: Linux 2.6.26.4 Message-Id: <20080908081253.d3100d88.randy.dunlap@oracle.com> In-Reply-To: <20080908143625.GC7311@suse.de> References: <20080908143625.GC7311@suse.de> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 8 Sep 2008 07:36:25 -0700 Greg KH wrote: > We (the -stable team) are announcing the release of the 2.6.26.4 > kernel. > > It contains lots of bugfixes, all over the map. Any users of the 2.6.26 > kernel series should upgrade to this version. For details on the fixes, > see the changelog entries and the diffstat below. > > I'll also be replying to this message with a copy of the patch between > 2.6.26.3 and 2.6.26.4 > > The updated 2.6.26.y git tree can be found at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.26.y.git > and can be browsed at the normal kernel.org git web browser: > http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=summary > include/linux/pim.h | 45 ----------------- That file is still used by ./net/ipv6/ip6mr.c:#include so there are build errors... net/ipv6/ip6mr.c:48:23: error: linux/pim.h: No such file or directory net/ipv6/ip6mr.c:354: error: dereferencing pointer to incomplete type net/ipv6/ip6mr.c:358: error: dereferencing pointer to incomplete type net/ipv6/ip6mr.c:358: error: 'PIM_VERSION' undeclared (first use in this function) net/ipv6/ip6mr.c:358: error: (Each undeclared identifier is reported only once net/ipv6/ip6mr.c:358: error: for each function it appears in.) net/ipv6/ip6mr.c:358: error: 'PIM_REGISTER' undeclared (first use in this function) net/ipv6/ip6mr.c:359: error: dereferencing pointer to incomplete type net/ipv6/ip6mr.c:359: error: 'PIM_NULL_REGISTER' undeclared (first use in this function) net/ipv6/ip6mr.c:360: error: dereferencing pointer to incomplete type net/ipv6/ip6mr.c:366: error: dereferencing pointer to incomplete type net/ipv6/ip6mr.c:370: error: dereferencing pointer to incomplete type make[2]: *** [net/ipv6/ip6mr.o] Error 1 --- ~Randy Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA http://linuxplumbersconf.org/