On Mon, May 26, 2025 at 12:52:40PM +0200, Peter Zijlstra wrote: > On Fri, May 09, 2025 at 01:16:56PM -0700, Josh Poimboeuf wrote: > > It's common to use --dryrun on binaries that have already been > > processed. Don't print the section skipping warnings in that case. > > Ah, I rather like this warning, it gives me an easy check to see if the > file has already been processed. > > I typically do a OBJTOOL_ARGS="--backup" build and run dryrun debug > sessions against those .orig files.
Ok. Though, note that as of a few months ago, --backup no longer exists. A backup is now automatically created with --verbose. But we can revive it if you want. -- Josh