Re: [PATCH] inet: defines IPPROTO_* needed for module alias generation

2014-02-06 Thread David Miller
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 d

Re: [PATCH] inet: defines IPPROTO_* needed for module alias generation

2014-02-06 Thread Cong Wang
On Thu, Feb 6, 2014 at 1:33 PM, Carlos O'Donell wrote: > On 02/06/2014 06:10 AM, Jan Moskyto Matejka wrote: >> 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_

Re: [PATCH] inet: defines IPPROTO_* needed for module alias generation

2014-02-06 Thread Carlos O'Donell
On 02/06/2014 06:10 AM, Jan Moskyto Matejka wrote: > 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

[PATCH] inet: defines IPPROTO_* needed for module alias generation

2014-02-06 Thread Jan Moskyto Matejka
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()