[<prev] [next>] [day] [month] [year] [list]
Message-ID: <mhng-6fd686e5-2ed2-4fea-a3be-0c767232c445@palmer-si-x1c4>
Date: Wed, 28 Feb 2018 14:50:28 -0800 (PST)
From: Palmer Dabbelt <palmer@...ive.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org,
patches@...ups.riscv.org
Subject: [GIT PULL] RISC-V: smb_mb() fix for 4.16-rc4
The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:
Linux 4.16-rc3 (2018-02-25 18:50:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.16-rc4_smp_mb
for you to fetch changes up to ab4af60534107c55b00fa462eca0385dcef92384:
riscv/barrier: Define __smp_{mb,rmb,wmb} (2018-02-26 08:44:50 -0800)
----------------------------------------------------------------
RISC-V: smb_mb() fix for 4.16-rc4
This week we have a single fix: replacing smp_mb() with __smp_mb(). We
were the only architecture with smp_mb() and it appears to just be
clearly wrong, so I think this is a pretty safe patch for an RC.
----------------------------------------------------------------
Andrea Parri (1):
riscv/barrier: Define __smp_{mb,rmb,wmb}
arch/riscv/include/asm/barrier.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists