mbox

Pull request: scottwood/linux.git fixes

Message ID 20160304065732.GA17267@home.buserror.net (mailing list archive)
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git fixes

Message

Crystal Wood March 4, 2016, 6:57 a.m. UTC
This patch fixes a regression that causes any usage of hugetlb
on e5500 to oops.

The following changes since commit fb822e6076d972691c5dd33431c10f82dda94ae9:

  powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event (2016-03-03 22:06:08 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git fixes

for you to fetch changes up to 37c5e942bb2eedd98c1cd1fa1f94d79f6b830c38:

  powerpc/fsl-book3e: Avoid lbarx on e5500 (2016-03-03 23:43:05 -0600)

----------------------------------------------------------------
Scott Wood (1):
      powerpc/fsl-book3e: Avoid lbarx on e5500

 arch/powerpc/mm/hugetlbpage-book3e.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Michael Ellerman March 4, 2016, 8:57 a.m. UTC | #1
On Fri, 2016-03-04 at 00:57 -0600, Scott Wood wrote:

> This patch fixes a regression that causes any usage of hugetlb
> on e5500 to oops.
> 
> The following changes since commit fb822e6076d972691c5dd33431c10f82dda94ae9:
> 
>   powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event (2016-03-03 22:06:08 +1100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git fixes
> 
> for you to fetch changes up to 37c5e942bb2eedd98c1cd1fa1f94d79f6b830c38:
> 
>   powerpc/fsl-book3e: Avoid lbarx on e5500 (2016-03-03 23:43:05 -0600)


I didn't see much point in forcing a merge commit, so I just let it
fast-forward.

It's running through my tests and I'll send a pull request to Linus over the
weekend.

cheers
Michael Ellerman March 5, 2016, 10:29 p.m. UTC | #2
On Fri, 2016-04-03 at 06:57:32 UTC, Scott Wood wrote:
> This patch fixes a regression that causes any usage of hugetlb
> on e5500 to oops.
>
> The following changes since commit fb822e6076d972691c5dd33431c10f82dda94ae9:
>
>   powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event (2016-03-03 22:06:08 +1100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git fixes
>
> for you to fetch changes up to 37c5e942bb2eedd98c1cd1fa1f94d79f6b830c38:
>
>   powerpc/fsl-book3e: Avoid lbarx on e5500 (2016-03-03 23:43:05 -0600)
>
> ----------------------------------------------------------------
> Scott Wood (1):
>       powerpc/fsl-book3e: Avoid lbarx on e5500
>
>  arch/powerpc/mm/hugetlbpage-book3e.c | 13 +++++++++++++
>  1 file changed, 13 insertions(+)

Applied to powerpc fixes, thanks.

https://git.kernel.org/powerpc/c/37c5e942bb2eedd98c1cd1fa1f

cheers