Re: [RFC PATCH] PPC: KVM: vfio kvm device: support spapr tce

2013-10-04 Thread Alexey Kardashevskiy
On 05.10.2013 2:05, Alex Williamson wrote: On Fri, 2013-10-04 at 22:24 +1000, Alexey Kardashevskiy wrote: This is a very rough change set required for ppc64 to use this KVM device. vfio_rm.c is a piece of code which is going to be called from the realmode (MMU off), and I will put

Re: [RFC][PATCH 0/3] vfs: Detach mounts on unlink.

2013-10-04 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: I just noticed that Al's latest vfs changes posted yesterday mean I need to rebase and possibly respin these patches, as all of the locking and interesting bits of the dcache have changed. I don't think the conflicts would be fun to resolve

Good News

2013-10-04 Thread Mr. Zhu
Hello, I need to discuss with you about George. Please contact me immediately. Mr. Zhu -- 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

Re: linux-next: Tree for Oct 3

2013-10-04 Thread Guenter Roeck
On 10/04/2013 10:04 AM, Olof Johansson wrote: On Fri, Oct 4, 2013 at 6:44 AM, Guenter Roeck li...@roeck-us.net wrote: On 10/03/2013 10:41 PM, Olof Johansson wrote: On Thu, Oct 3, 2013 at 10:23 PM, Guenter Roeck li...@roeck-us.net wrote: On 10/03/2013 06:02 PM, Mark Brown wrote: Hi all,

Re: [tpmdd-devel] [PATCH 06/13] tpm: Remove redundant dev_set_drvdata

2013-10-04 Thread Ashley Lai
On Mon, 2013-09-23 at 12:14 -0600, Jason Gunthorpe wrote: TPM drivers should not call dev_set_drvdata (or aliases), only the core code is allowed to call dev_set_drvdata, and it does it during tpm_register_hardware. These extra sets are harmless, but are an anti-pattern that many drivers

[PATCH] irq: irqdomain: Include linux/of_irq.h

2013-10-04 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Fix the following sparse warning: kernel/irq/irqdomain.c:468:14: warning: symbol 'irq_create_of_mapping' was not declared. Should it be static? Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- kernel/irq/irqdomain.c | 1 + 1 file

[PATCH] irqchip: irq-gic: Make local functions static

2013-10-04 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Fix the following sparse warnings: drivers/irqchip/irq-gic.c:651:6: warning: symbol 'gic_raise_softirq' was not declared. Should it be static? drivers/irqchip/irq-gic.c:831:29: warning: symbol 'gic_irq_domain_ops' was not declared. Should it be

Re: [PATCH] ARM: imx: Include linux/err.h

2013-10-04 Thread Shawn Guo
On Mon, Sep 30, 2013 at 02:04:51PM +0200, Thierry Reding wrote: The IS_ERR() macro is defined in the linux/err.h header file, so include it explicitly. Hmm, I can not find IS_ERR() in arch/arm/mach-imx/cpu.c Shawn Signed-off-by: Thierry Reding tred...@nvidia.com ---

Re: [PATCH] ARM: imx: Include linux/err.h

2013-10-04 Thread Shawn Guo
On Sat, Oct 05, 2013 at 10:24:23AM +0800, Shawn Guo wrote: On Mon, Sep 30, 2013 at 02:04:51PM +0200, Thierry Reding wrote: The IS_ERR() macro is defined in the linux/err.h header file, so include it explicitly. Hmm, I can not find IS_ERR() in arch/arm/mach-imx/cpu.c Sorry, I did not look

[RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace

2013-10-04 Thread Eric W. Biederman
Programs have been known to test for empty directories by attempting to remove them. To keep from violating the principle of least surprise don't let directories the caller can see with someting mounted on them be deleted. With a little luck this may prevent commands stupid commands like rm -rf

[GIT PULL] PCI updates for v3.12

2013-10-04 Thread Bjorn Helgaas
Hi Linus, Here's a fix for v3.12. We merged what was intended to be an MMCONFIG cleanup, but in fact, for systems without _CBA (which is almost everything), it broke extended config space for domain 0 and it broke all config space for other domains. This reverts the change. Bjorn The

Re: fs/attr.c:notify_change locking warning.

2013-10-04 Thread Dave Chinner
On Fri, Oct 04, 2013 at 08:52:10PM -0400, Dave Jones wrote: WARNING: CPU: 3 PID: 26128 at fs/attr.c:178 notify_change+0x34d/0x360() Modules linked in: dlci 8021q garp sctp snd_seq_dummy bridge stp tun fuse rfcomm hidp ipt_ULOG nfc caif_socket caif af_802154 phonet af_rxrpc bnep bluetooth

Re: [PATCH 4/6] trace: Make UPROBES depend on PERF_EVENTS

2013-10-04 Thread Andi Kleen
On Fri, Oct 04, 2013 at 08:52:53PM -0400, Steven Rostedt wrote: On Fri, 4 Oct 2013 14:39:46 -0700 Andi Kleen a...@firstfloor.org wrote: From: Andi Kleen a...@linux.intel.com UPROBES need the perf events code, so add a dependency from PERF_EVENTS to UPROBES. Can you please be a bit

Re: [RFC PATCH] PPC: KVM: vfio kvm device: support spapr tce

2013-10-04 Thread Alexey Kardashevskiy
On 10/05/2013 11:52 AM, Alexey Kardashevskiy wrote: On 05.10.2013 2:05, Alex Williamson wrote: On Fri, 2013-10-04 at 22:24 +1000, Alexey Kardashevskiy wrote: This is a very rough change set required for ppc64 to use this KVM device. vfio_rm.c is a piece of code which is going to be called

Re: [PATCH 6/9][v5] powerpc/perf: Define big-endian version of perf_mem_data_src

2013-10-04 Thread Sukadev Bhattiprolu
Michael Ellerman [mich...@ellerman.id.au] wrote: | On Tue, Oct 01, 2013 at 05:15:07PM -0700, Sukadev Bhattiprolu wrote: | perf_mem_data_src is an union that is initialized via the -val field | and accessed via the bitmap fields. For this to work on big endian | platforms, we also need a

Re: [RFC PATCH v2 0/1] FPGA subsystem core

2013-10-04 Thread H. Peter Anvin
Every FPGA toolchain I know of has a way to emit JAM/STAPL bytecode files... and a fair number of programming scenarios need them. Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Fri, Oct 04, 2013 at 04:33:41PM -0700, Greg Kroah-Hartman wrote: I agree that the firmware interface

[PATCH] ARM: gemini: remove obsolete IRQF_DISABLED

2013-10-04 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- arch/arm/mach-gemini/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] net: hamradio/scc: remove deprecated IRQF_DISABLED

2013-10-04 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/net/hamradio/scc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] net: hamradio/yam: remove deprecated IRQF_DISABLED

2013-10-04 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/net/hamradio/yam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] irda: remove deprecated IRQF_DISABLED

2013-10-04 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/net/irda/bfin_sir.c | 4 ++-- drivers/net/irda/donauboe.c | 4 ++--

[PATCH] net: wan: remove deprecated IRQF_DISABLED

2013-10-04 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- drivers/net/wan/hostess_sv11.c | 2 +- drivers/net/wan/sealevel.c | 2 +- 2 files changed, 2

Re: [RFC PATCH v2 0/1] FPGA subsystem core

2013-10-04 Thread Jason Gunthorpe
On Fri, Oct 04, 2013 at 09:00:28PM -0700, H. Peter Anvin wrote: Every FPGA toolchain I know of has a way to emit JAM/STAPL bytecode files... and a fair number of programming scenarios need them. Yes, but now you are talking about JTAG. JTAG is a very different problem than configuring over

Re: [RFC PATCH v2 0/1] FPGA subsystem core

2013-10-04 Thread H. Peter Anvin
I do it all the time. JAM/STAPL seems to me to be more used for exotic connections to serial flash for persistent programming. Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Fri, Oct 04, 2013 at 09:00:28PM -0700, H. Peter Anvin wrote: Every FPGA toolchain I know of has a way to

[PATCH] kernel/exit.c: call read_unlock() when failure occurs after already called read_lock() in do_wait().

2013-10-04 Thread Chen Gang
If failure occurs after called read_lock(), need call read_unlock() too. It can fail in multiple position, so add new tag 'fail_lock' for it (also can let 'if' only content one jump statement). Signed-off-by: Chen Gang gang.c...@asianux.com --- kernel/exit.c |8 ++-- 1 files changed, 6

Re: [pchecks v2 0/2] percpu v3: Implement Preemption checks for __this_cpu operations

2013-10-04 Thread Ingo Molnar
* Christoph Lameter wrote: > This patchset introduces preemption checks for __this_cpu operations. > > First we add new raw_cpu operations that perform this cpu operations > without preempt checks. > > The second patch then adds the preempt checks by modifying the > __this_cpu macros in

Re: [PATCH] perf: Fix failing assertions in perf bench numa

2013-10-04 Thread Ingo Molnar
* Petr Holasek wrote: > Patch adds more subtle handling of -C and -N parameters in > parse_{cpu,node}_setup_list() functions when there isn't enough NUMA nodes or > CPUs present. > Instead of assertion and terminating benchmark, partial test is skipped > with error message and perf will

Re: [PATCH 17/17] RCU'd vfsmounts

2013-10-04 Thread Josh Triplett
On Thu, Oct 03, 2013 at 10:29:59PM -0700, Paul E. McKenney wrote: > On Thu, Oct 03, 2013 at 04:28:27PM -0700, Josh Triplett wrote: > > On Thu, Oct 03, 2013 at 01:52:45PM -0700, Linus Torvalds wrote: > > > On Thu, Oct 3, 2013 at 1:41 PM, Al Viro wrote: > > > > > > > > The problem is this: > > > >

Re: [PATCH] fs: make sure we do not read beyond allocation

2013-10-04 Thread Dmitry Vyukov
On Fri, Oct 4, 2013 at 12:57 AM, Al Viro wrote: > On Thu, Oct 03, 2013 at 12:36:08PM -0700, Kees Cook wrote: >> > Kees, try to think for a minute[1]. Really. We have general-purpose >> > ... >> > [1] yes, yes, I know - the mere mention of security should've prevented >> > such >> > arrogant

re: [RFC,1/5] squashfs: clean up squashfs_read_data

2013-10-04 Thread Phillip Lougher
Minchan Kim wrote: The squashfs_read_data functions has a role to read a block and decompress for datablock and metadata. This patch cleans it up so it has squashfs_read_datablock and squashfs_meta_datablock and morever, squashfs_read_datablock has two part, one is just request I/O and other

re: [RFC,3/5] squashfs: remove cache for normal data page

2013-10-04 Thread Phillip Lougher
Minchan Kim wrote: Sqsuashfs have used cache for normal data pages but it's pointless because MM already has cache layer and squashfs adds extra pages into MM's page cache when it reads a page from compressed block. This patch removes cache usage for normal data pages so it could remove

Re: [PATCH 17/17] RCU'd vfsmounts

2013-10-04 Thread Paul E. McKenney
On Thu, Oct 03, 2013 at 11:03:05PM -0700, Josh Triplett wrote: > On Thu, Oct 03, 2013 at 10:29:59PM -0700, Paul E. McKenney wrote: > > On Thu, Oct 03, 2013 at 04:28:27PM -0700, Josh Triplett wrote: > > > On Thu, Oct 03, 2013 at 01:52:45PM -0700, Linus Torvalds wrote: > > > > On Thu, Oct 3, 2013 at

Re: [PATCH 1/1] hso: fix problem with wrong status code sent by OPTION GTM601 during RING indication

2013-10-04 Thread Dr. H. Nikolaus Schaller
Am 03.10.2013 um 22:00 schrieb David Miller: > From: "Dr. H. Nikolaus Schaller" > Date: Thu, 3 Oct 2013 21:40:34 +0200 > >> I have made the bug observation from debug log that this bit is set in a >> response >> each time the modem has a RING message. It might be specific to this modem >> and

Re: [PATCH 11/11] perf: Avoid uninitialized sample type reference in __perf_event__output_id_sample

2013-10-04 Thread Ingo Molnar
* Andi Kleen wrote: > > Forcing multiple, unnecessary rounds of emails instead of clearly > > volunteering all technical information that is related to the matter > > is something Andi is still doing routinely. > > Sorry all the information was in the full email thread (including the >

Re: [tip:x86/urgent] x86/simplefb: Fix overflow causing bogus fall-back

2013-10-04 Thread Ingo Molnar
* Geert Uytterhoeven wrote: > On Thu, Oct 3, 2013 at 3:59 PM, tip-bot for Tom Gundersen > wrote: > > On my MacBook Air lfb_size is 4M, which makes the bitshit > > bitshift? LOL! Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 1/1] PATCH: KGDB/KDB Fix no KDB config problem.

2013-10-04 Thread Ingo Molnar
* Mike Travis wrote: > > > On 10/3/2013 10:15 AM, Ingo Molnar wrote: > > > > * Mike Travis wrote: > > > >> > >> > >> On 10/3/2013 9:51 AM, Ingo Molnar wrote: > >>> > >>> * Mike Travis wrote: > >>> > Some code added to the debug_core module had KDB dependencies > that it

Re: [PATCH 17/17] RCU'd vfsmounts

2013-10-04 Thread Ingo Molnar
* Linus Torvalds wrote: > On Thu, Oct 3, 2013 at 5:41 PM, Josh Triplett wrote: > > > > Read, yes, but I don't think that's enough to force your example above > > to work in all cases. That requires semantics beyond what RCU's > > primitives guarantee, and I don't think you can draw

Re: tty^Wrcu/perf lockdep trace.

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 12:58:32PM -0700, Paul E. McKenney wrote: > On Thu, Oct 03, 2013 at 09:42:26PM +0200, Peter Zijlstra wrote: > > > > That's not tty; that's RCU.. > > > > On Thu, Oct 03, 2013 at 03:08:30PM -0400, Dave Jones wrote: > > >

Re: [PATCH 2/3] rcu: Create rcu_sync infrastructure

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 10:14:57PM +0200, Paolo Bonzini wrote: > Do you need to do the same in rcu_sync_init? Yes.. I actually did but only send the diff for the header file :/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 2/3] rcu: Create rcu_sync infrastructure

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 10:00:02PM +0200, Oleg Nesterov wrote: > On 10/03, Paul E. McKenney wrote: > > > > On Thu, Oct 03, 2013 at 09:33:19PM +0200, Oleg Nesterov wrote: > > > On 10/03, Oleg Nesterov wrote: > > > > > > > > Because I believe this needs another patch ;) see below, didn't test > > >

Re: [PATCH v2 2/5] kconfig: fix trivial typos and update mconf documentation

2013-10-04 Thread Jean Delvare
Hi Martin, Le Thursday 03 October 2013 à 19:24 +0200, Martin Walch a écrit : > From: Martin Walch > Date: Thu, 3 Oct 2013 17:28:14 +0200 > Subject: [PATCH v2 2/5] kconfig: fix trivial typos and update mconf > documentation > > This fixes lots of typos in comments and strings. > > It also

Re: [PATCH 17/17] RCU'd vfsmounts

2013-10-04 Thread Josh Triplett
On Thu, Oct 03, 2013 at 11:15:03PM -0700, Paul E. McKenney wrote: > On Thu, Oct 03, 2013 at 11:03:05PM -0700, Josh Triplett wrote: > > On Thu, Oct 03, 2013 at 10:29:59PM -0700, Paul E. McKenney wrote: > > > On Thu, Oct 03, 2013 at 04:28:27PM -0700, Josh Triplett wrote: > > > > On Thu, Oct 03, 2013

Re: [PATCH 2/3] rcu: Create rcu_sync infrastructure

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 11:10:09PM +0200, Oleg Nesterov wrote: > On 10/03, Oleg Nesterov wrote: > > > > So unless Peter objects I'll write the changelogs (always nontrivial task), > > test, and send these 2 patches + "add ops->barr() / rcu_sync_wait_for_cb" > > tomorrow. > > And, can't resist,

RE: Free SEO Trial For mail-archive.com

2013-10-04 Thread cecelia97452
Good Morning Sir, Hope this email finds you in good health Does your website rank page 1 on major search engines like google & bing for your most converting keywords ? OR have your website lost rankings in last 1 year with Googles new algorithm changes? Google has launched 3 major updates in

Re: [PATCHv4 09/10] mm: implement split page table lock for PMD level

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 04:11:09PM -0700, Andrew Morton wrote: > On Fri, 27 Sep 2013 16:16:26 +0300 "Kirill A. Shutemov" > wrote: > > > The basic idea is the same as with PTE level: the lock is embedded into > > struct page of table's page. > > > > We can't use mm->pmd_huge_pte to store

[PATCH v5 1/4] watchdog: at91sam9_wdt: better watchdog support

2013-10-04 Thread Boris BREZILLON
The at91sam9 watchdog timer can only be configured once, and the current implementation tries to configure it in a static way: - 2 seconds timeout - wdt restart every 500ms If the timer has already been configured with different values, it returns an error and do not create any watchdog device.

[PATCH v5 2/4] watchdog: at91sam9_wdt: update device tree doc

2013-10-04 Thread Boris BREZILLON
Add new at91sam9 watchdog properties to the documentation. Signed-off-by: Boris BREZILLON --- .../devicetree/bindings/watchdog/atmel-wdt.txt | 30 ++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt

[PATCH v5 3/4] ARM: at91/dt: add sam9 watchdog default options to SoCs

2013-10-04 Thread Boris BREZILLON
Set default watchdog options in every SoC compatible with the sam9 watchdog. Signed-off-by: Boris BREZILLON --- arch/arm/boot/dts/at91sam9260.dtsi |5 + arch/arm/boot/dts/at91sam9263.dtsi |5 + arch/arm/boot/dts/at91sam9g45.dtsi |5 + arch/arm/boot/dts/at91sam9n12.dtsi |

[PATCH v5 4/4] ARM: at91/dt: add watchdog properties to kizbox board

2013-10-04 Thread Boris BREZILLON
Add watchdog specific config for kizbox board. Signed-off-by: Boris BREZILLON --- arch/arm/boot/dts/kizbox.dts |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts index 02df191..928f6ee 100644 ---

Re: [RFC/RFT v2 0/4] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support

2013-10-04 Thread Olivier Langlois
Anssi, Your patch has been applied on 3.11.3 > > I'm especially interested in testers with: > > - Older codecs other than 0x1002aa01. My best guess still is that the > new code works on them as well. > o On these I'd like to know if multichannel and the new formats > work, i.e. e.g. >

[PATCH v5 0/4] watchdog: at91sam9_wdt: handle already configured wdt

2013-10-04 Thread Boris BREZILLON
Hello, This patch series is a porposal to enhance the sam9 watchdog timer support. The at91sam9 watchdog timer can only be configured once, and the current implementation tries to configure it in a static way: - 2 seconds timeout - wdt restart every 500ms If the timer has already been

Re: [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check

2013-10-04 Thread Martin Schwidefsky
On Wed, 2 Oct 2013 12:48:19 +0200 Alexander Gordeev wrote: > Multiple MSIs have never been supported on s390 architecture, > but the platform code fails to report single MSI only. > > Signed-off-by: Alexander Gordeev > --- > arch/s390/pci/pci.c |2 ++ > 1 files changed, 2 insertions(+),

Re: [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type

2013-10-04 Thread Martin Schwidefsky
On Wed, 2 Oct 2013 12:48:20 +0200 Alexander Gordeev wrote: > arch_setup_msi_irqs() hook can only be called from the generic > MSI code which ensures correct MSI type parameter. > > Signed-off-by: Alexander Gordeev > --- > arch/s390/pci/pci.c |2 -- > 1 files changed, 0 insertions(+), 2

[GIT PULL] irq fix

2013-10-04 Thread Ingo Molnar
Linus, Please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus HEAD: 0d119fb57614fe947aa9048f61d680bbede64170 Merge branch 'irq/urgent-v2' of

[GIT PULL] x86 fixes

2013-10-04 Thread Ingo Molnar
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus HEAD: 29d274b8d3e2404cd1832b3a999b12f9d1e1d895 x86/simplefb: Mark framebuffer mem-resources as IORESOURCE_BUSY to avoid bootup warning Two

Re: [PATCH v3] Add support for Newflow NanoBone board

2013-10-04 Thread Mark Jackson
On 25/09/13 09:04, Mark Jackson wrote: > NanoBone Specification: > --- > CPU: > TI AM335x > > Memory: > 256MB DDR3 > 128MB NOR flash > 128KB FRAM > > Ethernet: > 2 x 10/100 connected to SMSC LAN8710 PHY > > USB: > 1 x USB2.0 Type A > > I2C: > 2Kbit EEPROM

Re: [PATCH] ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED

2013-10-04 Thread Peter Zijlstra
On Fri, Sep 27, 2013 at 05:29:08PM +0200, Peter Zijlstra wrote: > Subject: ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED > From: Peter Zijlstra > Date: Fri Sep 27 17:11:00 CEST 2013 > > Since we now have two need_resched states; trace the two so we can > observe discrepancies. > > Cc: Steven

[PATCH v3] Add support for Newflow NanoBone board

2013-10-04 Thread Mark Jackson
NanoBone Specification: --- CPU: TI AM335x Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM (Microchip 24AA02) RTC (Maxim DS1338) GPIO Expander (Microchip MCP23017)

Re: [pchecks v2 0/2] percpu v3: Implement Preemption checks for __this_cpu operations

2013-10-04 Thread Peter Zijlstra
User-Agent: quilt/0.50-1 You might want to upgrade your quilt the latest version is 0.60-1 and there's talk of actually releasing something newer. -- 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

Re: [PATCH] ARM: DTS: DRA7: Add TPS659038 PMIC nodes

2013-10-04 Thread Keerthy
Hi Benoit, Thanks a lot for fixing it. On Thursday 03 October 2013 07:09 PM, Benoit Cousson wrote: Hi Keerthy, On 11/09/2013 07:30, Keerthy wrote: On Tuesday 10 September 2013 12:51 AM, Nishanth Menon wrote: On 08/26/2013 12:36 AM, Keerthy wrote: The Patch adds nodes for TPS659038 PMIC for

Re: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-04 Thread Alexander Gordeev
On Thu, Oct 03, 2013 at 11:49:45PM +0100, Ben Hutchings wrote: > On Wed, 2013-10-02 at 12:48 +0200, Alexander Gordeev wrote: > > This update converts pci_enable_msix() and pci_enable_msi_block() > > interfaces to canonical kernel functions and makes them return a > > error code in case of failure

Re: [pchecks v2 2/2] percpu: Add preemption checks to __this_cpu ops

2013-10-04 Thread Peter Zijlstra
On Thu, Oct 03, 2013 at 06:28:26PM +, Christoph Lameter wrote: > @@ -538,7 +544,8 @@ do { > \ > # ifndef __this_cpu_read_8 > # define __this_cpu_read_8(pcp) (*__this_cpu_ptr(&(pcp))) > # endif > -# define

Re: [GIT PULL] x86/asmlinkage changes for v3.12

2013-10-04 Thread Fengguang Wu
On Wed, Sep 04, 2013 at 09:45:29AM -0700, H. Peter Anvin wrote: [snip] > This also exposes an interesting problem with Fengguang's build robot. > > One build: > [tip:x86/asmlinkage] 28596b6a8779b736829ad837f95fdc2e81bdd1ee BUILD DONE > 28596b6a8779b736829ad837f95fdc2e81bdd1ee x86, asmlinkage,

Re: [PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-04 Thread Ivan T. Ivanov
Hi Rohit, On Thu, 2013-10-03 at 16:05 -0700, Rohit Vaswani wrote: > This patch adds basic board support for APQ8074 Dragonboard > which belongs to the Snapdragon 800 family. > For now, just support a basic machine with device tree. > > Signed-off-by: Rohit Vaswani > --- >

Re: [pchecks v2 0/2] percpu v3: Implement Preemption checks for __this_cpu operations

2013-10-04 Thread Ingo Molnar
* Peter Zijlstra wrote: > User-Agent: quilt/0.50-1 > > You might want to upgrade your quilt the latest version is 0.60-1 and > there's talk of actually releasing something newer. Another technical problem with the submission is the lack of 'PATCH' tags for the patches - it's the standard and

Re: [pchecks v2 2/2] percpu: Add preemption checks to __this_cpu ops

2013-10-04 Thread Ingo Molnar
* Peter Zijlstra wrote: > > @@ -39,8 +39,8 @@ notrace unsigned int debug_smp_processor > > if (!printk_ratelimit()) > > goto out_enable; > > > > - printk(KERN_ERR "BUG: using smp_processor_id() in preemptible [%08x] " > > - "code: %s/%d\n", > > +

Re: [PATCH 17/17] RCU'd vfsmounts

2013-10-04 Thread Christoph Hellwig
On Fri, Oct 04, 2013 at 03:53:51AM +0100, Al Viro wrote: > Speaking of those two - I really want to see file_table.c one killed. > Christoph, do you have anything along the lines of getting rid of the > mark_files_ro() nonsense? After all, a combination of r/w vfsmount > and a superblock with

RE: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-04 Thread David Laight
> > It seems to me that a more useful interface would take a minimum and > > maximum number of vectors from the driver. This wouldn't allow the > > driver to specify that it could only accept, say, any even number within > > a certain range, but you could still leave the current functions > >

Re: [PATCHv4 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-04 Thread Rohit Vaswani
On 10/4/2013 1:28 AM, Ivan T. Ivanov wrote: Hi Rohit, On Thu, 2013-10-03 at 16:05 -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit

[GIT PULL] fuse bugfixes for 3.12

2013-10-04 Thread Miklos Szeredi
Hi Linus, Please pull the following: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This contains two more fixes by Maxim for writeback/truncate races and fixes for RCU walk in fuse_dentry_revalidate(). Thanks, Miklos --- Maxim Patlasov (2): fuse: wait for

Re: [ATTEND] oops.kernel.org prospect

2013-10-04 Thread Anton Arapov
On Mon, Aug 19, 2013 at 05:25:12PM -0400, Dave Jones wrote: > On Mon, Aug 19, 2013 at 05:52:02PM +0200, Anton Arapov wrote: > > On Mon, Aug 19, 2013 at 11:39:39AM -0400, Theodore Ts'o wrote: > > > On Mon, Aug 19, 2013 at 05:16:43PM +0200, Anton Arapov wrote: > > > > > Why not just do that

Re: [PATCH] memstick: Fix memory leak in memstick_check() error path

2013-10-04 Thread Catalin Marinas
On 3 October 2013 22:13, Larry Finger wrote: > With kernel 3.12-rc3, kemcheck reports the following leak: That would be "kmemleak" rather than "kmemcheck" ;) >> unreferenced object 0x8800ae85c190 (size 16): >> comm "kworker/u4:3", pid 685, jiffies 4294916336 (age 2831.760s) >> hex dump

Re: [PATCH v2 2/9] procfs: add proc_allow_access() to check if file's opener may access task

2013-10-04 Thread Djalal Harouni
On Thu, Oct 03, 2013 at 02:09:55PM -0700, Andy Lutomirski wrote: > On Thu, Oct 3, 2013 at 1:13 PM, Djalal Harouni wrote: > > On Thu, Oct 03, 2013 at 12:37:49PM -0700, Andy Lutomirski wrote: > >> On Thu, Oct 3, 2013 at 12:29 PM, Djalal Harouni wrote: > >> > On Thu, Oct 03, 2013 at 04:12:37PM

Re: [PATCH v2 0/9] procfs: protect /proc//* files with file->f_cred

2013-10-04 Thread Djalal Harouni
On Thu, Oct 03, 2013 at 08:12:44AM +0200, Ingo Molnar wrote: > So please first get consensus on this fundamental design question before > spreading your solution to more areas. Check file_ns_capable() added in commit 935d8aabd4331 by Linus Add file_ns_capable() helper function for open-time

[PATCH 0/5] Tegra124 clock support

2013-10-04 Thread Peter De Schrijver
This series introduces support for the Tegra124 CAR clocks. Based on '[PATCH v2 00/12] Introduce common infra for tegra clocks' Peter De Schrijver (5): clk: tegra: Add support for PLLSS clk: tegra: Add periph regs bank X clk: tegra124: Add common clk IDs to clk-id.h clk: tegra124: Add new

Re: [PATCH v2 3/3] i2c: xilinx: Use devm_* functions

2013-10-04 Thread Michal Simek
On 10/04/2013 07:33 AM, Wolfram Sang wrote: > >> +i2c->base = devm_ioremap_resource(>dev, res); >> +if (IS_ERR(i2c->base)) { >> +dev_err(>dev, "Could not allocate iomem\n"); > > devm_ioremap_resource already prints error messages. you are right. > >> +ret =

[PATCH 1/5] clk: tegra: Add support for PLLSS

2013-10-04 Thread Peter De Schrijver
Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-pll.c | 168 +++ drivers/clk/tegra/clk.h |7 ++ 2 files changed, 175 insertions(+), 0 deletions(-) diff --git a/drivers/clk/tegra/clk-pll.c b/drivers/clk/tegra/clk-pll.c index

[PATCH 2/5] clk: tegra: Add periph regs bank X

2013-10-04 Thread Peter De Schrijver
Tegra124 has an extra bank of peripheral clock registers. Add it to the generic peripheral clock code. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/clk/tegra/clk.c

[PATCH 3/5] clk: tegra124: Add common clk IDs to clk-id.h

2013-10-04 Thread Peter De Schrijver
Tegra124 introduces a number of a new clocks. Introduce the corresponding the IDs for them. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-id.h | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/drivers/clk/tegra/clk-id.h

[PATCH 4/5] clk: tegra124: Add new peripheral clocks

2013-10-04 Thread Peter De Schrijver
Tegra124 introduces a number of new peripheral clocks. This patch adds those to the common peripheral clock code. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-tegra-periph.c | 61 ++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git

Re: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-04 Thread Alexander Gordeev
On Fri, Oct 04, 2013 at 09:31:49AM +0100, David Laight wrote: > > Mmmm.. I am not sure I am getting it. Could you please rephrase? > > One possibility is for drivers than can use a lot of interrupts to > request a minimum number initially and then request the additional > ones much later on. >

[PATCH 5/5] clk: tegra124: Add support for Tegra124 clocks

2013-10-04 Thread Peter De Schrijver
Implement clock support for Tegra124. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/Makefile |1 + drivers/clk/tegra/clk-tegra124.c | 1206 ++ include/dt-bindings/clock/tegra124-car.h | 342 + 3 files changed, 1549

Re: [Suggestion] about calling debug_hotplug_cpu() which enabled by 'allmodconfig' for a x86_64 dual core laptop.

2013-10-04 Thread Chen Gang
On 10/03/2013 11:07 PM, Toshi Kani wrote: > On Thu, 2013-10-03 at 22:21 +0800, Chen Gang wrote: >> One root cause found (but not only one), allmodconfig will enable >> CONFIG_SYSFS_DEPRECATED which for new kernel on old distribution. >> >> >> I am comparing from allmodconfig config file to

Re: [PATCH -v2] EFI: Runtime services virtual mapping

2013-10-04 Thread Borislav Petkov
On Wed, Oct 02, 2013 at 11:46:44AM -0700, H. Peter Anvin wrote: > It's pretty straightforward - just drop the starting address to proper > alignment after you subtract the size. Ok, just an observation - it is not necessarily a bad thing but I thought we should talk about it: So, when we do the

[PATCH 1/2] regulator: wm8994: Remove redundant break

2013-10-04 Thread Sachin Kamat
'break' after return has no effect. Remove it. Signed-off-by: Sachin Kamat --- drivers/regulator/wm8994-regulator.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/wm8994-regulator.c b/drivers/regulator/wm8994-regulator.c index 71c5911..ffc1b2f 100644 ---

[PATCH 2/2] regulator: gpio: Remove redundant break

2013-10-04 Thread Sachin Kamat
'break' after goto has no effect. Remove it. Signed-off-by: Sachin Kamat --- drivers/regulator/gpio-regulator.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index 98a98ff..04406a9 100644 ---

Re: [PATCH v2 2/3] i2c: xilinx: Set tx direction in write operation

2013-10-04 Thread Michal Simek
On 10/04/2013 07:46 AM, Wolfram Sang wrote: > >> +cr = xiic_getreg32(i2c, XIIC_CR_REG_OFFSET); >> +cr |= XIIC_CR_DIR_IS_TX_MASK; >> +xiic_setreg32(i2c, XIIC_CR_REG_OFFSET, cr); >> + > > Is there no need to clear the bit again when receiving? This bit is cleared in xiic_xfer() ->

[PATCH] Fix the upper MTU limit in ipv6 GRE tunnel

2013-10-04 Thread Oussama Ghorbel
Unlike ipv4, the struct member hlen holds the length of the GRE and ipv6 headers. This length is also counted in dev->hard_header_len. Perhaps, it's more clean to modify the hlen to count only the GRE header without ipv6 header as the variable name suggest, but the simple way to fix this without

RE: [PATCH 2/7] iommu: add api to get iommu_domain of a device

2013-10-04 Thread Bhushan Bharat-R65777
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci-ow...@vger.kernel.org] > On Behalf Of Alex Williamson > Sent: Wednesday, September 25, 2013 10:16 PM > To: Bhushan Bharat-R65777 > Cc: j...@8bytes.org; b...@kernel.crashing.org; ga...@kernel.crashing.org; >

Re: [PATCH 1/6] thermal: exynos: fix: Return from exynos_report_trigger() when therm_dev is NULL

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, Thanks for reply. > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The commit 4de0bdaa9677d11406c9becb70c60887c957e1f0 > > ("thermal: exynos: Add support for instance based > > register/unregister") broke check for presence of therm_dev at > > global thermal zone in

Re: Timekeeping on at91rm9200 [Was: [PATCH v2] clockevents: Sanitize ticks to nsec conversion]

2013-10-04 Thread Nicolas Ferre
On 24/09/2013 23:11, Uwe Kleine-König : Hello Nicolas, hello Jean-Christophe, I expect you should be able to revert b7a8ca5 (ARM: at91: rm9200 fix time support) which reverted 838a2ae (ARM: use clockevents_config_and_register() where possible) for at91rm9200 on top of the

Re: [PATCH 3/4] kvm: Create non-coherent DMA registeration

2013-10-04 Thread Alexey Kardashevskiy
On 10/02/2013 06:15 AM, Alex Williamson wrote: > We currently use some ad-hoc arch variables tied to legacy KVM device > assignment to manage emulation of instructions that depend on whether > non-coherent DMA is present. Create an interface for this so that we > can register coherency for other

Re: [PATCH 2/6] thermal: exynos: Provide separate TMU data for Exynos4412

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, > Lukasz, > > Just minor comments. > > On 24-09-2013 04:08, Lukasz Majewski wrote: > > Up till now Exynos5250 and Exynos4412 had the same definitions for > > TMU data. Following commit changes that, by introducing separate > > exynos4412_default_tmu_data structure. > > > > Since

[PATCH] clk: provide public clk_is_enabled function

2013-10-04 Thread Sebastian Hesselbarth
To determine if a clk has been previously enabled, provide a public clk_is_enabled function. This is especially helpful to check the state of clk-gate without actually changing the state of the gate. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc: Russell King Cc: Jason Cooper

Re: [PATCH] MAINTAINERS: remove Richard Purdie as backlight maintainer

2013-10-04 Thread Richard Purdie
On Thu, 2013-10-03 at 17:43 -0700, Andrew Morton wrote: > On Fri, 04 Oct 2013 08:50:57 +0900 Jingoo Han wrote: > > > On Friday, October 04, 2013 8:21 AM, Andrew Morton wrote: > > > On Fri, 27 Sep 2013 12:59:28 +0900 Jingoo Han wrote: > > > > > > > Remove Richard Purdie as backlight subsystem

[PATCH v3] ARM: kirkwood: remove ethernet clock gate workaround

2013-10-04 Thread Sebastian Hesselbarth
With a proper fix for Kirkwood ethernet IP MAC address clock gating issue, we can now remove the clock gating workaround that always enabled ethernet clocks. Signed-off-by: Sebastian Hesselbarth --- Changelog: v2->v3: - make use of new public clk_is_enabled, adds dependency to [1] - add warning

Re: [PATCH v3] ARM: kirkwood: remove ethernet clock gate workaround

2013-10-04 Thread Sebastian Hesselbarth
On 10/04/2013 12:13 PM, Sebastian Hesselbarth wrote: With a proper fix for Kirkwood ethernet IP MAC address clock gating issue, we can now remove the clock gating workaround that always enabled ethernet clocks. Signed-off-by: Sebastian Hesselbarth Damn, wrong patch. --- Changelog: v2->v3:

Re: [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250

2013-10-04 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, October 03, 2013 06:08:45 PM Eduardo Valentin wrote: > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The TMU data definition is now separated to Exynos4412 and Exynos5250. > > > > Now SOC_ARCH_EXYNOS only refers to Exynos5250. Hence the name > > SOC_ARCH_EXYNOS has been

[PATCH] ARM: Dove: fix bad properties of the si5351 clkout2 used by Cubox audio

2013-10-04 Thread Jean-Francois Moine
As defined in the DT, clkout2 is not allowed to change the pll inside si5351. This patch inverts the properties of the clkout{1,2} so that clkout2 may be defined as the external clock of the audio device in the Cubox. Signed-off-by: Jean-Francois Moine --- arch/arm/boot/dts/dove-cubox.dts | 4

[PATCH RESEND v3] ARM: kirkwood: retain MAC address for DT ethernet

2013-10-04 Thread Sebastian Hesselbarth
Ethernet IP on Kirkwood SoCs loose their MAC address register content if clock gated. To allow modular ethernet driver setups and gated clocks also on non-DT capable bootloaders, we fixup port device nodes with no valid MAC address property. This patch copies MAC address register contents set up

Re: [PATCH 3/6] thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The commit d0a0ce3e77c795258d47f9163e92d5031d0c5221 ("thermal: > > exynos: Add missing definations and code cleanup") has removed > > setting of test MUX address value at TMU configuration setting. > > > > This field is not present on

<    1   2   3   4   5   6   7   8   9   10   >