Linus, The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux.git tags/for-linus for you to fetch changes up to 43239cbe79fc369f5d2160bd7f69e28b5c50a58c: kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (2015-01-13 20:39:09 +0100) ---------------------------------------------------------------- As discussed on LKML http://marc.info/?l=linux-kernel&m=142081181707596 it was agreement that WRITE_ONCE(x, val) is better than ASSIGN_ONCE(val, x) Lets change that for 3.19 as 3.19 has no user yet, but the first users will hit linux-next soon. ---------------------------------------------------------------- Christian Borntraeger (1): kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) include/linux/compiler.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html