From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754869Ab3HBXWz (ORCPT ); Fri, 2 Aug 2013 19:22:55 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:60022 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712Ab3HBXWx (ORCPT ); Fri, 2 Aug 2013 19:22:53 -0400 From: Zach Levis To: akpm@linux-foundation.org, oleg@redhat.com Cc: viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, dan.carpenter@oracle.com, Zach Levis Subject: [PATCH v3 0/3] fs/binfmts: Improve handling of loops Date: Fri, 2 Aug 2013 16:21:40 -0700 Message-Id: <1375485703-4077-1-git-send-email-zml@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1374766845-13565-1-git-send-email-zml@linux.vnet.ibm.com> References: <1374766845-13565-1-git-send-email-zml@linux.vnet.ibm.com> In-Reply-To: 1374766845-13565-1-git-send-email-zml@linux.vnet.ibm.com X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13080223-3620-0000-0000-000003CC0B89 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This v3 is based off Oleg's changes from "exec: more cleanups" and "exec: minor cleanups + minor fix" It incorporates Oleg and Andrew's suggestions and takes care of the issue from Dan's patch "fs/binfmts: double unlock in search_binary_handler()"