Message ID | 20230302195618.156940-1-john.ogness@linutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | threaded/atomic console support | expand |
On Thu, Mar 02, 2023 at 09:02:00PM +0106, John Ogness wrote: > Hi, > > This is v1 of a series to bring in a new threaded/atomic console > infrastructure. The history, motivation, and various explanations and > examples are available in the cover letter of tglx's RFC series > [0]. From that series, patches 1-18 have been mainlined as of the 6.3 > merge window. What remains, patches 19-29, is what this series > represents. So I grabbed the whole series and pointed it at the kgdb test suite. Don't get too excited about that (the test suite only exercises 8250 and PL011... and IIUC little in the set should impact UART polling anyway) but FWIW: Tested-by: Daniel Thompson <daniel.thompson@linaro.org> Daniel.
On 2023-03-09, Daniel Thompson <daniel.thompson@linaro.org> wrote: > So I grabbed the whole series and pointed it at the kgdb test suite. > > Don't get too excited about that (the test suite only exercises 8250 > and PL011... and IIUC little in the set should impact UART polling > anyway) but FWIW: > > Tested-by: Daniel Thompson <daniel.thompson@linaro.org> One of the claims of this series is that it does not break any existing drivers/infrastructure. So any successful test results are certainly of value. John