Received: by mail.netbsd.org (Postfix, from userid 605) id CB62A84DCB; Thu, 2 Jan 2020 09:18:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C9C484DD8 for ; Thu, 2 Jan 2020 09:18:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SYwqNqw_LUPZ for ; Thu, 2 Jan 2020 09:18:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C716984CFD for ; Thu, 2 Jan 2020 09:18:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B990EFA97; Thu, 2 Jan 2020 09:18:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 09:18:15 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/dev/audio To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200102091815.B990EFA97@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Jan 2 09:18:15 UTC 2020 Modified Files: src/sys/dev/audio [netbsd-9]: audio.c Log Message: Pull up following revision(s) (requested by isaki in ticket #593): sys/dev/audio/audio.c: revision 1.34 sys/dev/audio/audio.c: revision 1.35 Use M_WAITOK instead of M_NOWAIT. These allocations don't require NOWAIT constraints. Will fix PR kern/54796. - Improve and simplify around audio_realloc(). To generate a diff of this commit: cvs rdiff -u -r1.28.2.4 -r1.28.2.5 src/sys/dev/audio/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.