Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp635626img; Fri, 22 Mar 2019 05:37:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6Tl8h0OGlJufBm6ol0p5R1DmLQ5HnNicSFaVtjZ1Xtv5l9JxdGO/13VA9AozAKt4r+KEq X-Received: by 2002:a17:902:a5c9:: with SMTP id t9mr9039513plq.196.1553258237569; Fri, 22 Mar 2019 05:37:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553258237; cv=none; d=google.com; s=arc-20160816; b=GmTaZOAatg7zK+AjYiuAbrSq+2WsYc+3ZqNHOms+LOx+foOVK3IDV0TVH8NxTOzuKn octv/F8Fk1rWU2p99pc0EORsvcVVyDZDCxYDEFQrYXINfIDe9GY6Q8EIRzEqpY7WK0yj HQvpC7dnGGZE1ZABOYIP2h+250yGJoWReMp4LFbspzotkA9bOyXD/gqi/Ck60l34kC6G 9LYmulDxSV5P/hZO4kdniLTmBvdxFt7+lKeCVBYAVwLLZCHefDqt9YeXuaTbGt3iagUN ap0S2PIwN1XPB37D4t7YBbW5BaG8TJ4Yr+8pcagHdDtKJcY3xTt34grHUZW5oYnWzUr1 nIAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=pRmaNGRd+nmyWnaaExoCCru0OjlYyYGQ+f3GcQn0uxw=; b=aZizj5rU7Zh5OQwN4v2FJxnUV8szvNd5QnGzwEpv47z7QvlHmDs44ZvZZCNvXBvmqC UDVB4ssCFzp02c8pYb2OSDxGqa7KX4YNbyqT6ymSF74rH8uNc1r1dgvXKKptiO6MM8s2 MbrvbXv2sUYhkzm/jrIl3YfDF+qQCBqq+OlPdwjpLfoLd0N7IrG136yDQTa9RnH3tUY9 NGnk9p8yMufKkBClpHMrk4T4A75Nv/xDzzY+ueRoVEW6THL5K2Z+g9NbalRA31+ZLFJa t9NParAmKq8cDLxCEzYGbAhdx2VATUEzfBfcB6QpdNlKp0dQae+VR6U3iWLwL3fGVLDs c0fw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="H/LTkibS"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y11si6768409plk.323.2019.03.22.05.36.59; Fri, 22 Mar 2019 05:37:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="H/LTkibS"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388881AbfCVMLO (ORCPT + 99 others); Fri, 22 Mar 2019 08:11:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:49536 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388585AbfCVMLK (ORCPT ); Fri, 22 Mar 2019 08:11:10 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C28792082C; Fri, 22 Mar 2019 12:11:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553256670; bh=JV7AqcLg8QsFq8Q/1hjfF2T7NP3m/+q1/IXnUe/uoSg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=H/LTkibSgpSvp1miCRO4tQwOhg5a0V28AZ2EMQFKaNu7LSA6F0Q72sgiknOdr2PPL +gMDG4H6Y4wl5Iog7NYv/nJ2aalYDdt1YzxVAicxqr7CirBKiV51/DkDgno9jtx70D bo8ceYlUgQ8ab2HYrBt2LYo41bEN8Xd7iEfCfMRo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Chiranjeevi Rapolu , Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab Subject: [PATCH 4.19 265/280] media: uvcvideo: Avoid NULL pointer dereference at the end of streaming Date: Fri, 22 Mar 2019 12:16:58 +0100 Message-Id: <20190322111344.877698386@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190322111306.356185024@linuxfoundation.org> References: <20190322111306.356185024@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sakari Ailus commit 9dd0627d8d62a7ddb001a75f63942d92b5336561 upstream. The UVC video driver converts the timestamp from hardware specific unit to one known by the kernel at the time when the buffer is dequeued. This is fine in general, but the streamoff operation consists of the following steps (among other things): 1. uvc_video_clock_cleanup --- the hardware clock sample array is released and the pointer to the array is set to NULL, 2. buffers in active state are returned to the user and 3. buf_finish callback is called on buffers that are prepared. buf_finish includes calling uvc_video_clock_update that accesses the hardware clock sample array. The above is serialised by a queue specific mutex. Address the problem by skipping the clock conversion if the hardware clock sample array is already released. Fixes: 9c0863b1cc48 ("[media] vb2: call buf_finish from __queue_cancel") Reported-by: Chiranjeevi Rapolu Tested-by: Chiranjeevi Rapolu Signed-off-by: Sakari Ailus Cc: stable@vger.kernel.org Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- drivers/media/usb/uvc/uvc_video.c | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/drivers/media/usb/uvc/uvc_video.c +++ b/drivers/media/usb/uvc/uvc_video.c @@ -676,6 +676,14 @@ void uvc_video_clock_update(struct uvc_s if (!uvc_hw_timestamps_param) return; + /* + * We will get called from __vb2_queue_cancel() if there are buffers + * done but not dequeued by the user, but the sample array has already + * been released at that time. Just bail out in that case. + */ + if (!clock->samples) + return; + spin_lock_irqsave(&clock->lock, flags); if (clock->count < clock->size)