[PATCH 1/2] Remove struct CsrThread

2012-10-23 Thread SeongJae Park
Nobody use struct CsrThread. So, remove it. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext_types.h |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr/csr_framework_ext_types.h

[PATCH 2/2] Remove CsrThreadHandle

2012-10-23 Thread SeongJae Park
CsrThreadHandle is typedef of struct CsrThread. Some functions in csr_framework_ext.h use it as parameter. But, nobody call them. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_framework_ext.h | 49 -

Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-23 Thread Eric Dumazet
On Tue, 2012-10-23 at 05:38 +, Jongman Heo wrote: Hmm, I've just met the issue, with the commit 5640f768 reverted. It seems that the issue does not always happen. So, my bisection may not be correct. At this moment, I don't have enough time to do bisection again.. Regards. What

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-23 Thread Cyrill Gorcunov
On Mon, Oct 22, 2012 at 02:51:58PM -0700, Andrew Morton wrote: ... + __seq_show_vmflag(VM_DONTEXPAND,de ); + __seq_show_vmflag(VM_ACCOUNT, ac ); + __seq_show_vmflag(VM_NORESERVE, nr ); + __seq_show_vmflag(VM_HUGETLB, ht ); + __seq_show_vmflag(VM_NONLINEAR, nl ); +

Re: [PATCH] thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE

2012-10-23 Thread Amit Kachhap
On 22 October 2012 16:49, Jonghwan Choi jhbird.c...@samsung.com wrote: exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com --- drivers/thermal/exynos_thermal.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH for-v3.7 2/2] slub: optimize kmalloc* inlining for GFP_DMA

2012-10-23 Thread Eric Dumazet
On Tue, 2012-10-23 at 11:29 +0900, JoonSoo Kim wrote: 2012/10/22 Christoph Lameter c...@linux.com: On Sun, 21 Oct 2012, Joonsoo Kim wrote: kmalloc() and kmalloc_node() of the SLUB isn't inlined when @flags = __GFP_DMA. This patch optimize this case, so when @flags = __GFP_DMA, it

[PATCH 0/4] MIPS: Loongson1B: enable common clock infrastructure

2012-10-23 Thread Kelvin Cheung
These patches enable common clock infrastructure of Loongson1, and include other minor fixes. Kelvin Cheung (4): MIPS: Loongson1B: use common clock infrastructure instead of private APIs MIPS: Loongson1B: improve ls1x_serial_setup() MIPS: Loongson1B: Update stmmac_mdio_bus_data

[PATCH 1/4] MIPS: Loongson1B: use common clock infrastructure instead of private APIs

2012-10-23 Thread Kelvin Cheung
Use common clock infrastructure instead of private APIs. 1. Enable COMMON_CLK in the Kconfig. 2. Remove private clock APIs, which are replaced by the code in drivers/clk/clk-ls1x.c. 3. Modify header file for drivers/clk/clk-ls1x.c. Signed-off-by: Kelvin Cheung keguang.zh...@gmail.com ---

[PATCH 2/4] MIPS: Loongson1B: improve ls1x_serial_setup()

2012-10-23 Thread Kelvin Cheung
Improve ls1x_serial_setup(). Signed-off-by: Kelvin Cheung keguang.zh...@gmail.com --- arch/mips/include/asm/mach-loongson1/platform.h |2 +- arch/mips/loongson1/common/platform.c |9 + arch/mips/loongson1/ls1b/board.c|5 + 3 files changed, 7

[PATCH 3/4] MIPS: Loongson1B: Update stmmac_mdio_bus_data

2012-10-23 Thread Kelvin Cheung
Update stmmac_mdio_bus_data accordingly due to the upstream change. Signed-off-by: Kelvin Cheung keguang.zh...@gmail.com --- arch/mips/loongson1/common/platform.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/mips/loongson1/common/platform.c

[PATCH 4/4] MIPS: Loongson1B: Fix a typo

2012-10-23 Thread Kelvin Cheung
Fix a typo in the code. Signed-off-by: Kelvin Cheung keguang.zh...@gmail.com --- arch/mips/loongson1/common/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/loongson1/common/clock.c b/arch/mips/loongson1/common/clock.c index 7db0a6a..07133de 100644 ---

drm i915 hangs on heavy io load

2012-10-23 Thread Norbert Preining
Hi everyone, (please Cc) I am running 3.7-rc2 and got recently hit a few times (under rc1, too) by hanging drm i915 while doing large io operations. The efect in the dmesg: [13193.297751] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [13193.297758] [drm] capturing error

[PATCH 1/2]staging: ehci-w90x900 Fix typos.

2012-10-23 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes a typo in staging: ehci-w90x900 drivers/usb/host/ehci-w90x900.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2]staging: winbond Fix typos.

2012-10-23 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com Signed-off-by: Justin P. Mattock justinmatt...@gmail.com --- The below patch fixes a typo in staging: winbond drivers/staging/winbond/mds.c |2 +- drivers/staging/winbond/wbhal.h |4 ++-- 2 files changed, 3 insertions(+), 3

Re: [PATCH] arm: dts: omap4-sdp: pinmux configuration for keypad

2012-10-23 Thread Sourav
Hi Tony, On Monday 22 October 2012 09:49 PM, Tony Lindgren wrote: * Sourav Poddar sourav.pod...@ti.com [121022 00:30]: --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -194,6 +194,27 @@ 0xbc 0x100 /* abe_mcbsp2_fsx.abe_mcbsp2_fsx INPUT

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 10:13:41 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: On Mon, Oct 22, 2012 at 02:51:58PM -0700, Andrew Morton wrote: ... + __seq_show_vmflag(VM_DONTEXPAND,de ); + __seq_show_vmflag(VM_ACCOUNT, ac ); + __seq_show_vmflag(VM_NORESERVE, nr ); +

RE: [PATCH 02/16 v2] f2fs: add on-disk layout

2012-10-23 Thread Jaegeuk Kim
-Original Message- From: NeilBrown [mailto:ne...@suse.de] Sent: Tuesday, October 23, 2012 12:47 PM To: Jaegeuk Kim Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; gre...@linuxfoundation.org; v...@zeniv.linux.org.uk; a...@arndb.de; ty...@mit.edu;

Re: [PATCH v4 10/10] thp: implement refcounting for huge zero page

2012-10-23 Thread Kirill A. Shutemov
On Fri, Oct 19, 2012 at 02:59:41AM +0300, Kirill A. Shutemov wrote: On Thu, Oct 18, 2012 at 04:45:02PM -0700, Andrew Morton wrote: On Mon, 15 Oct 2012 09:00:59 +0300 Kirill A. Shutemov kirill.shute...@linux.intel.com wrote: H. Peter Anvin doesn't like huge zero page which sticks in

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-23 Thread Cyrill Gorcunov
On Mon, Oct 22, 2012 at 11:30:25PM -0700, Andrew Morton wrote: ... Yup, but not only that, this kind of trick hides associativity between VM_ constant and mnemonic, so on changes one would have to figure out which position some flag has in this foo[] array, so I vote for not use it :-)

Re: [Intel-gfx] drm_kms_helper problems

2012-10-23 Thread Bruno Prémont
On Mon, 22 Oct 2012 17:54:26 Mark Hounschell wrote: Another interesting thing. I changed the boot file to only video=HDMI-A-1:e and the monitor on the DVI port complains about the resolution being to high. I then put the hdmi cable onto my dvi/hdmi adapter and plug it into the DVI port and

Re: [PATCH] vlan: set sysfs device_type to 'vlan'

2012-10-23 Thread David Miller
From: Doug Goldstein car...@cardoe.com Date: Mon, 22 Oct 2012 00:53:57 -0500 Sets the sysfs device_type to 'vlan' for udev. This makes it easier for applications that query network information via udev to identify vlans instead of using strrchr(). Signed-off-by: Doug Goldstein

[PATCH v2 net-next 2/2] r8169: update the settings for RTL8111G

2012-10-23 Thread Hayes Wang
Update the parameters of RTL8111G Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/ethernet/realtek/r8169.c | 118 ++- 1 file changed, 101 insertions(+), 17 deletions(-) diff --git a/drivers/net/ethernet/realtek/r8169.c

[PATCH v2 net-next 1/2] r8169: enable ALDPS for power saving

2012-10-23 Thread Hayes Wang
Enable ALDPS function to save power when link down. Note that the feature should be set after the other PHY settings. And the firmware is necessary. Don't enable it without loading the firmware. Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/ethernet/realtek/r8169.c | 62

Re: [PATCH v4 10/10] thp: implement refcounting for huge zero page

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 09:35:32 +0300 Kirill A. Shutemov kir...@shutemov.name wrote: On Fri, Oct 19, 2012 at 02:59:41AM +0300, Kirill A. Shutemov wrote: On Thu, Oct 18, 2012 at 04:45:02PM -0700, Andrew Morton wrote: On Mon, 15 Oct 2012 09:00:59 +0300 Kirill A. Shutemov

Re: [patch/rfc/rft] sd: allocate request_queue on device's local numa node

2012-10-23 Thread Bart Van Assche
On 10/22/12 21:01, Jeff Moyer wrote: All of the infrastructure is available to allocate a request_queue on a particular numa node, but it isn't being utilized at all. Wire up the sd driver to allocate the request_queue on the HBA's local numa node. This is a request for comments and testing

Re: [PATCH 02/16 v2] f2fs: add on-disk layout

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: This adds a header file describing the on-disk layout of f2fs. Signed-off-by: Changman Lee cm224@samsung.com Signed-off-by: Chul Lee chur@samsung.com Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- include/linux/f2fs_fs.h |

Re: [PATCH 04/16 v2] f2fs: add super block operations

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: This adds the implementation of superblock operations for f2fs, which includes - init_f2fs_fs/exit_f2fs_fs - f2fs_mount - super_operations of f2fs Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/super.c | 590

Re: [PATCH v2 1/3] pppoatm: don't send frames to destroyed vcc

2012-10-23 Thread David Miller
David, if you could review this series I'd really appreciate it. -- 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 the FAQ at

Re: Build regressions/improvements in v3.7-rc2

2012-10-23 Thread Heiko Carstens
On Mon, Oct 22, 2012 at 09:50:26PM +0200, Geert Uytterhoeven wrote: On Mon, Oct 22, 2012 at 9:47 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.7-rc2 to v3.7-rc1[3], the summaries are: - build errors: +4/-44 + arch/s390/include/asm/kvm_para.h: error:

Re: drm i915 hangs on heavy io load

2012-10-23 Thread Dave Airlie
(please Cc) I am running 3.7-rc2 and got recently hit a few times (under rc1, too) by hanging drm i915 while doing large io operations. Does booting with i915.i915_enable_rc6=0 help? (Daniel, looks like an ironlake). Dave. -- To unsubscribe from this list: send the line unsubscribe

[PATCH firmware] rtl_nic: update firmware for RTL8168G

2012-10-23 Thread Hayes Wang
File: rtl_nic/rtl8168g-1.fw Version: 0.0.3 Signed-off-by: Hayes Wang hayesw...@realtek.com --- WHENCE| 2 +- rtl_nic/rtl8168g-1.fw | Bin 4272 - 4304 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/WHENCE b/WHENCE index 6bc7417..2565fa2 100644 --- a/WHENCE

Re: [PATCH 08/16 v2] f2fs: add file operations

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: This adds memory operations and file/file_inode operations. - F2FS supports fallocate(), mmap(), fsync(), and basic ioctl(). Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/file.c | 640

Re: [PATCH v4 10/10] thp: implement refcounting for huge zero page

2012-10-23 Thread Kirill A. Shutemov
On Mon, Oct 22, 2012 at 11:43:49PM -0700, Andrew Morton wrote: On Tue, 23 Oct 2012 09:35:32 +0300 Kirill A. Shutemov kir...@shutemov.name wrote: On Fri, Oct 19, 2012 at 02:59:41AM +0300, Kirill A. Shutemov wrote: On Thu, Oct 18, 2012 at 04:45:02PM -0700, Andrew Morton wrote: On Mon,

Re: [PATCH 11/16 v2] f2fs: add inode operations for special inodes

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: This adds inode operations for directory, symlink, and special inodes. Signed-off-by: Changman Lee cm224@samsung.com Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/namei.c | 494

RE: [PATCH 02/16 v2] f2fs: add on-disk layout

2012-10-23 Thread Jaegeuk Kim
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: This adds a header file describing the on-disk layout of f2fs. Signed-off-by: Changman Lee cm224@samsung.com Signed-off-by: Chul Lee chur@samsung.com Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com ---

RE: [PATCH 04/16 v2] f2fs: add super block operations

2012-10-23 Thread Jaegeuk Kim
[snip] + sb-s_op = f2fs_sops; + sb-s_xattr = f2fs_xattr_handlers; + sb-s_magic = F2FS_SUPER_MAGIC; + sb-s_fs_info = sbi; and s_time_gran? Ok, I'll check this. Thanks, Marco --- Jaegeuk Kim Samsung -- To unsubscribe from this list: send the line

Re: [PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture

2012-10-23 Thread wujianguo
On 2012-10-22 15:11, Wen Congyang wrote: Hi, Wu Sorry for late reply. At 10/09/2012 04:26 PM, wujianguo Wrote: Hi Congyang, I think we should also free pages which are used by page tables after removing page tables of the memory. It is OK to do it. From: Jianguo Wu

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-23 Thread Cyrill Gorcunov
On Tue, Oct 23, 2012 at 10:34:30AM +0400, Cyrill Gorcunov wrote: On Mon, Oct 22, 2012 at 11:30:25PM -0700, Andrew Morton wrote: ... Yup, but not only that, this kind of trick hides associativity between VM_ constant and mnemonic, so on changes one would have to figure out which position

Re: process hangs on do_exit when oom happens

2012-10-23 Thread Qiang Gao
This process was moved to RT-priority queue when global oom-killer happened to boost the recovery of the system.. but it wasn't get properily dealt with. I still have no idea why where the problem is .. On Tue, Oct 23, 2012 at 12:40 PM, Balbir Singh bsinghar...@gmail.com wrote: On Tue, Oct 23,

[PATCH 0/2] mmc: sdhci: Defer probe if regulators are not registered

2012-10-23 Thread Pavan Kunapuli
Regulator driver registration may sometimes be done after mmc driver registration. In such cases, defer mmc probe to obtain vmmc and vmmcq regulators. Added vmmc and vmmcq supplies to tegra dt files. Pavan Kunapuli (2): ARM: dt: tegra: Add sdhci regulators mmc: sdhci: Defer probe if

[PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

2012-10-23 Thread Pavan Kunapuli
vmmc and vqmmc regulators control the voltage to the host and device. Defer the probe if either of them is not registered. Signed-off-by: Pavan Kunapuli pkunap...@nvidia.com --- drivers/mmc/host/sdhci.c | 25 ++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff

[PATCH 1/2] ARM: dt: tegra: Add sdhci regulators

2012-10-23 Thread Pavan Kunapuli
Adding vmmc and vmmcq supplies for sdhci nodes in tegra dt files. Signed-off-by: Pavan Kunapuli pkunap...@nvidia.com --- arch/arm/boot/dts/tegra20-harmony.dts| 27 - arch/arm/boot/dts/tegra20-paz00.dts | 24 +++-

Re: [PATCH v2] fat: editions to support fat_fallocate()

2012-10-23 Thread OGAWA Hirofumi
Namjae Jeon linkinj...@gmail.com writes: Does this break the linux fat driver doesn't know about this fallocate()? If so, it sounds like to be easy to break existent drivers. Yes, it will break linux drivers without fallocate support. When we try to write to fallocated file using old

[PATCH 1/2] ARM: dt: tegra: Add sdhci regulators

2012-10-23 Thread Pavan Kunapuli
Adding vmmc and vmmcq supplies for sdhci nodes in tegra dt files. Signed-off-by: Pavan Kunapuli pkunap...@nvidia.com --- arch/arm/boot/dts/tegra20-harmony.dts| 27 - arch/arm/boot/dts/tegra20-paz00.dts | 24 +++-

Re: [PATCH] Boottime: A tool for automatic measurement of kernel/bootloader boot time

2012-10-23 Thread Lee Jones
I have a few answers for you. root@ME:/ cat /sys/kernel/debug/boottime/bootgraph [0.185254] calling splash+0x0/0x0 [2.984335] initcall splash+0x0/0x0 returned 0 after 2799 msecs. [2.984335] calling autoboot_delay+0x0/0x0 [4.089513] initcall autoboot_delay+0x0/0x0 returned 0

[PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

2012-10-23 Thread Pavan Kunapuli
vmmc and vqmmc regulators control the voltage to the host and device. Defer the probe if either of them is not registered. Signed-off-by: Pavan Kunapuli pkunap...@nvidia.com --- drivers/mmc/host/sdhci.c | 25 ++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff

[PATCH 0/2] mmc: sdhci: Defer probe if regulators are not registered

2012-10-23 Thread Pavan Kunapuli
Regulator driver registration may sometimes be done after mmc driver registration. In such cases, defer mmc probe to obtain vmmc and vmmcq regulators. Added vmmc and vmmcq supplies to tegra dt files. Pavan Kunapuli (2): ARM: dt: tegra: Add sdhci regulators mmc: sdhci: Defer probe if

Re: [PATCH v2] fat: editions to support fat_fallocate()

2012-10-23 Thread Namjae Jeon
2012/10/23, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com writes: Does this break the linux fat driver doesn't know about this fallocate()? If so, it sounds like to be easy to break existent drivers. Yes, it will break linux drivers without fallocate support.

Re: drm i915 hangs on heavy io load

2012-10-23 Thread Norbert Preining
Hi Dave, (switched to freedesktop for dri-dvel) Does booting with i915.i915_enable_rc6=0 help? Will try immediately. (Daniel, looks like an ironlake). Sorry, I forgot that one ... how stupid From XOrg.0.log: ... [ 13535.841] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale [

Re: perf: header: Regression

2012-10-23 Thread Andrew Jones
On Tue, Oct 23, 2012 at 11:07:07AM +0900, Namhyung Kim wrote: Hi Andrew, On Mon, 22 Oct 2012 15:11:42 +0200, Andrew Jones wrote: The patch series that contains 7e94cfcc9d20 regresses the header output. Below is a diff of info from before and after the series 58,64c58,59 # node1

Re: [PATCH v4 1/1] Input: serio - Add ARC PS/2 driver

2012-10-23 Thread Dmitry Torokhov
On Thu, Oct 18, 2012 at 11:28:58AM +0200, Mischa Jonker wrote: This adds support for the PS/2 block that is used in various ARC FPGA platforms. Applied with minor edits, please take a look at my 'next' branch and holler if you see something wrong. BTW, does the patch below work for you?

RE: [PATCH 08/16 v2] f2fs: add file operations

2012-10-23 Thread Jaegeuk Kim
+void f2fs_truncate(struct inode *inode) +{ + if (!(S_ISREG(inode-i_mode) || S_ISDIR(inode-i_mode) || + S_ISLNK(inode-i_mode))) + return; + + if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) + return; No truncate

Re: [PATCH v4 3/4] fat (exportfs): rebuild directory-inode if fat_dget() fails

2012-10-23 Thread Namjae Jeon
2012/10/13, OGAWA Hirofumi hirof...@mail.parknet.co.jp: Namjae Jeon linkinj...@gmail.com writes: +if (!fat_get_dotdot_entry(child_dir-d_inode, dotdot_bh, de)) { +parent_logstart = fat_get_start(sbi, de); parent_inode = fat_dget(sb, parent_logstart); +

Re: [PATCH 2/4] backlight: lms283gf05: add missing const

2012-10-23 Thread Marek Vasut
Dear Jingoo Han, Add 'const' to static array that was missing it in its definition. Did you get compiler warning? Still, this is a good pick Acked-by: Marek Vasut ma...@denx.de Signed-off-by: Jingoo Han jg1@samsung.com Cc: Marek Vasut marek.va...@gmail.com Cc: Richard Purdie

Re: [PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture

2012-10-23 Thread Wen Congyang
At 10/23/2012 03:09 PM, wujianguo Wrote: On 2012-10-22 15:11, Wen Congyang wrote: Hi, Wu Sorry for late reply. At 10/09/2012 04:26 PM, wujianguo Wrote: Hi Congyang, I think we should also free pages which are used by page tables after removing page tables of the memory. It is OK

Re: [PATCH] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v6

2012-10-23 Thread Michael Kerrisk (man-pages)
On Tue, Oct 23, 2012 at 4:28 AM, Andi Kleen a...@linux.intel.com wrote: On Tue, Oct 23, 2012 at 12:44:24PM +1100, Benjamin Herrenschmidt wrote: On Mon, 2012-10-22 at 17:53 +0200, Michael Kerrisk (man-pages) wrote: This is all seems to make an awful muck of the API... .../... There seems

Re: [PATCH 1/4] module: add syscall to load module from fd

2012-10-23 Thread Michael Kerrisk (man-pages)
On Mon, Oct 22, 2012 at 9:39 AM, Rusty Russell ru...@rustcorp.com.au wrote: Michael Kerrisk (man-pages) mtk.manpa...@gmail.com writes: FIX: add flags arg to sys_finit_module() Thanks to Michael Kerrisk for keeping us honest. w00t! Thanks, Rusty ;-). Acked-by: Michael Kerrisk

[PATCH v5] posix timers: allocate timer id per process

2012-10-23 Thread Stanislav Kinsbursky
This patch is required CRIU project (www.criu.org). To migrate processes with posix timers we have to make sure, that we can restore posix timer with proper id. Currently, this is not true, because timer ids are allocated globally. So, this is precursor patch and it's purpose is make posix timer

Re: [PATCH 08/16 v2] f2fs: add file operations

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: +void f2fs_truncate(struct inode *inode) +{ + if (!(S_ISREG(inode-i_mode) || S_ISDIR(inode-i_mode) || + S_ISLNK(inode-i_mode))) + return; + + if (IS_APPEND(inode) ||

Re: [PATCH 2/4] backlight: lms283gf05: add missing const

2012-10-23 Thread Jingoo Han
On Tuesday, October 23, 2012 4:35 PM Marek Vasut wrote Dear Jingoo Han, Add 'const' to static array that was missing it in its definition. Did you get compiler warning? Still, this is a good pick No, I didn't get compiler warning. :) Thank you for your reply. Acked-by: Marek Vasut

[PATCH 06/12] perf ui/hist: Add support for event group view

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Show group members' overhead also when showing the leader's if event group is enabled. At this time, only implemented overhead part in order to ease review and other parts can be added later once this patch settled down. Cc: Jiri Olsa jo...@redhat.com Cc:

[PATCH 12/12] perf report: Add report.group config option

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Add report.group config option for setting default value of event group view. It affects the report output only if perf.data contains event group info. A user can write .perfconfig file like below to enable group view by default: $ cat ~/.perfconfig

[PATCH 02/12] perf header: Add HEADER_GROUP_DESC feature

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Save group relationship information so that it can be restored when perf report is running. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Acked-by: Jiri Olsa jo...@redhat.com Signed-off-by: Namhyung Kim namhy...@kernel.org ---

[PATCH 11/12] perf report: Add --group option

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Add --group option to enable event grouping. When enabled, all the group members information will be shown together with the leader. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Acked-by: Jiri Olsa jo...@redhat.com Signed-off-by:

[PATCH 10/12] perf report: Show group description when event group is enabled

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com When using event group viewer, it's better to show the group description rather than the leader information alone. If a leader did not contain any member, it's a non-group event. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Cc:

[PATCH 09/12] perf report: Bypass non-leader events when event group is enabled

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Since we have all necessary information in the leader events and other members don't, bypass members. Member events will be shown along with the leaders if event group is enabled. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Cc:

[PATCH 01/12] perf tools: Keep group information

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Add a few of group-related field in struct perf_{evlist,evsel} so that the group information in a evlist can be known easily. It only counts groups which have more than 1 members since leader-only groups are treated as non-group events. Cc: Jiri Olsa

RE: [PATCH 11/16 v2] f2fs: add inode operations for special inodes

2012-10-23 Thread Jaegeuk Kim
-Original Message- From: Marco Stornelli [mailto:marco.storne...@gmail.com] Sent: Tuesday, October 23, 2012 4:02 PM To: Jaegeuk Kim Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; gre...@linuxfoundation.org; v...@zeniv.linux.org.uk; a...@arndb.de; ty...@mit.edu;

[PATCH 08/12] perf ui/gtk: Add support for event group view

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Show group members' overhead also when showing the leader's if event group is enabled. At this time, only implemented overhead part in order to ease review and other parts can be added later once this patch settled down. Cc: Jiri Olsa jo...@redhat.com Cc:

[PATCH 05/12] perf report: Make another loop for output resorting

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Now the event grouping viewing requires collapsing all members in a group to the leader. Thus hists__output_resort should be called after collapsing all entries in evlist. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Acked-by:

[PATCH 07/12] perf ui/browser: Add support for event group view

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Show group members' overhead also when showing the leader's if event group is enabled. At this time, only implemented overhead part in order to ease review and other parts can be added later once this patch settled down. Cc: Jiri Olsa jo...@redhat.com Cc:

[PATCH 00/12] perf report: Add support for event group view (v4)

2012-10-23 Thread Namhyung Kim
Hi, This is my v4 of event group view support patchset. For basic idea and usage example, please see my original post [1]. This is mostly for rebasing on acme/perf/core, and report.group config option is added for those who wants to enable it by default. You can get this series via my tree at:

[PATCH 03/12] perf hists: Collapse group hist_entries to a leader

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com To support viewing an event group together, collapse all of members in the group to the leader's tree. The entries in the leaders' tree will have group_stats to store those information. This patch introduced an additional field 'event_group' in

[PATCH 04/12] perf hists: Maintain total periods of group members in the leader

2012-10-23 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Like group_stats in hist_entry, total periods information also need to be known to the leader. Cc: Jiri Olsa jo...@redhat.com Cc: Stephane Eranian eran...@google.com Acked-by: Jiri Olsa jo...@redhat.com Signed-off-by: Namhyung Kim namhy...@kernel.org ---

[GIT PULL] s390 patches for the 3.7-rc3

2012-10-23 Thread Martin Schwidefsky
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: Among the usual minor bug fixes the more interesting patches are the perf counters for the latest machine, the missing select to

Re: [PATCH v5] posix timers: allocate timer id per process

2012-10-23 Thread Eric Dumazet
On Tue, 2012-10-23 at 11:40 +0400, Stanislav Kinsbursky wrote: This patch is required CRIU project (www.criu.org). To migrate processes with posix timers we have to make sure, that we can restore posix timer with proper id. Currently, this is not true, because timer ids are allocated globally.

Re: [PATCH v4 3/4] fat (exportfs): rebuild directory-inode if fat_dget() fails

2012-10-23 Thread OGAWA Hirofumi
Namjae Jeon linkinj...@gmail.com writes: And this is doing same thing with readdir, so we will have to clean this up as I said before. When I checked, I didn't understand about same thing readdir and this function yet. Because even though minor conditions match but functionality wise both are

[PATCH] pinctrl/nomadik: use zero as default irq_start

2012-10-23 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org The irqdomain semantics were supposed to be such that a linear domain would be used if the passed first_irq was zero or negative, but I got it wrong so only passing zero as first_irq will work properly. Well, zero is NO_IRQ these days so let's pass

[PATCH 0/2] RFC: A common test container

2012-10-23 Thread steffen.schwigon
From: Steffen Schwigon steffen.schwi...@amd.com OVERVIEW ABSTRACT: This patch set introduces a mature test library and t/ as a subdirectory for placing tests that can be run via the existing Linux tool 'prove' (available in most major Linux distributions). I already presented and

[PATCH 2/2] A common test subdirectory

2012-10-23 Thread steffen.schwigon
From: Steffen Schwigon steffen.schwi...@amd.com This commit introduces t/ as a subdirectory for placing tests that can be run via the existing Linux tool 'prove' (available in all major Linux distributions). Tests in there are assumed to produce TAP, the Test Anything Protocol (see

Re: [PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

2012-10-23 Thread Lucas Stach
Am Dienstag, den 23.10.2012, 12:49 +0530 schrieb Pavan Kunapuli: vmmc and vqmmc regulators control the voltage to the host and device. Defer the probe if either of them is not registered. Does this work with boards where we don't have any MMC supplies? Or are we just deferring the probe

[PATCH 1/2] bash-test-utils: support writing functional tests

2012-10-23 Thread steffen.schwigon
From: Steffen Schwigon steffen.schwi...@amd.com It provides utility functions and facilities to write tests in baremetal and Xen/KVM contexts (host and guest support) and was polished to work with i686, x86_64, and ARM under lots of major Linux distributions (Debian, Ubuntu, RHEL, SLES,

Re: [PATCH 2/2] slab: move kmem_cache_free to common code

2012-10-23 Thread Glauber Costa
On 10/23/2012 04:48 AM, JoonSoo Kim wrote: Hello, Glauber. 2012/10/23 Glauber Costa glom...@parallels.com: On 10/22/2012 06:45 PM, Christoph Lameter wrote: On Mon, 22 Oct 2012, Glauber Costa wrote: + * kmem_cache_free - Deallocate an object + * @cachep: The cache the allocation was from.

Re: [PATCH v2 1/3] pppoatm: don't send frames to destroyed vcc

2012-10-23 Thread David Woodhouse
On Tue, 2012-10-23 at 02:52 -0400, David Miller wrote: David, if you could review this series I'd really appreciate it. Will do. I glanced at it last night but need to be in the right frame of mind for thinking about ATM locking. I know I have a bottle of vodka *somewhere* around here... I

RE: [PATCH 2/2] mmc: sdhci: Defer probe if regulator_get fails

2012-10-23 Thread Pavan Kunapuli
Does this work with boards where we don't have any MMC supplies? Or are we just deferring the probe indefinitely there? The probe will be deferred indefinitely. For boards that power MMC unconditionally, are we supposed to add dummy regulators to make them work with this patchset? Yes. We

Re: Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-23 Thread Jongman Heo
Hi, --- Original Message --- Sender : Eric Dumazeteric.duma...@gmail.com Date : 2012-10-23 15:08 (GMT+09:00) Title : Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted On Tue, 2012-10-23 at 05:38 +, Jongman Heo wrote: Hmm, I've just met the issue, with the

[GIT PULL v2] extcon fixes for Linux 3.7

2012-10-23 Thread MyungJoo Ham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Greg, Please pull: The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at:

Re: [PATCH 11/16 v2] f2fs: add inode operations for special inodes

2012-10-23 Thread Marco Stornelli
2012/10/23 Jaegeuk Kim jaegeuk@samsung.com: -Original Message- From: Marco Stornelli [mailto:marco.storne...@gmail.com] Sent: Tuesday, October 23, 2012 4:02 PM To: Jaegeuk Kim Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; gre...@linuxfoundation.org;

[PATCH] netlink: cleanup the unnecessary return value check

2012-10-23 Thread zhanghonghui
From: Hans Zhang zhanghong...@huawei.com It's no needed to check the return value of tab since the NULL situation has been handled already, and the rtnl_msg_handlers[PF_UNSPEC] has been initialized as non-NULL during the rtnetlink_init(). Signed-off-by: Hans Zhang zhanghong...@huawei.com ---

Re: [PATCH 1/5] Thermal: do bind operation after thermal zone or cooling device register returns.

2012-10-23 Thread Hongbo Zhang
Hi Francesco, I found out more points about this issue. [1] cdev should be ready when get_max_state callback be called, otherwise parameter cdev is useless, imagine there may be cases that get_max_state call back is shared by more than one cooling devices of same kind, like this:

RE: [PATCH v1] Support Elan Touchscreen eKTF product.

2012-10-23 Thread 劉嘉駿
Hi Dmitry: This driver is not related to Tom's driver. This driver is ELAN standard I2C driver for touch panel and its packets is defined by ELAN own format and not related to HID over I2C. Thanks, Scott -Original Message- From: Jian-Jhong Ding [mailto:jj_d...@emc.com.tw]

Re: [PATCH] pinctrl/nomadik: use irq_create_mapping()

2012-10-23 Thread Linus Walleij
On Mon, Oct 22, 2012 at 10:08 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/22/2012 02:14 AM, Linus Walleij wrote: It's an IRQ handler so it should be robust to spurious IRQs due to transient hardware states etc I believe. So if there is a transient IRQ before gpio_to_irq() is called

Problems with kernel 3.6.x (vm ?) (was : Is kernel 3.6.1 or filestreams option toxic ?)

2012-10-23 Thread Yann Dupont
Le 22/10/2012 16:14, Yann Dupont a écrit : Hello. This mail is a follow up of a message on XFS mailing list. I had hang with 3.6.1, and then , damage on XFS filesystem. 3.6.1 is not alone. Tried 3.6.2, and had another hang with quite a different trace this time , so not really sure the 2

Re: process hangs on do_exit when oom happens

2012-10-23 Thread Michal Hocko
On Tue 23-10-12 11:35:52, Qiang Gao wrote: I'm sure this is a global-oom,not cgroup-oom. [the dmesg output in the end] Yes this is the global oom killer because: cglimit -M 700M ./tt then after global-oom,the process hangs.. 179184 pages RAM So you have ~700M of RAM so the memcg limit is

[PATCH v2] pinctrl/nomadik: use irq_create_mapping()

2012-10-23 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org Since in the DT case, the linear domain path will not allocate descriptors for the IRQs, we need to use irq_create_mapping() for mapping hwirqs to Linux IRQs, so these descriptors get created on-the-fly in this case. ChangeLog v1-v2: - Just use

[PATCH v2 2/4] ARM: dts: omap5: Update I2C with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

[PATCH v2 4/4] ARM: dts: omap5: Update MMC with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH v2 1/4] ARM: dts: omap5: Update GPIO with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH v2 3/4] ARM: dts: omap5: Update UART with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git

[PATCH v2 0/4] ARM: dts: Update OMAP5 with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Since kernel 3.7 the DTS data are not overwriten by hwmod data we can add the address space and interrupt line description inside dtsi file for OMAP5. This serie is updating the current OMAP5 IP with missing entry. It has been tested on OMAP5 with 3.7-audio-display feature tree. - MMC is

  1   2   3   4   5   6   7   8   9   10   >