From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752985AbcHACfI (ORCPT ); Sun, 31 Jul 2016 22:35:08 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:41991 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751523AbcHACfF (ORCPT ); Sun, 31 Jul 2016 22:35:05 -0400 X-IBM-Helo: d28dlp03.in.ibm.com X-IBM-MailFrom: zohar@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;linux-security-module@vger.kernel.org;stable@vger.kernel.org Subject: Re: [PATCH v1] module: Fully remove the kernel_module_from_file hook From: Mimi Zohar To: Kees Cook Cc: James Morris , =?ISO-8859-1?Q?Micka=EBl_Sala=FCn?= , LKML , "Luis R . Rodriguez" , Rusty Russell , Linus Torvalds , Greg Kroah-Hartman , "# 3.4.x" , linux-security-module Date: Sun, 31 Jul 2016 22:34:43 -0400 In-Reply-To: References: <1468088355-18484-1-git-send-email-mic@digikod.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16080102-0052-0000-0000-000002B2BBFC X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16080102-0053-0000-0000-00000DC23850 Message-Id: <1470018883.23563.373.camel@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-01_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608010029 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Do, 2016-07-28 at 11:30 -0700, Kees Cook wrote: > On Tue, Jul 12, 2016 at 5:48 AM, James Morris wrote: > > On Sat, 9 Jul 2016, Mickaël Salaün wrote: > > > >> Fixes: a1db74209483 ("module: replace copy_module_from_fd with kernel version") > >> > >> Signed-off-by: Mickaël Salaün > >> Cc: Mimi Zohar > >> Cc: Kees Cook > >> Cc: Luis R. Rodriguez > >> Cc: Rusty Russell > >> Cc: Linus Torvalds > >> Cc: Greg Kroah-Hartman > > > > > > Acked-by: James Morris > > James, can you take this via the security-next tree? Kees, thank you for staying on top of this. James, did you want a pull request for this patch? Mimi