mbox

[GIT,PULL] Please pull powerpc fixes

Message ID 20120608103249.GA10321@bloggs.ozlabs.ibm.com (mailing list archive)
State Accepted, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

Message

Paul Mackerras June 8, 2012, 10:32 a.m. UTC
Linus,

Two small fixes for powerpc:
* a fix for a regression since 3.2 that causes 4-second (or longer) pauses
* a fix for a potential oops when loading kernel modules on
  32-bit embedded systems.

Please pull (Ben is still off duty).

BTW, should I be using a signed tag for this?

Thanks,
Paul.

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

for you to fetch changes up to 3c75296562f43e6fbc6cddd3de948a7b3e4e9bcf:

  powerpc: Fix kernel panic during kernel module load (2012-06-08 19:59:08 +1000)

----------------------------------------------------------------
Paul Mackerras (1):
      powerpc/time: Sanity check of decrementer expiration is necessary

Steffen Rumler (1):
      powerpc: Fix kernel panic during kernel module load

 arch/powerpc/kernel/module_32.c |   11 +++++------
 arch/powerpc/kernel/time.c      |   14 +++++++++++---
 2 files changed, 16 insertions(+), 9 deletions(-)

Comments

Linus Torvalds June 8, 2012, 6:11 p.m. UTC | #1
On Fri, Jun 8, 2012 at 3:32 AM, Paul Mackerras <paulus@samba.org> wrote:
>
> BTW, should I be using a signed tag for this?

I don't require signed tags, at least not for git.kernel.org pulls
from people I know and that looks perfectly normal.

That said, about a third of the merges I have done for 3.5 have had
signatures, and it's kind of nice. It's another small nice detail to
have, and the fact that the tag message just automatically makes it
into my merge message buffer is convenient.

So it's not a big deal for something like this (in contrast: for
github or other slighly more anonymous pull requests I *really* prefer
it), but I think it's a nice habit to get into.

Whatever works for you,

            Linus