Re: [PATCH v8 2/7] xen/console: use 'unsigned int' in contring_{flush,puts}()
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <an03ZgUB8AdMjT0x@kraken> |
On Wed, Aug 12, 2026 at 12:30:59PM +0200, Jan Beulich wrote: > On 28.07.2026 08:50, [email protected] wrote: > > From: Denis Mukhin <[email protected]> > > > > contring_puts() and conring_flush() still use 'uint32_t' to access > > indices. > > I took the liberty of adjusting title and description, as ... > > > --- a/xen/drivers/char/console.c > > +++ b/xen/drivers/char/console.c > > @@ -375,7 +375,7 @@ static void conring_puts(const char *str, size_t len) > > long read_console_ring(struct xen_sysctl_readconsole *op) > > ... conring_puts() is referenced only by the hunk header, while it's > read_console_ring() which is being adjusted. Thank you! > > Jan >