Re: [PATCH v8 2/7] xen/console: use 'unsigned int' in contring_{flush,puts}()
Jan Beulich <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
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. Jan