From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751555AbbCTHyR (ORCPT ); Fri, 20 Mar 2015 03:54:17 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:44167 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144AbbCTHyO (ORCPT ); Fri, 20 Mar 2015 03:54:14 -0400 From: Wang Long To: , CC: , , , , , Subject: [request for stable inclusion 3.10 and 3.12] Fix CVE-2014-8173 Date: Fri, 20 Mar 2015 07:49:03 +0000 Message-ID: <1426837744-203791-1-git-send-email-long.wanglong@huawei.com> X-Mailer: git-send-email 1.8.3.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.197.200] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg and Jiri, The following patch commit ee53664bda169f519ce3c6a22d378f0b946c8178 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support fix CVE-2014-8173. I wish you could merge this fix into stable 3.10 and 3.12, because the linux kernel before 3.13 on NUMA systems is affected by it. Kirill A. Shutemov (1): mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support include/asm-generic/pgtable.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 1.8.3.4