From nobody Sun Jan 02 19:35:06 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4B7221927CB4 for ; Sun, 2 Jan 2022 19:35:08 +0000 (UTC) (envelope-from ricky@rickysquid.org) Received: from mail.rickysquid.org (mail.rickysquid.org [104.168.201.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4JRpxS1G5Jz4h92 for ; Sun, 2 Jan 2022 19:35:08 +0000 (UTC) (envelope-from ricky@rickysquid.org) Received: by mail.rickysquid.org (Postfix, from userid 1000) id E0EBF41997; Sun, 2 Jan 2022 19:35:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rickysquid.org; s=default; t=1641152106; bh=scmP0hJ3qiYn1CPl2rFQmU4HIEMoIX83FNw4YXT5EyM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cvjcUGi63PqnDpSnut3QcVxg4ZL2BiTHw0OGI2dWI58Ur2nTKqfQUlXOjHsGkyNiM Bl1O6XbeVqkZXWZVYE6SU5mcMjEgI3AHqOZWBbkSbh1rn/H+z+5rPS3aO1dmv3A0rg /1pN+iE0nuET6foEz453rE4TbyWYSeniKBYGP5VDYt9gsZw7q78IRbmX/MVmFAEfdw uytW67QHIRQcFbtcGwco1+JnsJG2+PIXMgs4X4mdiUH1SrIT/0YoPsgHXisWPm7Ts6 xDvNxzxIV2td08lJrCA5TWoTUT4KyEl2fRnFiw0zw1LIdpW/CoL8oHwRYUQhbxjed3 tg+6mM6Ijrnvw== Date: Sun, 2 Jan 2022 19:35:06 +0000 From: Eric Gullufsen To: Luoqi Chen Cc: freebsd-hackers@freebsd.org, Shawn Webb Subject: Re: leak sanitizer support Message-ID: <20220102193506.GA6478@rickysquid.org> References: <20211230201614.z4bsknfgdde7ufwu@mutt-hbsd> <20220102002851.GA32472@rickysquid.org> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4JRpxS1G5Jz4h92 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hey Luoqi, Awesome sounds great - will test with your new diff & module files posted & report back here in a few - thanks! -Eric On Sun, Jan 02, 2022 at 09:53:06AM -0800, Luoqi Chen wrote: > Hi, Eric, > > Thanks for trying out the patch and adapting it to -current. To be honest, > I wasn't very careful about details such as locking, it was meant for > internal use only (and the fact that these details don't usually matter for > a normally terminating process). For a wider audience, it's better to tie > up the loose ends. I've spent a little bit of time to fix the potential > locking issue and also to cleanup some unused code, would you mind trying > out the new version? I've updated the diff files. > > -luoqi