Re: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t

2020-05-21 Thread Petr Mladek
On Wed 2020-05-20 20:43:33, Sergey Senozhatsky wrote: > On (20/05/15 18:02), Petr Mladek wrote: > > On Wed 2020-04-15 20:00:43, Andy Shevchenko wrote: > > > It is a logical continuation of previously applied %ptR for struct > > > rtc_time. > > > We have few users of time64_t that would like to pri

Re: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t

2020-05-20 Thread Sergey Senozhatsky
On (20/05/15 18:02), Petr Mladek wrote: > On Wed 2020-04-15 20:00:43, Andy Shevchenko wrote: > > It is a logical continuation of previously applied %ptR for struct rtc_time. > > We have few users of time64_t that would like to print it. > > It seems that everything was explained and the patches lo

Re: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t

2020-05-15 Thread Petr Mladek
On Wed 2020-04-15 20:00:43, Andy Shevchenko wrote: > It is a logical continuation of previously applied %ptR for struct rtc_time. > We have few users of time64_t that would like to print it. It seems that everything was explained and the patches look good to me. If we allowed %ptR then it makes se