Re: [GIT PULL rcu/next] Additional RCU commit for 4.3
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote: > Hello, Ingo, > > This additional series contains a single change: > > 1. Privatize smp_mb__after_unlock_lock(). This...
View Article[PATCH V2 1/3] kvm: use kmalloc() instead of kzalloc() during iodev...
All fields of kvm_io_range were initialized or copied explicitly afterwards. So switch to use kmalloc(). Cc: Gleb Natapov <gleb@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc:...
View Article[PATCH V2 2/3] kvm: don't register wildcard MMIO EVENTFD on two buses
We register wildcard mmio eventfd on two buses, one for KVM_MMIO_BUS and another is KVM_FAST_MMIO_BUS. This leads to issue: - kvm_io_bus_destroy() knows nothing about the devices on two buses points...
View ArticleRe: [PATCH] ARC: add negative dependency for VGA_CONSOLE
On Monday 17 August 2015 09:51 PM, Geert Uytterhoeven wrote: > On Mon, Aug 17, 2015 at 5:52 PM, Yuriy Kolerov > <yuriy.kolerov@synopsys.com> wrote: >> Architectures which support VGA...
View Article[PATCH V2 3/3] kvm: add tracepoint for fast mmio
Cc: Gleb Natapov <gleb@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> ---...
View Article[tip:locking/urgent] tools: Restore export.h
Commit-ID: 92e25fd9be82a37247e587415ff9a9e773008d56 Gitweb: http://git.kernel.org/tip/92e25fd9be82a37247e587415ff9a9e773008d56 Author: Sasha Levin <sasha.levin@oracle.com> AuthorDate: Tue, 25...
View Article[tip:locking/urgent] tools/liblockdep: Correct macro for WARN
Commit-ID: 62b989de598c486df65a14dfd9bb4a9953c75568 Gitweb: http://git.kernel.org/tip/62b989de598c486df65a14dfd9bb4a9953c75568 Author: Sasha Levin <sasha.levin@oracle.com> AuthorDate: Tue, 25...
View ArticleRe: [PATCH 0/5] add GPT timer support for mt8173
On 07/13/2015 11:32 AM, Yingjoe Chen wrote: > This series add GPT timer support for mt8173. This is based on v4.2-rc1 > and Matthias' next branch (for dts parts). > > The first 2 patches...
View Article[PHP-DEV] Benchmark Results for PHP Master 2015-08-26
Results for project php-src-nightly, build date 2015-08-26 05:00:00+03:00 commit: 25f9e255264d8196f51a22707e797977e4cd3995 revision_date: 2015-08-26 03:27:05+03:00 environment: Haswell-EP cpu:...
View ArticleRe: [PATCH] of/irq: export of_get_irq_byname()
On Wed, Aug 26, 2015 at 10:24:25AM +1000, Stephen Rothwell wrote: > Hi Dmitry, > > On Tue, 25 Aug 2015 17:04:02 -0700 Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote: > > >...
View ArticleRe: ALSA/usb-audio: snd_usb_autoresume possible recursive locking detected
On 08-25-15, Takashi Iwai wrote: > Sorry, a wrong file was attached. Below is the correct one. I've applied last patch against your for-next tree and seems that it brings more problems. I see...
View Article[PATCH v2 0/4] perf probe, tracing/uprobes: Support probing at absolute address
The goal of these 4 patches is to allow perf probing at absolute address for uprobes and kprobes. During the development several small problem in 'perf probe -l' is found and fixed. Patch 1 has...
View Article[PATCH v2 3/4] perf probe: Support probing at absolute address
It should be useful to allow 'perf probe' probe at absolute offset of a target. For example, when (u)probing at a instruction of a shared object in a embedded system where debuginfo is not avaliable...
View Article[PATCH v2 1/4] perf probe: Prevent segfault when reading probe point with...
'perf probe -l' panic if there is a manually inserted probing point with absolute address. For example: # echo 'p:probe/abs_ffffffff811e6615 0xffffffff811e6615' >...
View Article[PATCH v2 4/4] tracing/uprobes: Do not print '0x (null)' when offset is 0
When manually added uprobe point with zero address, 'uprobe_events' output '(null)' instead of 0x00000000: # echo p:probe_libc/abs_0 /path/to/lib.bin:0x0 arg1=%ax > \...
View Article[PATCH v2 2/4] perf probe: Fix list result when address is zero
When manually added uprobe point with zero address, 'perf probe -l' reports error. For example: # echo p:probe_libc/abs_0 /path/to/lib.bin:0x0 arg1=%ax > \ /sys/kernel/debug/tracing/uprobe_events #...
View ArticleRe: [PATCH 1/7] gpio: omap: remove wrong irq_domain_remove usage in probe
On Tue, Aug 18, 2015 at 1:10 PM, Grygorii Strashko <grygorii.strashko@ti.com> wrote: > The bank->chip.irqdomain is uninitialized at the moment when > irq_domain_remove() is called, so...
View Articlelinux-next: Tree for Aug 26
Hi all, Changes since 20150825: The nfs tree lost its build failure. The i2c tree still had its build failure so I applied a supplied patch. The mmc-uh tree gained a build failure so I used the...
View ArticleRe: [PATCH 5/7] ARM: STi: DT: STiH407: Add FDMA driver and xbar driver dt nodes.
On Wed, 08 Jul 2015, Peter Griffin wrote: > These nodes are required to get the fdma and xbar driver working > on STiH407 based silicon. > > Signed-off-by: Peter Griffin...
View ArticleRe: [PATCH 2/7] gpio: omap: switch to use platform_get_irq
On Tue, Aug 18, 2015 at 1:10 PM, Grygorii Strashko <grygorii.strashko@ti.com> wrote: > Switch OMAP GPIO driver to use platform_get_irq(), because > it is not recommened to use...
View Article