From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031855AbbKFEd4 (ORCPT ); Thu, 5 Nov 2015 23:33:56 -0500 Received: from mail-io0-f180.google.com ([209.85.223.180]:34017 "EHLO mail-io0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031366AbbKFEdz (ORCPT ); Thu, 5 Nov 2015 23:33:55 -0500 Date: Thu, 5 Nov 2015 22:33:52 -0600 From: Eric Biggers To: Linus Torvalds Cc: linux-fsdevel , Linux Kernel Mailing List , Al Viro , Eric Dumazet Subject: Re: [PATCH] vfs: clear remainder of 'full_fds_bits' in dup_fd() Message-ID: <20151106043352.GA20998@zzz> References: <1446781368-13766-1-git-send-email-ebiggers3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2015 at 08:15:49PM -0800, Linus Torvalds wrote: > Would you mind doing that version of the patch instead? I can do it > too, but I'd rather give authorship to you, since you found the stupid > issue, which is actually the much bigger deal. Sure, I'll try it that way and see what it looks like. Eric