Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbaBGEka (ORCPT ); Thu, 6 Feb 2014 23:40:30 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:39966 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbaBGEk1 (ORCPT ); Thu, 6 Feb 2014 23:40:27 -0500 Date: Thu, 06 Feb 2014 20:40:26 -0800 (PST) Message-Id: <20140206.204026.748374158531633683.davem@davemloft.net> To: mq@suse.cz Cc: carlos@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] inet: defines IPPROTO_* needed for module alias generation From: David Miller In-Reply-To: <1391685000-7346-1-git-send-email-mq@suse.cz> References: <1391685000-7346-1-git-send-email-mq@suse.cz> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jan Moskyto Matejka Date: Thu, 6 Feb 2014 12:10:00 +0100 > Commit cfd280c91253 ("net: sync some IP headers with glibc") changed a set of > define's to an enum (with no explanation why) which introduced a bug > in module mip6 where aliases are generated using the IPPROTO_* defines; > mip6 doesn't load if require_module called with the aliases from > xfrm_get_type(). > > Reverting this change back to define's to fix the aliases. > > modinfo mip6 (before this change) > alias: xfrm-type-10-IPPROTO_DSTOPTS > alias: xfrm-type-10-IPPROTO_ROUTING > > modinfo mip6 (after this change) > alias: xfrm-type-10-43 > alias: xfrm-type-10-60 > > Signed-off-by: Jan Moskyto Matejka I have to apply this, thanks Jan. -- 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/