[PATCH v3] sched: fix incorrect wait time and wait count statistics
At present scheduler resets task's wait start timestamp when the task migrates to another rq. This misleads scheduler itself into reporting less wait time than actual by omitting time spent for...
View ArticleRe: [PATCH 2/3] iio: light: lm3533-als: Print error message on invalid...
On Sun, 2015-10-25 at 11:09 -0700, Bjorn Andersson wrote: > Print an error message to indicate that invalid configuration data was > provided in the platform_data, rather than just aborting...
View ArticleRe: [PATCH v12 7/8] Documentation: DT: Add HiSilicon PCIe host binding
On Mon, Oct 26, 2015 at 6:35 AM, Zhou Wang <wangzhou1@hisilicon.com> wrote: > This patch adds related DTS binding document for HiSilicon PCIe host driver. > > Signed-off-by: Zhou Wang...
View Article[PATCH v2] PM / suspend: replacing printk
replacing prink(s) with appropriate pr_info and pr_err Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com> --- kernel/power/suspend.c | 6 +++--- 1 file changed, 3 insertions(+), 3...
View ArticleRe: [PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533
On Tue, Oct 27, 2015 at 11:29 AM, Bjorn Andersson <bjorn.andersson@sonymobile.com> wrote: > Add the binding for the Texas Instruments LM3533 lighting power > solution. > >...
View ArticleRe: [linux-sunxi] Re: [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
>>>>> "Hans" == Hans de Goede <hdegoede@redhat.com> writes: Hi, > 2) I see no pmic code in there. I know these boards do not use an axp pmic, > but according to my info at...
View ArticleRe: [PATCH] get_maintainer: Don't fallback to git by default
Hello, On 10/28/2015 03:09 AM, Lee Jones wrote: > On Tue, 27 Oct 2015, Joe Perches wrote: > >> On Tue, 2015-10-27 at 08:21 +0000, Lee Jones wrote: >>> On Mon, 26 Oct 2015,...
View Article[PATCH v2] perf/core: fix RCU issues with cgroup monitoring mode
This patch eliminates all known RCU violations detected by the RCU checker (PROVE_RCU). The impact code paths were all related to cgroup mode monitoring and involved access a task's cgrp. V2 is...
View ArticleRe: [PATCH v8 6/8] scsi: ufs: make the UFS variant a platform device
On Sun, Oct 25, 2015 at 5:50 AM, Yaniv Gardi <ygardi@codeaurora.org> wrote: > This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS > a platform device. > In order to do so a few...
View ArticleRe: [PATCH v2] PM / suspend: replacing printk
On Tue, Oct 27, 2015 at 8:21 PM, Saurabh Sengar <saurabh.truth@gmail.com> wrote: > replacing prink(s) with appropriate pr_info and pr_err > > Signed-off-by: Saurabh Sengar...
View ArticleRe: HA Proxy - packet capture functionality
Hi Javier, yes tcpdump is always an option but my question is can tcpdump on eth0 won’t be unencrypted so what more can we get from it than what you already have? Amol Kedar | Director of IT...
View ArticleRe: [PATCH 2/3] megaraid_sas: Convert printk to printk_
On Tue, 2015-10-27 at 16:26 +0800, Weidong Wang wrote: > Reduce object size a little by using pr_<level> > calls instead of printk(KERN_<LEVEL>. pr_debug does not behave the same as...
View ArticleRe: [PATCH 1/3] megaraid_sas: Convert dev_printk to dev_
On Tue, 2015-10-27 at 16:26 +0800, Weidong Wang wrote: > Reduce object size a little by using dev_<level> > calls instead of dev_printk(KERN_<LEVEL>. This is also not the same...
View ArticleRe: [PATCH v2] PM / suspend: replacing printk
Am 27.10.2015 um 20:32 schrieb Saurabh Sengar: > it fixes the checkpatch.pl http://checkpatch.pl warnings Don't get me wrong, but checkpatch.pl is only a script which makes suggestions. Especially...
View ArticleRe: [PATCH v2] PM / suspend: replacing printk
On Wed, 2015-10-28 at 00:51 +0530, Saurabh Sengar wrote: > replacing prink(s) with appropriate pr_info and pr_err Removing the terminating newlines is likely incorrect. > diff --git...
View ArticleRe: [PATCH v8 06/14] task_isolation: provide strict mode configurable signal
On 10/22/2015 05:00 PM, Andy Lutomirski wrote: > On Thu, Oct 22, 2015 at 1:44 PM, Chris Metcalf <cmetcalf@ezchip.com> wrote: >> On 10/21/2015 02:53 PM, Andy Lutomirski wrote:...
View ArticleRe: [PATCH v5] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host...
On Mon, Oct 26, 2015 at 9:56 AM, Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> wrote: > Adding PCIe Root Port driver for Xilinx PCIe NWL bridge IP. > > Signed-off-by: Bharat...
View ArticleRe: [PATCH v2] Staging: wilc1000: Prefer eth_broadcast_addr over memset()
On Tue, Oct 27, 2015 at 10:51:39PM +0530, Punit Vara wrote: > This patch is to the host_interface.c that fixes up following > warning by checkpatch: > > -prefer eth_broadcast_addr() over...
View ArticleRe: [PATCH 2/2] drivers:staging:wlan_ng Fix no space is necessary after a cast
On Tue, Oct 27, 2015 at 09:35:35AM -0200, Albino B Neto wrote: > 2015-10-27 9:24 GMT-02:00 Bogicevic Sasa <brutallesale@gmail.com>: > > This fixes "No space is necessary after a cast"...
View Article[PATCH] livepatch: old_name@old_addr scheme in livepatch sysfs directory
The following directory structure will allow for cases when the same function name exists in a single object. /sys/kernel/livepatch/<patch>/<object>/<function@address> An example of...
View Article