Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753041AbdHXSGD (ORCPT ); Thu, 24 Aug 2017 14:06:03 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:36119 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbdHXSGC (ORCPT ); Thu, 24 Aug 2017 14:06:02 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170816171211.4021-1-christian.brauner@ubuntu.com> <20170816194805.hnof3aqiqykwki7p@gmail.com> <87pobvruzt.fsf@xmission.com> <87ziazqdfr.fsf@xmission.com> <20170824022436.44adb497@mir> <87378hhi3y.fsf@xmission.com> <87wp5tfynr.fsf@xmission.com> <20170824062432.1e05e6f8@mir> <874lsxezal.fsf@xmission.com> From: Linus Torvalds Date: Thu, 24 Aug 2017 11:06:01 -0700 X-Google-Sender-Auth: SvVBEz-WEbIpGXTdsa11Uq4nvxI Message-ID: Subject: Re: [PATCH 0/1] devpts: use dynamic_dname() to generate proc name To: "Eric W. Biederman" Cc: Stefan Lippers-Hollmann , Christian Brauner , Christian Brauner , Linux Kernel Mailing List , "Serge E. Hallyn" , Al Viro , Thorsten Leemhuis Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 338 Lines: 12 On Thu, Aug 24, 2017 at 10:52 AM, Linus Torvalds wrote: > > I'll test the fix. Yes, that was it, and things work with that fixed. But that still fails the TIOCGPTPEER ioctl with an NULL pointer dereference in devpts_mnt, I probably messed up when I fixed the dentry refcount leak. Linus