[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2023051739-ouch-pound-7b1c@gregkh>
Date: Wed, 17 May 2023 13:57:56 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Hongyu Xie <xiehongyu1@...inos.cn>
Cc: linux@...linux.org.uk, jirislaby@...nel.org,
linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
xy521521@...il.com
Subject: Re: [RFC PATCH -next] tty: serial: add panic serial helper
On Wed, May 17, 2023 at 06:14:03PM +0800, Hongyu Xie wrote:
> --- /dev/null
> +++ b/drivers/tty/serial/panic_serial_helper.h
> @@ -0,0 +1,12 @@
> +/* SPDX-License-Identifier: GPL
> + *
> + * panic_serial_helper.h Debug through uart when panic.
> + *
> + * Copyright (C) 2023 Xie Hongyu <xiehongyu1@...inos.cn>
> + *
> + * Inspired by kgdboc.
> + */
> +#ifndef __PANIC_SERIAL_HELPER_H
> +#define __PANIC_SERIAL_HELPER_H
> +/*TODO*/
> +#endif /* __PANIC_SERIAL_HELPER_H */
A whole file that does nothing?
confused,
greg k-h
Powered by blists - more mailing lists