From: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Hugo Villeneuve" <hvilleneuve@dimonoff.com>,
"Abinash Singh" <abinashsinghlalotra@gmail.com>,
"Rahul Bukte" <rahul.bukte@sony.com>,
"Kees Cook" <kees@kernel.org>,
"Russell King" <rmk@dyn-67.arm.linux.org.uk>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: Re: [PATCH v2 7/8] serial: 8250: hub6: Add cleanup code
Date: Wed, 12 Aug 2026 07:51:26 +0200 [thread overview]
Message-ID: <anwJi_9iQcem6Ir3@monoceros> (raw)
In-Reply-To: <a258f2dcbf9eb7a5ea07209734201ad873addf22.1785832297.git.u.kleine-koenig@baylibre.com>
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
Hello,
On Tue, Aug 04, 2026 at 10:57:59AM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> +void serial8250_hub6_exit(void);
> [...]
> +
> +int __init_or_module serial8250_hub6_exit(void)
> +{
> + return platform_device_unregister(&hub6_device);
> +}
I just found that this patch suffered from compile test coverage on my
end. Please don't apply, I'll respin the series.
Best regards
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2026-08-12 5:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 8:57 [PATCH v2 0/8] serial: Some yak shaving Uwe Kleine-König (The Capable Hub)
2026-08-04 8:57 ` [PATCH v2 1/8] serial: txx9: Drop noop probe function and dangerous remove callback Uwe Kleine-König (The Capable Hub)
2026-08-04 13:52 ` Atsushi Nemoto
2026-08-04 14:26 ` Geert Uytterhoeven
2026-08-04 8:57 ` [PATCH v2 2/8] serial: txx9: Simplify knowing that .iotype is always UPIO_PORT Uwe Kleine-König (The Capable Hub)
2026-08-04 14:00 ` Atsushi Nemoto
2026-08-04 14:05 ` Atsushi Nemoto
2026-08-04 14:26 ` Geert Uytterhoeven
2026-08-04 8:57 ` [PATCH v2 3/8] serial: txx9: Drop usage of uart_match_port() Uwe Kleine-König (The Capable Hub)
2026-08-04 23:17 ` anemo
2026-08-04 8:57 ` [PATCH v2 4/8] serial: 8250: Make uart_match_port() a 8250 specific function Uwe Kleine-König (The Capable Hub)
2026-08-04 8:57 ` [PATCH v2 5/8] serial: 8250: Simplify serial8250_match_port() Uwe Kleine-König (The Capable Hub)
2026-08-04 8:57 ` [PATCH v2 6/8] serial: 8250: Fix corner case for port matching Uwe Kleine-König (The Capable Hub)
2026-08-04 8:57 ` [PATCH v2 7/8] serial: 8250: hub6: Add cleanup code Uwe Kleine-König (The Capable Hub)
2026-08-12 5:51 ` Uwe Kleine-König (The Capable Hub) [this message]
2026-08-04 8:58 ` [PATCH v2 8/8] serial: 8250: pnp: Annotate init and exit functions for conditional discarding Uwe Kleine-König (The Capable Hub)
2026-08-08 21:01 ` [PATCH v2 0/8] serial: Some yak shaving Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=anwJi_9iQcem6Ir3@monoceros \
--to=u.kleine-koenig@baylibre.com \
--cc=abinashsinghlalotra@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hvilleneuve@dimonoff.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jirislaby@kernel.org \
--cc=kees@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=rahul.bukte@sony.com \
--cc=rmk@dyn-67.arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.