Re: smatch regression - after recent update
Dan Carpenter <[email protected]> Mon, 14 Oct 2024 13:41:28 +0300
| Newsgroups | org.kernel.vger.smatch |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 14, 2024 at 03:54:34PM +0530, Harshit Mogalapalli wrote: > Hi Dan, > > > There seems to be a regression in smatch while building the database: > > cp: cannot create regular file '../smatch/smatch_scripts/../bak.smatch': > Text file busy > smatch_warns.txt built. This means you're doing another build at the same time while you're upgrading. The point of the bak.smatch is that I sometimes am developing new stuff while I'm doing a kernel build and I don't want to interfere with the build. regards, dan carpenter