Re: [PATCH v2] vsprintf: introduce %dE for error constants

2019-08-30 Thread Petr Mladek
On Thu 2019-08-29 19:39:45, Uwe Kleine-König wrote: > On 8/29/19 11:09 AM, Rasmus Villemoes wrote: > > On 29/08/2019 10.27, Juergen Gross wrote: > >> On 29.08.19 10:12, Petr Mladek wrote: > >>> On Wed 2019-08-28 21:18:37, Uwe Kleine-König  wrote: > > I'd like to postpone the discussion a

Re: [PATCH] tools: memory-model: add it to the Documentation body

2019-08-30 Thread Peter Zijlstra
On Wed, Jul 31, 2019 at 01:25:17PM -0700, Paul E. McKenney wrote: > Looks like a pretty clear consensus thus far. Any objections to keeping > these .txt for the time being? Obviously I'm a huge proponent of abandoning RST and an advocate for normal .txt files ;-)

[PATCH v5 1/2] Documentation: perf: Update documentation for ThunderX2 PMU uncore driver

2019-08-30 Thread ganapat
From: Ganapatrao Kulkarni Add documentation for Cavium Coherent Processor Interconnect (CCPI2) PMU. Signed-off-by: Ganapatrao Kulkarni --- .../admin-guide/perf/thunderx2-pmu.rst| 20 ++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Documentation/admin-

[PATCH v5 0/2] Add CCPI2 PMU support

2019-08-30 Thread ganapat
From: Ganapatrao Kulkarni Add Cavium Coherent Processor Interconnect (CCPI2) PMU support in ThunderX2 Uncore driver. v5: Fixed minor bug of v4 (timer callback fuction was getting initialized to NULL for all PMUs). v4: Update with review comments [2]. Changed Coun

[PATCH v5 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver.

2019-08-30 Thread ganapat
From: Ganapatrao Kulkarni CCPI2 is a low-latency high-bandwidth serial interface for inter socket connectivity of ThunderX2 processors. CCPI2 PMU supports up to 8 counters per socket. Counters are independently programmable to different events and can be started and stopped individually. The CCP

RE: [PATCH v1 1/2] vsprintf: introduce %dE for error constants

2019-08-30 Thread David Laight
From: Enrico Weigelt, metux IT consult > Sent: 26 August 2019 14:29 > On 25.08.19 01:37, Uwe Kleine-König wrote: > > Hi, > > > +static noinline_for_stack > +char *errstr(char *buf, char *end, unsigned > > long long num,> + > struct printf_spec spec)> +{ > #1: why not putting that into some sepa

Re: [PATCH v2] vsprintf: introduce %dE for error constants

2019-08-30 Thread Uwe Kleine-König
Hello Petr, On 8/30/19 11:06 AM, Petr Mladek wrote: > On Thu 2019-08-29 19:39:45, Uwe Kleine-König wrote: >> On 8/29/19 11:09 AM, Rasmus Villemoes wrote: >>> On 29/08/2019 10.27, Juergen Gross wrote: Hmm, what about already existing format strings conatining "%dE"? Yes, I could fin

Re: [PATCH 0/9] drivers: add new variants of devm_platform_ioremap_resource()

2019-08-30 Thread Christoph Hellwig
On Thu, Aug 29, 2019 at 04:48:36PM +0200, Geert Uytterhoeven wrote: > Hi Bartosz, > > On Thu, Aug 29, 2019 at 4:38 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > The new devm_platform_ioremap_resource() helper has now been widely > > adopted and used in many drivers. Users o

Re: [PATCH v2] vsprintf: introduce %dE for error constants

2019-08-30 Thread Rasmus Villemoes
On 29/08/2019 19.39, Uwe Kleine-König wrote: > On 8/29/19 11:09 AM, Rasmus Villemoes wrote: >> still prefer making it %pE, both because it's easier to convert integers >> to ERR_PTRs than having to worry about the type of PTR_ERR() being long >> and not int, and because alphanumerics after %p have

Re: [PATCH] docs: ftrace: clarify when tracing is disabled by the trace file

2019-08-30 Thread Steven Rostedt
On Fri, 23 Aug 2019 00:48:23 +0100 Peter Wu wrote: > The current text could mislead the user into believing that only read() > disables tracing. Clarify that any open() call that requests read access > disables tracing. > > Link: > https://lkml.kernel.org/r/CAADnVQ+hU6QOC_dPmpjnuv=9g4SQEeaMEMqX