Re: [PATCH v3 02/25] printk: Add print format (%par) for struct range

2024-08-20 Thread Petr Mladek
On Fri 2024-08-16 09:44:10, Ira Weiny wrote: > The use of struct range in the CXL subsystem is growing. In particular, > the addition of Dynamic Capacity devices uses struct range in a number > of places which are reported in debug and error messages. > > To wit requiring the printing of the star

Re: [PATCH v3 02/25] printk: Add print format (%par) for struct range

2024-08-26 Thread Petr Mladek
On Thu 2024-08-22 12:53:32, Ira Weiny wrote: > Petr Mladek wrote: > > On Fri 2024-08-16 09:44:10, Ira Weiny wrote: > > > The use of struct range in the CXL subsystem is growing. In particular, > > > the addition of Dynamic Capacity devices uses struct range in a numbe

Re: [PATCH v3 02/25] printk: Add print format (%par) for struct range

2024-08-26 Thread Petr Mladek
On Thu 2024-08-22 21:10:25, Andy Shevchenko wrote: > On Thu, Aug 22, 2024 at 12:53:32PM -0500, Ira Weiny wrote: > > Petr Mladek wrote: > > > On Fri 2024-08-16 09:44:10, Ira Weiny wrote: > > ... > > > > > + %par[range 0x6000-0x6fff] or >

Re: [PATCH v3 02/25] printk: Add print format (%par) for struct range

2024-08-27 Thread Petr Mladek
On Mon 2024-08-26 16:17:52, Ira Weiny wrote: > Andy Shevchenko wrote: > > On Mon, Aug 26, 2024 at 03:23:50PM +0200, Petr Mladek wrote: > > > On Thu 2024-08-22 21:10:25, Andy Shevchenko wrote: > > > > On Thu, Aug 22, 2024 at 12:53:32PM -0500, Ira Weiny wrot

Re: [PATCH v4 01/28] test printk: Add very basic struct resource tests

2024-10-10 Thread Petr Mladek
On Mon 2024-10-07 18:16:07, Ira Weiny wrote: > The printk tests for struct resource were stubbed out. struct range > printing will leverage the struct resource implementation. > > To prevent regression add some basic sanity tests for struct resource. > > To: Petr Mladek &g