[PATCH 3/5] ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracing

2015-01-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" If the function graph tracer traces a jprobe callback, the system will crash. This can easily be demonstrated by compiling the jprobe sample module that is in the kernel tree, loading it and running the function graph tracer. # modprobe jprobe_example.ko #

[PATCH 1/5] ftrace: Fix updating of filters for shared global_ops filters

2015-01-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" As the set_ftrace_filter affects both the function tracer as well as the function graph tracer, the ops that represent each have a shared ftrace_ops_hash structure. This allows both to be updated when the filter files are updated. But if function graph is

[PATCH 4/5] tracing: Remove extra call to init_ftrace_syscalls()

2015-01-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" trace_init() calls init_ftrace_syscalls() and then calls trace_event_init() which also calls init_ftrace_syscalls(). It makes more sense to only call it from trace_event_init(). Calling it twice wastes memory, as it allocates the syscall events twice, and loses

Re: [PATCH v4] tools lib traceevent: Add support for IP address formats

2015-01-15 Thread David Ahern
Steve: Any comments? I think Arnaldo is waiting for your response to pick this up. David On 12/18/14 7:11 PM, David Ahern wrote: Add helpers for the following kernel formats: %pi4 print an IPv4 address with leading zeros %pI4 print an IPv4 address without leading zeros %pi6 print an

[PATCH 2/5] ftrace: Check both notrace and filter for old hash

2015-01-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Using just the filter for checking for trampolines or regs is not enough when updating the code against the records that represent all functions. Both the filter hash and the notrace hash need to be checked. To trigger this bug (using trace-cmd and perf): #

Re: [PATCH] e100: Don't enable WoL by default on Toshiba devices

2015-01-15 Thread Jeff Kirsher
On Thu, 2015-01-15 at 16:18 +0100, Ondrej Zary wrote: > On Thursday 15 January 2015, Jeff Kirsher wrote: > > On Thu, 2015-01-15 at 14:40 +0100, Ondrej Zary wrote: > > > On Thursday 13 November 2014, Jeff Kirsher wrote: > > > > On Wed, 2014-11-12 at 18:18 -0500, David Miller wrote: > > > > > From:

Re: [PATCH v4 10/11] perf/x86/intel: Perform rotation on Intel CQM RMIDs

2015-01-15 Thread Matt Fleming
On Fri, 09 Jan, at 04:58:35PM, Peter Zijlstra wrote: > On Fri, Jan 09, 2015 at 03:24:42PM +, Matt Fleming wrote: > > > > Right, but now we need a "steal limit", so we know when to stop stealing > > active RMIDs. > > > > (cqm_max_rmid + 1) / 4 ? > > > > I guess any limit is better than

[PATCH v2 1/8] watchdog: wdt_pci: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a new line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/wdt_pci.c |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 3/8] watchdog: alim1535_wdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/alim1535_wdt.c |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v2 2/8] watchdog: sch311x_wdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a new line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/sch311x_wdt.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 5/8] watchdog: acquirewdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/acquirewdt.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 6/8] watchdog: ar7_wdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/ar7_wdt.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 8/8] watchdog: eurotechwdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/eurotechwdt.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 7/8] watchdog: at91sam9_wdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing blank line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/at91sam9_wdt.c |3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [PATCH v2 2/2] fixup! net/macb: improved ethtool statistics support

2015-01-15 Thread Xander Huff
On 1/15/2015 4:35 AM, Nicolas Ferre wrote: #define GEM_OTX 0x0100 /* Octets transmitted */ I see, it's modified hereafter! Why not integrate this part in previous patch? I split these up the way I did by using the --fixup argument to allow the rebase

[PATCH v2 4/8] watchdog: advantechwdt: Fixed missing blank line warning

2015-01-15 Thread Athira Lekshmi
Add a blank line after declarations to remove the checkpatch warning: 'Missing line after declarations' Signed-off-by: Athira Lekshmi --- Changes in v2: - Make the commit message more clearer. drivers/watchdog/advantechwdt.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation

2015-01-15 Thread Rob Herring
On Thu, Jan 15, 2015 at 3:11 AM, Thomas Gleixner wrote: > On Wed, 14 Jan 2015, Rob Herring wrote: >> On Wed, Jan 14, 2015 at 4:36 AM, Thomas Gleixner wrote: >> > All attempts to work around that have resulted in horrible bandaids so >> > far. That's why I guided Boris to implement this dummy

Re: [PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Jerome Glisse
This one looks highly suspicious, i need to check, but i would think that this function should be use ! On Wed, Jan 14, 2015 at 4:44 PM, Alex Deucher wrote: > On Tue, Jan 13, 2015 at 1:55 PM, Rickard Strandqvist > wrote: >> Remove the function rv515_ring_start() that is not used anywhere. >> >>

Re: [PATCH v4] tools lib traceevent: Add support for IP address formats

2015-01-15 Thread Steven Rostedt
On Thu, 15 Jan 2015 08:30:18 -0700 David Ahern wrote: > Steve: > > Any comments? I think Arnaldo is waiting for your response to pick this up. Looks fine to me. Acked-by: Steven Rostedt -- Steve > > David > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 02/36] tools build: Add detected config support

2015-01-15 Thread David Ahern
On 1/15/15 5:54 AM, Jiri Olsa wrote: Adding support to include detected configuration makefile into the build process. This will allow the Build objects to be configurable based on the config data, like: perf-$(CONFIG_KRAVA) += krava.o The configuration is stored in '.config-detected' file,

Re: [Linaro-acpi] [PATCH v5 18/18] Documentation: ACPI for ARM64

2015-01-15 Thread Jon Masters
On 01/15/2015 09:10 AM, Grant Likely wrote: > On Tue, Jan 6, 2015 at 1:59 PM, Arnd Bergmann wrote: >> On Tuesday 06 January 2015 11:20:01 Catalin Marinas wrote: >>> On Mon, Jan 05, 2015 at 08:16:30PM +, Arnd Bergmann wrote: On Monday 05 January 2015 13:13:02 Catalin Marinas wrote: >>

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 08:24:26AM -0600, Rob Herring wrote: > On Tue, Jan 13, 2015 at 2:42 AM, Jacek Anaszewski > > I am aware that it may be tempting to treat LED devices as common > > regulators, but they have their specific features which gave a > > reason for introducing LED class for them.

Re: [PATCH v4] ALSA: ASoC: soc-compress.c: fix NULL dereference

2015-01-15 Thread Mark Brown
On Wed, Jan 14, 2015 at 08:47:29AM +, Qais Yousef wrote: > In soc_new_compress() when rtd->dai_link->dynamic is set, we create the pcm > substreams with this call: Applied, thanks. signature.asc Description: Digital signature

[PATCH] virtio_pci: add module param to force legacy mode

2015-01-15 Thread Michael S. Tsirkin
If set, try legacy interface first, modern one if that fails. Useful to work around device/driver bugs, and for compatibility testing. Signed-off-by: Michael S. Tsirkin --- drivers/virtio/virtio_pci_common.c | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-)

Re: [PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Alex Deucher
On Thu, Jan 15, 2015 at 10:43 AM, Jerome Glisse wrote: > This one looks highly suspicious, i need to check, but i would think > that this function should be use ! Yeah, I think the attached patch is probably correct. Although r5xx has been using the r300 ring start function for a while

Re: [PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Paul Bolle
On Thu, 2015-01-15 at 10:43 -0500, Jerome Glisse wrote: > This one looks highly suspicious, i need to check, but i would think > that this function should be use ! Have a look at commit 76a0df859def ("drm/radeon: rework ring function handling"), which removed the two users of rv515_ring_start. I

[PATCH RFC] page_writeback: cleanup mess around cancel_dirty_page()

2015-01-15 Thread Konstantin Khebnikov
This patch replaces cancel_dirty_page() with helper account_page_cleared() which only updates counters. It's called from delete_from_page_cache() and from try_to_free_buffers() (hack for ext3). Page is locked in both cases. Hugetlbfs has no dirty pages accounting, ClearPageDirty() is enough here.

[PATCH] page_writeback: put account_page_redirty() after set_page_dirty()

2015-01-15 Thread Konstantin Khebnikov
Helper account_page_redirty() fixes dirty pages counter for redirtied pages. This patch puts it after dirtying and prevents temporary underflows of dirtied pages counters on zone/bdi and current->nr_dirtied. Signed-off-by: Konstantin Khebnikov --- fs/btrfs/extent_io.c |2 +-

Re: [PATCH 05/36] perf build: Disable make's built-in rules and variables

2015-01-15 Thread David Ahern
On 1/15/15 5:55 AM, Jiri Olsa wrote: diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 1f71a32aea78..dd49b40e203b 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -84,6 +84,10 @@ ifneq ($(OUTPUT),) #$(info Determined 'OUTPUT' to be $(OUTPUT))

Re: [PATCH v3 6/8] clocksource: atmel-st: properly initialize driver

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Use clocksource_of_init to initialize the system timer instead of relying on a custom function. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon Acked-by: Daniel Lezcano --- arch/arm/mach-at91/board-dt-rm9200.c | 7 ---

Re: [PATCH for v3.19, v2] Avoid that sd_shutdown() triggers a kernel warning

2015-01-15 Thread Christoph Hellwig
On Wed, Jan 14, 2015 at 10:07:00AM -0500, Alan Stern wrote: > and the kernfs core insures that the underlying device won't be > deallocated while a sysfs method runs. It has a reference to keep it from beeing freed, but so far I can't find anything that prevents ->remove from beeing called while

Re: [PATCHv2 00/36] perf tools: New build framework

2015-01-15 Thread David Ahern
On 1/15/15 5:54 AM, Jiri Olsa wrote: Since it's actually small portion of kbuild that perf needs, I realized it's actually better to steal it than 'reconfigure' kbuild to be usable for perf. Also this patchset is kind of incremental version of the latest: perf tools: Add kbuild support into

Re: [LSF/MM TOPIC] userfaultfd

2015-01-15 Thread Austin S Hemmelgarn
On 2015-01-14 18:01, Andrea Arcangeli wrote: 7) distributed shared memory that could allow simultaneous mapping of regions marked readonly and collapse them on the first exclusive write. I'm mentioning it as a corollary, because I'm not aware of anybody who is planning to use it that

Re: [PATCH v5 3/7] gpio/xilinx: Add support for X86 Arch

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 10:02 AM, Paul Bolle wrote: > On Wed, 2014-12-17 at 16:51 +0100, Ricardo Ribalda Delgado wrote: >> Core can be accessed via PCIe on X86 platform. >> This patch also allows the driver to be used as module. >> >> Acked-by: Michal Simek >> Signed-off-by: Ricardo Ribalda

[PATCH v2 02/11] ARM: tegra: Use the generated pinmux data

2015-01-15 Thread Tomeu Vizoso
Google has submitted a board config for the pinmux programming of the Nyan Big board. Use the whole of it as it's generated to make it easier to update as the configuration gets fixed in the future. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 1438

[PATCH v2 01/11] ARM: tegra: Add node for trackpad in Nyan boards

2015-01-15 Thread Tomeu Vizoso
The Nyan boards have a eKTH3000 from Elan as their trackpad, connected through I2C. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts

[PATCH v2 00/11] Improvements to Tegra-based Chromebook support

2015-01-15 Thread Tomeu Vizoso
Hi, this started as adding support for the Nyan Blaze, but the Big is so similar to it that I thought it would be better to have both in the same series. With these changes, I get wifi, trackpad, audio playback and recording (with the internal mic) working in both machines. Patches 2 and 7

[PATCH v2 04/11] ARM: tegra: Set spi-max-frequency property to flash node

2015-01-15 Thread Tomeu Vizoso
To silence a warning on Nyan boards. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts index 9a9cffe..94c7ba9 100644 ---

[PATCH v2 05/11] drm/panel: add support for Samsung LTN140AT29 panel

2015-01-15 Thread Tomeu Vizoso
From: Stéphane Marchesin This panel is used by the Nyan Blaze board and supported by the simple-panel driver. Signed-off-by: Tomeu Vizoso --- drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed, 26 insertions(+) diff --git

[PATCH v2 06/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT

2015-01-15 Thread Tomeu Vizoso
In preparation for adding the DT for the nyan-blaze board. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 693 +--- arch/arm/boot/dts/tegra124-nyan.dtsi| 684 +++ 2 files changed, 691 insertions(+), 686

[PATCH v2 09/11] ARM: tegra: Use pwrseq-simple for the wifi in Nyan

2015-01-15 Thread Tomeu Vizoso
The Nyan boards have a Marvell 88w8897 wifi card connected through SDIO that need the reset line to be hold active for several milliseconds. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan.dtsi | 8 1 file changed, 8 insertions(+) diff --git

[PATCH v2 11/11] ASoC: tegra: add sink for the internal mic to tegra_max98090

2015-01-15 Thread Tomeu Vizoso
This is used in the Tegra-based Chromebooks. Signed-off-by: Tomeu Vizoso --- Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.txt | 1 + sound/soc/tegra/tegra_max98090.c| 2 ++ 2 files changed, 3 insertions(+) diff --git

[PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Tomeu Vizoso
To be used by userspace when the headphones jack is plugged in. Signed-off-by: Tomeu Vizoso --- sound/soc/tegra/tegra_max98090.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra/tegra_max98090.c b/sound/soc/tegra/tegra_max98090.c index af3fb99..8df71a4 100644 ---

[PATCH] staging: drivers: pinctrl: Fixed checkpatch.pl warnings

2015-01-15 Thread Anjana Sasindran
This patch fixes two checkpatch.pl warnings WARNING: Error trailing white space WARNING: MIssing blank line after declaration Signed-off-by: Anjana Sasindran --- drivers/pinctrl/pinctrl-falcon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v2 08/11] mmc: pwrseq_simple: Add support for a delay

2015-01-15 Thread Tomeu Vizoso
Signed-off-by: Tomeu Vizoso --- Documentation/devicetree/bindings/mmc/mmc,pwrseq-simple.txt | 2 ++ drivers/mmc/core/pwrseq_simple.c| 8 2 files changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc,pwrseq-simple.txt

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-15 Thread Dr. H. Nikolaus Schaller
Am 15.01.2015 um 15:38 schrieb Sebastian Reichel : > Hi, > > On Thu, Jan 15, 2015 at 08:36:44AM +0100, Dr. H. Nikolaus Schaller wrote: >>> 1. Perform conversion in input core rather than individual drivers. I >>> think we should allocate a new bitmaps for some transformations and have >>> the

Re: [PATCH v3 4/8] ARM: at91: time: move the system timer driver to drivers/clocksource

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:36 PM, Alexandre Belloni wrote: Import at91rm9200_time.c from mach-at91 as timer-atmel-st.c. Further cleanup is required to get rid of the mach-at91 headers. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon Acked-by: Daniel Lezcano ---

[PATCHv3 0/8] perf tools: Add perf data CTF conversion

2015-01-15 Thread Jiri Olsa
hi, this is follow up on original RFC patchset: http://marc.info/?t=14073273564=1=2 Basically we are adding 'perf data convert' command to allow conversion of perf data file into CTF [1] data. v3 changes: - rebased to latest acme's perf/core v2 changes: - addressed comments from

Re: [RFC PATCH] fs: file freeze support

2015-01-15 Thread Jan Kara
Hello, On Thu 15-01-15 20:36:55, Namjae Jeon wrote: > We introduce per-file freeze feature for unifying defrag ext4 and xfs > as first ingredient. We get the idea courtesy of Dave Chinner > (https://lkml.org/lkml/2014/7/14/759) > per-file freeze will be used to avoid that file is not modified

[PATCH 6/8] perf data: Switch to multiple cpu stream files

2015-01-15 Thread Jiri Olsa
From: Sebastian Andrzej Siewior Currently we store the data into single data strea/file. The cpu if data is stored within the event sample. The lttng puts the CPU number that belongs to the event into the packet context instead into the event. This patch makes sure that the trace produce by

Re: [PATCH] gpio/Kconfig: Fix X86 arch name

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 10:41 AM, Ricardo Ribalda Delgado wrote: > X86 Kconfig symbol is X86, not ARCH_X86. > > Fixes: c586b3075d5b47d8 (gpio/xilinx: Add support for X86 Arch) > Reported-by: Paul Bolle > Signed-off-by: Ricardo Ribalda Delgado OK patch applied, let's see if the autobuilders

[PATCH 4/8] perf data: Add a 'perf' prefix to the generic fields

2015-01-15 Thread Jiri Olsa
From: Sebastian Andrzej Siewior Some of the tracers bring their own id or pid fields and we can end up having two of them. This patch adds a "perf_" prefix to the 'generic' fields so we avoid a clash of the member names. The change is visible in the babeltrace output: Before: $ babeltrace

[PATCH 8/8] perf data: Add support for setting ordered_events queue size

2015-01-15 Thread Jiri Olsa
Adding support to limit the size of ordered_events queue, so we could control allocation size of perf data files without proper finished round events. Cc: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Frederic Weisbecker Cc: Jeremie Galarneau Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras

[PATCH] sysfs: fix warning when creating a sysfs group without attributes

2015-01-15 Thread Javi Merino
When attempting to create a gropu without attrs, the warning prints the name of the group. However, the check for name being a NULL pointer is wrong: it uses the pointer to the name when it's NULL. Fix it to use the name if present, otherwise just put an empty string. Cc: Bruno Prémont Cc:

[PATCH 2/8] perf tools: Add new perf data command

2015-01-15 Thread Jiri Olsa
Adding new 'perf data' command to provide operations over data files. The 'perf data convert' sub command is coming in following patch, but there's possibility for other useful commands like 'perf data ls' (to display perf data file in directory in ls style). Cc: Arnaldo Carvalho de Melo Cc:

[PATCH 5/8] perf data: Add tracepoint events fields CTF conversion support

2015-01-15 Thread Jiri Olsa
From: Sebastian Andrzej Siewior Adding support to convert tracepoint event fields into CTF event fields. We parse each tracepoint event for CTF conversion and add tracepoint fields as regular CTF event fields, so they appear in babeltrace output like: $ babeltrace ./ctf-data/ ...

[PATCH v2 07/11] ARM: tegra: Add DTS for the nyan-blaze board

2015-01-15 Thread Tomeu Vizoso
It's commercial name is HP Chromebook 14 and is substantially similar to the Acer Chromebook 13 (nyan-big). Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/Makefile|1 + arch/arm/boot/dts/tegra124-nyan-blaze.dts | 1325 + 2 files changed, 1326

Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 05:12:22PM +0100, Tomeu Vizoso wrote: > To be used by userspace when the headphones jack is plugged in. I'm missing patches 1-9 of this series, what's going on there? signature.asc Description: Digital signature

Re: [PATCH v2 04/10] PCI, frv: clip firmware assigned resource under parent bridge's

2015-01-15 Thread Bjorn Helgaas
On Wed, Jan 14, 2015 at 08:51:22PM -0800, Yinghai Lu wrote: > On Wed, Jan 14, 2015 at 8:31 PM, Yinghai Lu wrote: > > Some bios put range that is not fully coverred by root bus resources. > > Try to clip them and update them in pci bridge bars. > > > > We'd like to fix other arches instead of just

[PATCH v2 03/11] ARM: tegra: Set the sound card model that alsaucm expects

2015-01-15 Thread Tomeu Vizoso
Patches are on its way to add a config file to alsaucm for the Nyan boards. Use the same card ID that alsaucm will expect. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 1/8] perf tools: Add feature check for libbabeltrace

2015-01-15 Thread Jiri Olsa
Adding feature check for babeltrace library [1], which will be used for perf data file CTF [2] conversion in following patches. The babeltrace library is now automatically detected as standard feature. It's possible to specify LIBBABELTRACE_DIR make variable to specify location of installed

[PATCH 3/8] perf data: Add perf data to CTF conversion support

2015-01-15 Thread Jiri Olsa
Adding 'perf data convert' to convert perf data file into different format. This patch adds support for CTF format conversion. To convert perf.data into CTF run: $ perf data convert --to-ctf=./ctf-data/ [ perf data convert: Converted 'perf.data' into CTF data './ctf-data/' ] [ perf data

Re: [PATCH 02/36] tools build: Add detected config support

2015-01-15 Thread Jiri Olsa
On Thu, Jan 15, 2015 at 08:50:40AM -0700, David Ahern wrote: > On 1/15/15 5:54 AM, Jiri Olsa wrote: > >Adding support to include detected configuration makefile > >into the build process. This will allow the Build objects > >to be configurable based on the config data, like: > > > >

[PATCH 7/8] perf data: Enable stream flush within processing

2015-01-15 Thread Jiri Olsa
For big data files the size of data allocated for stream instance could get really high. It's needed to flush the data out of the stream once in a while. Unfortunately there's no size indication in the stream object, so we govern the flush based on the number of stored events. Current flush limit

Re: [PATCH 05/36] perf build: Disable make's built-in rules and variables

2015-01-15 Thread Jiri Olsa
On Thu, Jan 15, 2015 at 09:01:05AM -0700, David Ahern wrote: > On 1/15/15 5:55 AM, Jiri Olsa wrote: > > >diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf > >index 1f71a32aea78..dd49b40e203b 100644 > >--- a/tools/perf/Makefile.perf > >+++ b/tools/perf/Makefile.perf > >@@ -84,6

Re: [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1

2015-01-15 Thread Grant Likely
On Wed, Jan 14, 2015 at 3:04 PM, Hanjun Guo wrote: > Hi, > > This is the v7 of ACPI core patches for ARM64 based on ACPI 5.1 Hi Catalin and Will, I'll get right to the point: Can we please have this series queued up for v3.20? I really think we've hit the point where it is more valuable to

Re: [RFC PATCH 0/5] Second attempt at contained helper execution

2015-01-15 Thread J. Bruce Fields
On Thu, Jan 15, 2015 at 08:26:12AM +0800, Ian Kent wrote: > On Wed, 2015-01-14 at 17:10 -0500, J. Bruce Fields wrote: > > > On Wed, Jan 14, 2015 at 05:32:22PM +0800, Ian Kent wrote: > > > > There are other difficulties to tackle as well, such as how to decide > > > > if contained helper execution

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
On 15/01/15 11:59, James Hogan wrote: > Hi Andrew, > > On 18/09/14 22:47, Andrew Bresticker wrote: >> Now that the GIC properly uses IRQ domains, kill off the per-platform >> routing tables that were used to make the GIC appear transparent. >> >> This includes: >> - removing the mapping tables

Re: [PATCH v3 8/8] ARM: at91: remove useless include

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Both drivers using the system timer are now converted to an MFD. mach/at91_st.h is now useless. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon Acked-by: Daniel Lezcano --- arch/arm/mach-at91/include/mach/at91_st.h | 61

[PATCH 0/7] Staging: vt6655: Fix style and checkpatch issues

2015-01-15 Thread Emrys Bayliss
Fix checkpatch and formatting issues in drivers/staging/vt6655/mac.h Emrys Bayliss (7): Staging: vt6655: Checkpatch fix: unnecessary whitespace Staging: vt6655: Checkpatch fix: empty c99 comments Staging: vt6655: comment after statement formatting Staging: vt6655: Checkpatch fix: c99

[PATCH 6/7] Staging: vt6655: comment headings formatting

2015-01-15 Thread Emrys Bayliss
This patch makes the formatting of the comments in mac.h more consistent. * Where a heading takes up three comment lines it is reduced to one. * A newline always separates column headings Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 93

[PATCH 5/7] Staging: vt6655: Checkpatch fix: lines longer than 80 columns

2015-01-15 Thread Emrys Bayliss
This patch fixes the following checkpatch.pl errors in mac.h: WARNING: line over 80 characters Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 39 ++- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/drivers/staging/vt6655/mac.h

Re: [PATCH 0/3] gpio: sysfs: fix attribute leaks and races

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 1:00 PM, Johan Hovold wrote: > Here are three more patches for 3.19 fixing some long-standing memory > leaks and races (with userspace) in the gpio sysfs-interface > implementation. All three patches applied for fixes. Thank you for daring to go into the sysfs mess,

Re: [PATCH v4 2/3] i2c: iproc: Add Broadcom iProc I2C Driver

2015-01-15 Thread Uwe Kleine-König
Hello, On Thu, Jan 15, 2015 at 01:07:05PM +0100, Wolfram Sang wrote: > > > + iproc_i2c->msg = msg; > > Can it happen that iproc_i2c->msg still holds an uncompleted message > > here or is this serialized by the core? Wolfram? Either here something > > We have per-adapter locks serializing

[PATCH 2/7] Staging: vt6655: Checkpatch fix: empty c99 comments

2015-01-15 Thread Emrys Bayliss
This patch fixes some of the following checkpatch.pl errors in mac.h: ERROR: do not use C99 // comments This patch truncates statements which are followed by empty c99 comments. Signed-off-by: Emrys Bayliss --- This patch contains several checkpatch errors which are fixed later in the series.

[PATCH 7/7] Staging: vt6655: Checkpatch fix: c99 comment headings

2015-01-15 Thread Emrys Bayliss
This patch fixes some of the following checkpatch.pl errors in mac.h ERROR: do not use C99 // comments This patch reformats all single line c99 style comments to the preferred style. Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 122 +--

Re: [PATCHv2 00/36] perf tools: New build framework

2015-01-15 Thread Jiri Olsa
On Thu, Jan 15, 2015 at 09:08:00AM -0700, David Ahern wrote: > On 1/15/15 5:54 AM, Jiri Olsa wrote: > >Since it's actually small portion of kbuild that perf needs, > >I realized it's actually better to steal it than 'reconfigure' > >kbuild to be usable for perf. > > > >Also this patchset is kind

[PATCH 4/7] Staging: vt6655: Checkpatch fix: c99 comments after statements

2015-01-15 Thread Emrys Bayliss
This patch fixes some c99 errors in mac.h: ERROR: do not use C99 // comments All instances where the c99 comment occurs after a statement. Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

[PATCH 1/7] Staging: vt6655: Checkpatch fix: unnecessary whitespace

2015-01-15 Thread Emrys Bayliss
This patch fixes the following checkpatch.pl errors in mac.h: ERROR: space prohibited before that ',' (ctx:WxW) Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/vt6655/mac.h

[PATCH 3/7] Staging: vt6655: comment after statement formatting

2015-01-15 Thread Emrys Bayliss
This patch makes the formatting of the comments in mac.h more consistent. * Where a comment follows a statement, it is separated by a single space. Signed-off-by: Emrys Bayliss --- drivers/staging/vt6655/mac.h | 24 1 file changed, 12 insertions(+), 12 deletions(-)

Re: [PATCH RESEND v3] gpio: lib-sysfs: Add 'wakeup' attribute

2015-01-15 Thread Linus Walleij
On Mon, Jan 5, 2015 at 7:16 PM, Soren Brinkmann wrote: > Add an attribute 'wakeup' to the GPIO sysfs interface which allows > marking/unmarking a GPIO as wake IRQ. > The file 'wakeup' is created in each exported GPIOs directory, if an IRQ > is associated with that GPIO and the irqchip implements

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-15 Thread atull
On Tue, 13 Jan 2015, Jason Gunthorpe wrote: > On Tue, Jan 13, 2015 at 03:37:14PM -0600, atull wrote: > > > > I do agree with this, and I think this is where this patch set goes so > > > wrong. > > > > > > Just exposing all sorts of controls to userspace and having a way for > > > the kernel to

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread Qais Yousef
On 01/15/2015 04:29 PM, James Hogan wrote: On 15/01/15 11:59, James Hogan wrote: Hi Andrew, On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the per-platform routing tables that were used to make the GIC appear transparent. This includes: -

Re: [PATCH RESEND v3] gpio: lib-sysfs: Add 'wakeup' attribute

2015-01-15 Thread Sören Brinkmann
On Thu, 2015-01-15 at 05:34PM +0100, Linus Walleij wrote: > On Mon, Jan 5, 2015 at 7:16 PM, Soren Brinkmann > wrote: > > > Add an attribute 'wakeup' to the GPIO sysfs interface which allows > > marking/unmarking a GPIO as wake IRQ. > > The file 'wakeup' is created in each exported GPIOs

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/at91rm9200.c | 11 ---

Re: [GIT PULL] platform-drivers-x86 for 3.19

2015-01-15 Thread Kirill A. Shutemov
On Tue, Jan 13, 2015 at 10:04:55AM -0800, Andrew Lutomirski wrote: > On Tue, Jan 13, 2015 at 9:56 AM, Darren Hart wrote: > > On Mon, Jan 12, 2015 at 02:12:44PM -0800, Andrew Lutomirski wrote: > >> On Mon, Jan 12, 2015 at 12:30 PM, Kirill A. Shutemov > >> wrote: > >> > On Mon, Jan 12, 2015 at

[GIT PULL] at91: cleanup for 3.20 #1

2015-01-15 Thread Nicolas Ferre
Arnd, Olof, Kevin, Some AT91 cleanup for 3.20, but definitively, more to come soon. Thanks, best regards, The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are available in the git repository at:

Re: [RFC PATCH 3/5] kmod - teach call_usermodehelper() to use a namespace

2015-01-15 Thread Jeff Layton
On Wed, 14 Jan 2015 17:32:43 +0800 Ian Kent wrote: > The call_usermodehelper() function executes all binaries in the > global "init" root context. This doesn't allow a binary to be run > within a namespace (eg. the namespace of a container). > > Both containerized NFS client and NFS server need

Re: [PATCH v2 00/11] Improvements to Tegra-based Chromebook support

2015-01-15 Thread Dylan Reid
On Thu, Jan 15, 2015 at 8:12 AM, Tomeu Vizoso wrote: > Hi, > > this started as adding support for the Nyan Blaze, but the Big is so similar > to it that I thought it would be better to have both in the same series. > > With these changes, I get wifi, trackpad, audio playback and recording (with

Re: [PATCH v3 7/8] clocksource: atmel-st: use syscon/regmap

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: The register range from the system timer is also used by the watchdog driver. Use a regmap to handle concurrent accesses. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- drivers/clocksource/timer-atmel-st.c | 103

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread James Hogan
On 15/01/15 16:36, Qais Yousef wrote: > On 01/15/2015 04:29 PM, James Hogan wrote: >> On 15/01/15 11:59, James Hogan wrote: >>> Hi Andrew, >>> >>> On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the per-platform routing tables that were

Re: Query: ARM64: Behavior of el1_dbg exception while executing el0_dbg

2015-01-15 Thread Pratyush Anand
Hi Will / Catalin, On Tuesday 13 January 2015 11:23 PM, Pratyush Anand wrote: I will still try to find some way to capture enable_dbg macro path.H I did instrumented debug tap points at all the location from where enable_debug macro is called(see attached debug patch). But, I do not see

[RESEND PATCH v2 2/2] tools lib traceevent: Add support for __print_array()

2015-01-15 Thread Javi Merino
Trace can now generate traces with variable element size arrays. Add support to parse them. Cc: Namhyung Kim Cc: Arnaldo Carvalho de Melo Cc: Steven Rostedt Cc: Jiri Olsa Signed-off-by: Javi Merino --- tools/lib/traceevent/event-parse.c | 127 +

[RESEND PATCH v2 1/2] tracing: Add array printing helpers

2015-01-15 Thread Javi Merino
From: Dave Martin If a trace event contains an array, there is currently no standard way to format this for text output. Drivers are currently hacking around this by a) local hacks that use the trace_seq functionailty directly, or b) just not printing that information. For fixed size arrays,

Re: [RFC PATCH] [media] coda: Use S_PARM to set nominal framerate for h.264 encoder

2015-01-15 Thread Nicolas Dufresne
Le 2015-01-15 11:23, Frédéric Sureau a écrit : Maybe a->parm.output.capability should be set to |V4L2_CAP_TIMEPERFRAME| here. I think it is required by GStreamer V4L2 plugin. Looking at this, I think output device is indeed the right place to set this, and the capability should indeed be

Re: [PATCH 1/4] gpio: max732x: Add device tree support

2015-01-15 Thread Linus Walleij
On Tue, Jan 13, 2015 at 2:41 PM, Semen Protsenko wrote: > Signed-off-by: Semen Protsenko Patch applied. Thanks for working on this driver, would you consider sending a patch setting yourself as maintainer in the MAINTAINERS file for this driver? Yours, Linus Walleij -- To unsubscribe from

[GIT PULL] at91: dt for 3.20 #1

2015-01-15 Thread Nicolas Ferre
Arnd, Olof, Kevin, Some Device Tree updates for 3.20. There is no dependency for this material as the drivers are already updated or not needed (syscon). Thanks, best regards, The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53

Re: [Linaro-acpi] [PATCH v5 18/18] Documentation: ACPI for ARM64

2015-01-15 Thread Arnd Bergmann
On Thursday 15 January 2015 10:51:58 Jon Masters wrote: > On 01/15/2015 09:10 AM, Grant Likely wrote: > > On Tue, Jan 6, 2015 at 1:59 PM, Arnd Bergmann wrote: > >> For drivers merged upstream, I would insist that every driver merged > >> for an ARM64 platform has a documented DT binding that is

Re: [PATCH V2 18/24] irqchip: mips-gic: Stop using per-platform mapping tables

2015-01-15 Thread Andrew Bresticker
Hi James, Qais, On Thu, Jan 15, 2015 at 8:36 AM, Qais Yousef wrote: > On 01/15/2015 04:29 PM, James Hogan wrote: >> >> On 15/01/15 11:59, James Hogan wrote: >>> >>> Hi Andrew, >>> >>> On 18/09/14 22:47, Andrew Bresticker wrote: Now that the GIC properly uses IRQ domains, kill off the

RE: [PATCH v4] hv: hv_fcopy: drop the obsolete message on transfer failure

2015-01-15 Thread KY Srinivasan
> -Original Message- > From: Dexuan Cui [mailto:de...@microsoft.com] > Sent: Wednesday, January 14, 2015 1:55 AM > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; driverdev- > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com;

<    9   10   11   12   13   14   15   16   17   18   >