Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-06-05 Thread Josh Poimboeuf
On Thu, Jun 05, 2025 at 04:52:24PM +0200, Peter Zijlstra wrote: > On Thu, Jun 05, 2025 at 09:32:46AM +0200, Peter Zijlstra wrote: > > > > But also, feel free to resurrect --backup, or you can yell at me to do > > > it as the backup code changed a bit. > > > > I have the patch somewhere, failed to

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-06-05 Thread Peter Zijlstra
On Thu, Jun 05, 2025 at 09:32:46AM +0200, Peter Zijlstra wrote: > > But also, feel free to resurrect --backup, or you can yell at me to do > > it as the backup code changed a bit. > > I have the patch somewhere, failed to send it out. I'll try and dig it > out later today. This is what I had. Wa

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-06-05 Thread Peter Zijlstra
On Wed, Jun 04, 2025 at 05:19:51PM -0700, Josh Poimboeuf wrote: > On Wed, May 28, 2025 at 12:34:53PM +0200, Peter Zijlstra wrote: > > 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 --dr

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-06-04 Thread Josh Poimboeuf
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 wa

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-06-04 Thread Josh Poimboeuf
On Wed, May 28, 2025 at 12:34:53PM +0200, Peter Zijlstra wrote: > 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 th

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-05-28 Thread Peter Zijlstra
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 wa

Re: [PATCH v2 32/62] objtool: Suppress section skipping warnings with --dryrun

2025-05-26 Thread Peter Zijlstra
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 proce