Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10402889ybi; Wed, 24 Jul 2019 22:34:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxukf3GoxojZaEgsGs6WntSe5CkBr4FsFkGhlgtU6moUSRf1omJR//Z1GvzgQuKWLJZeZBe X-Received: by 2002:a63:550e:: with SMTP id j14mr1118032pgb.302.1564032870795; Wed, 24 Jul 2019 22:34:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564032870; cv=none; d=google.com; s=arc-20160816; b=RZm9+10zQaffSJt0UQCKOPf+bMmdPA3RqfnquZ/IN/qFkJIYm4Bt92cOR9L0cJDIVn C9ovuZMDFCm8kFfdxs29gMFGm5sDSOdL72lgovcolKg7o8iphvKWtpugW3NgVZmWCfqr LmOlK2d6eJwch46K+9dcuhjY9+qB0FTC7opOBjwIJpI5Zm6sOJN7GZgZOLw5O3G7WhVy 0wx7IqzcZDEpXy3Os0JjVsFBMfyT5nAvSrFmRXc7fVumsfsqCpcsmB4Ab8zUR9S0TA4Q jylAJL0IUMXlrTQl+JocillZ5UtFpA3RheEYH99ncXtctUGeBLt0QDxez31ejDRP5HJt BX0w== 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=8k4Fka7RZIYBtX0FeRFFMDl8q5vqyU1AzaKoC72yIdo=; b=tAKcVQ+k0Y3S3AjIQtUFNv7IpKShP6EESB/QyeqEwSiygDPGq19ZurCeGRMdatiCFK uQSszIUS//IpDfHysO+ZC6ZAsRBHEV2G/5e03Srq9E6tmJHSfx+ybd2I3WdDbt5kRxcC ro2+cms67tQuxTgBkZtpX5ukBJTeFRj9isV6F9w7CS9yBECc9DDAap5XZTBS1amVrO7B eLmie/UCioDCpfxgxerGxjL7t4mvxrXhJBbxWlPobmGWb1QXD9eKUB3epAj7u7Lyf8Wl YvnC+KdLFSnkKnvm/Mf0MJXgDBk1l0+pbYS1QhRXkTCgnpw1Xe01OxdB4N7sHbLtGf3x PeHg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ueMjHy1g; 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 k190si16486175pgd.212.2019.07.24.22.34.15; Wed, 24 Jul 2019 22:34:30 -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=ueMjHy1g; 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 S2404866AbfGXT5M (ORCPT + 99 others); Wed, 24 Jul 2019 15:57:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:41966 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404393AbfGXT5A (ORCPT ); Wed, 24 Jul 2019 15:57:00 -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 E93BB205C9; Wed, 24 Jul 2019 19:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563998219; bh=8t5QVbCM8xFqk4NuKu5dd9sVDoCfed5xoDeOenDTj5I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ueMjHy1gCEJwA4xJ4gJ/NCPt2bEfoUg2nyS75fVAPJBl2uoPtMsfUVyhycuPWTh4Y WVr2nhqAHURSfgYuEw7FAP0JS+PNzIIh+PWtpdOc3rWIInYuZ6/RMORiZkw+2FrrP/ KSS64ZdkSzf8PnZLheznCmVjWhKSLg9ZIy1H6YIo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+97aae04ce27e39cbfca9@syzkaller.appspotmail.com, syzbot+4c595632b98bb8ffcc66@syzkaller.appspotmail.com, Takashi Iwai Subject: [PATCH 5.1 287/371] ALSA: seq: Break too long mutex context in the write loop Date: Wed, 24 Jul 2019 21:20:39 +0200 Message-Id: <20190724191745.902560876@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191724.382593077@linuxfoundation.org> References: <20190724191724.382593077@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Takashi Iwai commit ede34f397ddb063b145b9e7d79c6026f819ded13 upstream. The fix for the racy writes and ioctls to sequencer widened the application of client->ioctl_mutex to the whole write loop. Although it does unlock/relock for the lengthy operation like the event dup, the loop keeps the ioctl_mutex for the whole time in other situations. This may take quite long time if the user-space would give a huge buffer, and this is a likely cause of some weird behavior spotted by syzcaller fuzzer. This patch puts a simple workaround, just adding a mutex break in the loop when a large number of events have been processed. This shouldn't hit any performance drop because the threshold is set high enough for usual operations. Fixes: 7bd800915677 ("ALSA: seq: More protection for concurrent write and ioctl races") Reported-by: syzbot+97aae04ce27e39cbfca9@syzkaller.appspotmail.com Reported-by: syzbot+4c595632b98bb8ffcc66@syzkaller.appspotmail.com Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/core/seq/seq_clientmgr.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) --- a/sound/core/seq/seq_clientmgr.c +++ b/sound/core/seq/seq_clientmgr.c @@ -1004,7 +1004,7 @@ static ssize_t snd_seq_write(struct file { struct snd_seq_client *client = file->private_data; int written = 0, len; - int err; + int err, handled; struct snd_seq_event event; if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT)) @@ -1017,6 +1017,8 @@ static ssize_t snd_seq_write(struct file if (!client->accept_output || client->pool == NULL) return -ENXIO; + repeat: + handled = 0; /* allocate the pool now if the pool is not allocated yet */ mutex_lock(&client->ioctl_mutex); if (client->pool->size > 0 && !snd_seq_write_pool_allocated(client)) { @@ -1076,12 +1078,19 @@ static ssize_t snd_seq_write(struct file 0, 0, &client->ioctl_mutex); if (err < 0) break; + handled++; __skip_event: /* Update pointers and counts */ count -= len; buf += len; written += len; + + /* let's have a coffee break if too many events are queued */ + if (++handled >= 200) { + mutex_unlock(&client->ioctl_mutex); + goto repeat; + } } out: