mbox

[git,pull] Please pull one last set of fixes for powerpc for v3.9

Message ID 20130416180826.ec3339c791d3f2311f1dc0f1@canb.auug.org.au (mailing list archive)
State Not Applicable
Delegated to: Stephen Rothwell
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sfr/next-fixes.git tags/for-linus

Message

Stephen Rothwell April 16, 2013, 8:08 a.m. UTC
Hi Linus,

The following changes since commit e8f2b548de7ae65e17ee911e54712a3f26f69c60:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2013-04-09 12:22:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sfr/next-fixes.git tags/for-linus

for you to fetch changes up to d8b92292408831d86ff7b781e66bf79301934b99:

  powerpc: add a missing label in resume_kernel (2013-04-15 17:29:48 +1000)

----------------------------------------------------------------
Three regresions in the PowerPC code.  One from v3.7 the others from
this merge window.

Please pull - thanks a lot.

----------------------------------------------------------------
Alistair Popple (1):
      powerpc: Fix audit crash due to save/restore PPR changes

Kevin Hao (1):
      powerpc: add a missing label in resume_kernel

Michael Neuling (1):
      powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n

 arch/powerpc/kernel/entry_64.S  | 4 ++--
 arch/powerpc/kernel/process.c   | 2 ++
 arch/powerpc/kernel/signal_32.c | 2 ++
 arch/powerpc/kernel/signal_64.c | 2 ++
 arch/powerpc/kernel/tm.S        | 2 ++
 5 files changed, 10 insertions(+), 2 deletions(-)