[PATCH v2] perf record: Synthesize COMM event for a command line workload
When perf creates a new child to profile, the events are enabled on exec(). And in this case, it doesn't synthesize any event for the child since they'll be generated during exec(). But there's an...
View ArticleRe: [PATCH] driver core: Ensure proper suspend/resume ordering
Hi, On Mon, Sep 21, 2015 at 10:51 AM, Thierry Reding <thierry.reding@gmail.com> wrote: > On Sat, Sep 19, 2015 at 01:07:56AM +0200, Rafael J. Wysocki wrote: >> On Fri, Sep 18, 2015 at...
View ArticleRe: [PATCH v6 03/22] of/platform: Point to struct device from device node
On Mon, Sep 21, 2015 at 9:02 AM, Tomeu Vizoso <tomeu.vizoso@collabora.com> wrote: > When adding platform and AMBA devices, set the device node's device > member to point to it. > >...
View Article[PATCH] staging: dgap: fix returned errno code in dgap_parsefile()
The driver is using -1 instead of the -ENOMEM defined macro to specify that a buffer allocation failed. Since the error number is propagated, the caller will get a -EPERM which is the wrong error...
View ArticleRe: [RFC PATCH 0/2] kvmclock: fix ABI breakage from PVCLOCK_COUNTS_FROM_ZERO.
> So either: > > Proceed with guest solution: > -> Make sure the overflow can't happen (and write down why not in the > code). Don't assume a small delta between kvmclock values of...
View ArticleRe: [PATCH 07/17] input: tegra-kbc: drop use of IRQF_NO_SUSPEND flag
On Mon, Sep 21, 2015 at 4:21 PM, Lee Jones <lee.jones@linaro.org> wrote: > The $SUBJECT is not correct. > >> The driver handles wakeup irq correctly using irq_set_irq_wake. There's...
View Article[PHP-DEV] Pull Request 1513
Hi, I wrote PR 1513 about two weeks ago to make the following enhancements to the CSPRNG feature in PHP 7: * Use getrandom(2) on new Linux kernels * When reading from /dev/urandom, make sure it's...
View ArticleRe: [PATCH v2 5/8] soc: qcom: smd: Remove use of VLAIS
On Wed 02 Sep 15:46 PDT 2015, Stephen Boyd wrote: > Usage of VLAIS prevents clang from compiling this file, and it > also opens us to the possibility of allocating a large structure > on the...
View ArticleRe: crisv32 runtime failure in -next due to 'page-flags: define behavior...
On 09/21/2015 08:34 AM, Kirill A. Shutemov wrote: > Guenter Roeck wrote: >> On 09/18/2015 07:53 AM, Jesper Nilsson wrote: >>> On Fri, Sep 18, 2015 at 05:25:07PM +0300, Kirill A....
View ArticleRe: linux-next: build failure after merge of the bluetooth tree
Hi Gustavo, On Mon, 14 Sep 2015 10:22:34 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > On Mon, 14 Sep 2015 10:14:28 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:...
View Article[PATCH 1/3] mmc: debugfs: fix memory leak for mmc_ext_csd_open
buf allocated isn't been freed before return, so we fix it. Fixes: 736bb6bb01a ("mmc: Add Extended CSD register to debugfs") Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> ---...
View ArticleRe: [PATCH] driver core: Ensure proper suspend/resume ordering
On Tue, 22 Sep 2015, Rafael J. Wysocki wrote: > On Monday, September 21, 2015 10:34:54 AM Alan Stern wrote: > > On Mon, 21 Sep 2015, Thierry Reding wrote: > > > > > > >...
View Article[PATCH 3/3] mmc: debugfs: implement ios show for driver type
This patch add ios->drv_type for mmc_ios_show to show the card's driver type. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- drivers/mmc/core/debugfs.c | 19 +++++++++++++++++++ 1...
View ArticleRe: [PATCH 1/3] mmc: debugfs: fix memory leak for mmc_ext_csd_open
On 2015/9/22 9:29, trick wong wrote: > In the correct path,this buf will used later.why freed? > right. sorry for this noise, withdraw this patch[1/3]. > 2015-09-22 9:18 GMT+08:00 Shawn Lin...
View Article[PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25
This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 for mmc_ios_show to show the ios->timing if mmc card runs under these two mode. Signed-off-by: Shawn Lin...
View Article[PHP-DEV] Lexical analyzer
Hello everyone Where in the source code of Zend Engiene the lexical analyzer receives the text to convert to tokens. Thanks. Carol
View ArticleRe: [RFC v7 15/41] richacl: Automatic Inheritance
On Mon, Sep 21, 2015 at 11:19:59PM +0200, Andreas Gruenbacher wrote: > 2015-09-18 20:40 GMT+02:00 J. Bruce Fields <bfields@fieldses.org>: > > On Sat, Sep 05, 2015 at 12:27:10PM +0200,...
View ArticleRe: [RFC v7 21/41] richacl: Move everyone@ aces down the acl
On Mon, Sep 21, 2015 at 11:43:16PM +0200, Andreas Gruenbacher wrote: > 2015-09-18 21:35 GMT+02:00 J. Bruce Fields <bfields@fieldses.org>: > > On Sat, Sep 05, 2015 at 12:27:16PM +0200,...
View ArticleRe: [PATCH v2 3/4] clk: bcm2835: Add support for programming the audio domain...
On 09/10/2015 02:58 PM, Eric Anholt wrote: > This adds support for enabling, disabling, and setting the rate of the > audio domain clocks. It will be necessary for setting the pixel clock >...
View ArticleRe: [PATCH v2 2/4] clk: bcm2835: Add binding docs for the new platform clock...
On 09/10/2015 02:58 PM, Eric Anholt wrote: > Previously we've only supported a few fixed clocks based on > assumptions about how the firmware sets up the clocks, but this > binding will let...
View Article