Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1716880 > unrolled thread

[GIT] Sparc

Started byDavid Miller <davem@davemloft.net>
First post2017-08-21 23:10 +0200
Last post2017-08-21 23:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT] Sparc David Miller <davem@davemloft.net> - 2017-08-21 23:10 +0200

#1716880 — [GIT] Sparc

FromDavid Miller <davem@davemloft.net>
Date2017-08-21 23:10 +0200
Subject[GIT] Sparc
Message-ID<uh27o-12T-17@gated-at.bofh.it>
Just a couple small fixes, two of which have to do with gcc-7:

1) Don't clobber kernel fixed registers in __multi4 libgcc helper.

2) Fix a new uninitialized variable warning on sparc32 with gcc-7,
   from Thomas Petazzoni.

3) Adjust pmd_t initializer on sparc32 to make gcc happy.

4) If ATU isn't avoid, don't bark in the logs.  From Tushar Dave.

Please pull, thanks a lot.

The following changes since commit 26273939ace935dd7553b31d279eab30b40f7b9a:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-08-10 10:30:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc 

for you to fetch changes up to 2dc77533f1e495788d73ffa4bee4323b2646d2bb:

  sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus() (2017-08-21 13:57:22 -0700)

----------------------------------------------------------------
David S. Miller (1):
      sparc64: Don't clibber fixed registers in __multi4.

Thomas Petazzoni (1):
      sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()

Tushar Dave (1):
      sparc64: remove unnecessary log message

Zi Yan (1):
      mm: add pmd_t initializer __pmd() to work around a GCC bug.

 arch/sparc/include/asm/page_32.h |  2 ++
 arch/sparc/kernel/pci_sun4v.c    |  2 --
 arch/sparc/kernel/pcic.c         |  2 +-
 arch/sparc/lib/multi3.S          | 24 ++++++++++++------------
 4 files changed, 15 insertions(+), 15 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web