Don't I know itIncorrect fixes on both cases
updated git-stable working now ... many thanks


I was using zen.git when 2.6.32 came out and it went un-updated for two weeks until 2.6.33-rc1 came out. So that's likely what will happen this time.SpectreDragon wrote:will there be updates in the unstable zen anytime soon or is it worth it to use stable zen for now?
btw.
last time I tried suspend to disk was still broken with btrfs, anyone who has it working?
suspend to ram works fine though

Code: Select all
.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES
#
# configuration written to .config
#
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES

I don't know what causes that, i need to look into itrahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:
ThanksCode: Select all
.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES # # configuration written to .config # include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES
Rahul

That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:
ThanksCode: Select all
.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES # # configuration written to .config # include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES
Rahul
Actually, changing it toJupiter1TX wrote:That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:
ThanksCode: Select all
.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES # # configuration written to .config # include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES
Rahul
I removed 'X86_L1_CACHE_BYTES' part and error gone.
Code: Select all
CONFIG_X86_INTERNODE_CACHE_BYTES=$X86_L1_CACHE_BYTES
This is not the problem, because auto.conf is an auto generated file.CrazyMYKL wrote:Actually, changing it toJupiter1TX wrote:That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:
ThanksCode: Select all
.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES # # configuration written to .config # include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES
Rahul
I removed 'X86_L1_CACHE_BYTES' part and error gone.fixes it.Code: Select all
CONFIG_X86_INTERNODE_CACHE_BYTES=$X86_L1_CACHE_BYTES





Please share your .config, additionally try 2.6.33-ck1 to see if something is going on there.Ant_P wrote:I tried compiling a kernel with PAE, no highmem, and the full 1GB/3GB split option on a 32-bit Atom, and it wouldn't boot at all; it got stuck in an endless reboot cycle after the bootloader.
It does list "pae" in the /proc/cpuinfo flags though so I'm confused, should this work or not?
Code: Select all
Kernel: arch/x86/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST 2408 modules
ERROR: "vfsmount_lock" [fs/aufs/aufs.ko] undefined!
Fixed in git, or patch is here:fanthom wrote:Hi cheater1034,
i'm having troubles with compilation of aufs as (M) in 2.6.33-zen1 kernel:
my config:Code: Select all
Kernel: arch/x86/boot/bzImage is ready (#1) Building modules, stage 2. MODPOST 2408 modules ERROR: "vfsmount_lock" [fs/aufs/aufs.ko] undefined!
http://pastebin.com/NCzXwsAx
BTW thanks for great work on zen releases
EDIT:
looks like it's the same error which we faced in 2.6.32-zen2 and 2.6.32-zen3:
http://www.slax.org/forum.php?action=vi ... ostid54337
Regards,
fanthom
Should be another one registered on zen-kernel.org now!cheater1034 wrote:Good stuff:
2.6.32-zen7 released
2.6.33-zen1 released
^^ both are winners
- 97 Registered on zen-kernel.org
- 53 Subscribed to the mailing list on groups.google.com
I think our user base is pretty good, assuming the vast majority of users dont register at either place
works!cheater1034 wrote: Fixed in git, or patch is here:
http://omploader.org/vM3FscQ
it alone isn't worth a hotfix for zen1, but git or not it's fixed now

Working configcheater1034 wrote:Please share your .config, additionally try 2.6.33-ck1 to see if something is going on there.Ant_P wrote:I tried compiling a kernel with PAE, no highmem, and the full 1GB/3GB split option on a 32-bit Atom, and it wouldn't boot at all; it got stuck in an endless reboot cycle after the bootloader.
It does list "pae" in the /proc/cpuinfo flags though so I'm confused, should this work or not?
