

welcome back, fellas!cheater1034 wrote:Getting back in the swing of things!


I downloaded 2.6.34-zen0 from the unstable side and it seems to be working fine.disi wrote:Thanks for all the hard work![]()
I tried the Gentoo-Sources 2.6.34 yesterday and the stupid graphic problems with my radeon card are back (squares where the shadow should be below windows and a trace of the shadow over other windows (redraw), also DVD playback crashes gxine -.-).
I haven't had the problem with zen-sources 2.6.33p2, so please let me know when you go 2.6.34
desperately,
disi

Code: Select all
WARNING: "consume_skb" [drivers/net/3c509.ko] has no CRC!

Code: Select all
mm/slqb.c: In function 'slab_alloc':
mm/slqb.c:1564: error: too few arguments to function 'should_failslab'
make[1]: *** [mm/slqb.o] Error 1Code: Select all
diff --git a/mm/slqb.c b/mm/slqb.c
index e84a588..fc66fa6 100644
--- a/mm/slqb.c
+++ b/mm/slqb.c
@@ -1561,7 +1561,7 @@ static __always_inline void *slab_alloc(struct kmem_cache *s,
lockdep_trace_alloc(gfpflags);
might_sleep_if(gfpflags & __GFP_WAIT);
- if (should_failslab(s->objsize, gfpflags))
+ if (should_failslab(s->objsize, gfpflags, s->flags))
return NULL;
again:

yoshi314 wrote:hmm i tried updating zen-stable git checkout, but i'm getting lots of conflicts, even after git reset --hard .
hmm git checkout origin/master worked, though.
Code: Select all
git reset --hard; git branch -M master master-old; git checkout -b master origin/master; git branch -D master-old; git checkout -f




I had the same problem. Booted to sysrescd 1.5.5 and rana check which returned no errors. Mounted it and tried to play around. Nothing seemed wrong. When I came back to .34 it mounted my btrfs / just fine...hallabro wrote:Fails to mount rootfs (btrfs) with latest zen, also tried vanilla-git sources. 2.6.34-zen works just fine though.

