Re: [PATCH v7 20/20] usb: phy: msm: Use usb_add_phy_dev() to register device

2014-04-28 Thread Ivan T. Ivanov
On Fri, 2014-04-25 at 15:53 -0500, Felipe Balbi wrote: On Thu, Apr 24, 2014 at 09:06:24PM +0400, Sergei Shtylyov wrote: Hello. On 04/24/2014 07:48 PM, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com They could be more than one USB2.0 PHY's on the platform.

[PATCH v3] X86: Hook apic vector allocation domain only when interrupt routing are set to ignore

2014-04-28 Thread Oren Twaig
Correct IRQ routing in case a vSMP Foundation box is detected but the Interrupt Routing Comply (IRC) is set to comply. Before the patch: When a vSMP Foundation box was detected and IRC was set to comply, users (and kernel) couldn't effectively set the destination of the IRQs. This is because the

Re: [PATCH 1/3] perf tools: parse tracepooints with '-' in system name

2014-04-28 Thread Christian Borntraeger
On 25/04/14 17:34, Alexander Yarygin wrote: Trace events potentially can have a '-' in their trace system name, e.g. kvm on s390 defines kvm-s390:* tracepoints. tools/perf could not parse them, because there was no rule for this: $ sudo ./perf top -e kvm-s390:* invalid or unsupported event:

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Christian König
+ /* We are living in a monstruous world in which you can have the pci +* root complex behind an hypertransport link which can not address +* anything above 32bit (well hypertransport specification says 40bits +* but hardware such as SIS761 only support 32bits). That

[PATCH] mmc: rtsx: Revert mmc: rtsx: add support for pre_req and post_req

2014-04-28 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn This reverts commit c42deffd5b53c9e583d83c7964854ede2f12410d. commit mmc: rtsx: add support for pre_req and post_req did use mutex_unlock() in tasklet, but mutex_unlock() can't used in tasklet(atomic context). The driver need use mutex to avoid

Re: sched_{set,get}attr() manpage

2014-04-28 Thread Juri Lelli
On Sun, 27 Apr 2014 21:34:49 +0200 Peter Zijlstra pet...@infradead.org wrote: On Sun, Apr 27, 2014 at 05:47:25PM +0200, Michael Kerrisk (man-pages) wrote: Hi Peter, Following the review comments that one or two people sent, are you planning to send in a revised version of this page?

Re: [PATCH] mmc: rtsx: Revert mmc: rtsx: add support for pre_reqand post_req

2014-04-28 Thread micky
Hi Chris and Ulf, Since the original commit is merged into kernel 3.15-rc, we want this patch apply to the 3.15-rc to avoid cause serious problem. Is there any thing I need do? Best Regards. micky. On 04/28/2014 03:36 PM, micky_ch...@realsil.com.cn wrote: From: Micky Ching

Re: [PATCH] rwsem: Support optimistic spinning

2014-04-28 Thread Peter Zijlstra
On Tue, Apr 22, 2014 at 03:19:26PM -0700, Davidlohr Bueso wrote: --- include/linux/rwsem.h | 9 +- kernel/locking/rwsem-xadd.c | 213 +++- kernel/locking/rwsem.c | 31 ++- 3 files changed, 231 insertions(+), 22 deletions(-)

Dear Account Customer

2014-04-28 Thread Help Desk
Dear Account Customer Your mailbox has exceeded its allowable storage space. To improve storage capacity for better functionality of your e-mailbox, you are required to click or copy and paste the below link in a web page, then follow the instruction therein. Click below to enhance mailbox

Re: [PATCH] perf tools: Remove extra '/' character in events file path

2014-04-28 Thread Borislav Petkov
On Mon, Apr 28, 2014 at 10:01:30AM +0800, xiakaixu wrote: diff --git a/tools/lib/api/fs/debugfs.c b/tools/lib/api/fs/debugfs.c index 7c43479..a74fba6 100644 --- a/tools/lib/api/fs/debugfs.c +++ b/tools/lib/api/fs/debugfs.c @@ -12,8 +12,8 @@ char debugfs_mountpoint[PATH_MAX + 1] =

Re: [PATCH 4/6] drivers: net: cpsw: Enable Annexe F Time sync

2014-04-28 Thread Richard Cochran
On Mon, Apr 28, 2014 at 09:40:23AM +0530, George Cherian wrote: Enable the Annex F Time Sync explicitly for DRA7x and AM4372. With this enabled the L2 PTP is working. L2 works fine without this bit. If this is needed for V3 hardware, then it should have its own code variant. while at that

Re: [RFC PATCH v2 4/9] crypto: qce: Add ablkcipher algorithms

2014-04-28 Thread Herbert Xu
On Mon, Apr 14, 2014 at 03:48:40PM +0300, Stanimir Varbanov wrote: + if (IS_AES(flags)) { + switch (keylen) { + case AES_KEYSIZE_128: + case AES_KEYSIZE_256: + break; + default: + goto badkey; You

Re: [PATCH V3] Add support for flag status register on Micron chips.

2014-04-28 Thread Huang Shijie
On Mon, Apr 28, 2014 at 07:06:17AM +0200, Marek Vasut wrote: On Saturday, April 26, 2014 at 05:10:13 AM, Huang Shijie wrote: On Sat, Apr 26, 2014 at 12:12:24AM +0200, Marek Vasut wrote: the drivers may fills this hook itself, so the code should like this:

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
Hi! On Sun, 27 Apr 2014 15:55:29 -0400, Jerome Glisse j.gli...@gmail.com wrote: If my ugly patch works does this quirk also work ? Unfortunately they both don't; see my other email, http://news.gmane.org/find-root.php?message_id=%3C87sioxq3rx.fsf%40schwinge.name%3E. Also, the quirk patch

Re: [PATCH] s390: add slab.h for kzalloc/kfree

2014-04-28 Thread Heiko Carstens
On Sun, Apr 27, 2014 at 05:35:43PM -0400, Jeff Mahoney wrote: This fixes: arch/s390/appldata/appldata_mem.c:135:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] arch/s390/appldata/appldata_mem.c:141:3: error: implicit declaration of function

Re: [PATCH 1/2 v4] i2c: exynos5: add support for HSI2C on Exynos5260 SoC

2014-04-28 Thread Naveen Krishna Ch
Hello Wolfram, On 13 March 2014 00:48, Wolfram Sang w...@the-dreams.de wrote: On Fri, Feb 07, 2014 at 10:12:51AM +0530, Naveen Krishna Chatradhi wrote: This patch adds a new compatible and uses variant struct to support HSI2C module on Exynos5260. Updates the Documentation dt bindings. Also

Re: [RFC PATCH v2 4/9] crypto: qce: Add ablkcipher algorithms

2014-04-28 Thread Herbert Xu
On Mon, Apr 14, 2014 at 03:48:40PM +0300, Stanimir Varbanov wrote: + } else if (IS_DES(flags)) { + u32 tmp[DES_EXPKEY_WORDS]; + + if (keylen != QCE_DES_KEY_SIZE) + goto badkey; No need to check here since you've already set min_keysize and

sched_{set,get}attr() manpage

2014-04-28 Thread Peter Zijlstra
Hi Michael, find below an updated manpage, I did not apply the comments on parts that are identical to SCHED_SETSCHEDULER(2) in order to keep these texts in alignment. I feel that if we change one we should also change the other, and such a 'patch' is best done separate from the new manpage

Re: [PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT

2014-04-28 Thread Arnd Bergmann
On Sunday 27 April 2014 13:07:32 Shaik Ameer Basha wrote: The current exynos-iommu(System MMU) driver does not work autonomously since it is lack of support for power management of peripheral blocks. For example, MFC device driver must ensure that its System MMU is disabled before MFC block is

Re: [PATCH] arm/mach-ux500: remove unused macro.

2014-04-28 Thread Dan Carpenter
Patches need to be sent inline. Use git send-email. Use scripts/get_maintainer.pl to find who to send this patch to. Do add the PaX Team to the CC list and not just in the changelog text. regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH 1/1] fs/gfs2/lops.c: replace 0 by NULL for pointers

2014-04-28 Thread Steven Whitehouse
Hi, On 26/04/14 19:57, Fabian Frederick wrote: Sparse warning: fs/gfs2/lops.c:78:29: warning: Using plain integer as NULL pointer Cc: Steven Whitehouse swhit...@redhat.com Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/gfs2/lops.c | 2 +- 1

Re: [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation

2014-04-28 Thread Herbert Xu
On Mon, Apr 14, 2014 at 03:48:37PM +0300, Stanimir Varbanov wrote: + if (backlog) + backlog-complete(backlog, -EINPROGRESS); The completion function needs to be called with BH disabled. Cheers, -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page:

RE: [PATCHv2 2/3] regmap: Add the DT binding documentation for endianness

2014-04-28 Thread li.xi...@freescale.com
Subject: Re: [PATCHv2 2/3] regmap: Add the DT binding documentation for endianness On Wed, Apr 23, 2014 at 07:46:34AM +0100, Xiubo Li wrote: Signed-off-by: Xiubo Li li.xi...@freescale.com --- .../bindings/regmap/regmap-endianness.txt | 48 ++ 1 file

Re: [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation

2014-04-28 Thread Herbert Xu
On Mon, Apr 14, 2014 at 03:48:37PM +0300, Stanimir Varbanov wrote: +#define QCE_MAJOR_VERSION5 0x05 +#define QCE_QUEUE_LENGTH 50 What is the purpose of this software queue? Why can't you directly feed the requests to the hardware? If the hardware can't handle more than 50 requests

[PATCH] i2c: exynos5: add support for HSI2C on Exynos5260 SoC

2014-04-28 Thread Naveen Krishna Chatradhi
HSI2C module on Exynos5260 differs from current modules in following ways: 1. HSI2C on Exynos5260 has fifo_depth of 16bytes 2. Module needs to be reset as a part of init sequence. Hence, Following changes are involved. 1. Add a new compatible string and Updates the Documentation dt bindings. 2.

[PATCH] perf tools: Use LDFLAGS instead of ALL_LDFLAGS

2014-04-28 Thread Jiri Olsa
We no longer use ALL_LDFLAGS, Replacing with LDFLAGS. Cc: Arnaldo Carvalho de Melo a...@kernel.org Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern dsah...@gmail.com Cc: Frederic Weisbecker fweis...@gmail.com Cc: Ingo Molnar mi...@kernel.org Cc: Namhyung Kim namhy...@kernel.org Cc:

Re: two small scsi fixes for 3.15-rc3

2014-04-28 Thread Christoph Hellwig
On Fri, Apr 25, 2014 at 08:00:48AM -0700, James Bottomley wrote: You should have received my git tree emails that they were already in SCSI fixes ... didn't you? I certainly got a copy. I've not seen a single reply to the patches either in my inbox or on linux-scsi. -- To unsubscribe from this

[PATCH V3 2/2] powerpc/pseries: init fault_around_order for pseries

2014-04-28 Thread Madhavan Srinivasan
Performance data for different FAULT_AROUND_ORDER values from 4 socket Power7 system (128 Threads and 128GB memory). perf stat with repeat of 5 is used to get the stddev values. Test ran in v3.14 kernel (Baseline) and v3.15-rc1 for different fault around order values. FAULT_AROUND_ORDER

[PATCH V3 1/2] mm: move FAULT_AROUND_ORDER to arch/

2014-04-28 Thread Madhavan Srinivasan
Kirill A. Shutemov with 8c6e50b029 commit introduced vm_ops-map_pages() for mapping easy accessible pages around fault address in hope to reduce number of minor page faults. This patch creates infrastructure to modify the FAULT_AROUND_ORDER value using mm/Kconfig. This will enable architecture

Re: [PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability

2014-04-28 Thread Christoph Hellwig
On Mon, Apr 28, 2014 at 11:24:08AM +0530, Aneesh Kumar K.V wrote: We already do that with richacl. Richacl already have most of the details implemented in common code. Comparing to recent posix acl changes we could still simplify chmod and xattr bits. I will do that in the next update.

Re: [PATCH 2/2] Regulators: TPS65917: Add Regulator driver for TPS65917 PMIC

2014-04-28 Thread Mark Brown
On Mon, Apr 28, 2014 at 10:58:26AM +0530, Keerthy wrote: index 6a79328..5ddb220 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -384,6 +384,18 @@ config REGULATOR_PALMAS on the muxing. This is handled automatically in the driver by reading the mux

Re: [PATCH V3 1/2] mm: move FAULT_AROUND_ORDER to arch/

2014-04-28 Thread Peter Zijlstra
On Mon, Apr 28, 2014 at 02:31:29PM +0530, Madhavan Srinivasan wrote: +unsigned int fault_around_order = CONFIG_FAULT_AROUND_ORDER; __read_mostly? -- 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

Re: radeon: screen garbled after page allocator change, was: Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2014-04-28 Thread Thomas Schwinge
Hi! On Mon, 28 Apr 2014 10:03:46 +0200, I wrote: On Fri, 25 Apr 2014 19:03:22 -0400, Jerome Glisse j.gli...@gmail.com wrote: On Fri, Apr 25, 2014 at 05:50:57PM -0400, Jerome Glisse wrote: On Fri, Apr 25, 2014 at 05:47:48PM -0400, Jerome Glisse wrote: On Thu, Apr 24, 2014 at 09:37:22AM

Re: [ANNOUNCE] 3.14-rt1

2014-04-28 Thread Mike Galbraith
On Mon, 2014-04-28 at 07:09 +0200, Mike Galbraith wrote: Hi Nicholas, On Sat, 2014-04-26 at 15:58 +0200, Mike Galbraith wrote: On Sat, 2014-04-26 at 10:38 +0200, Mike Galbraith wrote: On Fri, 2014-04-25 at 09:40 +0200, Mike Galbraith wrote: Hotplug can still deadlock in rt

[GIT PULL v2] regulator: First pull of MFD - Regulator IB (v3.16)

2014-04-28 Thread Lee Jones
With the Regulator patch removed this time - as requested. The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f: Linux 3.15-rc2 (2014-04-20 11:08:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git

[PATCH V3 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc

2014-04-28 Thread Madhavan Srinivasan
Kirill A. Shutemov with 8c6e50b029 commit introduced vm_ops-map_pages() for mapping easy accessible pages around fault address in hope to reduce number of minor page faults. This patch creates infrastructure to modify the FAULT_AROUND_ORDER value using mm/Kconfig. This will enable architecture

Re: [PATCH] mmc: mxs: fix card detection function for broken card detect

2014-04-28 Thread Sascha Hauer
On Sat, Apr 19, 2014 at 11:59:18PM +0200, Daniel Willmann wrote: Return -ENOSYS in get_cd if broken-cd is specified in the device tree. Commit a91fe279ae75 (mmc: mxs: use standard flag for broken card detection) sets MMC_CAP_NEEDS_POLL when broken-cd is specified. This driver sets this flag

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-28 Thread Paolo Bonzini
Il 21/02/2014 18:05, Alexander Gordeev ha scritto: As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and

Re: [PATCH v2] KVM: x86: Check for host supported fields in shadow vmcs

2014-04-28 Thread Paolo Bonzini
Il 21/04/2014 21:20, Bandan Das ha scritto: We track shadow vmcs fields through two static lists, one for read only and another for r/w fields. However, with addition of new vmcs fields, not all fields may be supported on all hosts. If so, copy_vmcs12_to_shadow() trying to vmwrite on

Re: [PATCH] perf: ARM64: wire up perf_regs and unwind support

2014-04-28 Thread Jean Pihet
Arnaldo, This patch hooks in the perf_regs and libunwind code for ARM64. The tools/perf/arch/arm64 is created; it contains the arch specific code for DWARF unwinding. Signed-off-by: Jean Pihet jean.pi...@linaro.org Acked-by: Will Deacon will.dea...@arm.com Ping on this patch. Can you take

Re: [PATCH] ARM: l2c: prima2: only call l2x0_of_init() on matching nodes

2014-04-28 Thread Russell King - ARM Linux
On Sun, Apr 27, 2014 at 08:27:40PM -0400, Matt Porter wrote: l2x0_of_init() is executed unconditionally within the sirfsoc_l2x0_init() early initcall. In a multi v7 kernel this causes bcm281xx and bcm21664 platform to fail boot since they have their own pre l2x0 init sequence that is required.

[PATCH] perf tools: Fix bfd dependency libraries detection

2014-04-28 Thread Jiri Olsa
From: Jiri Olsa jo...@redhat.com There's false assumption in the library detection code assuming -liberty and -lz are always present once bfd is detected. The fails on Ubuntu (14.04) as reported by Ingo. Forcing the bdf dependency libraries detection any time bfd library is detected.

Re: [PATCH 1/3] sched, balancing: Update rq-max_idle_balance_cost whenever newidle balance is attempted

2014-04-28 Thread Peter Zijlstra
On Sun, Apr 27, 2014 at 02:01:45PM +0530, Preeti Murthy wrote: Hi Jason, Peter, The below patch looks good to me except for one point. In idle_balance() the below code snippet does not look right: - if (pulled_task || time_after(jiffies, this_rq-next_balance)) { - /* - * We are going

Re: [PATCH] perf: ARM64: wire up perf_regs and unwind support

2014-04-28 Thread Jiri Olsa
On Mon, Apr 28, 2014 at 11:15:43AM +0200, Jean Pihet wrote: Arnaldo, This patch hooks in the perf_regs and libunwind code for ARM64. The tools/perf/arch/arm64 is created; it contains the arch specific code for DWARF unwinding. Signed-off-by: Jean Pihet jean.pi...@linaro.org

[PATCH v3 0/4] usb: ehci/ohci-exynos: Move to generic phy framework

2014-04-28 Thread Vivek Gautam
Based and tested on 'usb-next' branch of Greg's usb tree, with relevant device tree patches[1] Changes from v2: - Added two patches in the series for some cleanup. usb: ohci-exynos: Use struct device instead of platform_device usb: ehci-exynos: Use struct device instead of platform_device

[PATCH 2/4] usb: ehci-exynos: Use struct device instead of platform_device

2014-04-28 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Jingoo Han jg1@samsung.com Cc: Alan Stern st...@rowland.harvard.edu --- drivers/usb/host/ehci-exynos.c |5 ++--- 1 file changed, 2

[PATCH v9 4/4] usb: ehci-exynos: Change to use phy provided by the generic phy framework

2014-04-28 Thread Vivek Gautam
From: Kamil Debski k.deb...@samsung.com Add the phy provider, supplied by new Exynos-usb2phy using Generic phy framework. Keeping the support for older USB phy intact right now, in order to prevent any functionality break in absence of relevant device tree side change for ehci-exynos. Once we

Re: [PATCH 1/6] mfd: stmpe: root out static GPIO and IRQ assignments

2014-04-28 Thread Lee Jones
That would be perfect. Can you stack up the MFD portions in patches 1 thru 4 (given you're happy with the v2 of 3/6) and provide a branch to me, please? How are you planning on sending 3/6? Hum, I just sent it ... by mail... http://marc.info/?l=linux-kernelm=139825313606633w=2

[PATCH v3 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-04-28 Thread Vivek Gautam
Add support to consume phy provided by Generic phy framework. Keeping the support for older usb-phy intact right now, in order to prevent any functionality break in absence of relevant device tree side change for ohci-exynos. Once we move to new phy in the device nodes for ohci, we can remove the

[PATCH v3 0/4] usb: ehci/ohci-exynos: Move to generic phy framework

2014-04-28 Thread Vivek Gautam
Based and tested on 'usb-next' branch of Greg's usb tree, with relevant device tree patches[1] Changes from v2: - Added two patches in the series for some cleanup. usb: ohci-exynos: Use struct device instead of platform_device usb: ehci-exynos: Use struct device instead of platform_device

[PATCH 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-04-28 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Jingoo Han jg1@samsung.com Cc: Alan Stern st...@rowland.harvard.edu --- drivers/usb/host/ohci-exynos.c | 20 +--- 1 file

Re: [PATCH 3/6 v3] mfd: stmpe: probe properly from the device tree

2014-04-28 Thread Lee Jones
The current STMPE I2C probing code does not really match the compatible strings - it matches node names happening to give the right device name. Instead, let's introduce some real compatible matching, more complex, more accurate. Make the driver depend on OF since all platforms using it are

Re: [PATCH] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-28 Thread Dan Carpenter
On Sat, Apr 26, 2014 at 10:13:55PM +0530, navin patidar wrote: Use inline functions provided by USB subsystem to check endpoint type, instead of macros implemented by driver to do the same. Unnecessary debugging messages are also removed. I like both these changes but they would have been

Re: [PATCH 2/4] mfd: bcm590xx: add support for second i2c slave address space

2014-04-28 Thread Lee Jones
s/regmap/Regmap It's consistently written regmap in all the documentation and so on :) Furry muff; but the comments still stand for the acronyms. addmap{0,1} doesn't quite sit right with me. REVISIT: Ah, it's address-map, rather than

Re: [PATCH] mmc: mxs: fix card detection function for broken card detect

2014-04-28 Thread Ulf Hansson
On 28 April 2014 11:13, Sascha Hauer s.ha...@pengutronix.de wrote: On Sat, Apr 19, 2014 at 11:59:18PM +0200, Daniel Willmann wrote: Return -ENOSYS in get_cd if broken-cd is specified in the device tree. Commit a91fe279ae75 (mmc: mxs: use standard flag for broken card detection) sets

Re: [PATCH] staging: silicom: Remove unused pointer in bypass_init_module()

2014-04-28 Thread Dan Carpenter
On Sat, Apr 26, 2014 at 10:15:04PM +0200, Christian Engelmayer wrote: Pointer 'pbpctl_dev_c' in function bypass_init_module() is unused. Thus remove it. Signed-off-by: Christian Engelmayer cenge...@gmx.at --- Compile tested and applies against v3.15-rc2 as well as branch staging-next of

Re: [PATCH v3 0/4] usb: ehci/ohci-exynos: Move to generic phy framework

2014-04-28 Thread Vivek Gautam
On Mon, Apr 28, 2014 at 2:55 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Based and tested on 'usb-next' branch of Greg's usb tree, with relevant device tree patches[1] [1] [PATCH v7 0/2] dts: Add usb2phy to Exynos 5250 http://www.spinics.net/lists/linux-usb/msg106427.html Changes

Re: [KVM] BUG: unable to handle kernel NULL pointer dereference at 00000000000002b0

2014-04-28 Thread Paolo Bonzini
Il 14/04/2014 09:49, Jet Chen ha scritto: Hi Paolo, We noticed the below kernel BUG on git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master What commit? Paolo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v2 00/13] extcon: major rework

2014-04-28 Thread Robert Baldyga
On 04/24/2014 09:52 PM, Greg KH wrote: On Mon, Apr 14, 2014 at 01:46:11PM +0200, Robert Baldyga wrote: This patchset adds many improvements to extcon class driver and extcon provider drivers. It changes extcon API to faster and safer by replaceing function taking extcon and cable names with

RE: [PATCH V3 1/2] mm: move FAULT_AROUND_ORDER to arch/

2014-04-28 Thread Kirill A. Shutemov
Madhavan Srinivasan wrote: Kirill A. Shutemov with 8c6e50b029 commit introduced vm_ops-map_pages() for mapping easy accessible pages around fault address in hope to reduce number of minor page faults. This patch creates infrastructure to modify the FAULT_AROUND_ORDER value using mm/Kconfig.

Re: [PATCH] mmc: mxs: fix card detection function for broken card detect

2014-04-28 Thread Sascha Hauer
On Mon, Apr 28, 2014 at 11:31:03AM +0200, Ulf Hansson wrote: On 28 April 2014 11:13, Sascha Hauer s.ha...@pengutronix.de wrote: On Sat, Apr 19, 2014 at 11:59:18PM +0200, Daniel Willmann wrote: Return -ENOSYS in get_cd if broken-cd is specified in the device tree. Commit a91fe279ae75 (mmc:

Re: [PATCH v3] mfd: sec-core: Update sec_pmic documentation

2014-04-28 Thread Lee Jones
On Thu, 24 Apr 2014, Krzysztof Kozlowski wrote: Update the documentation for sec_pmic state container structure to reflect current code. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- Changes since v2: - Rebased on lee/mfd. You

Re: [PATCH 1/6] staging: comedi: addi_apci_1564: remove eeprom support code

2014-04-28 Thread Dan Carpenter
Nice, Chase, you've become an expert on comedi, it seems. I can't say how happy comedi patches make me these days. Ian, you and Hartley are doing a fantastic job. regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v3] mfd: sec-core: Update sec_pmic documentation

2014-04-28 Thread Lee Jones
Update the documentation for sec_pmic state container structure to reflect current code. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- Changes since v2: - Rebased on lee/mfd. You did? Which tree/branch? I still get:

Re: [PATCH v3 2/3] Input: gpio_keys - convert to use devm_*

2014-04-28 Thread Andy Shevchenko
On Fri, 2014-04-25 at 21:43 -0700, Dmitry Torokhov wrote: On Fri, Apr 25, 2014 at 07:22:16PM +0300, Andy Shevchenko wrote: This makes the error handling much more simpler than open-coding everything and in addition makes the probe function smaller an tidier. [] - pdata =

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-28 Thread Anders Berg
On Fri, Apr 25, 2014 at 01:50:25PM +0200, Linus Walleij wrote: On Fri, Apr 25, 2014 at 11:43 AM, Anders Berg anders.b...@lsi.com wrote: On Fri, Apr 25, 2014 at 11:16:18AM +0200, Linus Walleij wrote: On Thu, Apr 24, 2014 at 7:47 PM, Anders Berg anders.b...@lsi.com wrote: On Thu, Apr 24,

Re: [PATCH v3 1/3] Input: gpio_keys - use dev instead of pdev in gpio_keys_setup_key()

2014-04-28 Thread Andy Shevchenko
On Fri, 2014-04-25 at 14:21 -0700, Dmitry Torokhov wrote: On Fri, Apr 25, 2014 at 07:22:15PM +0300, Andy Shevchenko wrote: The platform device is not used in gpio_keys_setup_key(). This patch substitutes it by struct device. And the benefit of this is...? Probably no benefit for now.

Re: [PATCH 1/3] perf tools: Cache register accesses for unwind processing

2014-04-28 Thread Jiri Olsa
On Sun, Apr 27, 2014 at 11:29:21PM +0900, Namhyung Kim wrote: Hi Jiri, 2014-04-17 (목), 19:39 +0200, Jiri Olsa: Caching registers value into an array. Got about 4% speed up of perf_reg_value function for report command processing dwarf unwind stacks. I'm not familiar with the code

Re: [E1000-devel] [PATCH net-next 1/2] i40evf: Use pci_enable_msix_range() instead of pci_enable_msix()

2014-04-28 Thread Jeff Kirsher
On Sun, Apr 27, 2014 at 4:30 PM, David Miller da...@davemloft.net wrote: From: Alexander Gordeev agord...@redhat.com Date: Fri, 25 Apr 2014 10:06:24 +0200 As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two

[PATCH 1/2] f2fs: return i_size if the hole is outside of i_size

2014-04-28 Thread Jaegeuk Kim
When SEEK_HOLE is requeted, it should return i_size if the hole position is found outside of i_size. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index

[PATCH 2/2] f2fs: consider fallocated space for SEEK_DATA

2014-04-28 Thread Jaegeuk Kim
If an amount of data are allocated though fallocate and user writes a couple of data among the space, f2fs should return the data offset made by user when SEEK_DATA is requested. For example, (N: NEW_ADDR by fallocate, X: NEW_ADDR by user) 1) fallocate 0 ~ 10MB f - N N N N N N N N N N N N ... N

Re: [PATCH_v8 0/2] arm64: Add audit support

2014-04-28 Thread AKASHI Takahiro
Hi Don, Sorry for not responding to you soon: On 04/12/2014 06:37 AM, Don Dutile wrote: On 03/15/2014 01:49 AM, AKASHI Takahiro wrote: (Please apply this patch after my ftrace patch to resolve some conflict on arm64/kernel/ptrace.c, functionally it doesn't depend on ftrace though) This

Re: [KVM] BUG: unable to handle kernel NULL pointer dereference at 00000000000002b0

2014-04-28 Thread Jet Chen
On 04/28/2014 05:33 PM, Paolo Bonzini wrote: Il 14/04/2014 09:49, Jet Chen ha scritto: Hi Paolo, We noticed the below kernel BUG on git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master What commit? This one,

Re: [PATCH_v8 2/2] arm64: audit: Add audit hook in syscall_trace_enter/exit()

2014-04-28 Thread AKASHI Takahiro
On 04/16/2014 08:30 PM, Will Deacon wrote: On Sat, Mar 15, 2014 at 05:49:08AM +, AKASHI Takahiro wrote: This patch adds auditing functions on entry to or exit from every system call invocation. Acked-by: Richard Guy Briggs r...@redhat.com Signed-off-by: AKASHI Takahiro

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-04-28 Thread AKASHI Takahiro
On 04/16/2014 10:27 PM, Will Deacon wrote: Hi Akashi, On Sat, Mar 15, 2014 at 05:39:06AM +, AKASHI Takahiro wrote: As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in

[f2fs-dev][PATCH 1/2] f2fs: set errno when f2fs_iget failed in recover_dentry

2014-04-28 Thread Chao Yu
We should set the error number correctly when we fail in recover_dentry(), so the recover flow could stop for the reason as error number shows instead of continuing. Signed-off-by: Chao Yu chao2...@samsung.com --- fs/f2fs/recovery.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[f2fs-dev][PATCH 2/2] f2fs: readahead multi pages of directory for performance

2014-04-28 Thread Chao Yu
We have no so such readahead mechanism in -iterate() path as the one in -read() path, it cause low performance when we read large directory. This patch add readahead in f2fs_readdir() for better performance. Signed-off-by: Chao Yu chao2...@samsung.com --- fs/f2fs/dir.c |6 ++

Re: [PATCH 2/3] perf tools: Cache dso data file descriptor

2014-04-28 Thread Jiri Olsa
On Sun, Apr 27, 2014 at 11:36:35PM +0900, Namhyung Kim wrote: 2014-04-17 (목), 19:39 +0200, Jiri Olsa: Keeping the data file description open for the whole life of the dso object. I suspect there might be an issue for reporting very large data file with this approach - like open file

[f2fs-dev][PATCH 3/3] f2fs: fix to truncate inline data in inode page when setattr

2014-04-28 Thread Chao Yu
Previous we do not truncate inline data in inode page when setattr, so following case could still read the inline data which has already truncated: 1.write inline data 2.ftruncate size to 0 3.ftruncate size to max inline data size 4.read from offset 0 This patch introduces truncate_inline_data()

Re: [PATCH v2] irqchip: vt8500: Switch to a simple write clear for Interrupt Status Register

2014-04-28 Thread Thomas Gleixner
On Mon, 28 Apr 2014, Axel Lin wrote: According to the datasheet, the attribute of Interrupt Status Register is RW0S, which means: Software can read the register. Software can also write 1 to clear. write 0 has no effect. So the read/modify/write cycle is no necessary, switch

Re: [PATCH 2/3] sched: idle: Add sched balance option

2014-04-28 Thread Daniel Lezcano
On 04/25/2014 08:43 PM, Peter Zijlstra wrote: On Fri, Apr 25, 2014 at 07:01:23PM +0200, Daniel Lezcano wrote: As the sysctl is some kind of ABI, I would like to make sure we reach a consensus and discuss a bit about that. We could make it a sysfs file, like /sys/power/state, which when read

Re: [PATCH v7 4/4] memstick: Add realtek USB memstick host driver

2014-04-28 Thread Lee Jones
From: Roger Tseng rogera...@realtek.com Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile

Re: [PATCH v7 3/4] mmc: Add realtek USB sdmmc host driver

2014-04-28 Thread Lee Jones
From: Roger Tseng rogera...@realtek.com Realtek USB SD/MMC host driver provides mmc host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com Acked-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/host/Kconfig |7 +

Re: [PATCH 08/13] video/backlight: LM3630A needs PWM

2014-04-28 Thread Lee Jones
The LM3630A driver cannot be successfully built if we don't enable the PWM subsystem. This patch makes that dependency explicit in Kconfig and prevents broken randconfig builds. Based on Arnd Bergmann patch but split out into seperate commits per driver based on feedback. Signed-off-by:

Re: [PATCH 10/13] video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICE

2014-04-28 Thread Lee Jones
From: Arnd Bergmann a...@arndb.de This fixes a randconfig build error when BACKLIGHT_CLASS_DEVICE is disabled, by describing the dependency in Kconfig, as we do for the other drivers in this directory. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Peter Griffin

Re: [PATCH 12/13] video/backlight: LP855X needs PWM

2014-04-28 Thread Lee Jones
From: Arnd Bergmann a...@arndb.de The LP855X driver cannot be successfully built if we don't enable the PWM subsystem. This patch makes that dependency explicit in Kconfig and prevents broken randconfig builds. Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Peter Griffin

Re: [PATCH 09/13] video/backlight: LP8788 needs PWM

2014-04-28 Thread Lee Jones
The LP8788 driver cannot be successfully built if we don't enable the PWM subsystem. This patch makes that dependency explicit in Kconfig and prevents broken randconfig builds. Based on Arnd Bergmann patch but split out into seperate commits per driver based on feedback. Signed-off-by:

Re: [PATCH] sound: usb: Fix format string mismatch in mixer.c

2014-04-28 Thread Takashi Iwai
At Mon, 28 Apr 2014 13:08:55 +0900, Masanari Iida wrote: Fix format string mismatch in parse_audio_selector_unit(). Signed-off-by: Masanari Iida standby2...@gmail.com Thanks, applied. Takashi --- sound/usb/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] sound: core: Fix format string mismatch in seq_midi.c

2014-04-28 Thread Takashi Iwai
At Tue, 22 Apr 2014 20:42:05 +0900, Masanari Iida wrote: Fix format string mismatch in snd_seq_midisynth_register_port(). Argument type of p is unsigned int. Signed-off-by: Masanari Iida standby2...@gmail.com Thanks, applied. Takashi --- sound/core/seq/seq_midi.c | 4 ++-- 1 file

Re: [PATCH 4/6] staging: comedi: addi_apci_1564: simplify the PCI bar reading and don't read the unused bars

2014-04-28 Thread Ian Abbott
On 2014-04-27 02:37, Chase Southwood wrote: This driver only uses PCI bar 1 (devpriv-i_IobaseAmcc), and PCI bar 2 (dev-iobase) doon't bother reading the unused PCI bars. Signed-off-by: Chase Southwood chase.southw...@gmail.com Cc: Ian Abbott abbo...@mev.co.uk Cc: H Hartley Sweeten

Re: [PATCHv4 9/9] extcon: palmas: Use devm_extcon_dev_allocate for extcon_dev

2014-04-28 Thread Lee Jones
This patch use devm_extcon_dev_allocate() to simplify the memory control of extcon device. Cc: Graeme Gregory g...@slimlogic.co.uk Cc: Kishon Vijay Abraham I kis...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.jo...@linaro.org

Re: [PATCH] locks: rename file-private locks to file-description locks

2014-04-28 Thread Jeff Layton
On Sun, 27 Apr 2014 14:51:25 +1000 NeilBrown ne...@suse.de wrote: On Tue, 22 Apr 2014 06:54:36 +0200 Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: On 04/21/2014 11:15 PM, Stefan (metze) Metzmacher wrote: Am 21.04.2014 21:55, schrieb Jeff Layton: On Mon, 21 Apr 2014

Re: [RFC v3 1/9] sysrq: Implement __handle_sysrq_nolock to avoid recursive locking in kdb

2014-04-28 Thread Daniel Thompson
On 25/04/14 17:45, Steven Rostedt wrote: On Fri, 25 Apr 2014 17:29:22 +0100 Daniel Thompson daniel.thomp...@linaro.org wrote: If kdb is triggered using SysRq-g then any use of the sr command results in the SysRq key table lock being recursively acquired, killing the debug session. That

Re: [PATCH 0/2] crypto: atmel-aes: fixes on block size of aes cfb mode

2014-04-28 Thread Herbert Xu
On Tue, Apr 22, 2014 at 03:23:22PM +0800, Leilei Zhao wrote: Hi: These two patches correct the block size in atmel-aes driver while processing cfb8 and cfb64 mode of aes. Both patches applied. Thanks! -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page:

Re: [PATCH 0/3] Cleanup ressource leaks in test_aead_speed()

2014-04-28 Thread Herbert Xu
On Mon, Apr 21, 2014 at 08:44:39PM +0200, Christian Engelmayer wrote: This is a cleanup of Coverity ressource leak findings for the quick dirty crypto testing module crypto/tcrypt.c. All 3 changesets address function test_aead_speed() that was introduced in 53f52d7a (crypto: tcrypt - Added

[tip:irq/urgent] genirq: x86: Ensure that dynamic irq allocation does not conflict

2014-04-28 Thread tip-bot for Thomas Gleixner
Commit-ID: 62a08ae2a5763aabeee98264605236b001503e0c Gitweb: http://git.kernel.org/tip/62a08ae2a5763aabeee98264605236b001503e0c Author: Thomas Gleixner t...@linutronix.de AuthorDate: Thu, 24 Apr 2014 09:50:53 +0200 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Mon, 28 Apr 2014

Re: [PATCH] mfd: core: Don't use devres functions before device is added

2014-04-28 Thread Lee Jones
The supply aliases for the MFD devices were being added using devres but the device hasn't been added at this point and as such we can't use devres. The MFD already has a function that removes devices this patch uses the non-devres versions of the supply alias functions and adds an

[tip:irq/urgent] linux/interrupt.h: fix new kernel-doc warnings

2014-04-28 Thread tip-bot for Randy Dunlap
Commit-ID: def5f1273c5f18abf8fcaee03a115d3e907ad407 Gitweb: http://git.kernel.org/tip/def5f1273c5f18abf8fcaee03a115d3e907ad407 Author: Randy Dunlap rdun...@infradead.org AuthorDate: Sun, 27 Apr 2014 21:03:09 -0700 Committer: Thomas Gleixner t...@linutronix.de CommitDate: Mon, 28 Apr 2014

Re: [PATCH] video/backlight: Fix string type mismatch in s6e63m0.c

2014-04-28 Thread Lee Jones
Fix string type mismatch in s6e63m0_sysfs_show_gamma_table(). gamma_table_count is defined as unsigned int. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/video/backlight/s6e63m0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee Jones

Re: [PATCH 2/3] sched: idle: Add sched balance option

2014-04-28 Thread Peter Zijlstra
On Mon, Apr 28, 2014 at 12:09:20PM +0200, Daniel Lezcano wrote: I agree a numerical value is not flexible. But it sounds weird to put a scheduler option in the sysfs and maybe more options will follow. I am wondering if we shouldn't create a new cgroup for 'energy' and put everything in

<    5   6   7   8   9   10   11   12   13   14   >