Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread OGAWA Hirofumi
OGAWA Hirofumi writes: > Namjae Jeon writes: > >> 2012/11/12, OGAWA Hirofumi : >>> Namjae Jeon writes: >>> Correctly update modification and status change time in case of file/directory removal and creation. >>> >>> This changelog just explain "what", and it doesn't explain "why".

Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread OGAWA Hirofumi
Namjae Jeon writes: > 2012/11/12, OGAWA Hirofumi : >> Namjae Jeon writes: >> >>> Correctly update modification and status change time in case of >>> file/directory removal and creation. >> >> This changelog just explain "what", and it doesn't explain "why". Please >> explain why we need this

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Joe Perches
On Mon, 2012-11-12 at 02:12 -0500, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: > > Yes, I can do that. I did split it specifically so that we could drop > > any patches if required. > > > > I will wait for a word from Chris regarding what he prefers. > > I would want to

Re: [PATCH v11 5/7] virtio_balloon: introduce migration primitives to balloon pages

2012-11-11 Thread Rusty Russell
Rafael Aquini writes: > On Thu, Nov 08, 2012 at 09:32:18AM +1030, Rusty Russell wrote: >> The first one can be delayed, the second one can be delayed if the host >> didn't ask for VIRTIO_BALLOON_F_MUST_TELL_HOST (qemu doesn't). >> >> We could implement a proper request queue for these, and

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Michael Wang
On 11/12/2012 03:16 PM, Paweł Sikora wrote: > On Monday 12 of November 2012 11:04:12 Michael Wang wrote: >> On 11/09/2012 09:48 PM, Paweł Sikora wrote: >>> Hi, >>> >>> during playing with new ups i've caught an nice oops on reboot: >>> >>> http://imgbin.org/index.php?page=image=10253 >>> >>>

Re: [PATCH 2/3] iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().

2012-11-11 Thread Hiroshi Doyu
Cyril Roelandt wrote @ Sun, 11 Nov 2012 21:49:30 +0100: > Call to d_find_alias() needs a corresponding dput(). > > Signed-off-by: Cyril Roelandt > --- Thanks. Looks ok for me. Acked-by Hiroshi Doyu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 12:42 PM, Chris Ball wrote: > Hi, > > On Sun, Nov 11 2012, Tushar Behera wrote: >> Yes, I can do that. I did split it specifically so that we could drop >> any patches if required. >> >> I will wait for a word from Chris regarding what he prefers. > > I would want to merge one

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread R, Durgadoss
> -Original Message- > From: Zhang, Rui > Sent: Monday, November 12, 2012 12:03 PM > To: R, Durgadoss > Cc: Amit Kachhap; linux...@lists.linux-foundation.org; linux-samsung- > s...@vger.kernel.org; linux-kernel@vger.kernel.org; l...@kernel.org; linux- > a...@vger.kernel.org;

Re: [PATCH 2/2] drm: tegra: Add HDMI support

2012-11-11 Thread Thierry Reding
On Sun, Nov 11, 2012 at 03:46:44PM +0100, Daniel Vetter wrote: > On Sat, Nov 10, 2012 at 10:01:18PM +0100, Thierry Reding wrote: > > On Fri, Nov 09, 2012 at 05:00:54PM +0100, Christian König wrote: > > > On 09.11.2012 16:45, Rafał Miłecki wrote: > > > >2012/11/9 Thierry Reding : > > > >>+/* all

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Paweł Sikora
On Monday 12 of November 2012 11:04:12 Michael Wang wrote: > On 11/09/2012 09:48 PM, Paweł Sikora wrote: > > Hi, > > > > during playing with new ups i've caught an nice oops on reboot: > > > > http://imgbin.org/index.php?page=image=10253 > > > > probably the upstream is also affected. > > Hi,

Re: [PATCH] perf tools: Add gtk. config option for launching GTK browser

2012-11-11 Thread Pekka Enberg
On Mon, 12 Nov 2012, Namhyung Kim wrote: > From: Namhyung Kim > > Add config option for launching GTK browser for the specified command > by default. Currently only 'report' command is supported. > > Adding following line to the perfconfig file will have a same effect > of specifying --gtk

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Chris Ball
Hi, On Sun, Nov 11 2012, Tushar Behera wrote: > Yes, I can do that. I did split it specifically so that we could drop > any patches if required. > > I will wait for a word from Chris regarding what he prefers. I would want to merge one patch, but I'm afraid I don't generally want to merge

Re: [PATCH] Set bit 22 in the PL310 (cache controller) AuxCtlr register

2012-11-11 Thread Shiraz Hashim
On Fri, Nov 09, 2012 at 09:54:01AM +, Will Deacon wrote: > On Fri, Nov 09, 2012 at 04:01:52AM +, Shiraz Hashim wrote: > > From: Catalin Marinas > > > > Clearing bit 22 in the PL310 Auxiliary Control register (shared > > attribute override enable) has the side effect of transforming

[PATCH 2/2] pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_info

2012-11-11 Thread Axel Lin
They are not used, remove them. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-pxa3xx.c |2 -- drivers/pinctrl/pinctrl-pxa3xx.h |2 -- 2 files changed, 4 deletions(-) diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c b/drivers/pinctrl/pinctrl-pxa3xx.c index 43e3dd0..51f8a38 100644 ---

[PATCH 1/2] pinctrl: pxa3xx: Use devm_request_and_ioremap

2012-11-11 Thread Axel Lin
Use managed resources API to simplify the code. Also ensure we do request mem_region before ioremap. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-pxa3xx.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c

Re: [PATCH 2/3] fat: fix time updates for create and delete

2012-11-11 Thread Namjae Jeon
2012/11/12, OGAWA Hirofumi : > Namjae Jeon writes: > >> Correctly update modification and status change time in case of >> file/directory removal and creation. > > This changelog just explain "what", and it doesn't explain "why". Please > explain why we need this change. > > IIRC, timestamp

[PATCH] pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910

2012-11-11 Thread Axel Lin
These drivers do not need to select PINCONF. Signed-off-by: Axel Lin --- drivers/pinctrl/Kconfig |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 6d5a50b..1d61d89 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread Zhang Rui
On Sun, 2012-11-11 at 22:55 -0700, R, Durgadoss wrote: > Hi Amit/Rui, > > > -Original Message- > > From: Amit Kachhap [mailto:amit.kach...@linaro.org] > > Sent: Friday, November 09, 2012 11:52 AM > > To: Zhang, Rui > > Cc: linux...@lists.linux-foundation.org; linux-samsung- > >

[PATCH] ARM: select PINCTRL for ARCH_MMP

2012-11-11 Thread Axel Lin
This makes PINCTRL related config options visible. Otherwise there is no way to build pinctrl drivers for MMP2, PXA168 and PXA910. Signed-off-by: Axel Lin --- arch/arm/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 48eea16..24e9339

[GIT PULL] a LED fix for 3.7

2012-11-11 Thread Bryan Wu
Hi Linus, Please consider the following changes since commit 77b67063bb6bce6d475e910d3b886a606d0d91f7: Linux 3.7-rc5 (2012-11-11 13:44:33 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git fixes-for-3.7 for you to fetch

Re: [PATCH V5 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-11-11 Thread Zhang Rui
On Fri, 2012-11-09 at 19:29 +0800, hongbo.zhang wrote: > From: "hongbo.zhang" > > This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, > also adds the platform data to support the old fashion. > > Signed-off-by: hongbo.zhang > Reviewed-by: Viresh Kumar hmmm, who

Re: [PATCH 00/16 v3] f2fs: introduce flash-friendly file system

2012-11-11 Thread Vyacheslav Dubeyko
On Sun, 2012-11-11 at 20:42 +0900, Jaegeuk Kim wrote: > 2012-11-11 (일), 00:55 +0300, Vyacheslav Dubeyko: > > Hi, > > > > On Nov 10, 2012, at 9:33 PM, Martin Steigerwald wrote: > > > > [snip] > > > > > > merkaba:~> mkfs.f2fs /dev/sdb1 > > > Info: sector size = 512 > > > Info: total sectors =

Re: [PATCH 2/3] Input: spear-keyboard: Add clk_{un}prepare() support

2012-11-11 Thread Viresh Kumar
On 8 November 2012 19:10, Viresh Kumar wrote: > From: Vipul Kumar Samar > > clk_{un}prepare is mandatory for platforms using common clock framework. > Because > for SPEAr we don't do anything in clk_{un}prepare() calls, just call them ones > in probe/remove. > > Signed-off-by: Vipul Kumar Samar

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Huang Ying
On Sun, 2012-11-11 at 21:36 -0500, Alan Stern wrote: > On Mon, 12 Nov 2012, Huang Ying wrote: > > > > The first question: How should the PCI subsystem prevent the parents of > > > driverless VGA devices from being runtime suspended while userspace is > > > accessing them? > > > > I think

RE: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread R, Durgadoss
Hi Amit/Rui, > -Original Message- > From: Amit Kachhap [mailto:amit.kach...@linaro.org] > Sent: Friday, November 09, 2012 11:52 AM > To: Zhang, Rui > Cc: linux...@lists.linux-foundation.org; linux-samsung- > s...@vger.kernel.org; linux-kernel@vger.kernel.org; R, Durgadoss; >

linux-next: Tree for Nov 12

2012-11-11 Thread Stephen Rothwell
Hi all, Changes since 20121109: The v4l-dvb tree lost its build failure but gained another so I used the version from next-20121026. The pinctrl tree gained a conflict against the slave-dma tree. The akpm tree lost most of its build failures but I have still reverted a few patches. It also

Re: [PATCH 1/4] thermal: Add new thermal trend type to support quick cooling

2012-11-11 Thread Zhang Rui
On Fri, 2012-11-09 at 11:51 +0530, Amit Kachhap wrote: > On 9 November 2012 09:21, Zhang Rui wrote: > > On Thu, 2012-11-08 at 11:56 +0530, Amit Kachhap wrote: > >> On 8 November 2012 11:31, Zhang Rui wrote: > >> > On Thu, 2012-11-08 at 09:56 +0530, Amit Daniel Kachhap wrote: > >> >> This

[PATCH] perf tools: Fix compile error on NO_NEWT=1 build

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim CC builtin-annotate.o In file included from util/evsel.h:10:0, from util/evlist.h:8, from builtin-annotate.c:20: util/hist.h: In function ‘script_browse’: util/hist.h:198:45: error: unused parameter ‘script_opt’ [-Werror=unused-parameter]

Re: Bisected regression: iterate_fd() selinux change affects flash plugin

2012-11-11 Thread Pavel Roskin
Quoting Pavel Roskin : Hello, Al! I have noticed that Mozilla Firefox gets stuck for seconds or minutes on some sites, in particular on Facebook with Linux 3.7-rc1 and newer mainline kernels. Disabling flash plugin fixes the delays. This is a Fedora 17 system with SELinux enabled, on x86_64

Re: [PATCH] regulator: core: Update regulator_is_supported_voltage for fixed voltages

2012-11-11 Thread Tushar Behera
On 11/09/2012 10:39 PM, Mark Brown wrote: > On Fri, Nov 09, 2012 at 04:21:49PM +0530, Tushar Behera wrote: > >> In case of fixed regulators for which voltage cannot be changed, >> regulator_is_supported_voltage should return success only if the >> min_uV and max_uV parameters are same and it is

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Tushar Behera
On 11/12/2012 07:54 AM, Jaehoon Chung wrote: > Hi Tushar, > > Could you make one patch? Why do you separate patches? > Yes, I can do that. I did split it specifically so that we could drop any patches if required. I will wait for a word from Chris regarding what he prefers. > Best Regards, >

linux-next: manual merge of the akpm tree with the block tree

2012-11-11 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in drivers/memstick/core/ms_block.h between commit 0604fa04ccc7 ("memstick: add support for legacy memorysticks") that use to be in the block tree and commits "memstick: remove unused field from state struct", "memstick:

Re: [PATCH update 0/3] HW-latency: hardware latency test 0.10

2012-11-11 Thread Jon Masters
On 11/10/2012 09:48 PM, Luming Yu wrote: > Update the previous patch series to ACK all comments I've recevied so far > for the tool: e.g. 1.Acked Jon Masters in source code as many code are from > jcm, thanks very much Jon. 2. squashed all changes against new file I added > into > one. 3. Make

Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Michel, On Thu, 8 Nov 2012 20:30:47 -0800 Michel Lespinasse wrote: > > commit 1c98949798ce7a1d4a910775623e1830cf88a92c > Author: Michel Lespinasse > Date: Thu Nov 8 20:26:34 2012 -0800 > > fix mm: use vm_unmapped_area() on sparc32 architecture > > diff --git

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Andrew, On Thu, 8 Nov 2012 20:01:54 -0800 Andrew Morton wrote: > > oop, I fixed that but forgot to commit the changes, sorry. > > s/mm/current->mm/ I have applied this to the akpm tree today: From: Stephen Rothwell Date: Mon, 12 Nov 2012 10:51:18 +1100 Subject: [PATCH] mm: fix for

Re: [next:akpm 136/313] mm/mmap.c:1878:6: error: 'mm' undeclared

2012-11-11 Thread Stephen Rothwell
On Thu, 8 Nov 2012 22:21:50 -0800 Michel Lespinasse wrote: > > commit 34550b95185c1ecfa8882664744c14edda385868 > Author: Michel Lespinasse > Date: Thu Nov 8 22:14:34 2012 -0800 > > fix mm: augment vma rbtree with rb_subtree_gap > > diff --git a/mm/mmap.c b/mm/mmap.c > index

Re: [next:akpm 157/313] arch/tile/mm/hugetlbpage.c:256:20: error: 'mm' undeclared

2012-11-11 Thread Stephen Rothwell
On Thu, 8 Nov 2012 22:22:49 -0800 Michel Lespinasse wrote: > > commit 86234092170b43771c3f6257cb320ff6e2c10c52 > Author: Michel Lespinasse > Date: Thu Nov 8 22:13:58 2012 -0800 > > fix mm: use vm_unmapped_area() in hugetlbfs on tile architecture > > diff --git

Re: [RFC PATCH 0/3] acpi: Introduce prepare_remove device operation

2012-11-11 Thread Wen Congyang
At 11/09/2012 02:29 AM, Vasilis Liaskovitis Wrote: > As discussed in > https://patchwork.kernel.org/patch/1581581/ > the driver core remove function needs to always succeed. This means we need > to know that the device can be successfully removed before acpi_bus_trim / >

Re: linux-next: manual merge of the pinctrl tree with the slave-dma tree

2012-11-11 Thread Viresh Kumar
On 12 November 2012 08:45, Stephen Rothwell wrote: > Hi Linus, > > Today's linux-next merge of the pinctrl tree got a conflict in > arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM: > SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and > commit >

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-11 Thread Viresh Kumar
On 12 November 2012 01:12, Rob Herring wrote: > On 11/11/2012 11:27 AM, Viresh Kumar wrote: >> On 11 November 2012 19:42, Rob Herring wrote: >>> On 11/06/2012 10:22 PM, viresh kumar wrote: >> cluster0: cluster@0 { + data1 = <0x50 0x60 0x70>; +

linux-next: manual merge of the pinctrl tree with the slave-dma tree

2012-11-11 Thread Stephen Rothwell
Hi Linus, Today's linux-next merge of the pinctrl tree got a conflict in arch/arm/boot/dts/spear1340.dtsi between commit b47394911c26 ("ARM: SPEAr13xx: Pass DW DMAC platform data from DT") from the slave-dma tree and commit 4ddb1c295752 ("ARM: SPEAr: Add plgpio node in device tree dtsi files")

Re: [PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, David Miller wrote: > > Please post the entire series again when making updates to any of > the patches, thank you. > Will do. Thanks Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [RFC PATCH 2/3] sched: power aware load balance,

2012-11-11 Thread Alex Shi
On 11/12/2012 02:49 AM, Preeti Murthy wrote: > Hi Alex > I apologise for the delay in replying . That's all right. I often also busy on other Intel tasks and have no time to look at LKML. :) > > On Wed, Nov 7, 2012 at 6:57 PM, Alex Shi wrote: >> On 11/07/2012 12:37 PM, Preeti Murthy wrote: >>>

Re: [PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread David Miller
Please post the entire series again when making updates to any of the patches, thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)

2012-11-11 Thread Michael Wang
On 11/09/2012 09:48 PM, Paweł Sikora wrote: > Hi, > > during playing with new ups i've caught an nice oops on reboot: > > http://imgbin.org/index.php?page=image=10253 > > probably the upstream is also affected. Hi, Paweł Are you using a clean 3.6.6 without any modify? Looks like some threads

[PATCH v2 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
Populating the inner header pointers of skb for ipgre This patch has been compile-tested only. v2 Makes sure that checksumming does not take place if the offload flag is set in the skb's netdev features Signed-off-by: Joseph Gasparakis Signed-off-by: Peter P Waskiewicz Jr ---

[PATCH] perf tools: Add gtk. config option for launching GTK browser

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim Add config option for launching GTK browser for the specified command by default. Currently only 'report' command is supported. Adding following line to the perfconfig file will have a same effect of specifying --gtk option on command line (unless other related options are

Re: acked-by meaning

2012-11-11 Thread Randy Dunlap
On 11/11/2012 05:40 PM, Thiago Farina wrote: > Hi, > > What is the meaning of 'Acked-by:' line? Is the same of LGTM? How it > differs from 'Reviewed-by:'? Reviewed-by: is stronger than Acked-by:. If someone replies with Reviewed-by, they also accept some responsibility for fixing any problems

Re: Is this a kernel bug?

2012-11-11 Thread Cyberman Wu
On Fri, Nov 9, 2012 at 9:11 AM, Tejun Heo wrote: > Hello, > > On Fri, Nov 09, 2012 at 08:53:49AM +0800, Cyberman Wu wrote: >> A lot of these message on many CPU: > > What I'm really curious about is the *first* exception. > > Is the following the first one? Some lines (why the stackdump is >

Re: Auto reboot when CPU at full load with X86_ACPI_CPUFREQ

2012-11-11 Thread Drunkard Zhang
2012/11/12 Pavel Machek : > Hi! > >> I'm using Intel Xeon X5570 x2 with Asus Z8PE-D18, and experiencing >> auto reboot when CPU full loaded for minutes, like building kernel >> with "make -j17". After a lot of bisecting of config file, I found the >> option leads to the reboot: X86_ACPI_CPUFREQ,

Re: [PATCH 10/21] perf hists: Introduce hists__link

2012-11-11 Thread Namhyung Kim
On Fri, 9 Nov 2012 18:42:59 -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > That given two hists will find the hist_entries (buckets) in the second > hists that are for the same bucket in the first and link them, then it > will look for all buckets in the second that

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Alan Stern
On Mon, 12 Nov 2012, Huang Ying wrote: > > The first question: How should the PCI subsystem prevent the parents of > > driverless VGA devices from being runtime suspended while userspace is > > accessing them? > > I think Rafael's patch is good for that. But his patch isn't needed if we make

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Jaehoon Chung
Hi Tushar, Could you make one patch? Why do you separate patches? Best Regards, Jaehoon Chung On 11/09/2012 08:39 PM, Tushar Behera wrote: > Documents/CodingStyle Chapter 3 recommends usage of braces for both > if and else statements if any of the branches contains multiple > statements. > >

Re: [GIT PULL 00/21] perf/core improvements and fixes

2012-11-11 Thread Namhyung Kim
Hi Arnaldo, On Fri, 9 Nov 2012 18:42:49 -0300, Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling. > > - Arnaldo > > The following changes since commit 8dfec403e39b7c37fd6e8813bacc01da1e1210ab: > > perf tests: Removing 'optional' field (2012-11-05 14:03:59 -0300) > >

Re: [PATCH v3 7/9] trace: use this_cpu_ptr per-cpu helper

2012-11-11 Thread Shan Wei
Christoph Lameter said, at 2012/11/10 4:15: > On Fri, 9 Nov 2012, Shan Wei wrote: > >> -return buffer->buffer; >> +return (char *)this_cpu_ptr(_buffer->buffer); >> } > > Add a comment to explain the cast? typeof() is a pointer to array of 1024 char, or char (*)[1024]. But, typeof([0])

[PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-11 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin Acked-by: Shawn Guo --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig

[PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF

2012-11-11 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}. This simplifies the dependency. Signed-off-by: Axel Lin --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index

Re: [PATCH v3 3/9] net: xfrm: use __this_cpu_read per-cpu helper

2012-11-11 Thread Shan Wei
Christoph Lameter said, at 2012/11/10 4:12: > On Fri, 9 Nov 2012, Shan Wei wrote: > >> v3 fix compile warning: >> net/xfrm/xfrm_ipcomp.c: In function 'ipcomp_alloc_tfms': >> net/xfrm/xfrm_ipcomp.c:285: warning: assignment from incompatible pointer >> type > > Why exactly is the pointer type not

Re: [RFC] dt/platform: Use cell-index for device naming if available

2012-11-11 Thread Stepan Moskovchenko
> On Sun, Nov 11, 2012 at 2:32 AM, Rob Herring > wrote: >> On 11/09/2012 06:48 PM, Stepan Moskovchenko wrote: >>> Use the cell-index property to construct names for platform >>> devices, falling back on the existing scheme of using the >>> device register address if cell-index is not specified.

Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, Dmitry Kravkov wrote: > On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: > > > > if (skb->ip_summed == CHECKSUM_PARTIAL && > > skb_checksum_help(skb)) > > @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff > > *skb, struct

[PATCH] nfs: Fix wrong slab cache in nfs_commit_mempool

2012-11-11 Thread ycnian
From: Yanchuan Nian The slab cache in nfs_commit_mempool is wrong, and I think it is just a slip. I tested it on a x86-32 machine, the size of nfs_write_header is 544, and the size of nfs_commit_data is 408, so it works fine. It is also true that sizeof(struct nfs_write_header) > sizeof(struct

Re: [PATCH 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-11 Thread Shawn Guo
On Sun, Nov 11, 2012 at 10:22:42AM +0800, Axel Lin wrote: > Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. > This simplifies the dependency. > > Signed-off-by: Axel Lin > --- > drivers/pinctrl/Kconfig |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > >

Re: scsi target, likely GPL violation

2012-11-11 Thread Douglas Gilbert
On 12-11-11 04:34 AM, James Bottomley wrote: On Wed, 2012-11-07 at 08:50 -0800, Andy Grover wrote: Nick, Your company appears to be shipping kernel features in RTS OS that are not made available under the GPL, specifically support for the EXTENDED_COPY and COMPARE_AND_WRITE SCSI commands, in

Re: [BUGFIX] PM: Fix active child counting when disabled and forbidden

2012-11-11 Thread Huang Ying
On Fri, 2012-11-09 at 11:41 -0500, Alan Stern wrote: > On Fri, 9 Nov 2012, Huang Ying wrote: > > > On Thu, 2012-11-08 at 12:07 -0500, Alan Stern wrote: > > > On Thu, 8 Nov 2012, Rafael J. Wysocki wrote: > > > > > > > > > > is it a good idea to allow to set device state to SUSPENDED if > > > > >

linux-next: build failure after merge of the v4l-dvb tree

2012-11-11 Thread Stephen Rothwell
Hi Mauro, After merging the v4l-dvb tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined! ERROR: "sms_ir_event" [drivers/media/common/siano/smsmdtv.ko] undefined! ERROR: "sms_ir_init"

Re: [PATCH] mfd/DA9055: Remove Unicode Byte Order Marks

2012-11-11 Thread Samuel Ortiz
Hi Geert, On Mon, Oct 15, 2012 at 10:44:45PM +0200, Geert Uytterhoeven wrote: > Older gcc (< 4.4) doesn't like files starting with Unicode BOMs: > > include/linux/mfd/da9055/core.h:1: error: stray ‘\357’ in program > include/linux/mfd/da9055/core.h:1: error: stray ‘\273’ in program >

Re: [PATCH v7 0/3] Add modules to support realtek PCIE card reader

2012-11-11 Thread Samuel Ortiz
Hi Chris, On Fri, Nov 09, 2012 at 10:34:48AM -0500, Chris Ball wrote: > Hi, > > On Fri, Nov 09 2012, wwang wrote: > > I have noticed that the file rtsx_pci_sdmmc.c in your mmc-next branch > > is still v6 patch. In v7 patch, this MMC part has also been modified > > to comply with my MFD portion.

RE: [PATCH] USB: XHCI: xhci-ring: Remove unused dma address calculation in inc_enq and inc_deq function

2012-11-11 Thread Yuhong Bao
> It looks like your mail client attempted to line wrap it. You might > want to use mutt, thunderbird, or maybe even the plain text gmail > interface to resend this. If anyone is using Outlook, see this: https://lkml.org/lkml/2011/1/25/587 Yuhong Bao-- To

Re: [PATCH 0/8] mfd: Batch together MFD related patches

2012-11-11 Thread Samuel Ortiz
Hi Lee, On Mon, Nov 05, 2012 at 04:10:28PM +0100, Lee Jones wrote: > Hi Sam, > > I know you've been busy giving NFC presentations at ELC, but ... :) > > All these patches have been on the list in various other patch-sets > for some time and have been reviewed by some key people already. All >

[BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu

2012-11-11 Thread Matthew Thode
System boots with vt-d disabled in bios. Otherwise I get the errors in the attached log. I can do whatever testing you need as this system is not in production yet. gonna paste the important part here. Let me know if you want anything else. Please CC me directly as I am not subscribed to the

Re: 3.7.0-rc4 build failure on alpha: MPILIB

2012-11-11 Thread Bob Tracy
On Mon, Nov 05, 2012 at 07:53:13AM -0600, Bob Tracy wrote: > With digital signature verification support (SIGNATURE, MPILIB) enabled > on the Alpha platform, I get the following during the MODPOST section of > the build: > > ERROR: "__udiv_qrnnd" [lib/mpi/mpi.ko] undefined! > > Current compiler

[PATCH v2] dmatest: Fix NULL pointer dereference on ioat

2012-11-11 Thread Jon Mason
device_control is an optional and not implemented in all DMA drivers. Any calls to these will result in a NULL pointer dereference. dmatest makes two of these calls when completing the kernel thread and removing the module. These are corrected by calling the dmaengine_device_control wrapper and

Re: scsi target, likely GPL violation

2012-11-11 Thread Dave Airlie
On Mon, Nov 12, 2012 at 8:41 AM, Julian Calaby wrote: > Hi Lawrence, > > On Mon, Nov 12, 2012 at 9:13 AM, Lawrence Rosen wrote: >> Alan Cox wrote: >>> So either your work is truely not derivative of the kernel (which I find >>> wildly improbable) or you have a problem and since you are aware >>>

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

2012-11-11 Thread Chas Williams (CONTRACTOR)
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 #8, adding the 'need_wakeup' flag. Which we might >as well merge into (the

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

2012-11-11 Thread Chas Williams (CONTRACTOR)
In message <2012110437.ga25...@shrek.podlesie.net>,Krzysztof Mazur writes: >Any race with testing vcc flags is probably not really important >because: > - vcc_release_async() does not take any lock so this check > will be always racy so we are probably allowed to send >

Re: [PATCH] USB: mos7840: remove unused variable

2012-11-11 Thread Ben Hutchings
On Thu, 2012-11-08 at 18:28 +0100, Johan Hovold wrote: > Fix warning about unused variable introduced by commit e681b66f2e19fa > ("USB: mos7840: remove invalid disconnect handling") upstream. > > A subsequent fix which removed the disconnect function got rid of the > warning but that one was only

linux-next: comment on the mips tree

2012-11-11 Thread Stephen Rothwell
Hi Ralf, After fetching the mips tree today I had a look at the changes (as I often do when I fetch all trees) and noticed that today's changes are to add 6 new patches to your mips-for-linux-next branch and then to merge another branch (current/for-linus) that contains only those same six

Re: scsi target, likely GPL violation

2012-11-11 Thread Julian Calaby
Hi Lawrence, On Mon, Nov 12, 2012 at 9:13 AM, Lawrence Rosen wrote: > Alan Cox wrote: >> So either your work is truely not derivative of the kernel (which I find >> wildly improbable) or you have a problem and since you are aware >> of the complaints publically I guess probably a triple damages

Re: [PATCH 1/1] r8169: Removed unused macros from r8169.c

2012-11-11 Thread Francois Romieu
Dayanidhi Sreenivasan : [...] I have fixed the conflict with the driver in net-next due to removal of the SafeMtu #define and pushed the result in branch davem-next.r8169 at git://violet.fr.zoreil.com/romieu/linux Next time you send a patch, please specify the branch it should apply to and

Re: [PATCH] vmxnet3: convert BUG_ON(true) into a simple BUG()

2012-11-11 Thread Ryan Mallon
On 09/11/12 07:23, Sasha Levin wrote: > Signed-off-by: Sasha Levin > --- > drivers/net/vmxnet3/vmxnet3_drv.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c > b/drivers/net/vmxnet3/vmxnet3_drv.c > index 0ae1bcc..7e9622f 100644 > ---

RE: scsi target, likely GPL violation

2012-11-11 Thread Lawrence Rosen
Alan Cox wrote: > So either your work is truely not derivative of the kernel (which I find > wildly improbable) or you have a problem and since you are aware > of the complaints publically I guess probably a triple damages sized > problem. But that's one for your lawyers and whatever opinion

Re: [PATCH] dmatest: Fix NULL pointer dereference on ioat

2012-11-11 Thread Jon Mason
On Sat, Nov 10, 2012 at 09:00:15AM +0530, viresh kumar wrote: > On Sat, Nov 10, 2012 at 2:27 AM, Jon Mason wrote: > > device_control is an optional and not implemented in all DMA drivers. > > Any calls to these will result in a NULL pointer dereference. dmatest > > makes two of these calls when

Re: [PATCH 0/6] VSOCK for Linux upstreaming

2012-11-11 Thread Sasha Levin
On 11/05/2012 01:32 PM, George Zhang wrote: > Sasha, > There is a 'brief' implementation notes aboutVSOCK protocol family > in af_vsock.c. More about user space layer socket programming is from > VMCI Socket Programming Guide. (remove crosst...@vmware.com for email > bouncing). > thanks, > George

[PATCH] snd-ice1712: enable suspend on unknown ICE1724 cards

2012-11-11 Thread Ondrej Zary
Assume that unknown ICE1724-based cards are AC97-only that can suspend without any additional card-specific code. This fixes suspend on Gainward Hollywood@Home 7.1. Signed-off-by: Ondrej Zary --- sound/pci/ice1712/ice1724.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

Re: Auto reboot when CPU at full load with X86_ACPI_CPUFREQ

2012-11-11 Thread Pavel Machek
Hi! > I'm using Intel Xeon X5570 x2 with Asus Z8PE-D18, and experiencing > auto reboot when CPU full loaded for minutes, like building kernel > with "make -j17". After a lot of bisecting of config file, I found the > option leads to the reboot: X86_ACPI_CPUFREQ, both configed > X86_ACPI_CPUFREQ

[PATCH 1/3] Coccinelle: Add api/d_find_alias.cocci.

2012-11-11 Thread Cyril Roelandt
Ensure that calls to d_find_alias() have a corresponding dput(). Signed-off-by: Cyril Roelandt --- scripts/coccinelle/api/d_find_alias.cocci | 80 + 1 file changed, 80 insertions(+) create mode 100644 scripts/coccinelle/api/d_find_alias.cocci diff --git

[PATCH 2/3] iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().

2012-11-11 Thread Cyril Roelandt
Call to d_find_alias() needs a corresponding dput(). Signed-off-by: Cyril Roelandt --- drivers/iommu/tegra-smmu.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index 4167863..4252d74 100644 --- a/drivers/iommu/tegra-smmu.c +++

[PATCH 3/3] ceph: fix dentry reference leak in ceph_encode_fh().

2012-11-11 Thread Cyril Roelandt
dput() was not called in the error path. Signed-off-by: Cyril Roelandt --- fs/ceph/export.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/ceph/export.c b/fs/ceph/export.c index 9349bb3..ca3ab3f 100644 --- a/fs/ceph/export.c +++ b/fs/ceph/export.c @@ -56,13 +56,15

[PATCH 0/3] Use dput() after d_find_alias().

2012-11-11 Thread Cyril Roelandt
Hello, A call to d_find_alias() needs a corresponding call to dput() in order to avoid resource leaks. The first patch is a Coccinelle scripts that looks for missing calls to dput(). The other two patches add calls to dput() where needed. WBR, Cyril Roelandt. -- To unsubscribe from this list:

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

2012-11-11 Thread David Woodhouse
On Sun, 2012-11-11 at 19:49 +0100, Krzysztof Mazur wrote: > > In pppoatm_devppp_ioctl() we also don't have sk->sk_lock.slock lock. > In original patch synchronization was trivial because callback > from socket lock is used. > > I also though about sharing word with encaps enum - encaps needs

Re: [RFC] Device Tree Overlays Proposal (Was Re: capebus moving omap_devices to mach-omap2)

2012-11-11 Thread Rob Landley
On 11/09/2012 10:28:59 AM, Grant Likely wrote: On Tue, Nov 6, 2012 at 10:37 PM, Stephen Warren wrote: > On 11/05/2012 01:40 PM, Grant Likely wrote: I'm not actually opposed to it, but it needs to be done in an elegant way. The DT data model already imposes more of a conceptual

Re: [RFC] perf: need to expose sched_clock to correlate user samples with kernel samples

2012-11-11 Thread Stephane Eranian
On Sat, Nov 10, 2012 at 3:04 AM, John Stultz wrote: > On 10/16/2012 10:23 AM, Peter Zijlstra wrote: >> >> On Tue, 2012-10-16 at 12:13 +0200, Stephane Eranian wrote: >>> >>> Hi, >>> >>> There are many situations where we want to correlate events happening at >>> the user level with samples

[PATCH v4] drivers/tty: Folding Android's keyreset driver in sysRQ

2012-11-11 Thread mathieu . poirier
From: "Mathieu J. Poirier" This patch adds keyreset functionality to the sysrq driver. It allows certain button/key combinations to be used in order to trigger device resets. The first time the key-combo is detected a work function that syncs the filesystems is scheduled and the kernel

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-11 Thread Rob Herring
On 11/11/2012 11:27 AM, Viresh Kumar wrote: > On 11 November 2012 19:42, Rob Herring wrote: >> On 11/06/2012 10:22 PM, viresh kumar wrote: > >>> cluster0: cluster@0 { >>> + data1 = <0x50 0x60 0x70>; >>> + data2 = <0x5000 0x6000 0x7000>;

[PATCH] MTD: use SQUASHFS_MAGIC from uapi/linux/magic.h

2012-11-11 Thread Luka Perkov
Signed-off-by: Luka Perkov --- drivers/mtd/ar7part.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/ar7part.c b/drivers/mtd/ar7part.c index 9453931..7c057a0 100644 --- a/drivers/mtd/ar7part.c +++ b/drivers/mtd/ar7part.c @@ -26,19 +26,16 @@ #include

Re: [PATCH v11 7/7] mm: add vm event counters for balloon pages compaction

2012-11-11 Thread Rafael Aquini
On Sat, Nov 10, 2012 at 05:55:38PM +0200, Michael S. Tsirkin wrote: > > mutex_unlock(>balloon_lock); > > + balloon_event_count(COMPACTBALLOONMIGRATED); > > > > return MIGRATEPAGE_BALLOON_SUCCESS; > > } > > Looks like any ballon would need to do this. > Can this chunk go into caller

Re: [PATCH v12 0/7] make balloon pages movable by compaction

2012-11-11 Thread Rafael Aquini
On Sun, Nov 11, 2012 at 05:01:13PM -0200, Rafael Aquini wrote: > Change log: > v12: > * Address last suggestions on sorting the barriers usage out (Mel > Gorman); > * Fix reported build breakages for CONFIG_BALLOON_COMPACTION=n (Andrew > Morton); > * Enhance commentary on the locking

Re: [PATCH] pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error paths

2012-11-11 Thread Linus Walleij
On Sat, Nov 10, 2012 at 2:53 PM, Axel Lin wrote: > Currently pinmux_enable_setting does not release all taken pins if > ops->enable() returns error. This patch ensures all taken pins are > released in any error paths. > > Signed-off-by: Axel Lin Thanks a *lot* that's a pretty important fix

[PATCH v12 6/7] mm: introduce putback_movable_pages()

2012-11-11 Thread Rafael Aquini
The PATCH "mm: introduce compaction and migration for virtio ballooned pages" hacks around putback_lru_pages() in order to allow ballooned pages to be re-inserted on balloon page list as if a ballooned page was like a LRU page. As ballooned pages are not legitimate LRU pages, this patch

[PATCH v12 2/7] mm: redefine address_space.assoc_mapping

2012-11-11 Thread Rafael Aquini
This patch overhauls struct address_space.assoc_mapping renaming it to address_space.private_data and its type is redefined to void*. By this approach we consistently name the .private_* elements from struct address_space as well as allow extended usage for address_space association with other

  1   2   3   4   5   >