From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.avm.de (mail.avm.de [212.42.244.119]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E910A31E837; Wed, 4 Mar 2026 15:12:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.42.244.119 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772637163; cv=none; b=FuEQXin1dSJWKte7xsCg/OQrAwJrpdlWcZzgA77L3haUiM67Sa/VRkmWa997lyvIeihhbSB7SYorPhSaQOvoGHBZg9yfsP96t0ou2QP3bOfoWU8W/CMCTiLKYhLQYMkMA53Gy1cfYdNxEsTHrDnLzMgwdedAB1rjPvlwvIknGlA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772637163; c=relaxed/simple; bh=NP4yQpTfMiCiMqMHWpvb+nWALp4qXIG5+BpIrlEB63Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BDDaOXAOar4ACpLB0pYx3IrEZ/3FozTMiSX7t1E6DjpNzg5+CqjqcmcXFRzb/WLu3NVP5FYWHY2FgslcIyM0ZH+Pg82OHLv2+KkEOIGNnom1djgZE+M1Wc440zGxAkRWU/Vp1Y/I4crxi+EJ0u15AghpQ4NKOa3E5pHpIVTxLbQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=avm.de; spf=pass smtp.mailfrom=avm.de; dkim=pass (1024-bit key) header.d=avm.de header.i=@avm.de header.b=Pyngn3af; arc=none smtp.client-ip=212.42.244.119 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=avm.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=avm.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=avm.de header.i=@avm.de header.b="Pyngn3af" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=avm.de; s=mail; t=1772637156; bh=NP4yQpTfMiCiMqMHWpvb+nWALp4qXIG5+BpIrlEB63Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pyngn3afmeM/otdXbGqW4sCz6Ut9eVZrYqxzz/qZF1+T4Ky8a3sqypZh/FWep43VF ikl/uLX7MGX6lvq+01gTFe3aTT5a9YsVX+qrvge2+3P6uL23wHwMKHL9U6EebYbGnu aFByNNmN93Xq+J9C8kc5dkmTbihjnzbtYmElusDs= Received: from [212.42.244.71] (helo=mail.avm.de) by mail.avm.de with ESMTP (eXpurgate 4.55.2) (envelope-from ) id 69a84be4-2367-7f0000032729-7f0000018636-1 for ; Wed, 04 Mar 2026 16:12:36 +0100 Received: from mail-auth.avm.de (dovecot-mx-01.avm.de [212.42.244.71]) by mail.avm.de (Postfix) with ESMTPS; Wed, 4 Mar 2026 16:12:36 +0100 (CET) Date: Wed, 4 Mar 2026 16:12:34 +0100 From: Philipp Hahn To: Markus Elfring Cc: linux-fsdevel@vger.kernel.org, LKML , kernel-janitors@vger.kernel.org, Namjae Jeon , Sungjong Seo , Yuezhang Mo Subject: Re: exfat: Fix 2 issues found by static code analysis Message-ID: Mail-Followup-To: Markus Elfring , linux-fsdevel@vger.kernel.org, LKML , kernel-janitors@vger.kernel.org, Namjae Jeon , Sungjong Seo , Yuezhang Mo References: <10c20860-e879-4679-b9fb-e65c301a0b24@web.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10c20860-e879-4679-b9fb-e65c301a0b24@web.de> X-purgate-ID: 149429::1772637156-BACB9E1F-1FCA24EC/0/0 X-purgate-type: clean X-purgate-size: 997 X-purgate-Ad: Categorized by eleven eXpurgate (R) https://www.eleven.de X-purgate: This mail is considered clean (visit https://www.eleven.de for further information) X-purgate: clean Hello Markus, Am Wed, Mar 04, 2026 at 09:40:37AM +0100 schrieb Markus Elfring: > By the way: > It can be helpful to number prefixes according to message subjects in patch series. > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v7.0-rc2#n711 Yes, thank you for the reminder. > > I'm going through our list of issues found by static code analysis using Klocwork. > > Does this tool point any more implementation details out for further development considerations > (with other software components)? This was a run on our internal version of exfat, which matches 'github.com/namjaejeon/linux-exfat-oot/for-kernel-version-from-4.1.0'. Klocwork found no other issues worth fixing in that version. If my time permits I will run it again on latest 'linux-7.0-rc` respective 'master' to see if anything "new" crept in. I'll also report any other findings outside of exfat when I find them. Philipp