From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:51727 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753613AbbF2VXE (ORCPT ); Mon, 29 Jun 2015 17:23:04 -0400 Date: Mon, 29 Jun 2015 14:23:03 -0700 From: Greg KH To: Wang Kai Cc: viro@zeniv.linux.org.uk, lizefan@huawei.com, oleg@redhat.com, stable@vger.kernel.org Subject: Re: [PATCH v2 0/2][request stable 3.10 inclusion] CVE-2014-8172 Message-ID: <20150629212303.GA19801@kroah.com> References: <1430396887-48726-1-git-send-email-morgan.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430396887-48726-1-git-send-email-morgan.wang@huawei.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Apr 30, 2015 at 08:28:05PM +0800, Wang Kai wrote: > Hi, Greg > > Here is the v2 backport fix of CVE-2014-8172 for 3.10. > > According to Zefan's suggestion, firstly backport 4f5e65a1cc90 to replace > fu_list with fu_llist, then completely delete fu_list related stuff in > real fix commit eee5cc2702. > > > Al Viro (1): > get rid of s_files and files_lock > > Oleg Nesterov (1): > fput: turn "list_head delayed_fput_list" into llist_head Sorry for the delay, now applied. greg k-h