All of lore.kernel.org
 help / color / mirror / Atom feed
From: "François Valenduc" <francois.valenduc@tvcablenet.be>
To: linux-kernel@vger.kernel.org
Subject: Re: [patch 00/22] 2.6.27.7-stable review
Date: Sun, 16 Nov 2008 11:38:23 +0100	[thread overview]
Message-ID: <491FF81F.6000602@tvcablenet.be> (raw)
In-Reply-To: <20081115052220.GA3710@kroah.com>

Greg KH a écrit :
> This is the start of the stable review cycle for the 2.6.27.7 release.
> There are 22 patches in this series, all will be posted as a response to
> this one.  If anyone has any issues with these being applied, please let
> us know.  If anyone is a maintainer of the proper subsystem, and wants
> to add a Signed-off-by: line to the patch, please respond with it.
> 
> These patches are sent out with a number of different people on the Cc:
> line.  If you wish to be a reviewer, please email stable@kernel.org to
> add your name to the list.  If you want to be off the reviewer list,
> also email us.
> 
> Responses should be made by Monday, Nov 17, 2008, 06:00:00 UTC.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.27.7-rc1.gz
> and the diffstat can be found below.
> 
> 
> thanks,
> 
> greg k-h
> 
>  Makefile                                  |    2 +-
>  arch/arm/mm/cache-feroceon-l2.c           |    4 +-
>  arch/powerpc/include/asm/mpic.h           |    2 +
>  arch/powerpc/platforms/85xx/mpc85xx_ds.c  |    3 +-
>  arch/powerpc/platforms/86xx/pic.c         |    3 +-
>  arch/powerpc/sysdev/mpic.c                |   59 +++++++++++++++++++++++--
>  block/blk-merge.c                         |   19 +++++++-
>  drivers/acpi/ec.c                         |   13 ++++-
>  drivers/acpi/system.c                     |   25 +++++++---
>  drivers/char/ipmi/ipmi_msghandler.c       |   20 +++++----
>  drivers/char/ipmi/ipmi_si_intf.c          |   16 ++++---
>  drivers/hwmon/ibmaem.c                    |   18 ++++---
>  drivers/input/mouse/alps.c                |    1 +
>  drivers/misc/sony-laptop.c                |    6 ++-
>  drivers/net/Kconfig                       |    1 +
>  drivers/net/bnx2x_init.h                  |    9 ++--
>  drivers/net/bnx2x_main.c                  |    6 ++-
>  drivers/net/wireless/ath5k/base.c         |   67 +++++++++++++++--------------
>  drivers/net/wireless/ath5k/base.h         |    3 +-
>  drivers/net/wireless/ath5k/hw.c           |   22 +++------
>  drivers/net/wireless/ath5k/initvals.c     |    2 +
>  drivers/net/wireless/hostap/hostap_wlan.h |    5 ++-
>  drivers/net/wireless/iwlwifi/iwl-agn.c    |    6 ++-
>  drivers/net/wireless/rtl8187_dev.c        |    3 +
>  fs/namespace.c                            |    7 +++-
>  include/linux/bio.h                       |    7 +++
>  mm/hugetlb.c                              |    5 +-
>  mm/page_isolation.c                       |    5 +-
>  scripts/package/builddeb                  |   24 +++++++++-
>  29 files changed, 251 insertions(+), 112 deletions(-)

Is it possible to add other EC related patches recently merged in the
mainline tree. These are the following:
      ACPI: EC: revert msleep patch
      ACPI: EC: wait for last write gpe
      ACPI: EC: restart failed command
      ACPI: EC: lower interrupt storm treshold
      ACPI: EC: Don't do transaction from GPE handler in poll mode.

All these patches apply without any problem on the 2.7.26 kernel. Theses
patches solves bugs #12004, #11841 and #11994. In particular, the first
one allows my computer to power down, which was not possible when the
following commit was merged in the 2.6.27.5 kernel:

ACPI: EC: do transaction from interrupt context

commit 7c6db4e050601f359081fde418ca6dc4fc2d0011 upstream.

It is easier and faster to do transaction directly from interrupt
context rather than waking control thread.:


Thanks.

François Valenduc

      parent reply	other threads:[~2008-11-16 10:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20081115051732.506914008@mini.kroah.org>
2008-11-15  5:22 ` [patch 00/22] 2.6.27.7-stable review Greg KH
2008-11-15  5:22   ` [patch 01/22] touch_mnt_namespace when the mount flags change Greg KH
2008-11-15  5:22   ` [patch 02/22] iwlagn: avoid sleep in softirq context Greg KH
2008-11-15  5:22   ` [patch 03/22] ath5k: fix suspend-related oops on rmmod Greg KH
2008-11-15  5:22   ` [patch 04/22] ath5k: Fix reset sequence for AR5212 in general and RF5111 in particular Greg KH
2008-11-15  5:22   ` [patch 05/22] bnx2x: Removing the PMF indication when unloading Greg KH
2008-11-15  5:23   ` [patch 06/22] bnx2x: PCI configuration bug on big-endian Greg KH
2008-11-15  5:23   ` [patch 07/22] bnx2x: Calling netif_carrier_off at the end of the probe Greg KH
2008-11-15  5:23   ` [patch 08/22] ARM: 5329/1: Feroceon: fix feroceon_l2_inv_range Greg KH
2008-11-15  5:23   ` [patch 09/22] Fix platform drivers that crash on suspend/resume Greg KH
2008-11-15  5:23   ` [patch 10/22] hostap: pad the skb->cb usage in lieu of a proper fix Greg KH
2008-11-15  5:23   ` [patch 11/22] ACPI: avoid empty file name in sysfs Greg KH
2008-11-15  5:23   ` [patch 12/22] ACPI: EC: make kernel messages more useful when GPE storm is detected Greg KH
2008-11-15  5:23   ` [patch 13/22] hugetlb: make unmap_ref_private multi-size-aware Greg KH
2008-11-15  5:23   ` [patch 14/22] rtl8187: Add Abocom USB ID Greg KH
2008-11-15  5:23   ` [patch 15/22] rtl8187 : support for Sitecom WL-168 0001 v4 Greg KH
2008-11-15  5:23   ` [patch 16/22] kbuild: Fixup deb-pkg target to generate separate firmware deb Greg KH
2008-11-15  5:23   ` [patch 17/22] block: fix nr_phys_segments miscalculation bug Greg KH
2008-11-15  5:23   ` [patch 18/22] powerpc/mpic: Fix regression caused by change of default IRQ affinity Greg KH
2008-11-15  5:23   ` [patch 19/22] Input: ALPS - add signature for DualPoint found in Dell Latitude E6500 Greg KH
2008-11-15  5:23   ` [patch 20/22] memory hotplug: fix page_zone() calculation in test_pages_isolated() Greg KH
2008-11-15  5:23   ` [patch 21/22] r8169: select MII in Kconfig Greg KH
2008-11-15  5:24   ` [patch 22/22] sony-laptop: ignore missing _DIS method on pic device Greg KH
2008-11-16 10:38   ` François Valenduc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=491FF81F.6000602@tvcablenet.be \
    --to=francois.valenduc@tvcablenet.be \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.