From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6011B217701 for ; Thu, 19 Dec 2024 05:51:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734587494; cv=none; b=nTMznCWp2VfL3OAJ+MoaUGvYLB0dUEA3v3ATFed9lzoalzF6WobPkfKSBJxgSq0zh4y/VXBa9ZsAZhX/HLDBfz3S+MVe1bOaQ0B00h8qggFow5Bj5QzT0uHkLk9J/uM8iBwcpmPg+u2juKFBEgJRc0NHT2Okq4Goyip2P90smD8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734587494; c=relaxed/simple; bh=2hp7rFPnEf1qyY7KaOrWCK81/pSMuh7Uhxskfz45xlc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=bJaGf4ZtOZ1q+u6PurjdZWy+FIi97AJHi9l6wOog2kSFSrc13mlQ2zq1h4T41k2WjlCZhAyRvMCddWY/PdMEQkEHz28/Mx7COtEvgLXq7ESEHWsPEla52jW2XXm8PE7xIpjtR+3w/LBmDXjtPhvK+0G9JHt7CqemR3/JanH0W+U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=xJfiNUbb; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="xJfiNUbb" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1734587489; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=mxuLvvy0ZXkcCtwDqgP9YnsO9yfGnvj0RLtjEaLQsg0=; b=xJfiNUbbnPiNSmGRV+SYQC63Zvt6Egj5t36CHYm4rRP1UE9yeLrHFK0FnX0sY+beSykc/jpnNMt3RCgeYYvN1uFyTUOEK1vg37Pnsezb7xmcflNEbJ2PeN27if21wp4iooQrK9PU99luGtr4ECX1Qau5lYHqoNpXiB77GD9Wu3A= Received: from 30.221.145.61(mailfrom:joseph.qi@linux.alibaba.com fp:SMTPD_---0WLpDfQ5_1734587488 cluster:ay36) by smtp.aliyun-inc.com; Thu, 19 Dec 2024 13:51:29 +0800 Message-ID: Date: Thu, 19 Dec 2024 13:51:28 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv To: Dennis Lam Cc: mark@fasheh.com, jlbec@evilplan.org, akpm , linux-kernel@vger.kernel.org, ocfs2-devel@lists.linux.dev, syzbot+d173bf8a5a7faeede34c@syzkaller.appspotmail.com References: <20241218023924.22821-2-dennis.lamerice@gmail.com> From: Joseph Qi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 2024/12/19 13:46, Dennis Lam wrote: >> Moreover, better to leave a space before '{'. >> Sorry for not pointing out this in my first reply. >> >> Thanks, >> Joseph >> > > No worries, I think it's actually my fault for forgetting to use the > checkpatch script before sending. I'll send another patch with the > checkpatch warnings and errors fixed, and I'll try to be more mindful > the next time I send a patch. > Andrew has already done the favor. Thanks, Joseph