Re: [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor

2014-03-15 Thread Theodore Ts'o
On Sat, Mar 15, 2014 at 06:57:23AM -0700, Christoph Hellwig wrote: > I don't think this should be a module parameter. The default sizing > should be based of the parameters of the actual virtqueue, and if we > want to allow tuning it it should be by a sysfs attribute, preferable > using the same s

Re: 3.14-rc: /proc/acpi/battery gone?

2014-03-15 Thread Lan Tianyu
On 03/14/2014 05:45 PM, Richard Weinberger wrote: On Fri, Mar 14, 2014 at 10:29 PM, Ilia Mirkin wrote: On Fri, Mar 14, 2014 at 5:14 PM, Pavel Machek wrote: Hi! It seems /proc/acpi/battery interface is gone, and I don't see any option to reintroduce it... what is going on? The interface wen

Fwd: vmcore-dmesg ends with "No program header covering vaddr"

2014-03-15 Thread Prasad Koya
Forwarding to lkml. If there is any other relevant mailing list, pl let me know. -- Forwarded message -- From: Prasad Koya Date: Fri, Mar 14, 2014 at 10:39 PM Subject: vmcore-dmesg ends with "No program header covering vaddr" To: ke...@lists.infradead.org Hi I'm increasing dme

[PATCH v2 2/2] irqchip: sun4i: simplify sun4i_irq_ack

2014-03-15 Thread Hans de Goede
Now that we only ack irq 0 the code can be simplified a lot. Also switch from read / modify / write to a simple write clear: 1) This is what the android code does (it has a hack for acking irq 0 in its unmask code doing this) 2) read / modify / write simply does not make sense for an irq status

[PATCH v2 1/2] irqchip: sun4i: Use handle_fasteoi_irq for all interrupts

2014-03-15 Thread Hans de Goede
Since the sun4i irq chip does not require any action and clears the interrupt when the level goes back to inactive, we don't need to mask / unmask for non oneshot IRQs, to achieve this we make sun4i_irq_ack a nop for all irqs except irq 0 and use handle_fasteoi_irq for all interrupts. Now there mi

[PATCH v2 0/2] irqchip: sun4i: Use handle_fasteoi_irq for all irqs

2014-03-15 Thread Hans de Goede
Hi All, Here is v2 of my patchset for sun4i-irq.c to use handle_fasteoi_irq for all irqs + follow up clean-up patch. Changes since v2: -adjust commit msg based on Thomas' comments, and merge patch 1 and 2 as they make more sense as 1 patch Regards, Hans -- To unsubscribe from this list: send t

Re: [PATCH v8 2/2] iio: Add AS3935 lightning sensor support

2014-03-15 Thread Jonathan Cameron
On 13/03/14 02:09, Marek Vasut wrote: On Wednesday, March 12, 2014 at 01:53:14 PM, Matt Ranostay wrote: AS3935 chipset can detect lightning strikes and reports those back as events and the estimated distance to the storm. Signed-off-by: Matt Ranostay Reviewed-by: Marek Vasut I'm not 100% h

Re: [PATCH v8 1/2] iio:as3935: Add DT binding docs for AS3935 driver

2014-03-15 Thread Jonathan Cameron
On 12/03/14 14:30, Rob Herring wrote: On Wed, Mar 12, 2014 at 7:53 AM, Matt Ranostay wrote: Document compatible string, required and optional DT properties for AS3935 chipset driver. Signed-off-by: Matt Ranostay Acked-by: Rob Herring Applied to the togreg branch of iio.git (probably pushe

Re: [PATCH v3 4/4] x86: Pass memory range via E820 for kdump

2014-03-15 Thread Matt Fleming
On Sat, 15 Mar, at 03:26:25PM, Borislav Petkov wrote: > > Btw, Matt, your whole efi/next stuff is already in tip, right? Because > if so, Linn could simply test latest tip/master. Yep, everything is in tip/master. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this

Re: [PATCH v3 4/4] x86: Pass memory range via E820 for kdump

2014-03-15 Thread Borislav Petkov
On Sat, Mar 15, 2014 at 03:26:25PM +0100, Borislav Petkov wrote: > Also, please try to catch full dmesg and the whole oops. Ok, nevermind, I've got your mail with full dmesg in my other mbox; I'll take a look next week. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [PATCH] iio: force snprintf for PAGE_SIZE bufs

2014-03-15 Thread Jonathan Cameron
On 13/03/14 16:46, Kees Cook wrote: This is a tiny preventative measure to make sure we can't write beyond PAGE_SIZE on the buffers being used in sysfs for iio. There is currently no way for this to happen, but the change makes this code more robust for the future. Signed-off-by: Kees Cook A s

Re: [PATCH v3 4/4] x86: Pass memory range via E820 for kdump

2014-03-15 Thread Borislav Petkov
On Fri, Mar 14, 2014 at 02:27:06PM -0600, Linn Crosetto wrote: > Since this testing was done on a prototype, I will send you the log in > a separate email. I tried efi.git/next (with the addition of 4ce7a86), > and hit the same panic. Well, if the stack trace is the same: > ? __unmap_pmd_range+0

Re: [PATCH] zram: include linux/err.h

2014-03-15 Thread Sergey Senozhatsky
Hello Arnd, On (03/15/14 10:40), Arnd Bergmann wrote: > The zram driver uses the ERR_PTR macro defined in > and relies on this header to be included implicitly through > other headers, which is not (always) the case on the ARM architecture. > returned from zcomp ERR_PTR is checked and used in z

Re: 3.14-rc: /proc/acpi/battery gone?

2014-03-15 Thread Pavel Machek
On Sat 2014-03-15 02:46:19, Rafael J. Wysocki wrote: > On Friday, March 14, 2014 06:14:12 PM Ilia Mirkin wrote: > > On Fri, Mar 14, 2014 at 6:11 PM, Pavel Machek wrote: > > > On Fri 2014-03-14 17:29:41, Ilia Mirkin wrote: > > >> On Fri, Mar 14, 2014 at 5:14 PM, Pavel Machek wrote: > > >> > Hi! >

Re: [PATCH] MAINTAINERS: virtio-dev is subscribers only

2014-03-15 Thread Christoph Hellwig
On Thu, Mar 13, 2014 at 11:06:50AM +1030, Rusty Russell wrote: > Randy Dunlap writes: > > From: Randy Dunlap > > > > virtio-dev mailing list is for subscribers only according to the > > returned message after trying to send to it. > > Thanks, applied. It's a strict bounce and not even moderator

Re: Info: mapping multiple BARs. Your kernel is fine.

2014-03-15 Thread Rafael J. Wysocki
[CC list rearranged] On Monday, February 24, 2014 05:24:00 PM Borislav Petkov wrote: > This started happening this morning after booting -rc4+tip, let's > add *everybody* to CC :-) > > We have intel_uncore_init, snb_uncore_imc_init_box, uncore_pci_probe and > other goodies on the stack. I've jus

Re: [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor

2014-03-15 Thread Christoph Hellwig
On Fri, Mar 14, 2014 at 11:34:31PM -0400, Theodore Ts'o wrote: > The current virtio block sets a queue depth of 64, which is > insufficient for very fast devices. It has been demonstrated that > with a high IOPS device, using a queue depth of 256 can double the > IOPS which can be sustained. > >

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Sander Eikelenboom
Friday, March 14, 2014, 2:29:43 AM, you wrote: > Hi Sander, > On 03/13/2014 08:49 PM, Sander Eikelenboom wrote: >> >> Is it just me .. or is this going at the speed of about a bluetooth >> connection .. >> and probably missing the boot for 3.14 ? (for no good reason IMHO) >> >> >> (it was not

[PATCH] s390: correct misuses of module_put in appldata_generic_handler.

2014-03-15 Thread Zhouyi Zhou
correct misuses of module_put in appldata_generic_handler Signed-off-by: Zhouyi Zhou --- arch/s390/appldata/appldata_base.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 47c8630..683e0282 100644 --- a/arch/s3

scsi_debug and mutipath, was Re: [PATCH 1/1] block: rework flush sequencing for blk-mq

2014-03-15 Thread Christoph Hellwig
On Fri, Mar 14, 2014 at 10:13:01AM -0400, Mike Snitzer wrote: > I was more reacting to the assertion you made like multipath regresses > all the time. I'm not faulting you at all for not having tested > multipath. Hell, I even forget to test multipath more than I should. > /me says with shame An

Re: [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor

2014-03-15 Thread Theodore Ts'o
On Sat, Mar 15, 2014 at 06:57:01AM -0400, Konrad Rzeszutek Wilk wrote: > >+pr_info("%s: using queue depth %d\n", vblk->disk->disk_name, > >+virtio_mq_reg.queue_depth); > > Isn't that visible from sysfs? As near as I can tell, it's not. I haven't been able to find anything that ei

Re: [PATCH v5 09/11] arm: add support for reserved memory defined by device tree

2014-03-15 Thread Grant Likely
On Thu, 13 Mar 2014 14:51:56 -0700, Kevin Hilman wrote: > Josh Cartwright writes: > > > On Thu, Mar 13, 2014 at 01:46:50PM -0700, Kevin Hilman wrote: > >> On Fri, Feb 21, 2014 at 4:25 AM, Marek Szyprowski > >> wrote: > >> > Enable reserved memory initialization from device tree. > >> > > >> > S

Re: [PATCH 01/10] perf, tools: Add jsmn `jasmine' JSON parser

2014-03-15 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 15, 2014 at 03:27:07AM +0100, Andi Kleen escreveu: > On Fri, Mar 14, 2014 at 04:41:31PM -0600, David Ahern wrote: > > On 3/14/14, 3:31 PM, Andi Kleen wrote: > > >@@ -374,6 +376,8 @@ LIB_OBJS += $(OUTPUT)util/stat.o > > > LIB_OBJS += $(OUTPUT)util/record.o > > > LIB_OBJS += $(OUTPUT)ut

RE: [PATCH RESEND] mmc:sdhci: handle busy-end interrupt during command

2014-03-15 Thread Youssef TRIKI
Hi Guys, It is not specific to Toshiba devices, and happens with eMMC devices as well as SD card which support Auto-CMD12 rather than CMD23. This warning is seen in read operation and the cause is well explained below. Thanks Chanho Min for the patch. And Thanks to add it to the mainline. Rega

Re: pppd service crash in linux-3.13.6

2014-03-15 Thread Peter Hurley
On 03/14/2014 05:04 PM, Oleg Nesterov wrote: On 03/14, Peter Hurley wrote: On 03/14/2014 03:23 PM, Oleg Nesterov wrote: On 03/14, Peter Hurley wrote: Yes, cgroup_release_agent() is the work function that is scheduled. which requires both namespace and tty facilities. Hmm... why? The exi

Re: [PATCHv2 8/8] devfreq: exynos4: Add busfreq driver for exynos4210/exynos4x12

2014-03-15 Thread Tomasz Figa
On 15.03.2014 12:36, Kyungmin Park wrote: On Sat, Mar 15, 2014 at 2:35 AM, Tomasz Figa wrote: Hi Chanwoo, Mark, On 14.03.2014 11:56, Chanwoo Choi wrote: Hi Mark, On 03/14/2014 07:35 PM, Mark Rutland wrote: On Fri, Mar 14, 2014 at 07:14:37AM +, Chanwoo Choi wrote: Hi Mark, On 03/14

Re: [PATCH 2/3] workqueues: Account unbound workqueue in a seperate list

2014-03-15 Thread Frederic Weisbecker
On Fri, Mar 14, 2014 at 11:17:35AM -0700, Kevin Hilman wrote: > Frederic Weisbecker writes: > > > The workqueues are all listed in a global list protected by a big mutex. > > And this big mutex is used in apply_workqueue_attrs() as well. > > > > Now as we plan to implement a directory to control

Re: [RFC v3 3/3] of: Make of_find_node_by_path() handle /aliases

2014-03-15 Thread Grant Likely
On Fri, 14 Mar 2014 16:39:38 -0500, Rob Herring wrote: > On Fri, Mar 14, 2014 at 12:11 PM, Grant Likely > wrote: > > Make of_find_node_by_path() handle aliases as prefixes. To make this > > work the name search is refactored to search by path component instead > > of by full string. This should

[PATCH v3 1/4] ASoC: simple-card: Simplify code

2014-03-15 Thread Jean-Francois Moine
The global DAI format is used only in the function asoc_simple_card_parse_of(). So, move it from the private data to the stack. Signed-off-by: Jean-Francois Moine --- sound/soc/generic/simple-card.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/soc/generic/

[PATCH v3 3/4] ASoC: simple-card: Handle many DAI links

2014-03-15 Thread Jean-Francois Moine
Some simple audio cards may have many DAI links. This patch extends the simple-card driver for handling such cards. Signed-off-by: Jean-Francois Moine --- sound/soc/generic/simple-card.c | 134 +--- 1 file changed, 83 insertions(+), 51 deletions(-) diff --git

[PATCH v3 4/4] ASoC: simple-card: Add DT documentation for multi-DAI links

2014-03-15 Thread Jean-Francois Moine
There may be many couples of CPU/CODEC DAI links. The example 2 is extracted from the Cubox DT. Signed-off-by: Jean-Francois Moine --- .../devicetree/bindings/sound/simple-card.txt | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/Documentation/devic

[PATCH v3 2/4] ASoC: simple-card: dynamically allocate the DAI link and properties

2014-03-15 Thread Jean-Francois Moine
The DAI link array and the properties (fmt, sysclk slots) are hard-coded for a single CPU / CODEC link. This patch dynamically allocates the DAI link array and the properties with the aim of supporting many DAI links. Signed-off-by: Jean-Francois Moine --- sound/soc/generic/simple-card.c | 49 +

[PATCH v3 0/4] ASoC: simple-card: multi DAI links extension

2014-03-15 Thread Jean-Francois Moine
This patch series extends the simple card driver to handle many DAI links as this exists in the Cubox audio subsystem. -v3 - remove 'Fix the reference count of device nodes' which is applied (Mark Brown) - new patch 'Simplify code' - dynamically allocate and

Re: [PATCHv2 8/8] devfreq: exynos4: Add busfreq driver for exynos4210/exynos4x12

2014-03-15 Thread Kyungmin Park
On Sat, Mar 15, 2014 at 2:35 AM, Tomasz Figa wrote: > Hi Chanwoo, Mark, > > > On 14.03.2014 11:56, Chanwoo Choi wrote: >> >> Hi Mark, >> >> On 03/14/2014 07:35 PM, Mark Rutland wrote: >>> >>> On Fri, Mar 14, 2014 at 07:14:37AM +, Chanwoo Choi wrote: Hi Mark, On 03/14/2014 0

Re: [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor

2014-03-15 Thread Konrad Rzeszutek Wilk
On March 14, 2014 11:34:31 PM EDT, Theodore Ts'o wrote: >The current virtio block sets a queue depth of 64, which is >insufficient for very fast devices. It has been demonstrated that >with a high IOPS device, using a queue depth of 256 can double the >IOPS which can be sustained. > >As suggested

[PATCH] powerpc/mm: Make sure a local_irq_disable prevent a parallel THP split

2014-03-15 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" We have generic code like the one in get_futex_key that assume that a local_irq_disable prevents a parallel THP split. Support that by adding a dummy smp call function after setting _PAGE_SPLITTING. Code paths like get_user_pages_fast still need to check for _PAGE_SPLITTI

[PATCH 1/1] fs/ceph/inode.c: Remove get/set acl on symlinks

2014-03-15 Thread Fabian Frederick
Remove unsupported symlink operations. Signed-off-by: Fabian Frederick --- fs/ceph/inode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index 32d519d..704d714 100644 --- a/fs/ceph/inode.c +++ b/fs/ceph/inode.c @@ -1616,8 +1616,6 @@ static const struct in

Re: [PATCH v3] net: phy: fix uninitalized WOL parameters in phy_ethtool_get_wol

2014-03-15 Thread Sebastian Hesselbarth
On 03/13/2014 08:38 PM, David Miller wrote: From: Sebastian Hesselbarth Date: Wed, 12 Mar 2014 00:02:55 +0100 [...] To fix this, always zero relevant fields of struct ethtool_wolinfo regardless of .get_wol callback availability. [...] I'm starting to see this situation more clearly now, espe

[PATCH] Xen: include asm/page.h in xen-ops.h

2014-03-15 Thread Arnd Bergmann
The declaration of xen_remap_domain_mfn_range relies on the pgprot_t typedef to be visible. In some configurations, that may not already have been seen, and I have encountered a bug during randconfig testing on ARM. Adding an explicit #include for asm/page.h fixes the problem. Signed-off-by: Arnd

[PATCH] zram: include linux/err.h

2014-03-15 Thread Arnd Bergmann
The zram driver uses the ERR_PTR macro defined in and relies on this header to be included implicitly through other headers, which is not (always) the case on the ARM architecture. Adding an explicit #include allows us to build the driver in all configurations. Signed-off-by: Arnd Bergmann dif

[PATCH] PHY: Exynos: fix SATA phy license typo

2014-03-15 Thread Arnd Bergmann
If the license string doesn't match exactly, the module refuses to load. Signed-off-by: Arnd Bergmann diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c index c9361b7..0568945 100644 --- a/drivers/phy/phy-exynos5250-sata.c +++ b/drivers/phy/phy-exynos5250-sata.c

Re: [alsa-devel] [PATCH v2 3/4] ASoC: simple-card: accept many DAI links

2014-03-15 Thread Jyri Sarha
On 2014-03-14 20:40, Jean-Francois Moine wrote: On Fri, 14 Mar 2014 13:16:12 +0200 Jyri Sarha wrote: On 03/11/2014 11:36 AM, Jean-Francois Moine wrote: > Some simple audio cards may have many DAI links. > This patch extends the simple-card driver for handling such cards. > > Signed-off-by: Jea

Re: [PATCH 1/1] fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write

2014-03-15 Thread Christoph Hellwig
On Fri, Mar 14, 2014 at 10:54:30AM -0400, Tejun Heo wrote: > This is a bit surprising tho. Were we always like this? We never had > even stupid "flush down everything and sync"? Or is this something we > broke while morphing flush implementation several times in the past > years? It's something

Re: [PATCH v4 2/4] arm64: dts: APM X-Gene PCIe device tree nodes

2014-03-15 Thread Arnd Bergmann
On Saturday 15 March 2014, Tanmay Inamdar wrote: > On Fri, Mar 14, 2014 at 5:07 AM, Arnd Bergmann wrote: > > On Thursday 06 March 2014, Tanmay Inamdar wrote: > >> + pcie0: pcie@1f2b { > >> + status = "disabled"; > >> + device_type = "pci"; >

Re: [PATCH] sparc: use %s for unaligned panic

2014-03-15 Thread Sam Ravnborg
On Tue, Mar 11, 2014 at 01:24:46PM -0700, Kees Cook wrote: > Since unaligned_panic() takes a literal string, make sure it can never > accidentally be used as a format string. > > Signed-off-by: Kees Cook > --- > arch/sparc/kernel/unaligned_32.c |2 +- > 1 file changed, 1 insertion(+), 1 dele

Re: [PATCH v2] gpio: davinci: fix gpio selection for OF

2014-03-15 Thread Alexander Holler
Am 14.03.2014 20:52, schrieb Linus Walleij: So a few Tested-by's from the people using this driver would for example convince me that it is solving a real problem for them and it needs to go into fixes. 2001: a space odyssey is fast action movie compared with the movie kernel bug fixing. And

[RFC] ktest doc: Automated test of linux kernel by using ktest

2014-03-15 Thread Satoru Takeuchi
Hi, I wrote a ktest document and published it. http://www.slideshare.net/satorutakeuchi18/kernel-auto-testbyktest It's not the ktest reference guild, but the quick learning guild of ktest especially focuses on some important features. After reading this document, you'll be able to do the follow

Re: [PATCH] staging: comedi: fix memory leak

2014-03-15 Thread Chase Southwood
>On Saturday, March 15, 2014 1:55 AM, Levente Kurusa wrote: >>On 03/15/2014 04:30 AM, Chase Southwood wrote: >>> On Friday, March 14, 2014 11:47 AM, Levente Kurusa wrote: >>>  >>>Call kfree() on bdev. The variable is otherwise leaked. >>> >>>Signed-off-by: Levente Kurusa >>>[...] >>> >> >> >>Le

Re: [PATCH v3 1/2] Staging: comedi: convert while loops to timeouts in s626.c

2014-03-15 Thread Chase Southwood
>On Saturday, March 15, 2014 12:26 AM, "gre...@linuxfoundation.org" > wrote: >>On Fri, Mar 14, 2014 at 06:43:37PM -0700, Chase Southwood wrote: >>>On Tuesday, March 11, 2014 9:26 AM, Ian Abbott wrote: On 2014-03-09 04:00, Chase Southwood wrote: This patch changes a handful of while loop

Re: linux-next: build failure after merge of the driver-core tree

2014-03-15 Thread Benjamin Herrenschmidt
On Sat, 2014-03-15 at 05:29 +, Greg KH wrote: > Just take my tree, it's not a big deal, I'll merge first with Linus if > you want and then everything is simple. Yup, I'll do that. Thanks. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH] mfd: mc13xxx: Move definitions out of structures

2014-03-15 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan --- include/linux/mfd/mc13xxx.h | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h index a326c85..d63b1d3 100644 --- a/include/linux/mfd/mc13xxx.h +++ b/include/linu

darlehen

2014-03-15 Thread Darlehen Unternehmen
Guten Tag Darlehen Antragsteller, Beantragen Sie jetzt Ihre 2% niedrigeren Zinssatz Darlehen. die unten stehenden folgende bei Interesse: Name: Darlehensbetrag : Dauer: Telefonnummer: Grüßen, Jenny -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

<    1   2