(no subject)

From: Larry.Finger_at_lwfinger.net (larry.finger_at_att.net)
Date: 11/04/05

  • Next message: Dmitry Torokhov: "Re: keyboard dies during failed suspend attempt"
    To: linux-kernel@vger.kernel.org (kernel)
    Date:	Fri, 04 Nov 2005 05:05:14 +0000
    
    
    

    The current kernel (2.6.14-git6) generates a debug message on an HP ze1115 notebook with a
    mobile AMD Duron(tm) stepping 01 processor. The kernel was compiled with gcc 4.0.2. My config.gz is attached.

    Kernel command line: root=/dev/hda6 vga=0x314 selinux=0 resume=/dev/hda3 splash=silent psmouse.proto=bare

    Debug: sleeping function called from invalid context at include/linux/rwsem.h:43
    in_atomic():1, irqs_disabled():0
     [<c0103d9e>] dump_stack+0x1e/0x20
     [<c0117231>] __might_sleep+0xa1/0xc0
     [<c028ef95>] cpufreq_notify_transition+0x45/0x220
     [<ddae1448>] change_speed+0x78/0xf0 [powernow_k7]
     [<ddae190b>] powernow_target+0x4b/0x60 [powernow_k7]
     [<c02902af>] __cpufreq_driver_target+0x5f/0x70
     [<ddb194e1>] dbs_check_cpu+0x151/0x1c0 [cpufreq_ondemand]
     [<ddb19582>] do_dbs_timer+0x32/0x70 [cpufreq_ondemand]
     [<c012b7c6>] worker_thread+0x1c6/0x2b0
     [<c012ff5c>] kthread+0xac/0xb0
     [<c010100d>] kernel_thread_helper+0x5/0x18

    Using the git bisect method, I determined that
    c32b6b8e524d2c337767d312814484d9289550cf is first bad commit

    Author: Ashok Raj <ashok.raj@intel.com>
    Date: Sun Oct 30 14:59:54 2005 -0800

        [PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers

        cpufreq entries in sysfs should only be populated when CPU is online state.
         When we either boot with maxcpus=x and then boot the other cpus by echoing
        to sysfs online file, these entries should be created and destroyed when
        CPU_DEAD is notified. Same treatement as cache entries under sysfs.

        We place the processor in the lowest frequency, so hw managed P-State
        transitions can still work on the other threads to save power.

        Primary goal was to just make these directories appear/disapper dynamically.

        There is one in this patch i had to do, which i really dont like myself but
        probably best if someone handling the cpufreq infrastructure could give
        this code right treatment if this is not acceptable. I guess its probably
        good for the first cut.

        - Converting lock_cpu_hotplug()/unlock_cpu_hotplug() to disable/enable preempt.
          The locking was smack in the middle of the notification path, when the
          hotplug is already holding the lock. I tried another solution to avoid this
          so avoid taking locks if we know we are from notification path. The solution
          was getting very ugly and i decided this was probably good for this iteration
          until someone who understands cpufreq could do a better job than me.

        (akpm: export cpucontrol to GPL modules: drivers/cpufreq/cpufreq_stats.c now
        does lock_cpu_hotplug())

        Signed-off-by: Ashok Raj <ashok.raj@intel.com>
        Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
        Cc: Dave Jones <davej@codemonkey.org.uk>
        Cc: Zwane Mwaikambo <zwane@holomorphy.com>
        Cc: Greg KH <greg@kroah.com>
        Signed-off-by: Andrew Morton <akpm@osdl.org>
        Signed-off-by: Linus Torvalds <torvalds@osdl.org>

    :040000 040000 0892a56c73b43a6984224f16ac60e742d4d22588 e87c14eb9bb5a06b0cf4ff668f794bfa4dc2968d M drivers
    :040000 040000 3cad3076f6bc2372704f09bed50e77f7a5f26192 b8a5721cc1a2730bc38c6c34dbd57493713db7bb M kernel

    Larry

    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Dmitry Torokhov: "Re: keyboard dies during failed suspend attempt"

    Relevant Pages

    • Re: IDE questions [kernel: 2.6.1-rc1]
      ... hdc - it's a debug message, it has been removed in newer kernels. ... > sectors is where the partition table is. ... on kernel boot the kernel ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Invalid context debug message from 2.6.14-git6 with powernow_k7
      ... The current kernel generates a debug message on an HP ze1115 notebook with a ... to sysfs online file, these entries should be created and destroyed when ... Same treatement as cache entries under sysfs. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: hotplug problem
      ... Lately I've decided to add hotplug feature to my kernel in order ... > replace the hotplug script by a simple one but nothing appeared. ... > while the debug message says that everything went fine. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH 1/3] 2.6.8-rc4-mm1 - Fix UML build
      ... can access them all, and initialized data all before uninitialized, so ... SYMLINKS:= $,$/$f) ... semaphore.c-dir = kernel ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Real-Time Preemption, -RT-2.6.12-final-V0.7.50-24
      ... > rebooted to a kernel that doesn't have the RT-preempt patch but ... getting a very verbose running trail, almost like an strace output, ... Copyright 2005 by Maurice Eugene Heskett, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)