Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-25 Thread Eric Sesterhenn / Snakebyte
* Michal Piotrowski ([EMAIL PROTECTED]) wrote: > On 24/07/07, Eric Sesterhenn / Snakebyte <[EMAIL PROTECTED]> wrote: > > see second 13 to 510, after pressing it about ten > > times, it continues booting. > > Probing IDE interface... > > [ 13.867939] VP_IDE:

Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-25 Thread Eric Sesterhenn / Snakebyte
* Len Brown ([EMAIL PROTECTED]) wrote: > > > > > [ 13.506890] ACPI Exception (processor_throttling-0084): > > > > > AE_NOT_FOUND, Evaluating _PTC [20070126] > > > > > [ 13.507101] ACPI Exception (processor_throttling-0147): > > > > > AE_NOT_FOUND, Evaluating _TSS [20070126] > > Note that the

Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-31 Thread Eric Sesterhenn / Snakebyte
* Michal Piotrowski ([EMAIL PROTECTED]) wrote: > Hi Eric, > > On 26/07/07, Eric Sesterhenn / Snakebyte <[EMAIL PROTECTED]> wrote: > > * Len Brown ([EMAIL PROTECTED]) wrote: > > > > > > > [ 13.506890] ACPI Exception (processor_throttling-0084): &

Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-31 Thread Eric Sesterhenn / Snakebyte
* Pallipadi, Venkatesh ([EMAIL PROTECTED]) wrote: > This means things should work fine with processor.max_cstate=2 boot > option > as well. Can you please double check that. yes, system boots fine with this kernel parameter > Also, please send in the acpidump from your system. here we go, if you

Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-31 Thread Eric Sesterhenn / Snakebyte
* Venki Pallipadi ([EMAIL PROTECTED]) wrote: > Can you check the test patch below (over latest git) and let me know whether > it > resolves the issue. > the patch fixes the issue for me, thanks a lot. Eric > Enable C3 without bm control only for CST based C3. > > Signed-off-by: Venkatesh Pall

profiling likely/unlikely in slub.c

2007-06-11 Thread Eric Sesterhenn / Snakebyte
hi, when taking a look at /proc/likely_prof i noticed the following +unlikely | 40969931| 6228144 __slab_free()@:mm/[EMAIL PROTECTED] +unlikely | 47198075|0 __slab_free()@:mm/[EMAIL PROTECTED] -likely |0| 47198075 slab_free()@:mm/[EMAIL PROTECTED] +unlikely | 47280864|

[BUG] fs/buffer.c:1821 in 2.6.22-rc4-mm2

2007-06-10 Thread Eric Sesterhenn / Snakebyte
hi, i got the following BUG while running the syscalls.sh from ltp-full-20070531 on an ext3 partition, it is easily reproducible for me [ 476.338068] [ cut here ] [ 476.338223] kernel BUG at fs/buffer.c:1821! [ 476.338324] invalid opcode: [#1] [ 476.338423] PREEMP

[Patch] Off by one in floppy.c

2007-05-21 Thread Eric Sesterhenn / Snakebyte
hi, another coverity patch i forgot to resend, original thread here http://marc.info/?l=linux-kernel&m=115144559823592&w=2 In case drive == N_DRIVE, we get one past the drive_params array. Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> --- linux-2.6/drivers/block/floppy.c.orig 2007-0