From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66F95C433EF for ; Fri, 4 Mar 2022 08:51:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235074AbiCDIwl (ORCPT ); Fri, 4 Mar 2022 03:52:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232134AbiCDIwf (ORCPT ); Fri, 4 Mar 2022 03:52:35 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E42E19DEB2 for ; Fri, 4 Mar 2022 00:51:48 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 4D1851F384; Fri, 4 Mar 2022 08:51:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1646383907; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZODsXE6ddBfzoieQYI7aVrk0E2hJEr5ZTnIuJ9WILSs=; b=taZZt/tDabNCtLvv9DOn+enqzNczyiV9Az3YvWCKoEMkbc0sQsyCMY46uftmA52yEM2OGS 0ICQxUBb3S/XcCh8UBPl7PperVRb9qiIWX4xI78/qKZh4E6M49w2qzxfqbvqfd9bUYtYQb 5bg7l/mdfqqiY7fbhPYbAwm1RVKk0lg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1646383907; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZODsXE6ddBfzoieQYI7aVrk0E2hJEr5ZTnIuJ9WILSs=; b=jdPn+QcJR6h79AZCQwxl+xXp0afdG3jW8ShgOmG+rfv9jWX4vkXlkA48MpFrNi9QAD3CwH WmNEKTzpYoq6OqBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 3CDD6A3B8C; Fri, 4 Mar 2022 08:51:47 +0000 (UTC) Date: Fri, 04 Mar 2022 09:51:47 +0100 Message-ID: From: Takashi Iwai To: xkernel.wang@foxmail.com Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: lola: add a check for the return of vmalloc() In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 04 Mar 2022 09:38:20 +0100, xkernel.wang@foxmail.com wrote: > > From: Xiaoke Wang > > vmalloc() is a memory allocation function which can return NULL when > some internal memory errors happen. So it is better to check the return > of it to catch the error in time. > > Signed-off-by: Xiaoke Wang Thanks, applied. Takashi