[tip:x86/apic] x86/apic: Correctly detect X2APIC status in function enable_IR()

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 89356cf20ecb0b9975b1dad9ed605dd4c6e68bcd Gitweb: http://git.kernel.org/tip/89356cf20ecb0b9975b1dad9ed605dd4c6e68bcd Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:33 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] iommu/vt-d: Convert allocations to GFP_KERNEL

2015-01-15 Thread tip-bot for Thomas Gleixner
Commit-ID: e3a981d61d156c1a9ea0aac253d2d3f33c081906 Gitweb: http://git.kernel.org/tip/e3a981d61d156c1a9ea0aac253d2d3f33c081906 Author: Thomas Gleixner t...@linutronix.de AuthorDate: Wed, 7 Jan 2015 15:31:30 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] x86/apic: Panic if kernel doesn' t support x2apic but BIOS has enabled x2apic

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 2599094f6e381128cc274311758add604c1e108a Gitweb: http://git.kernel.org/tip/2599094f6e381128cc274311758add604c1e108a Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:31 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[PATCH 28/36] perf build: Remove directory dependency rules

2015-01-15 Thread Jiri Olsa
Removing subdirectories creation support from Makefile.perf as it's no longer needed, since it's properly handled by new build system. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov

[PATCH 15/36] perf build: Add gtk objects building

2015-01-15 Thread Jiri Olsa
Move the gtk objects building under build framework. Add new gtk build object so it's separated from the rest of the code and could be librarized. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav

[PATCH v3 01/15] MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUs

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com The wide multiplier is twice as wide, so we need to save twice as much state. Detect the multiplier type (CPU type) at start up and install model specific handlers. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Leonid Rosenboim

[PATCH v3 15/15] MIPS: OCTEON: irq: add CIB and other fixes

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com - Use of_irq_init() to initialize interrupt controllers - Get rid of some unlikely() - Add CIB to support SATA and other interrupts - Add support for CIU SUM2 interrupt sources Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Leonid

[PATCH v3 04/15] MIPS: OCTEON: Use correct instruction to read 64-bit COP0 register

2015-01-15 Thread Aleksey Makarov
From: Chandrakala Chavva ccha...@caviumnetworks.com Use dmfc0/dmtc0 instructions for reading CvmMemCtl COP0 register, its a 64-bit wide. Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- arch/mips/kernel/octeon_switch.S |

[PATCH v3 07/15] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com If 'rd_name=xxx' is passed to the kernel, the named block with name 'xxx' is used for the initrd. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Leonid Rosenboim lrosenb...@caviumnetworks.com [aleksey.maka...@auriga.com: conflict

[PATCH v3 13/15] MIPS: OCTEON: More OCTEONIII support

2015-01-15 Thread Aleksey Makarov
From: Chandrakala Chavva ccha...@caviumnetworks.com Read clock rate from the correct CSR. Don't clear COP0_DCACHE for OCTEONIII. Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com Signed-off-by: David Daney

[PATCH v3 10/15] MIPS: OCTEON: Update octeon-model.h code for new SoCs.

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com Add coverage for OCTEON III models. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- arch/mips/cavium-octeon/dma-octeon.c | 4 +-

Re: [Bugfix v4 0/2] Fix xen IRQ allocation failure caused by commit b81975eade8c

2015-01-15 Thread Sander Eikelenboom
Thursday, January 15, 2015, 2:04:34 PM, you wrote: With more knowledge of Xen interrupt manangement subsytem, I realized previous three versions to fix https://lkml.org/lkml/2014/12/19/178 are just plainly wrong. Those patches try to fix the issue by creating irqdomain for IOAPICs for PV

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

2015-01-15 Thread Jiri Olsa
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, which is generated for each

[PATCH v3 14/15] MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com The acknowledge bits don't exist for level triggered irqs, so setting them causes the simulator to terminate. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Leonid Rosenboim lrosenb...@caviumnetworks.com Signed-off-by: Aleksey Makarov

[PATCH v3 11/15] MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- arch/mips/cavium-octeon/setup.c | 4 +--- .../asm/mach-cavium-octeon/kernel-entry-init.h| 19 ---

[PATCH v3 05/15] MIPS: OCTEON: Delete unused COP2 saving code

2015-01-15 Thread Aleksey Makarov
Commit 2c952e06e4f5 (MIPS: Move cop2 save/restore to switch_to()) removes assembler code to store COP2 registers. Commit a36d8225bceb (MIPS: OCTEON: Enable use of FPU) mistakenly restores it Fixes: a36d8225bceb (MIPS: OCTEON: Enable use of FPU) Signed-off-by: Aleksey Makarov

[PATCH v3 03/15] MIPS: OCTEON: Save and restore CP2 SHA3 state

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com Allocate new save space, and then save/restore the registers if OCTEON III. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- arch/mips/include/asm/processor.h | 2 ++

[PATCH v3 08/15] MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.h

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com Also update union octeon_cvmemctl with new OCTEON II fields. Signed-off-by: David Daney david.da...@cavium.com [aleksey.maka...@auriga.com: use __BITFIELD_FIELD] Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com ---

[PATCH v3 02/15] MIPS: OCTEON: Fix FP context save.

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com It wasn't being saved on task switch. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- arch/mips/kernel/octeon_switch.S | 19 +++ 1 file changed, 7 insertions(+), 12

[PATCH v3 12/15] MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits.

2015-01-15 Thread Aleksey Makarov
From: Chad Reese kre...@caviumnetworks.com CN38XX pass 1 required icache prefetching to be turned off. This chip never reached production and is long dead. Other processor specific icache settings are done by the bootloader. Remove these bits from the kernel. Signed-off-by: Chad Reese

[PATCH v3 06/15] MIPS: OCTEON: Implement the core-16057 workaround

2015-01-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com Disable ICache prefetch for certian Octeon II processors. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Aleksey Makarov aleksey.maka...@auriga.com --- .../asm/mach-cavium-octeon/kernel-entry-init.h | 22 ++ 1

Re: [PATCH RESEND] pxa_timer: fix session missmatch warning

2015-01-15 Thread Robert Jarzmik
Dmitry Eremin-Solenikov dbarysh...@gmail.com writes: Fix the following warning: WARNING: drivers/clocksource/built-in.o(.text.unlikely+0x70): Section mismatch in reference from the function pxa_timer_common_init() to the function .init.text:clocksource_mmio_init() The function

Re: [PATCH] clocksource: timer-atmel-pit: don't suspend/resume if unused

2015-01-15 Thread Alexandre Belloni
Hi, I'll do it but only if you review my other series :) On 15/01/2015 at 12:41:27 +0100, Daniel Lezcano wrote : On 01/13/2015 11:47 AM, Thomas Gleixner wrote: On Mon, 12 Jan 2015, Daniel Lezcano wrote: On 01/12/2015 03:04 PM, Nicolas Ferre wrote: Le 18/12/2014 15:05, Nicolas Ferre a écrit

[PATCH] cris: Remove unnecessary KERN_INFO from sync_serial.c

2015-01-15 Thread Masanari Iida
This patch remove unnecessary KERN_INFO in sync_serial.c Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/cris/arch-v32/drivers/sync_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/cris/arch-v32/drivers/sync_serial.c

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

2015-01-15 Thread James Hogan
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 and the support for applying them, - moving GIC IPI

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

2015-01-15 Thread Wolfram Sang
+ 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 transfers, if you mean that? +static int bcm_iproc_i2c_cfg_speed(struct

Re: [PATCH v3 1/3] perf tools: Add from argument to dso__find_symbol_by_name()

2015-01-15 Thread Masami Hiramatsu
(2015/01/15 8:48), Namhyung Kim wrote: When a dso contains multiple symbols which have same name, current dso__find_symbol_by_name() only finds an one of them and there's no way to get the all symbols without going through the rbtree. So add the new 'from' argument to

[PATCH 1/2] virtio_pci: Kconfig grammar fix

2015-01-15 Thread Michael S. Tsirkin
This drivers - this driver. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 00b2286..8286b63 100644 --- a/drivers/virtio/Kconfig +++

[PATCH 2/2] virtio_pci: drop Kconfig warnings

2015-01-15 Thread Michael S. Tsirkin
The ABI *is* stable, and has been for a while now. Drop Kconfig warning saying that it's not guaranteed to work. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig

[PATCH v2 1/1] MAINTAINERS: email update

2015-01-15 Thread Dmitry Kasatkin
Changed to my private email address as I left Samsung. Signed-off-by: Dmitry Kasatkin dmitry.kasat...@gmail.com --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index ccb0fef..0ee6758 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

Re: [PATCH v3 2/3] perf probe: Do not rely on map__load() filter to find symbols

2015-01-15 Thread Masami Hiramatsu
(2015/01/15 8:48), Namhyung Kim wrote: The find_probe_trace_events_from_map() searches matching symbol from a map (so from a backing dso). For uprobes, it'll create a new map (and dso) and loads it using a filter. It's a little bit inefficient in that it'll read out the symbol table

Re: [PATCH v3 3/3] perf probe: Fix probing kretprobes

2015-01-15 Thread Masami Hiramatsu
(2015/01/15 8:48), Namhyung Kim wrote: The commit dfef99cd0b2c (perf probe: Use ref_reloc_sym based address instead of the symbol name) converts kprobes to use ref_reloc_sym (i.e. _stext) and offset instead of using symbol's name directly. So on my system, adding do_fork ends up with like

Re: [PATCH] clocksource: timer-atmel-pit: don't suspend/resume if unused

2015-01-15 Thread Daniel Lezcano
On 01/15/2015 12:52 PM, Alexandre Belloni wrote: Hi, I'll do it but only if you review my other series :) deal ! ;) -- Daniel On 15/01/2015 at 12:41:27 +0100, Daniel Lezcano wrote : On 01/13/2015 11:47 AM, Thomas Gleixner wrote: On Mon, 12 Jan 2015, Daniel Lezcano wrote: On

Re: Another SCHED_DEADLINE bug (with bisection and possible fix)

2015-01-15 Thread Peter Zijlstra
On Thu, Jan 15, 2015 at 12:23:43PM +0100, Luca Abeni wrote: There are some parts of the patch that I do not understand (for example: if I understand well, if the task is not throttled you set dl_new to 1... And if it is throttled you change its current runtime and scheduling deadline...

Re: [PATCH v3] ARM: dts: add bcm2835-pwm bindings

2015-01-15 Thread Bart Tanghe
I'm really sorry. I've used the wrong source. I make v4. Regards, Bart On 01/14/2015 06:06 PM, Stephen Warren wrote: On 01/14/2015 02:18 AM, Bart Tanghe wrote: To probe the bcm2835-pwm driver properly, this dts bindings has to be added to the bcm2835 dtsi file. In expectation of a bcm2835

Re: [PATCH v8 11/11] xfstests: fsx: Add fallocate insert range operation

2015-01-15 Thread Brian Foster
On Thu, Jan 15, 2015 at 07:14:11PM +0900, Namjae Jeon wrote: } do_collapse_range(offset, size); break; + case OP_INSERT_RANGE: + TRIM_OFF(offset, file_size); + TRIM_LEN(offset, size, maxfilelen - file_size); Ugh, I hit a crash

Re: [PATCH v8 2/11] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate

2015-01-15 Thread Brian Foster
On Wed, Jan 14, 2015 at 01:05:17AM +0900, Namjae Jeon wrote: From: Namjae Jeon namjae.j...@samsung.com This patch implements fallocate's FALLOC_FL_INSERT_RANGE for XFS. 1) Make sure that both offset and len are block size aligned. 2) Update the i_size of inode by len bytes. 3) Compute the

Re: [PATCH v8 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls

2015-01-15 Thread Brian Foster
On Thu, Jan 15, 2015 at 07:14:26PM +0900, Namjae Jeon wrote: +_require_scratch +_require_xfs_io_command fiemap +_require_xfs_io_command finsert +_require_xfs_io_command fcollapse +_do_die_on_error=y What is _do_die_on_error for? Seems like that's only relevant for using

[RFC PATCH v3] audit: move the tree pruning to a dedicated thread

2015-01-15 Thread Imre Palik
From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a

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

2015-01-15 Thread Sylwester Nawrocki
On 12/01/15 18:06, Mark Brown wrote: On Mon, Jan 12, 2015 at 10:55:29AM -0600, Rob Herring wrote: On Mon, Jan 12, 2015 at 10:10 AM, Jacek Anaszewski There are however devices that don't fall into this category, i.e. they have many outputs, that can be connected to a single LED or to many

[PATCH v4] ARM: dts: add bcm2835-pwm bindings

2015-01-15 Thread Bart Tanghe
To probe the bcm2835-pwm driver properly, this dts bindings has to be added to the bcm2835 dtsi file. In expectation of a bcm2835 clock driver, I've added fixed-clock clock binding. --- Changes in v4: - node added by reg value Signed-off-by: Bart Tanghe bart.tan...@thomasmore.be Acked-by:

[PATCH v4 4/6] dgnc: checkpatch: macros in enclosed parantheses

2015-01-15 Thread Simone Weiss
dpacompat.h and digi.h partly define the same macros, so it is necessary to change them both. I also removed some defines as they were unnecessary, because they were already defined, or because they were never used. Signed-off-by: Simone Weiss simone.we...@fau.de Signed-off-by: Helene Gsaenger

Re: [PATCH] ethernet: atheros: Add nss-gmac driver

2015-01-15 Thread Arnd Bergmann
On Thursday 15 January 2015 08:12:51 wstep...@codeaurora.org wrote: The nss-gmac driver is for the internal GMAC IP in the Qualcomm IPQ806x SoC. There are 2 ARM cores and 2 NSS cores inside the IPQ806x SoC. The main purpose of these NSS cores is to offload the networking stack from the ARM

[PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-15 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on the system supports mixed endian at EL0. Signed-off-by: Suzuki K. Poulose

[PATCH 2/3] arm64: Consolidate hotplug notifier for instruction emulation

2015-01-15 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com As of now each insn_emulation has a cpu hotplug notifier that enables/disables the CPU feature bit for the functionality. This patch re-arranges the code, such that there is only one notifier that runs through the list of registered emulation hooks

[PATCHv2 0/3] Handle SETEND for AArch32 tasks

2015-01-15 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com This series add support for controlling the 'setend' instruction, which is deprecated in ARMv8, using the legacy instruction emulation framework, introduced by Punit Agrawal. Changes since V1: - Added a patch to keep track of the mixed endian

Re: [PATCH v4 4/6] dgnc: checkpatch: macros in enclosed parantheses

2015-01-15 Thread Dan Carpenter
On Thu, Jan 15, 2015 at 01:32:39PM +0100, Simone Weiss wrote: dpacompat.h and digi.h partly define the same macros, so it is necessary to change them both. I also removed some defines as they were unnecessary, because they were already defined, or because they were never used. Thanks for

[PATCH] watchdog: Remove .owner field from cadence driver

2015-01-15 Thread Michal Simek
.owner files is filled by module_platform_driver(). Signed-off-by: Michal Simek michal.si...@xilinx.com --- Big cleanup was done and this new driver was missed. --- drivers/watchdog/cadence_wdt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/watchdog/cadence_wdt.c

[PATCH] ARM: zynq: DT: Fix binding for cadence WDT

2015-01-15 Thread Michal Simek
Based on: devicetree: Add Cadence WDT devicetree bindings documentation (sha1: 191891c0378f44aec8e06e889a08d0b76fe6c5cb) - compatible string is cdns,wdt-r1p2 - remove device_type property - remove int reset property (reset-on-timeout is bool) Signed-off-by: Michal Simek michal.si...@xilinx.com

Re: [RESEND PATCH v3] clocksource: exynos_mct: Add the support for Exynos 64bit SoC

2015-01-15 Thread Chanwoo Choi
Hi Mark, On Thu, Jan 15, 2015 at 8:29 PM, Mark Rutland mark.rutl...@arm.com wrote: On Wed, Jan 14, 2015 at 11:57:00PM +, Chanwoo Choi wrote: Hi Kukjin, On 01/15/2015 01:02 AM, Daniel Lezcano wrote: On 01/14/2015 04:51 PM, Kukjin Kim wrote: On 01/14/15 14:33, Chanwoo Choi wrote:

[PATCH] ARM: tegra20: cpuidle: remove unnecessary resettable status clear

2015-01-15 Thread Dmitry Osipenko
CPU1 resettable status is already cleared by final suspend function in case of suspend abortion and by reset handler in case of completed CPU powergate, no point to do it again. Signed-off-by: Dmitry Osipenko dig...@gmail.com --- arch/arm/mach-tegra/cpuidle-tegra20.c | 2 -- 1 file changed, 2

Re: [PATCH] usb: Fix typo in `struct usb_host_interface' comment

2015-01-15 Thread Chris Rorvick
On Thu, Jan 15, 2015 at 5:03 AM, Oliver Neukum oneu...@suse.de wrote: On Wed, 2015-01-14 at 21:52 -0600, Chris Rorvick wrote: The descriptor member `bNumEndpoints' is plural. I am afraid that is not a good idea. The name of a member of a structure mentioned in the specification should appear

Re: Questions about IOMMU PCIe switch

2015-01-15 Thread Luis Alves
Hi Manu, Do you know if your saa716x driver might have any issue in the dma code? The code doesn't seem to be using chained scatterlists so it should be ok with the old method of just increment the pointer instead of using sg_next. (It's still a little blurry to my this IOMMU+dma+scatterlist

[PATCH 17/36] perf build: Add perf regs objects building

2015-01-15 Thread Jiri Olsa
Move the regs objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 20/36] perf build: Add arch x86 objects building

2015-01-15 Thread Jiri Olsa
Move the x86 arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 19/36] perf build: Add perf.o object building

2015-01-15 Thread Jiri Olsa
Move the perf object building under build framework to be included in the perf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 23/36] perf build: Add arch powerpc objects building

2015-01-15 Thread Jiri Olsa
Move the powerpc arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

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

2015-01-15 Thread Jiri Olsa
We don't use any built-in rules and variables so we can disable make's checks for that and build faster. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 14/36] perf build: Add slang objects building

2015-01-15 Thread Jiri Olsa
Move the slang objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 35/36] tools lib lockdep: Use tools build framework

2015-01-15 Thread Jiri Olsa
Move the lockdep library building under tools build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

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

2015-01-15 Thread Jiri Olsa
hi, I'm following up on latest post from Alexis: http://marc.info/?l=linux-kernelm=141427580405357w=2 v2 changes: - build Makefiles librarized and moved to 'tools/build' [Ingo] - several minor fixies [Namhyung] - tested on other archs now - x86_64, i386, powerpc - moved tools/lib/*

[PATCH 33/36] tools lib api: Rename libapikfs.a to libapi.a

2015-01-15 Thread Jiri Olsa
Renaming libapikfs.a to libapi.a, because it's not just 'fs' specific library now. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[tip:x86/apic] iommu/irq_remapping: Normailize the way to detect whether IR is enabled

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: e901176046e6729e002839d7296f27f17599ccb8 Gitweb: http://git.kernel.org/tip/e901176046e6729e002839d7296f27f17599ccb8 Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:43 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

Re: [PATCH] virtio_balloon: coding style fixes

2015-01-15 Thread Michal Hocko
On Thu 15-01-15 13:39:06, Michael S. Tsirkin wrote: Most of our code has struct foo { } Fix two instances where balloon is inconsistent. I hate to complain but is it really necessary to post such patches to linux-api? I thought the list was primarily for API related discussions. This is

[PATCH 24/36] perf build: Add arch s390 objects building

2015-01-15 Thread Jiri Olsa
Move the s390 arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[Bugfix v4 1/2] xen/pci: Fix xen IRQ allocation failure caused by commit b81975eade8c

2015-01-15 Thread Jiang Liu
Commit b81975eade8c (x86, irq: Clean up irqdomain transition code) breaks xen IRQ allocation because xen_smp_prepare_cpus() doesn't invoke setup_IO_APIC(), so no irqdomains created for IOAPICs and mp_map_pin_to_irq() fails at the very beginning. Currently Xen Domain0 has special treatment for

[tip:x86/apic] iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs

2015-01-15 Thread tip-bot for Joerg Roedel
Commit-ID: 69cf1d8a1286a7bfbeec497b69c43cc7ebb2a787 Gitweb: http://git.kernel.org/tip/69cf1d8a1286a7bfbeec497b69c43cc7ebb2a787 Author: Joerg Roedel jroe...@suse.de AuthorDate: Wed, 7 Jan 2015 15:31:36 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

Re: [PATCH 0/5] m68k/atari: Remove obsolete IRQ_TYPE_*

2015-01-15 Thread Geert Uytterhoeven
On Mon, Jan 12, 2015 at 9:40 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: IRQ_TYPE_SLOW, IRQ_TYPE_FAST, and IRQ_TYPE_PRIO are no longer used by the Atari platform interrupt code since commit 734085651c9b80aa ([PATCH] m68k: convert atari irq code) in v2.6.18-rc1, so drop them. Note that

Re: [PATCH -mm 1/2] mm: vmscan: account slab pages on memcg reclaim

2015-01-15 Thread Michal Hocko
On Mon 12-01-15 12:30:37, Vladimir Davydov wrote: Since try_to_free_mem_cgroup_pages() can now call slab shrinkers, we should initialize reclaim_state and account reclaimed slab pages in scan_control-nr_reclaimed. I am sorry, I didn't get to this one yet. As pointed out in othere email

[PATCH 03/36] tools build: Add subdir support

2015-01-15 Thread Jiri Olsa
Add support to make directory any time we build objects out of the tree (O=/tmp/krava) and the output directory does not exist. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de

[PATCH] virtio_rng: drop extra empty line

2015-01-15 Thread Michael S. Tsirkin
makes code look a bit prettier. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/char/hw_random/virtio-rng.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index 72295ea..3fa2f8a 100644 ---

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

2015-01-15 Thread Wolfram Sang
+ case M_CMD_STATUS_LOST_ARB: + dev_err(dev-device, lost bus arbitration\n); I wouldn't dev_err that, only dev_dbg. I'm not sure how usual the errors for the next two cases is, maybe degrade them to dev_dbg, too? These errors are rare, and it's nice to keep them at the

[PATCH v2 0/1] Email update

2015-01-15 Thread Dmitry Kasatkin
Hello, Sorry for the ugly typo in MAINTAINERS. - Dmitry Dmitry Kasatkin (1): MAINTAINERS: email update MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.1.0 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v9 12/14] x86: perf: intel_pt: Intel PT PMU driver

2015-01-15 Thread Alexander Shishkin
Peter Zijlstra pet...@infradead.org writes: On Wed, Jan 14, 2015 at 02:18:21PM +0200, Alexander Shishkin wrote: +static __init int pt_init(void) +{ +pt_pmu.pmu.attr_groups = pt_attr_groups; +pt_pmu.pmu.task_ctx_nr = perf_hw_context; I just noticed this one, how can this ever

[PATCH 3/3] arm64: Emulate SETEND for AArch32 tasks

2015-01-15 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com Emulate deprecated 'setend' instruction for AArch32 bit tasks. setend [le/be] - Sets the endianness of EL0 On systems with CPUs which support mixed endian at EL0, the hardware support for the instruction can be enabled by setting the

Re: [PATCH 3.19 v4 2/2] x86: Enforce maximum instruction size in the instruction decoder

2015-01-15 Thread Masami Hiramatsu
(2015/01/14 6:49), Andy Lutomirski wrote: x86 instructions cannot exceed 15 bytes, and the instruction decoder should enforce that. Prior to 6ba48ff46f76, the instruction length limit was implicitly set to 16, which was an approximation of 15, but there is currently no limit at all. Fix

Re: [PATCH 6/8] adm8211: fix error return code

2015-01-15 Thread Kalle Valo
Julia Lawall julia.law...@lip6.fr writes: Return a negative error code on failure. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ identifier ret; expression e1,e2; @@ ( if (\(ret 0\|ret != 0\)) { ... return

[PATCH 30/36] perf build: Remove PERF-CFLAGS file

2015-01-15 Thread Jiri Olsa
Removing PERF-CFLAGS file, because the build framework stores full build command line for each object and triggers rebuilt if necessary. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov

[PATCH 27/36] perf build: Add single target build framework support

2015-01-15 Thread Jiri Olsa
Add support to build single targets, like: $ make util/map.o# objects $ make util/map.i# preprocessor $ make util/map.s# assembly Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav

[tip:x86/apic] iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare

2015-01-15 Thread tip-bot for Thomas Gleixner
Commit-ID: 11190302400dc5825e429e79dda30d59c2d9525a Gitweb: http://git.kernel.org/tip/11190302400dc5825e429e79dda30d59c2d9525a Author: Thomas Gleixner t...@linutronix.de AuthorDate: Wed, 7 Jan 2015 15:31:29 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[PATCH 26/36] perf build: Add arch sparc objects building

2015-01-15 Thread Jiri Olsa
Move the sparc arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 22/36] perf build: Add arch arm64 objects building

2015-01-15 Thread Jiri Olsa
Move the arm64 arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 36/36] perf build: Display make commands on V=1

2015-01-15 Thread Jiri Olsa
Get more verbose output wrt displaying executed commands from make. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David

[PATCH 32/36] tools lib api: Use tools build framework

2015-01-15 Thread Jiri Olsa
Move the libapikfs library building under tools build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

[PATCH 34/36] tools lib traceevent: Use tools build framework

2015-01-15 Thread Jiri Olsa
Move the libtraceevent library building under tools build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David

[tip:x86/apic] iommu/irq_remapping: Change variable disable_irq_remap to be static

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 7fa1c842caca3b1d8a55a64033403cab8ca8583a Gitweb: http://git.kernel.org/tip/7fa1c842caca3b1d8a55a64033403cab8ca8583a Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:42 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] x86/apic: Handle XAPIC remap mode proper.

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: ef1b2b8ad13858ab2f87c05261b8ce3253f90af9 Gitweb: http://git.kernel.org/tip/ef1b2b8ad13858ab2f87c05261b8ce3253f90af9 Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:34 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] x86/apic: Refine enable_IR_x2apic() and related functions

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 07806c50bddd2f0493f97584198733946952409c Gitweb: http://git.kernel.org/tip/07806c50bddd2f0493f97584198733946952409c Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:34 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[Bugfix v4 0/2] Fix xen IRQ allocation failure caused by commit b81975eade8c

2015-01-15 Thread Jiang Liu
With more knowledge of Xen interrupt manangement subsytem, I realized previous three versions to fix https://lkml.org/lkml/2014/12/19/178 are just plainly wrong. Those patches try to fix the issue by creating irqdomain for IOAPICs for PV domains, which effectively let native IOAPIC driver and Xen

[tip:x86/apic] iommu/amd: Check for irq-remap support amd_iommu_prepare()

2015-01-15 Thread tip-bot for Joerg Roedel
Commit-ID: 84d0779304b5c45134311dfc31b5a2325ce3ad84 Gitweb: http://git.kernel.org/tip/84d0779304b5c45134311dfc31b5a2325ce3ad84 Author: Joerg Roedel jroe...@suse.de AuthorDate: Wed, 7 Jan 2015 15:31:39 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 13d09b6603df9df3aa3e410bc2a876889a55c744 Gitweb: http://git.kernel.org/tip/13d09b6603df9df3aa3e410bc2a876889a55c744 Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:37 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenance

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 30969e34ae6edf10a003f6c0be1fecf6dadcd421 Gitweb: http://git.kernel.org/tip/30969e34ae6edf10a003f6c0be1fecf6dadcd421 Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:41 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] x86/apic: Only disable CPU x2apic mode when necessary

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: 5fcee53ce705d49c766f8a302c7e93bdfc33c124 Gitweb: http://git.kernel.org/tip/5fcee53ce705d49c766f8a302c7e93bdfc33c124 Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:38 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

[tip:x86/apic] iommu/irq_remapping: Kill function irq_remapping_supported() and related code

2015-01-15 Thread tip-bot for Jiang Liu
Commit-ID: c392f56c946033bd136043079a62b918828d Gitweb: http://git.kernel.org/tip/c392f56c946033bd136043079a62b918828d Author: Jiang Liu jiang@linux.intel.com AuthorDate: Wed, 7 Jan 2015 15:31:40 +0800 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Thu, 15 Jan 2015

Re: [PATCH -mm v2] vmscan: move reclaim_state handling to shrink_slab

2015-01-15 Thread Michal Hocko
On Thu 15-01-15 11:37:53, Vladimir Davydov wrote: current-reclaim_state is only used to count the number of slab pages reclaimed by shrink_slab(). So instead of initializing it before we are Note that after this patch try_to_free_mem_cgroup_pages() will count not only reclaimed user pages,

[Bugfix v4 2/2] xen/pci: Simplify x86/pci/xen.c by killing gsi_override related code

2015-01-15 Thread Jiang Liu
There's no use of gsi_override related logic anymore, so kill code related to gsi_override. Signed-off-by: Jiang Liu jiang@linux.intel.com --- arch/x86/pci/xen.c | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/arch/x86/pci/xen.c

[PATCH 25/36] perf build: Add arch sh objects building

2015-01-15 Thread Jiri Olsa
Move the sh arch objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 08/36] perf build: Add builtin objects building

2015-01-15 Thread Jiri Olsa
Move the rest of builtin objects (bench and test are already in) building under build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 16/36] perf build: Add scripts objects building

2015-01-15 Thread Jiri Olsa
Move the scripts objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 31/36] perf build: Add build documentation

2015-01-15 Thread Jiri Olsa
Adding file describing the basics of perf build process. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

<    3   4   5   6   7   8   9   10   11   12   >