Hallo.....

2013-08-21 Thread Mutoni Williams
Hello,How are you,I hope you're well,my name is Mutoni,I'm medium height and fair in complexion,i love,caring and I decided to contact you.I really want to have a good relationship with you.Next I have a special something I want to discuss with you,and tell you more about my self.Hope hear

Re: Proposed stable release changes

2013-08-21 Thread Borislav Petkov
On Tue, Aug 20, 2013 at 03:40:32PM -0700, Greg KH wrote: > - I will wait for a -rc to come out with the patch in it before putting > it into a stable release, unless: Question: what's the exact reasoning of that delay? To get more people who install -rc kernels to smoke-test patches tagged for

Regression: x86/mm: new _PTE_SWP_SOFT_DIRTY bit conflicts with existing use

2013-08-21 Thread David Vrabel
All, 179ef71c (mm: save soft-dirty bits on swapped pages) introduces a new PTE bit on x86 _PTE_SWP_SOFT_DIRTY which has the same value as _PTE_PSE and _PTE_PAT. With a Xen PV guest, the use of the _PTE_PAT will result in the page having unexpected cachability which will introduce a range of

[PATCH V2] i2c: move of helpers into the core

2013-08-21 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver.

Re: kmemleak in apei_res_add

2013-08-21 Thread Alexandra N. Kossovsky
On Aug 21 10:38, Catalin Marinas wrote: > On 12 August 2013 03:45, Alexandra N. Kossovsky > wrote: > > When running 3.10.3 with kmemleak enabled, I see following warnings from > > kmemleak: > > > > unreferenced object 0x88024d2219a0 (size 32): > > comm "swapper/0", pid 1, jiffies 4294894532

Re: linux-next: Tree for Aug 21 [ screen corruption in graphical mode ]

2013-08-21 Thread Daniel Vetter
; > The aio tree gained conflicts against the aio-direct tree. > > > > The akpm-current tree gained conflicts against the modules and aio-direct > > trees. > > > > ---- > > > > Hi, > &g

Re: [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus,mems}_allowed become empty

2013-08-21 Thread Tejun Heo
Hello, s/inherite/inherit/ in the subject. On Wed, Aug 21, 2013 at 05:59:44PM +0800, Li Zefan wrote: > We're going to have separate user-configured masks and effective ones. > > At last configured masks can only be changed by writing cpuset.cpus > and cpuset.mems, and they won't be restricted

Re: [PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-21 Thread Andy King
Greg, I'd like to withdraw this in light of DaveM's comments on a similar patch to vmxnet3 regarding dma_alloc_coherent() vs pci_alloc_consistent(). I'll fix it and send out a new patchset. Sorry about this! Thanks! - Andy - Original Message - > This patchset adds support for virtual

Re: [PATCH] drivers: regmap: bugfix in regcache-rbtree.c

2013-08-21 Thread David Jander
Hi Dimitris, On Wed, 21 Aug 2013 15:02:35 +0200 David Jander wrote: > The functionality of rbtree_ctx->cached_rbnode is broken. Remove it to > avoid hitting the wrong rbnode when locating a register. > rbnode register ranges can overlap, which is not a problem as long as > every lookup for a

Re: Proposed stable release changes

2013-08-21 Thread Steven Rostedt
On Tue, Aug 20, 2013 at 08:41:23PM -0400, Josh Boyer wrote: > > Let me phrase this as a question instead. Is there something we can > do to help catch the patches that get sucked into stable during the > merge window and then wind up causing issues and reverted/fixed after > things settle down

Re: [PATCH 5/8] rcu: eliminate deadlock for rcu read site

2013-08-21 Thread Paul E. McKenney
On Wed, Aug 21, 2013 at 11:25:55AM +0800, Lai Jiangshan wrote: > On 08/21/2013 11:17 AM, Paul E. McKenney wrote: > > On Sat, Aug 10, 2013 at 08:07:15AM -0700, Paul E. McKenney wrote: > >> On Sat, Aug 10, 2013 at 11:43:59AM +0800, Lai Jiangshan wrote: > > > > [ . . . ] > > > >>> So I have to

Re: [PATCH V11 09/15] perf: make events stream always parsable

2013-08-21 Thread Stephane Eranian
On Wed, Aug 14, 2013 at 3:00 PM, Adrian Hunter wrote: > On 14/08/13 15:48, Adrian Hunter wrote: >> The event stream is not always parsable because the format of a sample >> is dependent on the sample_type of the selected event. When there >> is more than one selected event and the sample_types

[PATCH v2] gpio: interrupt consistency check for OF GPIO IRQs

2013-08-21 Thread Lars Poeschel
From: Linus Walleij Currently the kernel is ambigously treating GPIOs and interrupts from a GPIO controller: GPIOs and interrupts are treated as orthogonal. This unfortunately makes it unclear how to actually retrieve and request a GPIO line or interrupt from a GPIO controller in the device tree

Re: [PATCH RT 0/3] rt/rcu/swait: Fix boot up when RCU NOCB_ALL is enabled

2013-08-21 Thread Sebastian Andrzej Siewior
* Steven Rostedt | 2013-08-19 11:35:30 [-0400]: >Thomas and Sebastian, Hi Steven, thanks for the series. Sebastian -- 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: [PATCH 04/11] cpuset: update cs->real_{cpus,mems}_allowed when config changes

2013-08-21 Thread Tejun Heo
On Wed, Aug 21, 2013 at 05:59:32PM +0800, Li Zefan wrote: ... > + cpuset_for_each_descendant_pre(cp, pos_css, cs) { > + struct cpuset *parent = parent_cs(cs); > + struct cpumask *new_cpus = trialcs->real_cpus_allowed; > + > + cpumask_and(new_cpus,

Re: Proposed stable release changes

2013-08-21 Thread Steven Rostedt
First I want to say that I 100% support the idea of waiting at least one -rc. Maybe even two. On Wed, Aug 21, 2013 at 07:38:36AM +0200, Willy Tarreau wrote: > > Cc: stable # after -rc5 is out > > or > > Cc: stable # wait a -rc cycle > > or > > Cc: stable # wait a few weeks to bake

Re: [PATCH] VMXNET3: Add support for virtual IOMMU

2013-08-21 Thread Andy King
Adding Greg, since this will apply to a similar patchset I sent out for VMCI. - Original Message - > From: Andy King > Date: Tue, 20 Aug 2013 10:33:32 -0700 > > > We can't just do virt_to_phys() on memory that we pass to the device and > > expect it to work in presence of a virtual

[PATCH v5 1/3] usb: dwc3: msm: Add device tree binding information

2013-08-21 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" MSM USB3.0 core wrapper consist of USB3.0 IP from Synopsys (SNPS) and HS, SS PHY's control and configuration registers. It could operate in device mode (SS, HS, FS) and host mode (SS, HS, FS, LS). Signed-off-by: Ivan T. Ivanov ---

[PATCH v5 2/3] usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DW PHY's

2013-08-21 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" These drivers handles control and configuration of the HS and SS USB PHY transceivers. They are part of the driver which manage Synopsys DesignWare USB3 controller stack inside Qualcomm SoC's. Signed-off-by: Ivan T. Ivanov --- drivers/usb/phy/Kconfig | 11 ++

[PATCH v5 0/3] DWC3 USB support for Qualcomm platform

2013-08-21 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Hi, Here is fifth version of MSM USB3 drivers patches. Changes since v4: * Substitute references to "wc3" with just "dw" in USB PHY drivers and file names. This is to indicate that the PHY's are DesignWare, but not necessarily related to DWC3 IP core. Changes since

Re: [PATCH] drivers: regmap: bugfix in regcache-rbtree.c

2013-08-21 Thread Mark Brown
On Wed, Aug 21, 2013 at 03:02:35PM +0200, David Jander wrote: > rbnode register ranges can overlap, which is not a problem as long as They can? They aren't supposed to and I'd expect this to cause problems with the cache sync code too. How does this happen? signature.asc Description: Digital

[PATCH v5 3/3] usb: dwc3: Add Qualcomm DWC3 glue layer driver

2013-08-21 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" DWC3 glue layer is hardware layer around Synopsys DesignWare USB3 core. Its purpose is to supply Synopsys IP with required clocks, voltages and interface it with the rest of the SoC. Signed-off-by: Ivan T. Ivanov --- drivers/usb/dwc3/Kconfig|8 +++

[PATCH] drivers: regmap: bugfix in regcache-rbtree.c

2013-08-21 Thread David Jander
The functionality of rbtree_ctx->cached_rbnode is broken. Remove it to avoid hitting the wrong rbnode when locating a register. rbnode register ranges can overlap, which is not a problem as long as every lookup for a register returns the same rbnode. Therefor we need to start searching from the

Re: [PATCH 0/3] of: add update device node status via cmdline feature

2013-08-21 Thread Rob Herring
On Wed, Aug 21, 2013 at 7:47 AM, Dong Aisheng wrote: > On Thu, Aug 15, 2013 at 07:37:04AM -0500, Rob Herring wrote: >> On 08/15/2013 05:55 AM, Dong Aisheng wrote: >> > We meet some boards having a lot of pin conflicts between different >> > devices, >> > only one of them can be enabled to run at

Re: [PATCH 02/11] cpuset: add cs->real_cpus_allowed and cs->real_mems_allowed

2013-08-21 Thread Tejun Heo
On Wed, Aug 21, 2013 at 05:59:11PM +0800, Li Zefan wrote: > We're going to have separate user-configured masks and effective ones. > > At last configured masks can only be changed by writing cpuset.cpus I suppose you mean "eventually" by "at last"? > and cpuset.mems, and they won't be

Re: [PATCH v2] RFC: interrupt consistency check for OF GPIO IRQs

2013-08-21 Thread Lars Poeschel
On Monday 19 August 2013 at 21:35:22, Stephen Warren wrote: > On 08/17/2013 03:59 AM, Tomasz Figa wrote: > > [Ccing DT maintainers, as they may have some ideas as well] > > > > On Saturday 17 of August 2013 02:16:11 Linus Walleij wrote: > >> On Thu, Aug 15, 2013 at 11:53 AM, Tomasz Figa wrote:

Re: [PATCH 4/4] perf, tools: Add perf stat --transaction v3

2013-08-21 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 15, 2013 at 06:42:03PM +0200, Andi Kleen escreveu: > > Here's an updated patch. > perf, tools: Add perf stat --transaction v4 > @@ -1419,6 +1559,8 @@ int cmd_stat(int argc, const char **argv, const char > *prefix __maybe_unused) >"aggregate counts per processor

Re: [PATCH] [TRIVIAL] Remove braces in drivers/scsi/in2000.h to fix build for clang. No functional change otherwise.

2013-08-21 Thread Jan-Simon Möller
On Wednesday 21 August 2013 09:26:14 Jan-Simon Möller wrote: > > > Description: > > > Clang chokes on the notation "insw (%%dx)" but works for "insw %%dx" > > > (outsw likewise); GNU as accepts both forms. > > > > > > Signed-off-by: Jan-Simon M??ller > > > > I think the right fix is to

Re: [PATCH v4] irq-imgpdc: add ImgTec PDC irqchip driver

2013-08-21 Thread Thomas Gleixner
On Mon, 29 Jul 2013, James Hogan wrote: > Add irqchip driver for the ImgTec PowerDown Controller (PDC) as found in > the TZ1090. The PDC has a number of general system wakeup (SysWake) > interrupts (which would for example be connected to a power button or an > external peripheral), and a number

Re: [PATCH v4 2/3] usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DWC3 core

2013-08-21 Thread Ivan T. Ivanov
On Tue, 2013-08-20 at 18:01 +0100, Pawel Moll wrote: > On Tue, 2013-08-20 at 16:06 +0100, Pawel Moll wrote: > > On Tue, 2013-08-20 at 16:01 +0100, Kumar Gala wrote: > > > On Aug 20, 2013, at 9:54 AM, Ivan T. Ivanov wrote: > > > > > > > > > > > Hi, > > > > > > > > On Tue, 2013-08-20 at 09:33

Re: [PATCH 1/2] extcon: extcon-dra7xx: Add extcon driver for USB ID detection

2013-08-21 Thread George Cherian
Hi Stephen, On 8/20/2013 10:23 PM, Stephen Warren wrote: >ID pins are connected to pcf8575, and the pcf8575's interrupt line is >inturn connected to >gpio bank6 pin 11, we use this gpio interrupt to detect the ID pin change. In that case, the PCF8575 node needs to be a GPIO controller and an

Re: [PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier.

2013-08-21 Thread Tejun Heo
Hello, On Wed, Aug 21, 2013 at 06:15:35PM +0800, Tang Chen wrote: > [What are we doing] > > We are trying to initialize acip tables as early as possible. But Linux kernel > allows users to override acpi tables by specifying their own tables in initrd. > So we have to do acpi_initrd_override()

Re: [RFC] Get rid of SUBARCH

2013-08-21 Thread H. Peter Anvin
If ARCH doesn't match uname for some definition of match? Thorsten Glaser wrote: >On Wed, 21 Aug 2013, Richard Weinberger wrote: > >> The series touches also m68k, sh, mips and unicore32. >> These architectures magically select a cross compiler if ARCH != >SUBARCH. >> Do really need that

Re: Can you act as backup for timers/core and timers/urgent ?

2013-08-21 Thread Thomas Gleixner
On Tue, 20 Aug 2013, Daniel Lezcano wrote: > Is it possible you act as a backup and you update timers/core which is > in -rc1 to the latest -rc where I will rebase my tree on and resend a > pull request with all the patches in (previous PR should be ignored) ? I updated to linus latest and merged

Re: [PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec

2013-08-21 Thread Benjamin LaHaise
Hello Dave, On Thu, Jul 25, 2013 at 12:50:26PM -0500, Dave Kleikamp wrote: > This patch series adds a kernel interface to fs/aio.c so that kernel code can > issue concurrent asynchronous IO to file systems. It adds an aio command and > file system methods which specify io memory with pages

Re: [RFC] Get rid of SUBARCH

2013-08-21 Thread Thorsten Glaser
On Wed, 21 Aug 2013, Richard Weinberger wrote: > The series touches also m68k, sh, mips and unicore32. > These architectures magically select a cross compiler if ARCH != SUBARCH. > Do really need that behavior? Not precisely that, but it’s very common in m68k land to just cross-build kernels

Re: [PATCH v2 5/5] arm: omap2plus_defconfig: enable dwc3 and dependencies

2013-08-21 Thread Tony Lindgren
* Felipe Balbi [130716 05:57]: > DWC3 enables USB3 functionality for OMAP5 boards, > it's safe to enable those drivers in omap2plus_defconfig. > > Signed-off-by: Felipe Balbi Looks like Benoit will take this, so: Acked-by: Tony Lindgren > --- > arch/arm/configs/omap2plus_defconfig | 9

Re: [PATCH 0/3] of: add update device node status via cmdline feature

2013-08-21 Thread Dong Aisheng
On Thu, Aug 15, 2013 at 07:37:04AM -0500, Rob Herring wrote: > On 08/15/2013 05:55 AM, Dong Aisheng wrote: > > We meet some boards having a lot of pin conflicts between different devices, > > only one of them can be enabled to run at one time. > > > > e.g. imx6q sabreauto board, i2c, spi, weim,

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-21 Thread Peter Zijlstra
On Wed, Aug 21, 2013 at 01:35:51PM +0200, Oleg Nesterov wrote: > > > Btw. Whatever we do, can't we unify io_schedule/io_schedule_timeout? > > > > I suppose we could, a timeout of MAX_SCHEDULE_TIMEOUT will act like a > > regular schedule, but it gets all the overhead of doing > >

Re: [PATCH] cpuset: fix a regression in validating config change

2013-08-21 Thread Tejun Heo
Hello, Li. I dropped the make_*_empty variables and just put the conditionals directly inside the outer if. Please scream if I messed it up. Applied to cgroup/for-3.11-fixes. Thanks. --- 8< >From 1c09b195d37fa459844036f429a0f378e70c3db6 Mon Sep 17 00:00:00 2001 From: Li Zefan

[CFP reminder] Tracing Summit 2013 Call for Presentations ends today

2013-08-21 Thread Mathieu Desnoyers
Hi! Just to remind everyone that the Tracing Summit 2013 Call for Presentations ends today. The Tracing Summit 2013 will be held in Edinburgh, UK, on October 23rd, 2013, colocated with LinuxCon Europe 2013. See http://tracingsummit.org/wiki/TracingSummit2013 for details. Hoping to see you all

Re: [PATCH] ACPI: bgrt: take advantage of binary sysfs groups

2013-08-21 Thread Rafael J. Wysocki
On Tuesday, August 20, 2013 05:11:49 PM Greg KH wrote: > From: Greg KH > > Attribute groups now can handle binary sysfs attributes, so clean up the > code here by using a binary attribute array. This saves us the extra > call to create the binary attribute at saves 6 lines overall. > > Cc: Len

[PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog

2013-08-21 Thread Johannes Thumshirn
I accidently put the devicetree bindings for the MEN A21 watchdog driver in Documentation/devicetree/bindings/gpio instead of Documentation/devicetree/bindings/watchdog, this patch addresses this error. Signed-off-by: Johannes Thumshirn Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc:

Re: [PATCH 0/3] of: add update device node status via cmdline feature

2013-08-21 Thread Dong Aisheng
On Thu, Aug 15, 2013 at 01:45:48PM +0100, Grant Likely wrote: > On Thu, Aug 15, 2013 at 11:55 AM, Dong Aisheng wrote: > > We meet some boards having a lot of pin conflicts between different devices, > > only one of them can be enabled to run at one time. > > > > e.g. imx6q sabreauto board, i2c,

[PATCH v3] KPortReserve : kernel version of portreserve utility

2013-08-21 Thread Tetsuo Handa
Hello. A good summary on this proposal written by Jake Edge is available at http://lwn.net/SubscriberLink/563178/c8a2e2fd4a794a9e/ . Changes from version 2: (1) Report number of rejections, the name of process and its pid, up to once per a minute, in order to be able to figure out

Re: [REGRESSION] 3.10.{6,7} crashes on network activity

2013-08-21 Thread Josh Boyer
On Wed, Aug 21, 2013 at 4:52 AM, Arend van Spriel wrote: >>> Hi Felix, >>> >>> I have been diving into root causing why brcmsmac can not handle cck >>> fallback rates, because it should. Maybe it is better to flag no cck >>> support >>> and only change brcmsmac. >> >> >> We have a number of users

Re: [PATCH 5/8] x86, brk: Make extend_brk() available with va/pa.

2013-08-21 Thread H. Peter Anvin
Global symbols are inaccessible in physical mode. This is incidentally yet another example of "PV/weird platform violence", since in their absence it would be trivial to work around this by using segmentation. Konrad Rzeszutek Wilk wrote: >Tang Chen wrote: >>We are going to do

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-21 Thread Peter Zijlstra
On Wed, Aug 21, 2013 at 01:35:51PM +0200, Oleg Nesterov wrote: > On 08/21, Peter Zijlstra wrote: > > Yes its the right rq, but the wrong time. > > Hmm. Just in case, it is not that I think this patch really makes sense, > but I'd like to understand why do you think it is wrong. > But it is not

Re: PATCH? fix unshare(NEWPID) && vfork()

2013-08-21 Thread Oleg Nesterov
On 08/20, Andy Lutomirski wrote: > > On Tue, Aug 20, 2013 at 12:23 PM, Oleg Nesterov wrote: > > > >> but vfork(); unshare(CLONE_NEWPID) will fail? (I > >> admit I haven't tested it.) > > > > Do you mean that the child does unshare(CLONE_NEWPID) before exec? > > It should fail with or without

Re: [PATCH 5/8] x86, brk: Make extend_brk() available with va/pa.

2013-08-21 Thread Konrad Rzeszutek Wilk
Tang Chen wrote: >We are going to do acpi_initrd_override() at very early time: > >On 32bit: do it in head_32.S, before paging is enabled. In this case, >we can > access initrd with physical address without page tables. > >On 64bit: do it in head_64.c, after paging is enabled but before

[PATCH 1/2] ARM: tegra: enable PINCTRL_PALMAS config

2013-08-21 Thread Laxman Dewangan
PALMAS PMIC is used on Dalmore platform. Enable the pincontrol driver for Palmas to configure pins of Palmas on desired state. Signed-off-by: Laxman Dewangan --- arch/arm/configs/tegra_defconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] ARM: tegra: add Palmas pincontrol to Dalmore device tree

2013-08-21 Thread Laxman Dewangan
Add Palmas pincontrol to Dalmore device tree and make following configuration as default: - Disable DVFS1 and DVFS2. - Set GPIO6 to gpio mode. Signed-off-by: Laxman Dewangan --- arch/arm/boot/dts/tegra114-dalmore.dts | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff

Re: [RFC] Get rid of SUBARCH

2013-08-21 Thread Richard Weinberger
Am 21.08.2013 14:07, schrieb Geert Uytterhoeven: > On Wed, Aug 21, 2013 at 10:19 AM, Richard Weinberger wrote: >> This series is an attempt to remove the SUBARCH make parameter. >> It as introduced at the times of Linux 2.5 for UML to tell the UML >> build system what the real architecture is. >>

Re: [PATCH v4 1/5] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare.

2013-08-21 Thread Nicolas Ferre
On 18/07/2013 09:58, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre John, Thomas, Do you want me to re-sent this patch with acked-by collected or you can

Re: [RFC] Get rid of SUBARCH

2013-08-21 Thread Geert Uytterhoeven
On Wed, Aug 21, 2013 at 10:19 AM, Richard Weinberger wrote: > This series is an attempt to remove the SUBARCH make parameter. > It as introduced at the times of Linux 2.5 for UML to tell the UML > build system what the real architecture is. > > But we actually don't need SUBARCH, we can store

Re: [PATCH 2/2] acpi-dma: remove ugly conversion

2013-08-21 Thread Mika Westerberg
On Wed, Aug 21, 2013 at 02:27:06PM +0300, Andy Shevchenko wrote: > In case of big endian CPU we have to convert either all fields in the > structure > or leave this job to ACPICA. The second choice seems the best. > > So, let's remove the ugly conversion that is not fully comprehensive anyway. >

Re: [PATCH] idr: Use this_cpu_ptr() for percpu_ida

2013-08-21 Thread Tejun Heo
Hello, Kent. On Tue, Aug 20, 2013 at 07:31:51PM -0700, Kent Overstreet wrote: > All this for a performance improvement of 10x to 50x (or more), for the > ida sizes I measured. That's misleading, isn't it? We should see large performance improvements even without the large pages. What matters

Re: ADSL/ATM linklayer tc shaping regression fix commits for stable

2013-08-21 Thread Jesper Dangaard Brouer
On Tue, 20 Aug 2013 08:16:50 -0700 Greg Kroah-Hartman wrote: > On Tue, Aug 20, 2013 at 01:26:29PM +0200, Jesper Dangaard Brouer wrote: [...] > If there are issues with 3.10, that's a different story. > > > Refactor improvements (v3.11-rc1): > > commit 130d3d68b52 (net_sched:

Re: [PATCH] kernel: user_namespace: always set the return parameter 'new_cred' when call unshare_userns() successfully.

2013-08-21 Thread Oleg Nesterov
On 08/21, Chen Gang wrote: > > On 08/20/2013 10:37 PM, Oleg Nesterov wrote: > > On 08/20, Serge Hallyn wrote: > >> > >> > >> But the only existing caller (sys_unshare) does in fact initialize it to > >> NULL. So while this patch does no harm, is it necessary? > > > > Agreed. > > > > Plus, with

[PATCH 2/3] kprobes: provide new dmainsn cache

2013-08-21 Thread Heiko Carstens
The current kpropes insn caches allocate memory areas for insn slots with module_alloc(). The assumption is that the kernel image and module area are both within the same +/- 2GB memory area. This however is not true for s390 where the kernel image resides within the first 2GB (DMA memory area),

[PATCH 0/3] kprobes: add new dma insn slot cache for s390

2013-08-21 Thread Heiko Carstens
The current kpropes insn caches allocate memory areas for insn slots with module_alloc(). The assumption is that the kernel image and module area are both within the same +/- 2GB memory area. This however is not true for s390 where the kernel image resides within the first 2GB (DMA memory area),

[PATCH 1/3] kprobes: unify insn caches

2013-08-21 Thread Heiko Carstens
The two insn caches (insn, and optinsn) each have an own mutex and alloc/free functions (get_[opt]insn_slot() / free_[opt]insn_slot()). Since I need yet another insn cache which satifies dma allocations, unify and simplify the current implementation: - Move the per insn cache mutex into struct

[PATCH 3/3] s390/kprobes: add support for pc-relative long displacement instructions

2013-08-21 Thread Heiko Carstens
With the general-instruction extension facility (z10) a couple of instructions with a pc-relative long displacement were introduced. The kprobes support for these instructions however was never implemented. In result, if anybody ever put a probe on any of these instructions the result would have

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-21 Thread Oleg Nesterov
On 08/21, Frederic Weisbecker wrote: > > On Tue, Aug 20, 2013 at 06:33:12PM +0200, Oleg Nesterov wrote: > > > > --- x/kernel/sched/core.c > > +++ x/kernel/sched/core.c > > @@ -2435,6 +2435,9 @@ need_resched: > > rq->curr = next; > > ++*switch_count; > > > > + if

Re: [PATCH v2 00/14] crypto: omap-aes: Improve DMA, add PIO mode and support for AM437x

2013-08-21 Thread Herbert Xu
On Sat, Aug 17, 2013 at 09:42:21PM -0500, Joel Fernandes wrote: > Following patch series rewrites the DMA code to be cleaner and faster. > Earlier, > only a single SG was used for DMA purpose, and the SG-list passed from the > crypto layer was being copied and DMA'd one entry at a time. This

Re: [PATCH 2/2] crypto/camellia_generic.c: replace commas by semicolons and adjust code alignment

2013-08-21 Thread Herbert Xu
On Wed, Aug 14, 2013 at 03:52:58PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Adjust alignment and replace commas by semicolons in automatically > generated code. > > Signed-off-by: Julia Lawall Both patches applied. -- Email: Herbert Xu Home Page:

Re: [PATCH RESEND 0/4] nohz: Fix racy sleeptime stats

2013-08-21 Thread Oleg Nesterov
On 08/21, Peter Zijlstra wrote: > > On Tue, Aug 20, 2013 at 08:15:00PM +0200, Oleg Nesterov wrote: > > While at it. > > > > I do not also understand the cpu_online() checks in fs/proc/stat.c. > > > > OK, I agree, if cpu is offline it should not participate in cpu > > summary. But if it goes

RE: [PATCH v5 0/4] mmc: dw_mmc: fixes for suspend/resume on exynos

2013-08-21 Thread Seungwon Jeon
Hi Doug, Do you have any update for this series? Please let me know. Thanks, Seungwon Jeon On Sat, August 10, 2013, Doug Anderson wrote: > This series of patches addresses some suspend/resume problems with > dw_mmc on exynos platforms, espeically exynos5420. Since > suspend/resume is not fully

[PATCH] usb: musb: ux500: Add check for NULL board data

2013-08-21 Thread Lee Jones
Dan Carpenter's automatic Smatch checker found an anomaly in the ux500 MUSB driver, whereby board data was checked before use in all but one occasion. It is believed that it needs to be checked every time. Smatch complaint: drivers/usb/musb/ux500_dma.c:335 ux500_dma_controller_start()

Re: [PATCH 0/3] ARM: at91/DT: enable SPI for more SoCs

2013-08-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:35 Mon 24 Jun , Nicolas Ferre wrote: > This little series is for enabling the support of SPI on at91sam9n12 and > sama5d3 families. on all Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J. > > Nicolas Ferre (3): > ARM: at91/DT: fix SPI compatibility string > ARM:

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-21 Thread Oleg Nesterov
On 08/21, Peter Zijlstra wrote: > > On Tue, Aug 20, 2013 at 08:25:53PM +0200, Oleg Nesterov wrote: > > On 08/20, Peter Zijlstra wrote: > > > > > > On Tue, Aug 20, 2013 at 06:33:12PM +0200, Oleg Nesterov wrote: > > > > > + if (unlikely(prev->in_iowait)) { > > > > +

Re: Re: [PATCH-SR9700] Merge USB 1.1 Ethernet Adapter SR9700 DeviceDriver into the Linux Kernel

2013-08-21 Thread Joe Perches
On Wed, 2013-08-21 at 18:07 +0800, liujunliang_ljl wrote: > Thanks a lot and I have been fixed all the problems mentioned > above. please check the following patch and thanks again. Just trivial comments below: > diff --git a/drivers/net/usb/sr9700.c b/drivers/net/usb/sr9700.c []

Re: [PATCH v3 trivial 0/7] Miscellaneous Trivialities

2013-08-21 Thread Rob Landley
On 08/20/2013 10:32:02 PM, Michael Witten wrote: On Tue, 20 Aug 2013 19:19:37 -0500, Rob Landley wrote: > Hence asking if we really needed > three separate commits to accomplish something that didn't actually > need to be done in the first place.) > ... > Actually my objection is that it's not

[PATCH 2/2] acpi-dma: remove ugly conversion

2013-08-21 Thread Andy Shevchenko
In case of big endian CPU we have to convert either all fields in the structure or leave this job to ACPICA. The second choice seems the best. So, let's remove the ugly conversion that is not fully comprehensive anyway. Signed-off-by: Andy Shevchenko Cc: Mika Westerberg ---

[PATCH 1/2] acpi-dma, doc: append managed function to the list

2013-08-21 Thread Andy Shevchenko
ACPI DMA provides managed function to register the slave DMA controller in the internal container. This patch anounces that function in the corresponding documentation file. Signed-off-by: Andy Shevchenko Cc: Rob Landley --- Documentation/driver-model/devres.txt | 3 +++ 1 file changed, 3

[PATCH V2 2/2] pinctrl: tegra: use pinctrl-utils APIs for mapping

2013-08-21 Thread Laxman Dewangan
Pin control utility functions provides the function for creating map lists. In place of implementing APIs locally in Tegra pin control driver for creating map lists, use the utility functions. This reduces the code size and avoid duplication. Signed-off-by: Laxman Dewangan Acked-by: Stephen

[PATCH V2 1/2] pinctrl: utils : add support to pass config type in generic util APIs

2013-08-21 Thread Laxman Dewangan
Add support to pass the config type like GROUP or PIN when using the utils or generic pin configuration APIs. This will make the APIs more generic. Added additional inline APIs such that it can be use directly as callback for the pinctrl_ops. Signed-off-by: Laxman Dewangan --- Changes from V1:

Re: [PATCH v2 10/20] mm, hugetlb: remove resv_map_put()

2013-08-21 Thread Aneesh Kumar K.V
Joonsoo Kim writes: > In following patch, I change vma_resv_map() to return resv_map > for all case. This patch prepares it by removing resv_map_put() which > doesn't works properly with following change, because it works only for > HPAGE_RESV_OWNER's resv_map, not for all resv_maps. > >

[PATCH 6/8] x86, acpi: Make acpi_initrd_override() available with va or pa.

2013-08-21 Thread Tang Chen
We are using the same trick in previous patch. Introduce a "bool is_phys" to acpi_initrd_override(). When it is true, convert all golbal variables va to pa, so that we can access them on 32bit before paging is enabled. NOTE: Do not call printk() on 32bit before paging is enabled because it

Re: [PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier.

2013-08-21 Thread Tang Chen
Hi all, This patch-set has not been fully tested. I sent them first for you to review. Please comment if we can agree on this solution. Thanks.:) On 08/21/2013 06:15 PM, Tang Chen wrote: This patch-set aims to move acpi_initrd_override() earlier on x86. Some of the patches are from Yinghai's

RE: [PATCH 1/4] pwm: add freescale ftm pwm driver support

2013-08-21 Thread Xiubo Li-B47053
TO Sascha, Thanks very much for your quick reply. > > > > + fpc = to_fsl_chip(chip); > > > > + > > > > + if (WARN_ON(!test_bit(PWMF_REQUESTED, >flags))) > > > > + return -ESHUTDOWN; > > > > + > > > > + statename = kasprintf(GFP_KERNEL, "en%d", pwm->hwpwm); > > >

Re: [Xen-devel] [PATCH] xen/hvc: If we use xen_raw_printk let it also work on HVM guests.

2013-08-21 Thread Konrad Rzeszutek Wilk
Ian Campbell wrote: >On Tue, 2013-08-20 at 15:35 -0400, Konrad Rzeszutek Wilk wrote: >> void xen_raw_console_write(const char *str) >> { >> -dom0_write_console(0, str, strlen(str)); >> +ssize_t len = strlen(str); >> +int rc = 0; >> + >> +if (xen_domain()) { >> +rc =

[PATCH RFC net-next] net: epoll support for busy poll

2013-08-21 Thread Eliezer Tamir
Add busy poll support to epoll. Background: The persistent nature of epoll allows us to have a long lasting context that we use to keep track of which device queues we expect traffic to come on for the sockets monitored by an epoll file. Design: We tried to make epoll changes as small as

Re: [PATCH v2 11/20] mm, hugetlb: make vma_resv_map() works for all mapping type

2013-08-21 Thread Aneesh Kumar K.V
Joonsoo Kim writes: > Util now, we get a resv_map by two ways according to each mapping type. > This makes code dirty and unreadable. So unfiying it. > > Signed-off-by: Joonsoo Kim > > diff --git a/mm/hugetlb.c b/mm/hugetlb.c > index 869c3e0..e6c0c77 100644 > --- a/mm/hugetlb.c > +++

Re: linux-next: Tree for Aug 21 [ screen corruption in graphical mode ]

2013-08-21 Thread Sedat Dilek
d conflicts against the modules and aio-direct > trees. > > > Hi, I still have this issue with next-20130821 and "Linux v3.11-rc6 plus drm-intel-nightly on top" Any new development on this? Patches? Currently, I have two workarounds: [1] Revert this

[PATCH] cpufreq: Tegra: remove target_cpu_speed[] array

2013-08-21 Thread Viresh Kumar
Tegra's cpufreq driver was maintaining requested target frequencies in an array: target_cpu_speed. And then finally setting the highest requested freq in the core. This was probably done because both cores share clock line and logically we want to set both cores to the max frequency requested..

[PATCH V4] regulator: palmas: add support for external control of rails

2013-08-21 Thread Laxman Dewangan
Palmas rails like LDOs, SMPSs, REGENs, SYSENs can be enable and disable by register programming through I2C communication as well as it can be enable/disable with the external control input ENABLE1, ENABLE2 and NSLEEP. Add support for configuring these rails to be controlled by external control

Re: [PATCH v7 0/5] zram/zsmalloc promotion

2013-08-21 Thread Bob Liu
On 08/21/2013 05:24 PM, Bob Liu wrote: > Hi Minchan, > > On 08/21/2013 02:16 PM, Minchan Kim wrote: >> It's 7th trial of zram/zsmalloc promotion. >> I rewrote cover-letter totally based on previous discussion. >> >> The main reason to prevent zram promotion was no review of >> zsmalloc part while

Re: [PATCH 0/4] Add sound in SAM9x5 DTS

2013-08-21 Thread Nicolas Ferre
On 12/08/2013 14:30, Richard Genoud : As the sam9x5-wm8731 machine driver has been merged, we have now to add the device tree nodes... And here they are ! (Based on next-20130812) Tested on at91sam9g35-ek [I didn't add the DT list, as far as there's no new binding, we don't have to bother

Re: [PATCH v2 07/20] mm, hugetlb: unify region structure handling

2013-08-21 Thread Aneesh Kumar K.V
Joonsoo Kim writes: > Currently, to track a reserved and allocated region, we use two different > ways for MAP_SHARED and MAP_PRIVATE. For MAP_SHARED, we use > address_mapping's private_list and, for MAP_PRIVATE, we use a resv_map. > Now, we are preparing to change a coarse grained lock which

Re: Re: [PATCH-SR9700] Merge USB 1.1 Ethernet Adapter SR9700 DeviceDriver into the Linux Kernel

2013-08-21 Thread liujunliang_ljl
Dear Joe : Thanks a lot and I have been fixed all the problems mentioned above. please check the following patch and thanks again. [PATCH] : diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 287cc62..a94b196 100644 --- a/drivers/net/usb/Kconfig +++

Re: Re: [PATCH-SR9700] Merge USB 1.1 Ethernet Adapter SR9700 DeviceDriver into the Linux Kernel

2013-08-21 Thread liujunliang_ljl
Dear Francois Romieu : 1, all the format problems have been fixed 2, sr9700.h registers definition is re-written 3, Thanks for your detail checking and I have beed scripts/checkpatch.pl the patch and please check it. [PATCH] : diff --git

[PATCH 8/8] x86, acpi: Do acpi_initrd_override() earlier in head_32.S/head64.c.

2013-08-21 Thread Tang Chen
Introduce x86_acpi_initrd_override() to do acpi table override job. This function can be called before or after paging is enabled. On 32bit, it will be called before paging is enabled. On 64bit, it will be called after paging is enabled but before direct mapping page tables are setup.

[PATCH 5/8] x86, brk: Make extend_brk() available with va/pa.

2013-08-21 Thread Tang Chen
We are going to do acpi_initrd_override() at very early time: On 32bit: do it in head_32.S, before paging is enabled. In this case, we can access initrd with physical address without page tables. On 64bit: do it in head_64.c, after paging is enabled but before direct mapping

[PATCH 4/8] x86, acpi, brk: Extend BRK 256KB to store acpi override tables.

2013-08-21 Thread Tang Chen
When finding acpi override tables in initrd, we need to allocate memory to store these tables. But at such an early time, we don't have any memory allocator. The basic idea is to use BRK. This patch reserves 256KB in BRK, and allocate it to store override tables, instead of memblock. This idea

[PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier.

2013-08-21 Thread Tang Chen
This patch-set aims to move acpi_initrd_override() earlier on x86. Some of the patches are from Yinghai's patch-set: https://lkml.org/lkml/2013/6/14/561 The difference between this patch-set and Yinghai's original patch-set are: 1. This patch-set doesn't split acpi_initrd_override(), but call it

[PATCH 7/8] x86, acpi, brk: Make early_alloc_acpi_override_tables_buf() available with va/pa.

2013-08-21 Thread Tang Chen
We are using the same trick in previous patch. Introduce a "bool is_phys" to early_alloc_acpi_override_tables_buf(). When it is true, convert all golbal variables va to pa, so that we can access them on 32bit before paging is enabled. NOTE: Do not call printk() on 32bit before paging is enabled

[PATCH 1/8] x86: Make get_ramdisk_{image|size}() global.

2013-08-21 Thread Tang Chen
From: Yinghai Lu This patch does two things: 1. Make get_ramdisk_image() and get_ramdisk_size() global so that we can use them in the later patches. 2. In later patches, we are going to call them in head_32.S before paging is enabled. In that case, we can only use physical address to

Re: nouveau: temperature on nv40 is unavailable since ad40d73ef533ab0ad16b4a1ab2f7870c1f8ab954

2013-08-21 Thread Martin Peres
On 16/08/2013 09:14, Pali Rohár wrote: On Thursday 15 August 2013 18:21:51 Martin Peres wrote: On 15/08/2013 03:24, Pali Rohár wrote: On Thursday 15 August 2013 04:07:24 Martin Peres wrote: On 14/08/2013 05:02, Pali Rohár wrote: On Tuesday 13 August 2013 15:55:28 Martin Peres wrote: On

Re: Re: [PATCH-SR9700] Merge USB 1.1 Ethernet Adapter SR9700 DeviceDriver into the Linux Kernel

2013-08-21 Thread liujunliang_ljl
and the attachment file is the result of scripts/checkpatch.pl patch-commit-20130821 I'm sorry that I'm still finding the way to signed-off 3, Thanks again for your correct suggestion and Please check the new device driver patch

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