From: Kim Phillips <kim.phillips@arm.com>
To: Suzuki K Poulose <Suzuki.Poulose@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] coresight replicator: set default y after Kconfig rename
Date: Thu, 8 Feb 2018 13:23:39 -0600 [thread overview]
Message-ID: <20180208132339.349784436ca752238bb965bf@arm.com> (raw)
In-Reply-To: <0457dce1-4cbf-1e29-1f8f-6a38b8d3d713@arm.com>
On Thu, 8 Feb 2018 18:01:21 +0000
Suzuki K Poulose <Suzuki.Poulose@arm.com> wrote:
> On 08/02/18 17:22, Kim Phillips wrote:
> > On Thu, 8 Feb 2018 08:59:30 -0700
> > Mathieu Poirier <mathieu.poirier@linaro.org> wrote:
> >
> >> On 7 February 2018 at 14:03, Kim Phillips <kim.phillips@arm.com> wrote:
> >>> Commit 1c8859848dbb ("coresight replicator: Cleanup programmable
> >>> replicator naming") changed the Kconfig symbol name from
> >>> QCOM_REPLICATOR, which, whilst not in the single arm64 defconfig,
> >>> was being set in my juno build script, which left the new symbol unset,
> >>> causing the following unexpected grief:
> >>>
> >>> # ./perf record -vvv -C 0 -e cs_etm/@20070000.etr/ --per-thread true
> >>> ..<snip>..
> >>> sys_perf_event_open: pid -1 cpu 0 group_fd -1 flags 0x8 = 5
> >>> mmap size 528384B
> >>> AUX area mmap length 4194304
> >>> perf event ring buffer mmapped per cpu
> >>> failed to mmap AUX area
> >>> failed to mmap with 12 (Cannot allocate memory)
> >>>
> >>> Make it default y to help not surprise unsuspecting users.
> >>>
> >>> Fixes: 1c8859848dbb ("coresight replicator: Cleanup programmable replicator naming")
> >>> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
> >>> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> >>> Signed-off-by: Kim Phillips <kim.phillips@arm.com>
> >>> ---
> >>> drivers/hwtracing/coresight/Kconfig | 1 +
> >>> 1 file changed, 1 insertion(+)
> >>>
> >>> diff --git a/drivers/hwtracing/coresight/Kconfig b/drivers/hwtracing/coresight/Kconfig
> >>> index ef9cb3c164e1..b94bbd95efa6 100644
> >>> --- a/drivers/hwtracing/coresight/Kconfig
> >>> +++ b/drivers/hwtracing/coresight/Kconfig
> >>> @@ -73,6 +73,7 @@ config CORESIGHT_SOURCE_ETM4X
> >>> config CORESIGHT_DYNAMIC_REPLICATOR
> >>> bool "CoreSight Programmable Replicator driver"
> >>> depends on CORESIGHT_LINKS_AND_SINKS
> >>> + default y
> >>> help
> >>> This enables support for dynamic CoreSight replicator link driver.
> >>> The programmable ATB replicator allows independent filtering of the
> >>
> >> As I said before don't see why it needs to be treated differently than other CS
> >> blocks
> >
> > I don't think it does either, but this one is special since it recently
> > underwent a rename, which breaks its users that were setting the old
> > name in their config builds. The default y keeps it set in those
> > cases, thereby discontinuing any such regression.
>
> I don't think the kernel CONFIG symbols are part of the kernel ABI. So,
> unfortunately the users have to take care of making sure they select what
> they need.
Right, sorry, I wan't referring to a kernel ABI regression :) Think of
it as just trying to make Coresight easier to configure, and in this
particular case, given Coresight Kconfig symbol name volatility.
Kim
next prev parent reply other threads:[~2018-02-08 19:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-07 21:03 Kim Phillips
2018-02-08 15:59 ` Mathieu Poirier
2018-02-08 17:22 ` Kim Phillips
2018-02-08 18:01 ` Suzuki K Poulose
2018-02-08 19:23 ` Kim Phillips [this message]
2018-02-08 16:13 ` Robin Murphy
2018-02-08 19:23 ` Kim Phillips
2018-02-08 19:53 ` Randy Dunlap
2018-02-08 21:07 ` Kim Phillips
2018-02-09 9:51 ` Suzuki K Poulose
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=20180208132339.349784436ca752238bb965bf@arm.com \
--to=kim.phillips@arm.com \
--cc=Suzuki.Poulose@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®