Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
Sam James <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.kernel,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.riscv,gmane.linux.kernel.arc,gmane.linux.uml.devel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sparc |
|---|---|
| Organization | Gentoo |
| Message-ID | <[email protected]> |
Al Viro <[email protected]> writes: > On Sat, Apr 05, 2025 at 06:09:11PM +0100, Sam James wrote: >> Sam James <[email protected]> writes: >> >> > Lovely cleanup and a great suggestion from Al. >> > >> > Reviewed-by: Sam James <[email protected]> >> > >> > I'd suggest adding a: >> > Suggested-by: Al Viro <[email protected]> >> >> Al, were you planning on taking this through your tree? > > FWIW, I expected it to get sent to Linus as "please, run this > sed script before -rc1" kind of thing, script being something > like > > sed -i -e 's/int pte_swp_exclusive/bool pte_swp_exclusive/' \ > `git grep -l 'int pte_swp_exclusive'` > > with suggested commit message... It's absolutely regular and > that kind of tree-wide change is easier handled that way. Ah, sorry. Both Magnus and I are new and irregular kernel contributors, but I've seen that before and should've thought of it. > [...] cheers, sam