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 net_device *dev

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 robherri...@gmail.com 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

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 compatible?

[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 axel@ingics.com --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig

[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 axel@ingics.com Acked-by: Shawn Guo shawn@linaro.org --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

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(percpu_buffer-buffer); } Add a comment to explain the cast? typeof(buffer) is a pointer to array of 1024 char, or char (*)[1024]. But,

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) are

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: [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 these

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 a...@redhat.com 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

Re: Auto reboot when CPU at full load with X86_ACPI_CPUFREQ

2012-11-11 Thread Drunkard Zhang
2012/11/12 Pavel Machek pa...@ucw.cz: 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: Is this a kernel bug?

2012-11-11 Thread Cyberman Wu
On Fri, Nov 9, 2012 at 9:11 AM, Tejun Heo t...@kernel.org 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: 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 that

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

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com 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

[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 joseph.gaspara...@intel.com Signed-off-by: Peter P

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=imageid=10253 probably the upstream is also affected. Hi, Paweł Are you using a clean 3.6.6 without any modify? Looks like some threads has

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: [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 alex@intel.com wrote: On 11/07/2012 12:37 PM, Preeti Murthy

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 More

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) from

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 robherri...@gmail.com wrote: On 11/11/2012 11:27 AM, Viresh Kumar wrote: On 11 November 2012 19:42, Rob Herring robherri...@gmail.com wrote: On 11/06/2012 10:22 PM, viresh kumar wrote: cluster0: cluster@0 { + data1

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 s...@canb.auug.org.au 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

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 / acpi_bus_hot_remove_device are

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 wal...@google.com wrote: commit 34550b95185c1ecfa8882664744c14edda385868 Author: Michel Lespinasse wal...@google.com Date: Thu Nov 8 22:14:34 2012 -0800 fix mm: augment vma rbtree with rb_subtree_gap diff --git a/mm/mmap.c

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 wal...@google.com wrote: commit 86234092170b43771c3f6257cb320ff6e2c10c52 Author: Michel Lespinasse wal...@google.com Date: Thu Nov 8 22:13:58 2012 -0800 fix mm: use vm_unmapped_area() in hugetlbfs on tile 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 a...@linux-foundation.org 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 s...@canb.auug.org.au Date: Mon, 12 Nov 2012

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 wal...@google.com wrote: commit 1c98949798ce7a1d4a910775623e1830cf88a92c Author: Michel Lespinasse wal...@google.com Date: Thu Nov 8 20:26:34 2012 -0800 fix mm: use vm_unmapped_area() on sparc32 architecture diff --git

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 it

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: ms_block: fix

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,

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 equal to

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

2012-11-11 Thread Pavel Roskin
Quoting Pavel Roskin pro...@gnu.org: 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

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

2012-11-11 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com 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’

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 rui.zh...@intel.com wrote: On Thu, 2012-11-08 at 11:56 +0530, Amit Kachhap wrote: On 8 November 2012 11:31, Zhang Rui rui.zh...@intel.com wrote: On Thu, 2012-11-08 at 09:56 +0530, Amit Daniel Kachhap

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: [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 Rafael's patch is

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; l...@kernel.org;

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 viresh.ku...@linaro.org wrote: From: Vipul Kumar Samar vipulkumar.sa...@st.com 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

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 = 4093951 (in 512bytes)

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 hongbo.zh...@linaro.com 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 hongbo.zh...@linaro.com

[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

[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 axel@ingics.com --- arch/arm/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

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- s...@vger.kernel.org;

[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 axel@ingics.com --- 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 +++

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

2012-11-11 Thread Namjae Jeon
2012/11/12, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com 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

[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 axel@ingics.com --- drivers/pinctrl/pinctrl-pxa3xx.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-pxa3xx.c

[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 axel@ingics.com --- 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

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 catalin.mari...@arm.com Clearing bit 22 in the PL310 Auxiliary Control register (shared attribute override enable) has the side effect of

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 changes

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

2012-11-11 Thread Pekka Enberg
On Mon, 12 Nov 2012, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com 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

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=imageid=10253 probably the upstream is also affected. Hi, Paweł Are

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

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 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 patch, but I'm

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 tipec...@gmail.com wrote @ Sun, 11 Nov 2012 21:49:30 +0100: Call to d_find_alias() needs a corresponding dput(). Signed-off-by: Cyril Roelandt tipec...@gmail.com --- Thanks. Looks ok for me. Acked-by Hiroshi Doyu hd...@nvidia.com -- To unsubscribe from this list: send the

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=imageid=10253 probably the upstream is

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

2012-11-11 Thread Rusty Russell
Rafael Aquini aqu...@redhat.com 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,

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 merge one

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

2012-11-11 Thread OGAWA Hirofumi
Namjae Jeon linkinj...@gmail.com writes: 2012/11/12, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com 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

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

2012-11-11 Thread OGAWA Hirofumi
OGAWA Hirofumi hirof...@mail.parknet.co.jp writes: Namjae Jeon linkinj...@gmail.com writes: 2012/11/12, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com writes: Correctly update modification and status change time in case of file/directory removal and creation.

<    1   2   3   4   5