Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-28 Thread Randy Dunlap
On 05/28/2014 01:48 PM, werner wrote: > Oi think im using 4.2.4 . but the kernel should be programmed clean, so that > it builds with all not-too-old versions. > > wl > Hi Werner, Please reply to the mailing list also (as I am doing). I asked Thavatchai for a patch to fix this. > > > n

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-28 Thread Randy Dunlap
On 05/28/2014 01:48 PM, werner wrote: Oi think im using 4.2.4 . but the kernel should be programmed clean, so that it builds with all not-too-old versions. wl Hi Werner, Please reply to the mailing list also (as I am doing). I asked Thavatchai for a patch to fix this. n Tue, 27 May

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-27 Thread Randy Dunlap
On 05/27/2014 03:22 PM, Thavatchai Makphaibulchoke wrote: > On 05/26/2014 11:04 PM, Randy Dunlap wrote: >> On 05/26/2014 11:17 AM, werner wrote: >> @tmac: can mbcache.c #include and use ilog2(NR_BG_LOCKS) >> instead of using __builtin_log2(NR_BG_LOCKS) ? >> (ref. commit ID

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-27 Thread Thavatchai Makphaibulchoke
On 05/26/2014 11:04 PM, Randy Dunlap wrote: > On 05/26/2014 11:17 AM, werner wrote: > @tmac: can mbcache.c #include and use ilog2(NR_BG_LOCKS) > instead of using __builtin_log2(NR_BG_LOCKS) ? > (ref. commit ID 1f3e55fe02d12213f87869768aa2b0bad3ba9a7d) > I don't see any problem with that,

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-27 Thread Thavatchai Makphaibulchoke
On 05/26/2014 11:04 PM, Randy Dunlap wrote: On 05/26/2014 11:17 AM, werner wrote: @tmac: can mbcache.c #include linux/log2.h and use ilog2(NR_BG_LOCKS) instead of using __builtin_log2(NR_BG_LOCKS) ? (ref. commit ID 1f3e55fe02d12213f87869768aa2b0bad3ba9a7d) I don't see any problem with

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-27 Thread Randy Dunlap
On 05/27/2014 03:22 PM, Thavatchai Makphaibulchoke wrote: On 05/26/2014 11:04 PM, Randy Dunlap wrote: On 05/26/2014 11:17 AM, werner wrote: @tmac: can mbcache.c #include linux/log2.h and use ilog2(NR_BG_LOCKS) instead of using __builtin_log2(NR_BG_LOCKS) ? (ref. commit ID

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-26 Thread Randy Dunlap
On 05/26/2014 11:17 AM, werner wrote: > building the kernel isnt successful, > > problem with _mbècache_entry_release and _get > > see below > > there are also other errors > > > The whole compiler list and config, see enclosed > > First of all, my build using your kernel config file

Re: 3.15-rc6 build / link failed fs/built-in mb_cache_entry problems

2014-05-26 Thread Randy Dunlap
On 05/26/2014 11:17 AM, werner wrote: building the kernel isnt successful, problem with _mbècache_entry_release and _get see below there are also other errors The whole compiler list and config, see enclosed First of all, my build using your kernel config file builds -- no