Tamir Duberstein
2025-Jul-04 19:38 UTC
[PATCH v13 2/5] rust: support formatting of foreign types
On Fri, Jul 4, 2025 at 8:15?AM Miguel Ojeda <miguel.ojeda.sandonis at gmail.com> wrote:> > On Fri, Jul 4, 2025 at 1:59?PM Tamir Duberstein <tamird at gmail.com> wrote: > > > > That would probably work. We will probably see regressions because we > > can't just replace `core::fmt` imports with `kernel::fmt`, so new code > > may appear that uses the former. > > That is fine -- it happens all the time with this sort of approach.OK, with all the splitting requested, this comes out to ~54 patches. I'll send the first bit (which can go in cycle 0) as v14.
Andrew Lunn
2025-Jul-05 08:04 UTC
[PATCH v13 2/5] rust: support formatting of foreign types
> OK, with all the splitting requested, this comes out to ~54 patches. > I'll send the first bit (which can go in cycle 0) as v14.FYI: Some subsystems have limits as to how many patches can be posted at once. e.g. for netdev, don't send more than 15. This is another rule about making it easier for reviewers. If i see 20 patches, i will defer reviewing them until later, when i have more time. For a handful of patches, especially small obvious patches, i'm more likely to look at them straight away. Andrew