lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 23 Feb 2010 00:52:17 -0500 (EST)
From:	Len Brown <lenb@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-acpi@...r.kernel.org
Subject: [git pull request] ACPI & driver patches for Linux-2.6.33-rc8 (part 2)

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

Three more bug-fixes.
This will update the files shown below.

thanks!

--
Len Brown
Intel Open Source Technology Center


ps. individual patches are available on linux-acpi@...r.kernel.org
and a consolidated plain patch is available here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.33/acpi-release-20091214-2.6.33-rc8.diff.gz

 drivers/acpi/processor_idle.c    |   28 ++++++++++++++++------------
 drivers/acpi/processor_perflib.c |    6 +++++-
 drivers/platform/x86/acer-wmi.c  |    2 +-
 3 files changed, 22 insertions(+), 14 deletions(-)

through these commits:

Carlos Corbacho (1):
      acer-wmi: Respect current backlight level when loading

Darrick J. Wong (1):
      ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0

Pallipadi, Venkatesh (1):
      ACPI: Be in TS_POLLING state during mwait based C-state entry

with this log:

commit b2cb9dcb98cc7a3210e9138a05e0ae1863523a61
Merge: e4f23f6 455c0d7
Author: Len Brown <len.brown@...el.com>
Date:   Tue Feb 23 00:39:00 2010 -0500

    Merge branch 'pcc' into release

commit e4f23f66ed2498d7d08437d47cad2fca88b812bc
Merge: 9f3a628 6f6ef82 d306ebc
Author: Len Brown <len.brown@...el.com>
Date:   Tue Feb 23 00:19:48 2010 -0500

    Merge branches 'bugzilla-14207' and 'idle' into release

commit d306ebc28649b89877a22158fe0076f06cc46f60
Author: Pallipadi, Venkatesh <venkatesh.pallipadi@...el.com>
Date:   Wed Feb 10 10:35:31 2010 -0800

    ACPI: Be in TS_POLLING state during mwait based C-state entry
    
    ACPI deep C-state entry had a long standing bug/missing feature, wherein we were sending
    resched IPIs when an idle CPU is in mwait based deep C-state. Only mwait based C1 was using
    the write to the monitored address to wake up mwait'ing CPU.
    
    This patch changes the code to retain TS_POLLING bit if we are entering an mwait based
    deep C-state.
    
    The patch has been verified to reduce the number of resched IPIs in general and also
    improves the performance/power on workloads with low system utilization (i.e., when mwait based
    deep C-states are being used).
    
    Fixes "netperf ~50% regression with 2.6.33-rc1, bisect to 1b9508f"
    http://marc.info/?l=linux-kernel&m=126441481427331&w=4
    
    Reported-by: Lin Ming <ming.m.lin@...el.com>
    Tested-by: Alex Shi <alex.shi@...el.com>
    Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 455c0d71d46e86b0b7ff2c9dcfc19bc162302ee9
Author: Darrick J. Wong <djwong@...ibm.com>
Date:   Thu Feb 18 10:28:20 2010 -0800

    ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0
    
    Earlier, Ingo Molnar posted a patch to make it so that the kernel would avoid
    reading _PPC on his broken T60.  Unfortunately, it seems that with Thomas
    Renninger's patch last July to eliminate _PPC evaluations when the processor
    driver loads, the kernel never actually reads _PPC at all!  This is problematic
    if you happen to boot your non-T60 computer in a state where the BIOS _wants_
    _PPC to be something other than zero.
    
    So, put the _PPC evaluation back into acpi_processor_get_performance_info if
    ignore_ppc isn't 1.
    
    Signed-off-by: Darrick J. Wong <djwong@...ibm.com>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 6f6ef82cc9de24153ba7d5cedab5970e276aefa1
Author: Carlos Corbacho <carlos@...angeworlds.co.uk>
Date:   Sat Dec 26 19:24:31 2009 +0000

    acer-wmi: Respect current backlight level when loading
    
    Set the backlight to use the current brightness when loaded, rather than
    always resetting the backlight to maximum brightness.
    
    Fixes kernel bugzilla #14207
    
    Signed-off-by: Carlos Corbacho <carlos@...angeworlds.co.uk>
    Reported-by: Denis Mukhin <denis_mukhin@...oo.com>
    Signed-off-by: Len Brown <len.brown@...el.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ