Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp3765909pxt; Tue, 10 Aug 2021 10:48:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKCpUkWySFu2ce6WhsXAXvY99J4h0R/1s03k8xH/Zyoyc3UHUcRMHls7D7skusZE9eWS5R X-Received: by 2002:a05:6e02:12e4:: with SMTP id l4mr379709iln.277.1628617729985; Tue, 10 Aug 2021 10:48:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628617729; cv=none; d=google.com; s=arc-20160816; b=zbUNjUD8sg/ttp7uc4+fys7pJcEBiU1w9kdxXBfEWIrFTTVcL+7Sau94IxS+h0aKso p/j6w/VF+G1Jhs0pEvxoiCAJpkmA0C86IerT9610ItjLELAKekia0P1Qv5lAtCPAOJgy szXul+v5+dNzsdLg32Lav9nQdcAfax3rQCRmavjUv1H78Vp8gdSelICMRHCNdx3i0EiG gf8JOD2ald4foeJwtCtmU+Gsgf27SQJMJ6v294P7QUwzpebhPc5XIQLYMoWG4KHcuTfj 1uNmmdD6H0cgt8GhPLplcP+CzULWqJ0H1zWj/3Vv+sj5CdlkaTPfnjLeueOgkiwGqwE7 JXiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=vHEHTNuZQZS6APru4MY7GBAGHOtrmaqhdlqOQggx71Y=; b=PdIFrbu2ithoz1H2GcQNkbMwNs60ZhxfU287hKYOByoNybDoMNFn793zE2aAnfO0nZ FK3WkKkToV5cwj919T2U8RpQ5IqxHrRtfq/1SrmKoX9ExhUNI/KPpPeTnz2WwzZLXRnW v6a8cqKazKG7k2jp4SglgUAwu3GASMAaDp5EzTC23EKRfh+d8i+DrvP3PBVV6om9ac4k OPHmnNsRO7KB+1Z9l5iKeeCyD3hLK9L6O35szSYYta3Df/6I6evoyEQvh9ZQFQpwo1E4 h+Xu2BBAnMjuLgsgrvLSNVC33e9VK2RQUKuUog4UYnAYJ8P6bgi27DTGlZTPw42zZ4+m WghQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=YcZ84t61; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m9si989804jap.72.2021.08.10.10.48.37; Tue, 10 Aug 2021 10:48:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=YcZ84t61; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233642AbhHJRsR (ORCPT + 99 others); Tue, 10 Aug 2021 13:48:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:41666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233630AbhHJRpJ (ORCPT ); Tue, 10 Aug 2021 13:45:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1D1006112D; Tue, 10 Aug 2021 17:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628617200; bh=MGfQA6lcM9g8o8bScDfSMHw06mk8qD9asDGzQiw1DAU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YcZ84t61xfOhy957tDnZzwEcozVqToA6qYs5Kt00nRtyTchKqFLa6goheLMk/CREO OPdoTDe7ubjzP+4Lk8JaksYaAMmC1IXpIWDvwgc1KD6yDkuVFsOFLA1AsHAjvoWNj9 gskRPBbUHcqjH/dIU0BjJWw3BqYnjXja7Hw7E908= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Peter Chen , Dmitry Osipenko Subject: [PATCH 5.10 072/135] usb: otg-fsm: Fix hrtimer list corruption Date: Tue, 10 Aug 2021 19:30:06 +0200 Message-Id: <20210810172958.171730951@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210810172955.660225700@linuxfoundation.org> References: <20210810172955.660225700@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dmitry Osipenko commit bf88fef0b6f1488abeca594d377991171c00e52a upstream. The HNP work can be re-scheduled while it's still in-fly. This results in re-initialization of the busy work, resetting the hrtimer's list node of the work and crashing kernel with null dereference within kernel/timer once work's timer is expired. It's very easy to trigger this problem by re-plugging USB cable quickly. Initialize HNP work only once to fix this trouble. Unable to handle kernel NULL pointer dereference at virtual address 00000126) ... PC is at __run_timers.part.0+0x150/0x228 LR is at __next_timer_interrupt+0x51/0x9c ... (__run_timers.part.0) from [] (run_timer_softirq+0x2f/0x50) (run_timer_softirq) from [] (__do_softirq+0xd5/0x2f0) (__do_softirq) from [] (irq_exit+0xab/0xb8) (irq_exit) from [] (handle_domain_irq+0x45/0x60) (handle_domain_irq) from [] (gic_handle_irq+0x6b/0x7c) (gic_handle_irq) from [] (__irq_svc+0x65/0xac) Cc: stable@vger.kernel.org Acked-by: Peter Chen Signed-off-by: Dmitry Osipenko Link: https://lore.kernel.org/r/20210717182134.30262-6-digetx@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- drivers/usb/common/usb-otg-fsm.c | 6 +++++- include/linux/usb/otg-fsm.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) --- a/drivers/usb/common/usb-otg-fsm.c +++ b/drivers/usb/common/usb-otg-fsm.c @@ -193,7 +193,11 @@ static void otg_start_hnp_polling(struct if (!fsm->host_req_flag) return; - INIT_DELAYED_WORK(&fsm->hnp_polling_work, otg_hnp_polling_work); + if (!fsm->hnp_work_inited) { + INIT_DELAYED_WORK(&fsm->hnp_polling_work, otg_hnp_polling_work); + fsm->hnp_work_inited = true; + } + schedule_delayed_work(&fsm->hnp_polling_work, msecs_to_jiffies(T_HOST_REQ_POLL)); } --- a/include/linux/usb/otg-fsm.h +++ b/include/linux/usb/otg-fsm.h @@ -196,6 +196,7 @@ struct otg_fsm { struct mutex lock; u8 *host_req_flag; struct delayed_work hnp_polling_work; + bool hnp_work_inited; bool state_changed; };