From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752348AbaJBSrs (ORCPT ); Thu, 2 Oct 2014 14:47:48 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42448 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbaJBSrr (ORCPT ); Thu, 2 Oct 2014 14:47:47 -0400 From: Mel Gorman To: Linus Torvalds Cc: Dave Jones , Hugh Dickins , Al Viro , Rik van Riel , Ingo Molnar , Peter Zijlstra , Aneesh Kumar , Michel Lespinasse , Kirill A Shutemov , Sasha Levin , Andrew Morton , Mel Gorman , Linux Kernel Subject: [PATCH 0/2] NUMA balancing related fixlets v2 Date: Thu, 2 Oct 2014 19:47:40 +0100 Message-Id: <1412275662-16201-1-git-send-email-mgorman@suse.de> X-Mailer: git-send-email 1.8.4.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There were a few minor changes so am resending just the two patches that are mostly likely to affect the bug Dave and Sasha saw and marked them for stable. I'm less confident it will address Sasha's problem because while I have not kept up to date, I believe he's also seeing memory corruption issues in next from an unknown source. Still, it would be nice to see how they affect trinity testing. I'll send the MPOL_MF_LAZY patch separately because it's not urgent. mm/huge_memory.c | 7 +++++-- mm/migrate.c | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) -- 1.8.4.5