Re: [PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Steven Sistare
On 3/11/2024 4:28 PM, Peter Xu wrote: On Mon, Mar 11, 2024 at 04:24:14PM -0400, Steven Sistare wrote: On 3/11/2024 3:45 PM, Steven Sistare wrote: On 3/11/2024 3:30 PM, Peter Xu wrote: Steve, On Mon, Mar 11, 2024 at 10:48:47AM -0700, Steve Sistare wrote: Changes in V2:    * rebase to migrati

Re: [PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Peter Xu
On Mon, Mar 11, 2024 at 04:24:14PM -0400, Steven Sistare wrote: > On 3/11/2024 3:45 PM, Steven Sistare wrote: > > On 3/11/2024 3:30 PM, Peter Xu wrote: > > > Steve, > > > > > > On Mon, Mar 11, 2024 at 10:48:47AM -0700, Steve Sistare wrote: > > > > Changes in V2: > > > >    * rebase to migration-ne

Re: [PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Steven Sistare
On 3/11/2024 3:45 PM, Steven Sistare wrote: On 3/11/2024 3:30 PM, Peter Xu wrote: Steve, On Mon, Mar 11, 2024 at 10:48:47AM -0700, Steve Sistare wrote: Changes in V2:    * rebase to migration-next, add RB Not apply even to master branch.  Note that there're >=1 PULLs sent and merged since my

Re: [PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Steven Sistare
On 3/11/2024 3:30 PM, Peter Xu wrote: Steve, On Mon, Mar 11, 2024 at 10:48:47AM -0700, Steve Sistare wrote: Changes in V2: * rebase to migration-next, add RB Not apply even to master branch. Note that there're >=1 PULLs sent and merged since my last reply.. Perhaps you rebased to the "ol

Re: [PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Peter Xu
Steve, On Mon, Mar 11, 2024 at 10:48:47AM -0700, Steve Sistare wrote: > Changes in V2: > * rebase to migration-next, add RB Not apply even to master branch. Note that there're >=1 PULLs sent and merged since my last reply.. Perhaps you rebased to the "old" next? -- Peter Xu

[PATCH V2 00/11] privatize migration.h

2024-03-11 Thread Steve Sistare
migration/migration.h is the private interface for code in the migration sub-directory, but many other clients include it because they need accessors that are not exported by the publc interface in include/migration/misc.h. Fix that by refactoring accessors and defining new ones as needed. After t