Re: [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

2012-11-27 Thread Raghavendra K T
On 11/26/2012 07:13 PM, Andrew Jones wrote: On Mon, Nov 26, 2012 at 05:38:04PM +0530, Raghavendra K T wrote: From: Raghavendra K T yield_to returns -ESRCH, When source and target of yield_to run queue length is one. When we see three successive failures of yield_to we assume we are in potentia

Re: [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task

2012-11-27 Thread Raghavendra K T
On 11/26/2012 07:05 PM, Andrew Jones wrote: On Mon, Nov 26, 2012 at 05:37:54PM +0530, Raghavendra K T wrote: From: Peter Zijlstra In case of undercomitted scenarios, especially in large guests yield_to overhead is significantly high. when run queue length of source and target is one, take an o

Re: [RFC v2 8/8] drm: tegra: Add gr2d device

2012-11-27 Thread Thierry Reding
On Tue, Nov 27, 2012 at 11:22:56AM +0100, Lucas Stach wrote: > Am Dienstag, den 27.11.2012, 10:45 +0200 schrieb Terje Bergström: > > On 27.11.2012 10:32, Dave Airlie wrote: > > > On Tue, Nov 27, 2012 at 8:16 AM, Terje Bergström > > > wrote: > > >> Thanks for the pointer, I looked at exynos code.

[PATCH 1/1] f2fs: remove unneeded version.h header file from f2fs.h

2012-11-27 Thread Sachin Kamat
Including is not necessary. Signed-off-by: Sachin Kamat --- fs/f2fs/f2fs.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 7aa70b5..d3f5a70 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -14,7 +14,6 @@ #include #include #i

Re: [PATCHv2 2/2] scripts/kernel-doc: check that non-void fcts describe their return value

2012-11-27 Thread Michal Marek
On 27.11.2012 02:43, Randy Dunlap wrote: > On 11/26/2012 01:22 PM, Yacine Belkadi wrote: > >> If a function has a return value, but its kernel-doc comment doesn't contain >> a >> "Return" section, then emit the following warning: >> >>Warning(file.h:129): No description found for return value

Re: [RFC v2 1/8] video: tegra: Add nvhost driver

2012-11-27 Thread Sivaram Nair
On Mon, Nov 26, 2012 at 02:19:07PM +0100, Terje Bergstrom wrote: > + > +struct nvhost_chip_support *nvhost_chip_ops; should be static? > +static int __devinit nvhost_alloc_resources(struct nvhost_master *host) > +{ > + int err; > + > + err = nvhost_init_chip_support(host); > + i

Re: Re: Re: Re: Re: Re: [RFC PATCH 0/2] kvm/vmx: Output TSC offset

2012-11-27 Thread Yoshihiro YUNOMAE
Hi Marcelo, (2012/11/27 8:16), Marcelo Tosatti wrote: On Mon, Nov 26, 2012 at 08:05:10PM +0900, Yoshihiro YUNOMAE wrote: 500h. event tsc_write tsc_offset=-3000 Then a guest trace containing events with a TSC timestamp. Which tsc_offset to use? (that is the problem, which unless i am mistaken

Re: [RFC v2 2/8] video: tegra: Add syncpoint wait and interrupts

2012-11-27 Thread Sivaram Nair
On Mon, Nov 26, 2012 at 02:19:08PM +0100, Terje Bergstrom wrote: > +void nvhost_intr_stop(struct nvhost_intr *intr) > +{ > + unsigned int id; > + struct nvhost_intr_syncpt *syncpt; > + u32 nb_pts = nvhost_syncpt_nb_pts(&intr_to_dev(intr)->syncpt); > + > + mutex_lock(&intr->m

Re: [PATCH] mm: compaction: Fix return value of capture_free_page

2012-11-27 Thread Mel Gorman
On Mon, Nov 26, 2012 at 07:06:53AM -0800, Dave Hansen wrote: > On 11/26/2012 03:23 AM, Mel Gorman wrote: > > On Wed, Nov 21, 2012 at 02:21:51PM -0500, Dave Hansen wrote: > >> > >> This needs to make it in before 3.7 is released. > >> > > > > This is also required. Dave, can you double check? The s

[PATCH 1/2] nfsd: make NFSv4 lease time per net

2012-11-27 Thread Stanislav Kinsbursky
Lease time is a part of NFSv4 state engine, which is constructed per network namespace. Signed-off-by: Stanislav Kinsbursky --- fs/nfsd/netns.h|2 ++ fs/nfsd/nfs4callback.c |8 +--- fs/nfsd/nfs4state.c| 11 +-- fs/nfsd/nfs4xdr.c |4 +++- fs/nfsd/nfsctl.

[PATCH 0/2] NFSd: NFSv4 state - lease and grace times per net

2012-11-27 Thread Stanislav Kinsbursky
This two variables are parts of NFSv4 state and should be containerized too. The following series implements... --- Stanislav Kinsbursky (2): nfsd: make NFSv4 lease time per net nfsd: make NFSv4 grace time per net fs/nfsd/netns.h|3 +++ fs/nfsd/nfs4callback.c |8 ++

[PATCH 2/2] nfsd: make NFSv4 grace time per net

2012-11-27 Thread Stanislav Kinsbursky
Grace time is a part of NFSv4 state engine, which is constructed per network namespace. Signed-off-by: Stanislav Kinsbursky --- fs/nfsd/netns.h |1 + fs/nfsd/nfs4state.c |9 +++-- fs/nfsd/nfsctl.c|4 +++- fs/nfsd/nfsd.h |2 -- 4 files changed, 7 insertions(+), 9

Re: [PATCH] Revert "mm: remove __GFP_NO_KSWAPD"

2012-11-27 Thread Mel Gorman
On Fri, Nov 23, 2012 at 04:20:48PM +0100, Thorsten Leemhuis wrote: > Thorsten Leemhuis wrote on 20.11.2012 18:43: > > On 20.11.2012 16:38, Josh Boyer wrote: > > > > The short story from my current point of view is: > > Quick update, in case anybody is interested: > > > * my main machine at home

Re: [PATCH v5 0/8] fat: fix estale error on VFAT over NFS.

2012-11-27 Thread OGAWA Hirofumi
Namjae Jeon writes: > From: Namjae Jeon > > This patch-set eliminates the client side ESTALE errors when a FAT partition > exported over NFS has its dentries evicted from the cache. > > One of the reasons for this error is lack of permanent inode numbers on FAT > which makes it difficult to cons

Re: Shared regulator usage

2012-11-27 Thread Anirudh Ghayal
On 11/26/2012 7:17 PM, Mark Brown wrote: On Mon, Nov 26, 2012 at 05:13:37AM -0800, agha...@codeaurora.org wrote: For example: Consumer (A) cpu-freq sets the voltage range to {1.275v, 1.375v}. The regulator framework eventually sets the regulator to 1.275v. Consumer (B) recommends a lower the vo

Re: [PATCH] fs/fat: strip "cp" prefix from codepage in display

2012-11-27 Thread OGAWA Hirofumi
Dave Reisner writes: > Option parsing code expects an unsigned integer for the codepage option, > but prefixes and stores this option with "cp" before passing to > load_nls(). This makes the displayed option in /proc an invalid one. > Strip the prefix when printing so that the displayed option is

Re: [PATCH 11/42] ARM: shmobile: Register PFC platform device

2012-11-27 Thread Laurent Pinchart
Hi Simon, On Tuesday 27 November 2012 11:26:28 Simon Horman wrote: > On Mon, Nov 26, 2012 at 11:34:36AM +0100, Laurent Pinchart wrote: > > On Monday 26 November 2012 10:02:05 Simon Horman wrote: > > > On Wed, Nov 21, 2012 at 01:43:15PM +0100, Laurent Pinchart wrote: > > > > On Wednesday 21 Novembe

Re: linux-next: manual merge of the arm-soc tree with the net-next tree

2012-11-27 Thread Mugunthan V N
On 11/26/2012 3:15 PM, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the arm-soc tree got a conflict in arch/arm/boot/dts/am33xx.dtsi between commit 1a39a65cba08 ("arm/dts: am33xx: Add CPSW and MDIO module nodes for AM33XX") from the net-next tree and commits 059b185d5345 ("ARM: dt

Re: [PATCH v3 0/3] ACPI: container hot remove support.

2012-11-27 Thread Hanjun Guo
On 2012/11/27 10:38, Tang Chen wrote: > On 11/27/2012 09:08 AM, Hanjun Guo wrote: >> On 2012/11/26 14:06, Tang Chen wrote: >>> On 11/26/2012 01:42 PM, Hanjun Guo wrote: Hi all, I think Yasuaki mentioned the key point for the container device remove, that is dependency.

Re: linux-next: manual merge of the omap_dss2 tree with Linus' tree

2012-11-27 Thread Tomi Valkeinen
Hi, On 2012-11-26 07:22, Stephen Rothwell wrote: > Hi Tomi, > > Today's linux-next merge of the omap_dss2 tree got a conflict in > drivers/video/omap2/dss/dss.c between commit f65e384bec59 ("omapdss: dss: > Fix clocks on OMAP363x") from Linus' tree and commit bd81ed081887 > ("OMAPDSS: DSS: use om

[PATCH 1/2] fs: logfs NULL pointer check added

2012-11-27 Thread Abhijit Pawar
This patch fixes Bug 49921 - Missing NULL check of return value of logfs_get_write_page() in function btree_write_block() Signed-off-by: Abhijit Pawar --- fs/logfs/readwrite.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/logfs/readwrite.c b/fs/logfs/readwrite.c i

[PATCH 2/2] fs: logfs NULL pointer check added

2012-11-27 Thread Abhijit Pawar
This patches fixes the case where the NULL inode may be passed to get the page for writing. Signed-off-by: Abhijit Pawar --- fs/logfs/readwrite.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/logfs/readwrite.c b/fs/logfs/readwrite.c index 53596ce..55b45fb 100644 --

Re: [PATCH v5 0/8] fat: fix estale error on VFAT over NFS.

2012-11-27 Thread Namjae Jeon
2012/11/27, OGAWA Hirofumi : > Namjae Jeon writes: > >> From: Namjae Jeon >> >> This patch-set eliminates the client side ESTALE errors when a FAT >> partition >> exported over NFS has its dentries evicted from the cache. >> >> One of the reasons for this error is lack of permanent inode numbers

Re: [RFC v2 8/8] drm: tegra: Add gr2d device

2012-11-27 Thread Terje Bergström
On 27.11.2012 12:37, Thierry Reding wrote: > But in that case it should be made mandatory at first until proper IOMMU > support is enabled on Tegra30. Then it can be checked at driver probe > time whether or not to enable the extra checks. That way we don't need a > special Kconfig option and we st

Re: [PATCH] media: fix a typo CONFIG_HAVE_GENERIC_DMA_COHERENT in videobuf2-dma-contig.c

2012-11-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Nov 2012 14:55:10 +0530 Prabhakar Lad escreveu: > Hi, > > On Tue, Nov 27, 2012 at 1:21 PM, Marek Szyprowski > wrote: > > Hello, > > > > > > On 11/27/2012 8:39 AM, Prabhakar Lad wrote: > >> > >> Hi Marek, > >> > >> On Tue, Nov 27, 2012 at 12:53 PM, Marek Szyprowski > >> wrote: > >> >

Re: Shared regulator usage

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 04:45:29PM +0530, Anirudh Ghayal wrote: > At 1.4Ghz the cpu-freq driver votes for 1.3v, then the CPR kicks in > and recommends a voltage of 1.275v. Now a set_voltage with this new > level (1.275v, 1.275) fails as it does not satisfy the limits of > the cpu-freq driver. It

Re: [PATCH 3/5 v3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-27 Thread Lee Jones
Author: Lee Jones Date: Fri Sep 28 14:35:43 2012 +0100 Input: bu21013_ts - Add support for Device Tree booting Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed

[PATCH] nfsd: remove redundant declarations

2012-11-27 Thread Stanislav Kinsbursky
This is a cleanup patch. Functions nfsd_pool_stats_open() and nfsd_pool_stats_release() are declared in fs/nfsd/nfsd.h. Signed-off-by: Stanislav Kinsbursky --- fs/nfsd/nfsctl.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index 7e

Re: [RFC v2 8/8] drm: tegra: Add gr2d device

2012-11-27 Thread Lucas Stach
Am Dienstag, den 27.11.2012, 13:31 +0200 schrieb Terje Bergström: > On 27.11.2012 12:37, Thierry Reding wrote: > > But in that case it should be made mandatory at first until proper IOMMU > > support is enabled on Tegra30. Then it can be checked at driver probe > > time whether or not to enable the

Re: [PATCH 1/5] backlight: Add GPIO-based backlight driver

2012-11-27 Thread Laurent Pinchart
Hi Jingoo, On Tuesday 27 November 2012 01:10:36 Jingoo Han wrote: > On Saturday, November 24, 2012 1:35 AM, Laurent Pinchart wrote > > > > > Signed-off-by: Laurent Pinchart > > --- > > > > drivers/video/backlight/Kconfig |7 ++ > > drivers/video/backlight/Makefile |1

Re: [PATCH v11 4/7] mm: introduce compaction and migration for ballooned pages

2012-11-27 Thread Rafael Aquini
On Tue, Nov 20, 2012 at 03:33:24PM -0800, Andrew Morton wrote: > On Fri, 9 Nov 2012 12:16:02 + > Mel Gorman wrote: > > > On Wed, Nov 07, 2012 at 01:05:51AM -0200, Rafael Aquini wrote: > > > Memory fragmentation introduced by ballooning might reduce significantly > > > the number of 2MB contig

[PATCH 1/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following errors fixed. - ERROR: space prohibited after that '&' (ctx:WxW) Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx

[PATCH 2/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following errors fixed. - ERROR: space required before the open brace '{' - ERROR: space required before the open parenthesis '(' - ERROR: space prohibited before that close parenthesis ')' - ERROR: space required after that close brace '}' Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ie

[PATCH 3/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following warnings fixed. - WARNING: suspect code indent for conditional statements Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80

[PATCH 4/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following errors fixed. - ERROR: space prohibited after that ',' (ctx:WxW) Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211

[PATCH 5/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following wanings fixed. - WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8187se/iee

[PATCH 6/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following errors fixed. - ERROR: spaces required around that '=' (ctx:VxV) Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softma

Re: [PATCH v2 0/5] Add movablecore_map boot option

2012-11-27 Thread Bob Liu
On Tue, Nov 27, 2012 at 4:29 PM, Tang Chen wrote: > On 11/27/2012 04:00 PM, Bob Liu wrote: >> >> Hi Tang, >> >> On Fri, Nov 23, 2012 at 6:44 PM, Tang Chen >> wrote: >>> >>> [What we are doing] >>> This patchset provide a boot option for user to specify ZONE_MOVABLE >>> memory >>> map for each node

[PATCH 7/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following wanings fixed. - WARNING: please, no spaces at the start of a line Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softma

[PATCH 8/8] staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_softmac_wx.c

2012-11-27 Thread YAMANE Toshiaki
The following warning fixed. - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... Signed-off-by: YAMANE Toshiaki --- .../rtl8187se/ieee80211/ieee80211_softmac_wx.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: Alignment Issue with Direct IO to NVMe Drive

2012-11-27 Thread Jens Axboe
On 2012-11-27 01:35, Laine Walker-Avina wrote: > Hi all, > > We are experiencing an issue with doing direct IO to a NVMe device I'm > helping to develop. Every so often, the physical address given by > sg_dma_address() is aligned to 0x800 instead of 0x1000 as specified by > blk_queue_dma_alignemen

Re: [PATCH 4/5] perf, amd: Enable northbridge performance counters on AMD family 15h

2012-11-27 Thread Robert Richter
One minor comment: On 26.11.12 16:48:30, Jacob Shin wrote: > __init int amd_pmu_init(void) > { > /* Performance-monitoring supported from K7 and later: */ > @@ -666,6 +749,10 @@ __init int amd_pmu_init(void) > setup_event_constraints(); > setup_perfctr_core(); > > + num_c

3.6.8 - CONFIG_IXGBE_HWMON -- how to poll Intel 10GbE temperature?

2012-11-27 Thread Justin Piszcz
Hello, Which user-space application has support to read the temperature off of the 10GbE card? Regular lm-sensors does not seem to be picking it up. $ sensors|grep -e - radeon-pci-0500 coretemp-isa- nct6776-isa-0a30 Justin. -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH] perf tools: fix build for various architectures

2012-11-27 Thread Mark Rutland
The UAPI changes broke the perf tool, and as of 3.7-rc7, it still won't build for arm: In file included from util/../perf.h:81:0, from util/cache.h:7, from perf.c:12: util/../../../arch/arm/include/asm/unistd.h:16:29: fatal error:

Re: [PATCH v9 1/2] x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary

2012-11-27 Thread Gleb Natapov
Eric, can you ACK it? On Tue, Nov 27, 2012 at 11:26:02AM +0800, Zhang Yanfei wrote: > This patch provides a way to VMCLEAR VMCSs related to guests > on all cpus before executing the VMXOFF when doing kdump. This > is used to ensure the VMCSs in the vmcore updated and > non-corrupted. > > Signed-o

[PATCH] uio.c: Fix warning: 'ret' might be used uninitialized

2012-11-27 Thread Vitalii Demianets
Fix warning: 'ret' might be used uninitialized Signed-off-by: Vitalii Demianets --- drivers/uio/uio.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/uio/uio.c b/drivers/uio/uio.c index 5110f36..c33fd18 100644 --- a/drivers/uio/uio.c +++ b/drivers

Re: [PATCH] uio.c: Fix warning: 'ret' might be used uninitialized

2012-11-27 Thread Vitalii Demianets
By the way, I've found that warning while working on the older kernel with older gcc (ver. 3.4.4). The modern gcc (ver. 4.5.4) does not emit that warning no matter how hard I try. For example, it does not warn even with the following line in the drivers/uio/Makefile: ccflags-$(CONFIG_UIO) +=

Re: Recent kernel "mount" slow

2012-11-27 Thread Jens Axboe
On 2012-11-27 11:06, Jeff Chua wrote: > On Tue, Nov 27, 2012 at 3:38 PM, Jens Axboe wrote: >> On 2012-11-27 06:57, Jeff Chua wrote: >>> On Sun, Nov 25, 2012 at 7:23 AM, Jeff Chua >>> wrote: On Sun, Nov 25, 2012 at 5:09 AM, Mikulas Patocka wrote: > So it's better to slow down moun

Re: [PATCH 1/1] ARM: ux500: Fix u9540 booting issues

2012-11-27 Thread Arnd Bergmann
On Tuesday 27 November 2012, Lee Jones wrote: > The u9540 stopped booting after the v3.7 merge window due to > a lack of common clk support and early PRCMU initialisation. > In this patch we rectify these issues, placing the u9540 > development board back into a successfully booting state. > -

RE: [PATCH 2/2] ASoC: Davinci: machine: Add device tree binding

2012-11-27 Thread Hebbar, Gururaja
On Mon, Nov 26, 2012 at 17:26:19, Mark Brown wrote: > On Thu, Nov 22, 2012 at 09:34:59AM +0530, Hebbar, Gururaja wrote: > > > +- dai-data : A list of DAI data used by SOC code to register > > + DAI, Codecs platform. > > + The string index "should" be

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Vincent Guittot
On 27 November 2012 06:19, Viresh Kumar wrote: > Hi Tejun, > > On 26 November 2012 22:45, Tejun Heo wrote: >> On Tue, Nov 06, 2012 at 04:08:45PM +0530, Viresh Kumar wrote: > >> I'm pretty skeptical about this. queue_work() w/o explicit CPU >> assignment has always guaranteed that the work item w

Re: [RFC v2 8/8] drm: tegra: Add gr2d device

2012-11-27 Thread Terje Bergström
On 27.11.2012 13:47, Lucas Stach wrote: > I guess we could change IOMMU address spaces for the graphics units > depending on the active channel. This would still be a bit of a > performance hit, because of the necessary TLB flushing and so on, but > should be much better than checking the whole com

Re: am33xx beaglebone mainline status?

2012-11-27 Thread Richard Cochran
On Tue, Nov 27, 2012 at 09:41:51AM +0100, Tim Sander wrote: > Hi > > I have been trying to get the 3.7-rc6 kernel to compile for a beaglebone > board > with device tree but it seems there are still bits missing. Especially it > seems as if the sd card reader and network is not working properly?

Re: [RFC PATCH 06/06] input/rmi4: F11 - 2D touch interface

2012-11-27 Thread Benjamin Tissoires
Hi Christopher, I did not made a full review, but at least, there is a problem in your rmi_f11_finger_handler function: On Sat, Nov 17, 2012 at 4:58 AM, Christopher Heiny wrote: > rmi_f11.c is a driver for 2D touch sensors using the RMI4 protocol. It > supports > both touchscreen and touchpad

[PATCH 0/3] i2c: Add High speed I2C controller driver for Exynos5

2012-11-27 Thread Naveen Krishna Chatradhi
Exynos5 and latter SoCs from Samsung supports High Speed I2C controller. This patch set adds the controller driver, device tree information for Exynos5 platform and defines gating clocks. Naveen Krishna Chatradhi (3): i2c: exynos5: add High Speed I2C controller driver ARM: exynos5: Add gate cl

[PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver

2012-11-27 Thread Naveen Krishna Chatradhi
Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. This driver currently supports Auto mode. Driver only supports Device Tree method. Signed-off-by: Taekgyun Ko Signed-off-by: Naveen Krishna Chatradhi --- drivers/i2c/busses/Kconfig |6 + drivers/i2c/

Re: [PATCH 1/1] ARM: ux500: Fix u9540 booting issues

2012-11-27 Thread Lee Jones
On Tue, 27 Nov 2012, Arnd Bergmann wrote: > On Tuesday 27 November 2012, Lee Jones wrote: > > > The u9540 stopped booting after the v3.7 merge window due to > > a lack of common clk support and early PRCMU initialisation. > > In this patch we rectify these issues, placing the u9540 > > developmen

[PATCH 2/3] ARM: exynos5: Add gate clocks for HS-I2C

2012-11-27 Thread Naveen Krishna Chatradhi
Adds clock gating bits for High Speed I2C channels 0, 1, 2 and 3. Signed-off-by: Naveen Krishna Chatradhi --- arch/arm/mach-exynos/clock-exynos5.c | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos

[PATCH 3/3] arm: exynos5: Add HS-I2C device tree platform information

2012-11-27 Thread Naveen Krishna Chatradhi
This patch adds HS-I2C device tree platform information in exynos5.dtsi and exynos5-smdk5250. Signed-off-by: Naveen Krishna Chatradhi --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 +++ arch/arm/boot/dts/exynos5250.dtsi | 32 + 2 files chan

Re: [PATCH v2 0/5] Add movablecore_map boot option

2012-11-27 Thread Tang Chen
On 11/27/2012 08:09 PM, Bob Liu wrote: On Tue, Nov 27, 2012 at 4:29 PM, Tang Chen wrote: Hi Liu, This feature is used in memory hotplug. In order to implement a whole node hotplug, we need to make sure the node contains no kernel memory, because memory used by kernel could not be migrated. (S

Re: [RFC PATCH] Fix abnormal rcu dynticks_nesting values related to async page fault

2012-11-27 Thread Gleb Natapov
On Tue, Nov 27, 2012 at 01:15:25PM +0800, Li Zhong wrote: > I noticed some warnings complaining about dynticks_nesting value, like > > [ 267.545032] [ cut here ] > [ 267.545032] WARNING: at kernel/rcutree.c:382 rcu_eqs_enter+0xab/0xc0() > [ 267.545032] Hardware name: Bo

Re: [PATCH v2] UVC: use GFP_ATOMIC under spin lock.

2012-11-27 Thread Laurent Pinchart
Hi Cyril, Thank you for the patch. On Sunday 25 November 2012 02:58:19 Cyril Roelandt wrote: > Found using the following semantic patch: > > @@ > @@ > spin_lock_irqsave(...); > ... when != spin_unlock_irqrestore(...); > * GFP_KERNEL > > > Signed-off-by: Cyril Roelandt Acked-by: Laurent Pinch

[PATCH 2/3] Input: bu21013_ts - Move GPIO init and exit functions into the driver

2012-11-27 Thread Lee Jones
These GPIO init and exit functions have no place in platform data. Instead they should be part of the driver. This patch moves them to their rightful place, which subsequently elevates platform data of yet more cruft. Cc: linux-in...@vger.kernel.org Acked-by: Arnd Bergmann Acked-by: Linus Walleij

[PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-27 Thread Lee Jones
Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed from platform data. Cc: Dmitry Torokhov Cc: linux-in...@vger.kernel.org Acked-by: Arnd Bergmann Acked-by: Linus Walleij Signed-off-b

[PATCH 0/3] Input: bu21013_ts - fixups and DT enablement

2012-11-27 Thread Lee Jones
Grouped together for easy tracking. arch/arm/mach-ux500/board-mop500-stuib.c | 71 +--- drivers/input/touchscreen/bu21013_ts.c | 105 +++--- include/linux/input/bu21013.h|9 +-- 3 files changed, 85 insertions(+), 100 deletions(-) -- To

[PATCH 1/3] Input: bu21013_ts - Request a regulator that actually exists

2012-11-27 Thread Lee Jones
Currently the BU21013 Touch Screen driver requests a regulator by the name of 'V-TOUCH', which doesn't exist anywhere in the kernel. The correct name, as referenced in platform regulator code is 'avdd'. Here, when we request a regulator, we use the correct name instead. Cc: Dmitry Torokhov Cc: li

[PATCH 2/3] balancenuma: set last_nid on newly allocated page

2012-11-27 Thread Hillf Danton
Pass last_nid from misplaced page to newly allocated migration target page. Signed-off-by: Hillf Danton --- --- a/mm/migrate.c Tue Nov 27 20:16:48 2012 +++ b/mm/migrate.c Tue Nov 27 20:19:12 2012 @@ -1457,6 +1457,9 @@ static struct page *alloc_misplaced_dst_

[PATCH 3/3] balancenuma: set last_nid on tail page

2012-11-27 Thread Hillf Danton
Pass last_nid from head page to tail page. Signed-off-by: Hillf Danton --- --- a/mm/huge_memory.c Tue Nov 27 20:45:56 2012 +++ b/mm/huge_memory.c Tue Nov 27 20:54:54 2012 @@ -1382,6 +1382,7 @@ static void __split_huge_page_refcount(s page_tail->mapping = page->mapping;

Re: [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

2012-11-27 Thread Andrew Jones
On Tue, Nov 27, 2012 at 03:57:25PM +0530, Raghavendra K T wrote: > On 11/26/2012 07:13 PM, Andrew Jones wrote: > >On Mon, Nov 26, 2012 at 05:38:04PM +0530, Raghavendra K T wrote: > >>From: Raghavendra K T > >> > >>yield_to returns -ESRCH, When source and target of yield_to > >>run queue length is

[PATCH 1/3] balancenuma: put page if avoid migrating page

2012-11-27 Thread Hillf Danton
If we have to avoid migrating to a node that is nearly full, put page and return zero. Signed-off-by: Hillf Danton --- --- a/mm/migrate.c Tue Nov 27 20:09:38 2012 +++ b/mm/migrate.c Tue Nov 27 20:15:00 2012 @@ -1538,9 +1538,11 @@ int numamigrate_isolate_page(pg_data_t *

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Steven Rostedt
On Tue, 2012-11-06 at 16:08 +0530, Viresh Kumar wrote: > Workqueues queues work on current cpu, if the caller haven't passed a > preferred > cpu. This may wake up an idle CPU, which is actually not required. > > This work can be processed by any CPU and so we must select a non-idle CPU > here. >

Re: [PATCH v3 8/7] pppoatm: fix missing wakeup in pppoatm_send()

2012-11-27 Thread David Woodhouse
On Sun, 2012-11-11 at 17:57 -0500, Chas Williams (CONTRACTOR) wrote: > In message <1352667081.9449.135.ca...@shinybook.infradead.org>,David > Woodhouse writes: > >Acked-by: David Woodhouse for your new > >version of patch #6 (returning DROP_PACKET for !VF_READY), and your > >followup to my patch

Re: [PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver

2012-11-27 Thread Felipe Balbi
Hi, On Tue, Nov 27, 2012 at 06:30:34PM +0530, Naveen Krishna Chatradhi wrote: > diff --git a/drivers/i2c/busses/i2c-exynos5.c > b/drivers/i2c/busses/i2c-exynos5.c > new file mode 100644 > index 000..5983aa9 > --- /dev/null > +++ b/drivers/i2c/busses/i2c-exynos5.c > @@ -0,0 +1,758 @@ > +/* lin

RE: Supermicro X9SRL-F - channel enumeration error & ACPI/firmware bug question

2012-11-27 Thread Justin Piszcz
Technology) significantly reduces CPU over- head by ..." When the following options are enabled, the system does not boot: +CONFIG_HAVE_INTEL_TXT=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y +CONFIG_DMAR_TABLE=y +CONFIG_INTEL_IOMMU=y +CONFIG_INTEL_IOMMU_DEFAULT_ON=y +CONFIG_INTEL_IOMMU_FLOPPY_W

Re: [PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver

2012-11-27 Thread Thomas Abraham
On 27 November 2012 18:30, Naveen Krishna Chatradhi wrote: > Adds support for High Speed I2C driver found in Exynos5 and later > SoCs from Samsung. This driver currently supports Auto mode. > > Driver only supports Device Tree method. > > Signed-off-by: Taekgyun Ko > Signed-off-by: Naveen Krishna

Re: [PATCH 1/3] Input: bu21013_ts - Request a regulator that actually exists

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 01:13:08PM +, Lee Jones wrote: > Currently the BU21013 Touch Screen driver requests a regulator by the > name of 'V-TOUCH', which doesn't exist anywhere in the kernel. The > correct name, as referenced in platform regulator code is 'avdd'. Here, > when we request a regul

Re: new warnings from partial __devexit removal

2012-11-27 Thread Bill Pemberton
gre...@linuxfoundation.org writes: > > On Mon, Nov 26, 2012 at 08:38:32PM +, Arnd Bergmann wrote: > > This is probably known and fixed already, but in case it's not, let me just > > mention that I saw two new warnings with ARM allyesconfig about a > > __devexit being removed but the __devexit_

Re: [PATCH 0/2] ima: policy search speedup

2012-11-27 Thread Kasatkin, Dmitry
Hello, Any thoughts about this proposal? - Dmitry On Thu, Nov 22, 2012 at 11:54 PM, Dmitry Kasatkin wrote: > Hello, > > Here is two patches for policy search speedup. > > First patch adds additional features flags to superblock. > Second - implementation for IMA. > > Two months ago I was asking

Re: [PATCH, 3.7-rc7, RESEND] fs: revert commit bbdd6808 to fallocate UAPI

2012-11-27 Thread Martin Steigerwald
Am Montag, 26. November 2012 schrieb Dave Chinner: > On Mon, Nov 26, 2012 at 11:53:45AM +, Alan Cox wrote: > > > It's not like there is any shortage of flag bits, so what's the > > > harm of reserving the bit? > > > > Why not just reserve a small group of bits for fs private use in that > > ca

Re: [PATCH V2 Resend 4/4] timer: Migrate running timer

2012-11-27 Thread Steven Rostedt
[ Added John Stultz ] On Tue, 2012-11-06 at 16:08 +0530, Viresh Kumar wrote: > Till now, we weren't migrating a running timer because with migration > del_timer_sync() can't detect that the timer's handler yet has not finished. > > Now, when can we actually to reach to the code (inside __mod_time

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Viresh Kumar
On 27 November 2012 18:56, Steven Rostedt wrote: > A couple of things. The sched_select_cpu() is not cheap. It has a double > loop of domains/cpus looking for a non idle cpu. If we have 1024 CPUs, > and we are CPU 1023 and all other CPUs happen to be idle, we could be > searching 1023 CPUs before

Re: [PATCH RFC] [INET]: Get cirtical word in first 64bit of cache line

2012-11-27 Thread Ling Ma
> networking patches should be sent to netdev. > > (I understand this patch is more a generic one, but at least CC netdev) Ling: OK, this is my first inet patch, I will send to netdev later. > You give no performance numbers for this change... Ling: after I get machine, I will send out test result

RE: Supermicro X9SRL-F - channel enumeration error & ACPI/firmware bug question

2012-11-27 Thread Justin Piszcz
ed and fail?)-- worse case I can move the SSD from the 6.0gbpa SATA card to the motherboard and see if that works, but that kind of defeats the purpose of a 6.0gbps SATA SSD. (Fails to talk to the SSD) http://home.comcast.net/~jpiszcz/20121127/photo1-resize.jpg (then, a few moments later: Kernel

RE: Supermicro X9SRL-F - channel enumeration error & ACPI/firmware bug question

2012-11-27 Thread Justin Piszcz
> It is _not_ working on the: > 2) Supermicro X8DTH-F (the boot drive in this system is running off a PCI-e > card, could the IRQ for the I/O controller be getting re-mapped and fail?)-- > worse case I can move the SSD from the 6.0gbpa SATA card to the motherboard > and see if that works, but tha

Re: [PATCH RFC] [INET]: Get cirtical word in first 64bit of cache line

2012-11-27 Thread Eric Dumazet
On Tue, 2012-11-27 at 21:48 +0800, Ling Ma wrote: > Ling: in the looking-up routine, hash value is the most important key, > if it is matched, the other values have most possibility to be > satisfied, and CFW is limited by memory bandwidth(64bit usually), so > we only move hash value as critical

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Steven Rostedt
On Tue, 2012-11-27 at 19:18 +0530, Viresh Kumar wrote: > On 27 November 2012 18:56, Steven Rostedt wrote: > > A couple of things. The sched_select_cpu() is not cheap. It has a double > > loop of domains/cpus looking for a non idle cpu. If we have 1024 CPUs, > > and we are CPU 1023 and all other CP

RE: [PATCH 1/3] tools/hv: Fix for long file names from readdir

2012-11-27 Thread KY Srinivasan
> -Original Message- > From: Tomas Hozza [mailto:tho...@redhat.com] > Sent: Tuesday, November 27, 2012 2:57 AM > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; KY Srinivasan; b...@dec

Re: [RFC PATCH] Fix abnormal rcu dynticks_nesting values related to async page fault

2012-11-27 Thread Sasha Levin
On 11/27/2012 08:07 AM, Gleb Natapov wrote: > Those rcu_irq_enter()/rcu_irq_exit() were introduced by commit > c5e015d4949aa665 "KVM guest: exit idleness when handling > KVM_PV_REASON_PAGE_NOT_PRESENT", but now I am starting to question this > commit. KVM_PV_REASON_PAGE_NOT_PRESENT should not kick

Re: [PATCH 1/2] ASoC: davinci-mcasp: Add pinctrl support

2012-11-27 Thread Mark Brown
On Mon, Nov 26, 2012 at 09:55:33PM -0800, Peter Korsgaard wrote: > > "Mark" == Mark Brown writes: > Mark> Since the driver is happy to continue without the pins why is it > Mark> bothering requesting them in the first place? In other words, this > Mark> should be a hard error. > Sorry, I

Re: [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task

2012-11-27 Thread Andrew Theurer
On Tue, 2012-11-27 at 16:00 +0530, Raghavendra K T wrote: > On 11/26/2012 07:05 PM, Andrew Jones wrote: > > On Mon, Nov 26, 2012 at 05:37:54PM +0530, Raghavendra K T wrote: > >> From: Peter Zijlstra > >> > >> In case of undercomitted scenarios, especially in large guests > >> yield_to overhead is

Re: [PATCH 1/3] balancenuma: put page if avoid migrating page

2012-11-27 Thread Mel Gorman
On Tue, Nov 27, 2012 at 09:23:59PM +0800, Hillf Danton wrote: > If we have to avoid migrating to a node that is nearly full, put page > and return zero. > > Signed-off-by: Hillf Danton Correct. In this series, the bug was actually introduced back in "mm: migrate: Introduce migrate_misplaced_page

[PATCH RESEND] PCI: Allow pcie_aspm=force to work even when FADT indicates it is unsupported

2012-11-27 Thread Colin King
From: Colin Ian King BugLink: http://bugs.launchpad.net/bugs/962038 Right now using pcie_aspm=force will not enable ASPM if the FADT indicates ASPM is unsupported. However, the semantics of force should probably allow for this, especially as they did before the ASPM disable rework with commit 3

RE: [PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-27 Thread KY Srinivasan
> -Original Message- > From: Tomas Hozza [mailto:tho...@redhat.com] > Sent: Tuesday, November 27, 2012 2:57 AM > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; KY Srinivasan; b...@dec

Re: [PATCH] perf tools: fix build for various architectures

2012-11-27 Thread Will Deacon
On Tue, Nov 27, 2012 at 12:16:31PM +, Mark Rutland wrote: > The UAPI changes broke the perf tool, and as of 3.7-rc7, it > still won't build for arm: > > In file included from util/../perf.h:81:0, >from util/cache.h:7, >from perf.c:12: >

Re: [PATCH 1/3] balancenuma: put page if avoid migrating page

2012-11-27 Thread Mel Gorman
On Tue, Nov 27, 2012 at 02:07:05PM +, Mel Gorman wrote: > On Tue, Nov 27, 2012 at 09:23:59PM +0800, Hillf Danton wrote: > > If we have to avoid migrating to a node that is nearly full, put page > > and return zero. > > > > Signed-off-by: Hillf Danton > > Correct. In this series, the bug was

RE: [PATCH 2/3] tools/hv: Fix /var subdirectory

2012-11-27 Thread KY Srinivasan
> -Original Message- > From: Tomas Hozza [mailto:tho...@redhat.com] > Sent: Tuesday, November 27, 2012 2:57 AM > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; KY Srinivasan; b...@dec

Save PG_compound or PG_head value in VMCOREINFO

2012-11-27 Thread Petr Tesarik
To allow filtering of huge pages, makedumpfile must be able to identify them in the dump. This can be done by checking for the appropriate page flag, so communicate its value to makedumpfile through the VMCOREINFO interface. Signed-off-by: Petr Tesarik --- kernel/kexec.c |5 + 1 file c

Re: [PATCH] perf tools: fix build for various architectures

2012-11-27 Thread Kyle McMartin
On Tue, Nov 27, 2012 at 12:16:31PM +, Mark Rutland wrote: > Signed-off-by: Mark Rutland > Cc: Arnaldo Carvalho de Melo > Cc: David Howells > Cc: Deng-Cheng Zhu > Cc: Ingo Molnar > Cc: Kyle McMartin Looks obviously right. Acked-by: Kyle McMartin > Cc: Martin Schwidefsky > Cc: Paul Mac

Re: [PATCH v4 05/11] pwm: pwm-tiecap: pinctrl support

2012-11-27 Thread Peter Korsgaard
> "Thierry" == Thierry Reding writes: Hi, >> There's several different situations: >> >> - Platform without pinctrl support >> - Platform with pinctrl support but no pinmux specified in dt for device >> (E.G. pinmux setup in bootloader) >> - Pinmux specified in dt >> - Some kind of m

Re: [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task

2012-11-27 Thread Chegu Vinod
On 11/27/2012 2:30 AM, Raghavendra K T wrote: On 11/26/2012 07:05 PM, Andrew Jones wrote: On Mon, Nov 26, 2012 at 05:37:54PM +0530, Raghavendra K T wrote: From: Peter Zijlstra In case of undercomitted scenarios, especially in large guests yield_to overhead is significantly high. when run queu

<    1   2   3   4   5   6   7   >