Re: [PATCH v5 6/9] vpci: create mem local variables
Jan Beulich <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On 08.07.2026 23:02, Stewart Hildebrand wrote: > Use local variables to reference struct rangeset *mem in preparation of > moving it out of struct vpci. No functional change. > > Signed-off-by: Stewart Hildebrand <[email protected]> > Signed-off-by: Mykyta Poturai <[email protected]> > --- > v4->v5: > * Patch adapted from [1] ("vpci: Use pervcpu ranges for BAR mapping"). > I kept Mykyta's S-o-b tag since many of the changes are similar. I think can see your intention, but I think there's a formal issue with this: The original author's S-o-b wants to be first. That may plausibly be you here. The submitter's S-o-b wants to be last, though, as the change last went through their hands. In the case here this may mean two S-o-b of yours, or yet some different arrangement - all depending on what changes were done by whom in which order. Jan