Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752376AbdLKKgo (ORCPT ); Mon, 11 Dec 2017 05:36:44 -0500 Received: from mga12.intel.com ([192.55.52.136]:1124 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750836AbdLKKgn (ORCPT ); Mon, 11 Dec 2017 05:36:43 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="10875380" Subject: Re: [PATCH] usb-core: Fix potential null pointer dereference in xhci-debugfs.c To: Alexander Kappner , Mathias Nyman , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Lu Baolu References: <1512638774-6837-1-git-send-email-agk@godking.net> <98502b84-1a6e-fd18-f290-ab90f0082e55@godking.net> <3c3a199a-8c73-41c8-d105-33199bfb92dc@linux.intel.com> From: Mathias Nyman Message-ID: <00b29024-9bdc-db97-9978-4483066d526a@linux.intel.com> Date: Mon, 11 Dec 2017 12:39:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 437 Lines: 14 On 10.12.2017 00:38, Alexander Kappner wrote: > Hi Mathias, > > thanks for the patch! The system now resumes cleanly from hibernate even with usbmuxd doing its thing. > > Tested-by: Alexander Kappner > > While testing this I hit some other issues with xhci-debugfs.c but I'll write these up in a separate bug. > Thanks, Adding reported-by and tested-by tags, and pushing patch to my for-usb-linus branch -Mathias