RE: [PATCH 00/16] f2fs: introduce flash-friendly file system

2012-10-09 Thread Lukáš Czerner
On Tue, 9 Oct 2012, Jaegeuk Kim wrote: Date: Tue, 09 Oct 2012 19:45:57 +0900 From: Jaegeuk Kim jaegeuk@samsung.com To: 'Lukáš Czerner' lczer...@redhat.com Cc: 'Namjae Jeon' linkinj...@gmail.com, 'Vyacheslav Dubeyko' sl...@dubeyko.com, 'Marco Stornelli' marco.storne...@gmail.com,

Re: CMA broken in next-20120926

2012-10-09 Thread Thierry Reding
() due to cc-ignore_skip_hint. It's not obvious to me why this fixes a boot failure and I wonder if it's papering over some underlying problem. Can you provide more details please? I can confirm that on top of next-20121009 this fixes all the remaining issues with CMA that I've been seeing

Re: [PATCH] task_work: avoid unneeded cmpxchg() in task_work_run()

2012-10-09 Thread Peter Zijlstra
On Mon, 2012-10-08 at 14:38 +0200, Oleg Nesterov wrote: But the code looks more complex, and the only advantage is that non-exiting task does xchg() instead of cmpxchg(). Not sure this worth the trouble, in this case task_work_run() will likey run the callbacks (the caller checks -task_works

Re: [PATCH] ntp, add debugfs entries for time_status and time_state

2012-10-09 Thread Prarit Bhargava
On 10/08/2012 09:47 PM, John Stultz wrote: On 10/04/2012 06:48 AM, Prarit Bhargava wrote: Add debugfs entries for ntp time_status and time_state. These are useful for debugging ntp issues. Aren't these easily fetched from adjtimex()? How does having them in debugfs help? They are,

Re: [PATCH] mm: Fix XFS oops due to dirty pages without buffers on s390

2012-10-09 Thread Martin Schwidefsky
On Mon, 8 Oct 2012 21:24:40 -0700 (PDT) Hugh Dickins hu...@google.com wrote: On Mon, 1 Oct 2012, Jan Kara wrote: On s390 any write to a page (even from kernel itself) sets architecture specific page dirty bit. Thus when a page is written to via standard write, HW dirty bit gets set

Re: CMA broken in next-20120926

2012-10-09 Thread Bartlomiej Zolnierkiewicz
On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: I also need following patch to make CONFIG_CMA=y CONFIG_COMPACTION=y case work: From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH]

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Venu Byravarasu
On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote: On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote: +static struct regulator_ops tps65090_ext_control_ops = { +}; What is the purpose of adding empty structure? We will not able to register regulator if there is no ops. In

Re: [3.6-rc7] switcheroo race with Intel HDA...

2012-10-09 Thread Daniel J Blueman
On 9 October 2012 18:07, Takashi Iwai ti...@suse.de wrote: At Tue, 09 Oct 2012 12:04:08 +0200, Takashi Iwai wrote: At Tue, 9 Oct 2012 00:34:09 +0800, Daniel J Blueman wrote: On 8 October 2012 20:58, Takashi Iwai ti...@suse.de wrote: At Tue, 25 Sep 2012 13:20:05 +0800, Daniel J

[REPOST] RFC: sched: Prevent wakeup to enter critical section needlessly

2012-10-09 Thread Ivo Sieben
Check the waitqueue task list to be non empty before entering the critical section. This prevents locking the spin lock needlessly in case the queue was empty, and therefor also prevent scheduling overhead on a PREEMPT_RT system. Signed-off-by: Ivo Sieben meltedpiano...@gmail.com --- REPOST:

Re: CMA broken in next-20120926

2012-10-09 Thread Mel Gorman
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote: On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: I also need following patch to make CONFIG_CMA=y CONFIG_COMPACTION=y case work:

Re: [PATCH 1/1] spi:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:12 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the

Re: CMA broken in next-20120926

2012-10-09 Thread Thierry Reding
On Tue, Oct 09, 2012 at 01:08:30PM +0200, Bartlomiej Zolnierkiewicz wrote: On Tuesday 09 October 2012 12:11:43 Mel Gorman wrote: On Tue, Oct 09, 2012 at 10:40:10AM +0200, Bartlomiej Zolnierkiewicz wrote: I also need following patch to make CONFIG_CMA=y CONFIG_COMPACTION=y case work:

Re: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-09 Thread James Bottomley
On Mon, 2012-10-08 at 15:51 +, KY Srinivasan wrote: -Original Message- From: K. Y. Srinivasan [mailto:k...@microsoft.com] Sent: Tuesday, October 02, 2012 2:04 PM To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com;

Re: [PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread James Bottomley
On Wed, 2012-10-03 at 20:39 +0800, NickCheng wrote: From: Nick Cheng nick.ch...@areca.com.tw Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively Signed-off-by: Nick Cheng nick.ch...@areca.com.tw --- diff -uprN -X linux-vanilla/Documentation/dontdiff

Re: [PATCH V2 4/4] regulator: tps65090: add external control support for DCDC

2012-10-09 Thread Laxman Dewangan
On Tuesday 09 October 2012 04:41 PM, Venu Byravarasu wrote: On Tuesday 09 October 2012 03:32 PM, Laxman Dewangan wrote: On Tuesday 09 October 2012 04:03 PM, Venu Byravarasu wrote: +static struct regulator_ops tps65090_ext_control_ops = { +}; What is the purpose of adding empty structure? We

Re: 3.6.0+ (GIT) -- BUG: sleeping function called from invalid context at kernel/mutex.c:269 in_atomic(): 0, irqs_disabled(): 1, pid: 3561, name: pm-suspend

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:07 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Wednesday 03 of October 2012 21:26:17 Miles Lane wrote: ACPI: Preparing to enter system sleep state S3 PM: Saving platform NVS memory Disabling non-boot CPUs ... numa_remove_cpu cpu 1 node 0: mask now 0 Broke affinity

Re: [remoteproc:for-next 6/9] remoteproc_virtio.c:(.text+0x238e7e): undefined reference to `vring_transport_features'

2012-10-09 Thread Ohad Ben-Cohen
Hi Sjur, On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND sjur.brandel...@stericsson.com wrote: Sorry for not responding sooner, but I thought this issue was solved with your patch remoteproc: fix (again) the virtio-related build breakage (https://lkml.org/lkml/2012/10/6/85). I'm not sure I

Re: [PATCH][GPIO] Add IRQ edge setter to gpiolib

2012-10-09 Thread Linus Walleij
On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: [Me] If I understand correctly the below more or less exports struct irq_chip to userspace, trying to hide it by instead exposing a property of the containing struct gpio_chip and it worries me. No, it should

RE: [PATCH 00/16] f2fs: introduce flash-friendly file system

2012-10-09 Thread Jaegeuk Kim
-Original Message- From: Lukáš Czerner [mailto:lczer...@redhat.com] Sent: Tuesday, October 09, 2012 8:01 PM To: Jaegeuk Kim Cc: 'Lukáš Czerner'; 'Namjae Jeon'; 'Vyacheslav Dubeyko'; 'Marco Stornelli'; 'Jaegeuk Kim'; 'Al Viro'; ty...@mit.edu; gre...@linuxfoundation.org;

Re: [PATCH v5 2/2] regulator: add device tree support for max8997

2012-10-09 Thread Tomasz Figa
Hi Thomas, Thomas Abraham wrote: Add device tree based discovery support for max8997. Cc: Karol Lewandowski k.lewando...@samsung.com Cc: Rajendra Nayak rna...@ti.com Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham

Re: [PATCH] firmware: Don't attempt to allocate zero bytes with vmalloc()

2012-10-09 Thread Ming Lei
On Tue, Oct 9, 2012 at 3:52 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: The point is that there's some firmware which the driver wants to load but where it's happy to continue if the user didn't provide one and doesn't want to introduce needless delays. OK, I got it, thank you

Re: [PATCH 03/16] f2fs: add superblock and major in-memory structures

2012-10-09 Thread David Sterba
On Tue, Oct 09, 2012 at 02:13:29PM +0900, Chul Lee wrote: + block_t data_blkaddr; +}; + +struct f2fs_sb_info { + struct super_block *sb; /* Pointer to VFS super block */ + int s_dirty; Is s_dirty actually used? I can see it only set and reset at checkpoint,

[PATCH 0/5] mfd: tps65910: use regmap irq framework for interrupt

2012-10-09 Thread Laxman Dewangan
This patch series has following change: - Use regmap irq framework for interrupt registration. Corrected the register bit definition for interrupts. - Move the irq table to tps65910.c and get rid of tps65910-irq.c. - Raarrange the init sequence of different sub moduled of tps65910 like irq,

[PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support

2012-10-09 Thread Laxman Dewangan
Implement irq support of tps65910 with regmap irq framework in place of implementing locally. This reduces the code size significantly and easy to maintain. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- drivers/mfd/tps65910-irq.c | 375 --

[PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file

2012-10-09 Thread Laxman Dewangan
In place of implementing the irq support in separate file, moving implementation to main mfd file. The irq files only contains the table and init steps only and does not need extra file to have this only for this purpose. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com ---

[PATCH 5/5] mfd: tps65910: pass irq_domain when adding mfd sub devices

2012-10-09 Thread Laxman Dewangan
When adding the sub device tps65910-rtc, is it passed the IO resource IRQ for the interrupt number. This interrupt needs to map in the device irq domain. Pass the irq domain of device in mfd_add_devices() so that proper irq mapping can be done when adding the sub device RTC. Signed-off-by: Laxman

[PATCH 4/5] regmap: add API to get irq_domain from regmap irq

2012-10-09 Thread Laxman Dewangan
Add API regmap_irq_get_irq_domain() for getting the irq domain from regmap irq. The irq domain created on result of regmap_add_irq_chip() from driver. This API is useful in mfd driver when driver add mfd sub devices. The sub devices IRQs can be passed through IORESOURCE_IRQ and it need to be

[PATCH 3/5] mfd: tps65910: Initialize mfd devices after all initialization done

2012-10-09 Thread Laxman Dewangan
Add sub devices of tps65910 after all initialization like interrupt, clock etc. is done. This will make sure that require data gets initialized properly before sub devices probe's get called. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- drivers/mfd/tps65910.c | 18 +-

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:40 PM, Fabio Estevam feste...@gmail.com wrote: Hi Linus, On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Convert

Re: [PATCH 9/13] drivers/media/tuners/fc0011.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
On Sun, 7 Oct 2012 18:50:31 +0200 (CEST), Julia Lawall wrote: On Sun, 7 Oct 2012, walter harms wrote: Am 07.10.2012 17:38, schrieb Julia Lawall: @@ -97,10 +96,8 @@ static int fc0011_readreg(struct fc0011_priv *priv, u8 reg, u8 *val) { u8 dummy; struct i2c_msg msg[2] = { -

Re: [PATCH 01/16] ARM: warnings in arch/arm/include/asm/uaccess.h

2012-10-09 Thread Arnd Bergmann
On Monday 08 October 2012, Greg Ungerer wrote: On 06/10/12 00:55, Arnd Bergmann wrote: On NOMMU ARM, the __addr_ok() and __range_ok() macros do not evaluate their arguments, which may lead to harmless build warnings in some code where the variables are not used otherwise. Adding a cast to

Re: [PATCH 3/13] drivers/media/tuners/qt1010.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
Hi Julia, On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote: Sorry, I mean either: I2C_MSG_WRITE(priv-cfg-i2c_address, reg, sizeof(reg)), I2C_MSG_READ(priv-cfg-i2c_address, val, sizeof(*val)), Of course. Sorry for not having seen that. I can do that. Eek, no, you

Re: [PATCH v3 10/10] mm: kill vma flag VM_RESERVED and mm-reserved_vm counter

2012-10-09 Thread Linus Torvalds
On Tue, Oct 9, 2012 at 7:02 PM, Eric Dumazet eric.duma...@gmail.com wrote: It seems drivers/vfio/pci/vfio_pci.c uses VM_RESERVED Yeah, I just pushed out what I think is the right (trivial) fix. Linus -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Fabio Estevam
On Tue, Oct 9, 2012 at 9:04 AM, Linus Walleij linus.wall...@linaro.org wrote: Ah OK I'll take it out again. Push this through whatever tree you want (maybe the i.MX or MFD tree then?) Reviewed-by: Linus Walleij linus.wall...@linaro.org Sascha/Samuel/Arnd, Which tree could take this patch

Re: [PATCH -v2 00/10] x86: Use BRK to pre mapping page table to make xen happy

2012-10-09 Thread Stefano Stabellini
On Tue, 9 Oct 2012, Yinghai Lu wrote: on top of tip/x86/mm2 1. use brk to mapping final page table 2. remove early_ioremap in page table accessing. v1-v2: changes, update xen interface about pagetable_reserve, so not use pgt_buf_* in xen code directly. could be found at:

Re: [PATCH 08/10] x86, xen, mm: fix mapping_pagetable_reserve logic

2012-10-09 Thread Stefano Stabellini
On Tue, 9 Oct 2012, H. Peter Anvin wrote: On 10/09/2012 02:33 PM, Yinghai Lu wrote: make_range_readwrite is particularly toxic, though, because it makes it sound like it something along the lines of set_memory_rw(), which it most distinctly is not. it just change some page range from

Re: [PATCH v3 0/6] omap-am33xx rtc dt support

2012-10-09 Thread Afzal Mohammed
Hi Andrew, On Monday 27 August 2012 01:05 PM, Mohammed, Afzal wrote: On Sat, Aug 11, 2012 at 01:27:11, Nori, Sekhar wrote: On 7/27/2012 5:53 PM, Afzal Mohammed wrote: This series makes rtc-omap driver DT capable, adds AM33xx RTC DT support along with a few enchancments to the driver.

Re: [PATCH 05/16] vfs: bogus warnings in fs/namei.c

2012-10-09 Thread Arnd Bergmann
On Monday 08 October 2012, Jan Kara wrote: On Fri 05-10-12 16:55:19, Arnd Bergmann wrote: The follow_link() function always initializes its *p argument, or returns an error, but not all versions of gcc figure this out, so we have to work around this using the uninitialized_var() macro.

Re: [PATCH][GPIO] Add IRQ edge setter to gpiolib

2012-10-09 Thread Russell King - ARM Linux
On Tue, Oct 09, 2012 at 02:00:34PM +0200, Linus Walleij wrote: On Fri, Oct 5, 2012 at 3:16 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: [Me] If I understand correctly the below more or less exports struct irq_chip to userspace, trying to hide it by instead exposing a property

Re: [PATCH 2/13] drivers/media/tuners/mxl5007t.c: use macros for i2c_msg initialization

2012-10-09 Thread Jean Delvare
Hi Julia, On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Introduce use of I2c_MSG_READ/WRITE/OP, for readability. Next time you send this patch set, please Cc me on every post so that I don't have to hunt for them on lkml.org. In each case,

Re: WARNING: at block/genhd.c:1570 disk_clear_events+0xbf/0xd0()

2012-10-09 Thread Dan Carpenter
Fixed in: commit fdd514e16bb2531c0c61ae8a1f87740ce217f630 Author: Tejun Heo t...@kernel.org Date: Thu Jun 9 20:43:59 2011 +0200 block: make disk_block_events() properly wait for work cancellation regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Dan Carpenter
Add netdev to the CC list. regards, dan carpenter On Fri, Sep 21, 2012 at 10:27:04PM +0400, Alexey Vlasov wrote: Hi. Here it writes LOG module (netfilter) in syslog: Sep 21 22:24:04 l24 kernel: ipsec:SYN-OUTPUT-HTTP IN= OUT=eth0 SRC= DST= LEN=60

Re: [PATCH] firmware: Don't attempt to allocate zero bytes with vmalloc()

2012-10-09 Thread Mark Brown
On Tue, Oct 09, 2012 at 08:02:18PM +0800, Ming Lei wrote: If loading via user space, timeout or not depends on userspace, at least udev won't timeout on non-existent firmware image. This may be a mdev or old udev thing... it's definitely prevelant. Also looks request_firmware_nowait() is

RE: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-09 Thread Philip, Avinash
On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote: On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote: On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote: On Wed, Sep 26, 2012 at 04:57:42PM +0530, Philip, Avinash wrote: [...] @@ -231,13 +290,56 @@ static int

RE: [PATCH 4/4] mtd: nand: omap2: Add data correction support

2012-10-09 Thread Philip, Avinash
On Fri, Oct 05, 2012 at 19:53:38, Ivan Djelic wrote: On Fri, Oct 05, 2012 at 09:51:50AM +0100, Philip, Avinash wrote: On Thu, Oct 04, 2012 at 15:51:03, Philip, Avinash wrote: On Thu, Oct 04, 2012 at 00:50:45, Ivan Djelic wrote: On Wed, Oct 03, 2012 at 03:29:49PM +0100, Philip, Avinash

RE: [PATCH 00/16] f2fs: introduce flash-friendly file system

2012-10-09 Thread Lukáš Czerner
On Tue, 9 Oct 2012, Jaegeuk Kim wrote: As you can see the f2fs kernel document patch, I think one of the most important features is to align operating units between f2fs and ftl. Specifically, f2fs has section and zone, which are cleaning unit

Re: [PATCH 1/2] pwm: pwm-tiecap: Add device-tree binding support for APWM driver

2012-10-09 Thread Thierry Reding
On Tue, Oct 09, 2012 at 12:36:53PM +, Philip, Avinash wrote: On Mon, Oct 08, 2012 at 19:09:51, Thierry Reding wrote: On Mon, Oct 08, 2012 at 01:31:19PM +, Philip, Avinash wrote: On Tue, Oct 02, 2012 at 11:30:14, Thierry Reding wrote: On Wed, Sep 26, 2012 at 04:57:42PM +0530,

Re: [PATCH 2/13] drivers/media/tuners/mxl5007t.c: use macros for i2c_msg initialization

2012-10-09 Thread Julia Lawall
On Tue, 9 Oct 2012, Jean Delvare wrote: Hi Julia, On Sun, 7 Oct 2012 17:38:33 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Introduce use of I2c_MSG_READ/WRITE/OP, for readability. Next time you send this patch set, please Cc me on every post so that I don't have

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Eric Dumazet
On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote: Add netdev to the CC list. netdev already in the CC list by Borislav Petkov Reporter was (kindly) requested to try 3.6-rc7 +, and we got no answer. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

Re: [PATCH 3/13] drivers/media/tuners/qt1010.c: use macros for i2c_msg initialization

2012-10-09 Thread Julia Lawall
On Tue, 9 Oct 2012, Jean Delvare wrote: Hi Julia, On Mon, 8 Oct 2012 07:24:11 +0200 (CEST), Julia Lawall wrote: Sorry, I mean either: I2C_MSG_WRITE(priv-cfg-i2c_address, reg, sizeof(reg)), I2C_MSG_READ(priv-cfg-i2c_address, val, sizeof(*val)), Of course. Sorry for not

Re: [GIT PULL] Disintegrate UAPI for s390 [ver #2]

2012-10-09 Thread Martin Schwidefsky
changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) are available in the git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-s390-20121009 for you to fetch changes

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:07 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the

[GIT PULL] RAS: Numascale fix

2012-10-09 Thread Borislav Petkov
Hi guys, just a small fix for an oops on Numascale's confederate systems. It can go in ASAP. Thanks. The following changes since commit 547b1e81afe3119f7daf702cc03b158495535a25: Fix staging driver use of VM_RESERVED (2012-10-09 21:06:41 +0900) are available in the git repository at:

Re: Instead of IP addresses the kernel started to show zero's

2012-10-09 Thread Dan Carpenter
On Tue, Oct 09, 2012 at 02:50:10PM +0200, Eric Dumazet wrote: On Tue, 2012-10-09 at 15:36 +0300, Dan Carpenter wrote: Add netdev to the CC list. netdev already in the CC list by Borislav Petkov Sorry. He sent the email twice in two threads and I was still looking at the first report. :(

Re: [3.6-rc7] switcheroo race with Intel HDA...

2012-10-09 Thread Takashi Iwai
At Tue, 9 Oct 2012 19:23:56 +0800, Daniel J Blueman wrote: On 9 October 2012 18:07, Takashi Iwai ti...@suse.de wrote: At Tue, 09 Oct 2012 12:04:08 +0200, Takashi Iwai wrote: At Tue, 9 Oct 2012 00:34:09 +0800, Daniel J Blueman wrote: On 8 October 2012 20:58, Takashi Iwai

[PATCH] staging/comedi: Use pr_ or dev_ printks in drivers/dt9812.c

2012-10-09 Thread YAMANE Toshiaki
fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and added pr_fmt. Signed-off-by: YAMANE Toshiaki

Re: [PATCH 05/16] vfs: bogus warnings in fs/namei.c

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Arnd Bergmann wrote: On Monday 08 October 2012, Jan Kara wrote: On Fri 05-10-12 16:55:19, Arnd Bergmann wrote: The follow_link() function always initializes its *p argument, or returns an error, but not all versions of gcc figure this out, so we have to work

[PATCH] staging/comedi: Use pr_ or dev_ printks in drivers/unioxx5.c

2012-10-09 Thread YAMANE Toshiaki
fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and added pr_fmt. Signed-off-by: YAMANE Toshiaki

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 10/9/2012 6:33 PM, Sekhar Nori wrote: On 9/17/2012 10:07 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the

RE: [PATCH 00/16] f2fs: introduce flash-friendly file system

2012-10-09 Thread Jaegeuk Kim
2012-10-09 (화), 14:39 +0200, Lukáš Czerner: On Tue, 9 Oct 2012, Jaegeuk Kim wrote: As you can see the f2fs kernel document patch, I think one of the most important features is to align operating units between f2fs and ftl. Specifically, f2fs has

Re: [PATCH 1/6] x86, RAS: Add a barebones RAS subtree

2012-10-09 Thread Borislav Petkov
On Mon, Oct 08, 2012 at 04:53:46PM -0700, Tony Luck wrote: On Mon, Oct 8, 2012 at 10:11 AM, Borislav Petkov b...@amd64.org wrote: +config X86_RAS + def_bool y + prompt X86 RAS features + ---help--- + A collection of Reliability, Availability and Serviceability

Re: blk: NULL ptr deref in blk_dequeue_request()

2012-10-09 Thread Sasha Levin
On 10/08/2012 05:45 PM, Jiri Kosina wrote: On Mon, 8 Oct 2012, Jan Kara wrote: I'm still seeing this on linux-next. I think this is floppy related (see redo_fd_request() in the stack trace). And there were quite some changes to the area recently. Adding maintainer to CC. Hmm ... I

[PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread NickCheng
From: Nick Cheng nick.ch...@areca.com.tw Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively Signed-off-by: Nick Cheng nick.ch...@areca.com.tw --- diff -uprN -X linux-vanilla/Documentation/dontdiff linux-vanilla//drivers/scsi/arcmsr/arcmsr.h

Re: blk: NULL ptr deref in blk_dequeue_request()

2012-10-09 Thread Sasha Levin
On 10/09/2012 09:21 AM, Sasha Levin wrote: On 10/08/2012 05:45 PM, Jiri Kosina wrote: On Mon, 8 Oct 2012, Jan Kara wrote: I'm still seeing this on linux-next. I think this is floppy related (see redo_fd_request() in the stack trace). And there were quite some changes to the area recently.

Re: [remoteproc:for-next 6/9] remoteproc_virtio.c:(.text+0x238e7e): undefined reference to `vring_transport_features'

2012-10-09 Thread Dan Carpenter
On Tue, Oct 09, 2012 at 01:52:49PM +0200, Ohad Ben-Cohen wrote: Hi Sjur, On Tue, Oct 9, 2012 at 12:30 PM, Sjur BRENDELAND sjur.brandel...@stericsson.com wrote: Sorry for not responding sooner, but I thought this issue was solved with your patch remoteproc: fix (again) the virtio-related

[GIT PULL] Disintegrate UAPI for can

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-can-20121009 for you to fetch changes up to c523b9b41d6bfdd035b5c25063ad13967f3306cd: UAPI: (Scripted) Disintegrate include/linux/can (2012-10-09 09:48:41 +0100

[GIT PULL] Disintegrate UAPI for isdn

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-isdn-20121009 for you to fetch changes up to 1855f1b1074ea8a76ced0f3ef25bbecd6b2a7222: UAPI: (Scripted) Disintegrate include/linux/isdn (2012-10-09 09:48:45 +0100

[GIT PULL] Disintegrate UAPI for tty

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-tty-20121009 for you to fetch changes up to 5217c129443600b414e5b64aafe358952b78a65d: UAPI: (Scripted) Disintegrate include/linux/hsi (2012-10-09 09:48:44 +0100

[GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-sound-20121009 for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6: UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100

[GIT PULL] Disintegrate UAPI for usb

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-usb-20121009 for you to fetch changes up to 5e1ddb481776a487b15b40579a000b279ce527c9: UAPI: (Scripted) Disintegrate include/linux/usb (2012-10-09 09:49:07 +0100

[GIT PULL] Disintegrate UAPI for wimax

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-wimax-20121009 for you to fetch changes up to 1e256b340d9574fd1bf31b73f16c4c474502692c: UAPI: (Scripted) Disintegrate include/linux/wimax (2012-10-09 09:49:08 +0100

[GIT PULL] Disintegrate UAPI for xen

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-xen-20121009 for you to fetch changes up to 72503791edffe516848d0f01d377fa9cd0711970: UAPI: (Scripted) Disintegrate include/xen (2012-10-09 09:49:15 +0100

Re: [PATCH] [staging][zram] Fix handling of incompressible pages

2012-10-09 Thread Minchan Kim
Hi Nitin, On Mon, Oct 08, 2012 at 06:32:44PM -0700, Nitin Gupta wrote: Change 130f315a introduced a bug in the handling of incompressible pages which resulted in memory allocation failure for such pages. The fix is to store the page as-is i.e. without compression if the compressed size

[GIT PULL] Disintegrate UAPI for spi

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-spi-20121009 for you to fetch changes up to 7939d3c2a677b06cf111a1304710dd97892f3695: UAPI: (Scripted) Disintegrate include/linux/spi (2012-10-09 09:49:03 +0100

[GIT PULL] Disintegrate UAPI for fbdev

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-fbdev-20121009 for you to fetch changes up to c86cba891a10fdc9c2218973435d0b7d0f9f5cf0: UAPI: (Scripted) Disintegrate include/video (2012-10-09 11:15:01 +0100

[GIT PULL] Disintegrate UAPI for mmc

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-mmc-20121009 for you to fetch changes up to ad1cfdcef1378adc7215a74772f7d06c4cc6ef50: UAPI: (Scripted) Disintegrate include/linux/mmc (2012-10-09 09:48:45 +0100

[GIT PULL] Disintegrate UAPI for media

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-media-20121009 for you to fetch changes up to 1c436decd49665be131887b08d172a7989cdceee: UAPI: (Scripted) Disintegrate include/linux/dvb (2012-10-09 09:48:42 +0100

[GIT PULL] Disintegrate UAPI for hdlc

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-hdlc-20121009 for you to fetch changes up to 76fbc143cdcb5cd13f333a71e7f9190a2e639c66: UAPI: (Scripted) Disintegrate include/linux/hdlc (2012-10-09 09:48:43 +0100

[GIT PULL] Disintegrate UAPI for raid

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-raid-20121009 for you to fetch changes up to fc5a40a2301aa241eedb16caf9169ca5763707c1: UAPI: (Scripted) Disintegrate include/linux/raid (2012-10-09 09:49:02 +0100

[GIT PULL] Disintegrate UAPI for rdma

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-rdma-20121009 for you to fetch changes up to e70078e9af5a4012a20448ce0af9b3b0813cc4bb: UAPI: (Scripted) Disintegrate include/rdma (2012-10-09 14:14:45 +0100

[PATCH v3] video: imxfb: Do not crash on reboot

2012-10-09 Thread Fabio Estevam
Issuing a reboot command after the LCD times out causes the following warnings: Requesting system reboot [ cut here ] WARNING: at drivers/clk/clk.c:471 clk_disable+0x24/0x50() Modules linked in: [c001ad90] (unwind_backtrace+0x0/0xf4) from [c0025aac]

[GIT PULL] Disintegrate UAPI for mtd

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-mtd-20121009 for you to fetch changes up to 4a8e43feeac7996b8de2d5b2823e316917493df4: UAPI: (Scripted) Disintegrate include/mtd (2012-10-09 09:49:09 +0100

[GIT PULL] Disintegrate UAPI for nfs

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-nfs-20121009 for you to fetch changes up to e3dd9a52cb5552c46c2a4ca7ccdfb4dab5c72457: UAPI: (Scripted) Disintegrate include/linux/sunrpc (2012-10-09 09:49:04 +0100

[GIT PULL] Disintegrate UAPI for net

2012-10-09 Thread David Howells
at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-net-20121009 for you to fetch changes up to b6bf56c6be2be7ccebebfd91b1f11889296cbd9e: UAPI: (Scripted) Disintegrate include/linux/tc_ematch (2012-10-09 09:49:06 +0100

Re: [PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread James Bottomley
On Tue, 2012-10-09 at 21:23 +0800, NickCheng wrote: From: Nick Cheng nick.ch...@areca.com.tw Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively Signed-off-by: Nick Cheng nick.ch...@areca.com.tw This is still malformed in exactly the same way diff -uprN -X

Re: [GIT PULL 00/25] perf/core improvements and fixes

2012-10-09 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@infradead.org wrote: Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 139c0815903de1a7865fe1d6beac5e995fefdf46: perf hists: Add more helpers for hist entry stat (2012-10-04 13:36:18 -0300) are available in the

[PATCH 1/5] arcmsr: Re-name the HBA Type

2012-10-09 Thread 鄭守謙
From: Nick Cheng nick.ch...@areca.com.tw Replace the nameing, hba, hbb and hbc, with hbaA, hbaB abd hbaC respectively Signed-off-by: Nick Cheng nick.ch...@areca.com.tw --- diff -uprN -X linux-vanilla/Documentation/dontdiff linux-vanilla//drivers/scsi/arcmsr/arcmsr.h

Re: [REPOST] RFC: sched: Prevent wakeup to enter critical section needlessly

2012-10-09 Thread Andi Kleen
Ivo Sieben meltedpiano...@gmail.com writes: Check the waitqueue task list to be non empty before entering the critical section. This prevents locking the spin lock needlessly in case the queue was empty, and therefor also prevent scheduling overhead on a PREEMPT_RT system. Signed-off-by:

Re: [PATCH] Btrfs: remove repeated eb-pages check in, disk-io.c/csum_dirty_buffer

2012-10-09 Thread Chris Mason
On Mon, Oct 08, 2012 at 07:26:15AM -0600, Wang Sheng-Hui wrote: In csum_dirty_buffer, we first get eb from page-private. Then we check if the page is the first page of eb. Later we check it again. Remove the repeated check here. You had the right idea here, two checks and one has a warning, so

Re: [PATCH 05/16] vfs: bogus warnings in fs/namei.c

2012-10-09 Thread Jan Kara
On Tue 09-10-12 13:07:19, Arnd Bergmann wrote: On Tuesday 09 October 2012, Arnd Bergmann wrote: On Monday 08 October 2012, Jan Kara wrote: On Fri 05-10-12 16:55:19, Arnd Bergmann wrote: The follow_link() function always initializes its *p argument, or returns an error, but not all

Re: [GIT PULL] Disintegrate UAPI for usb

2012-10-09 Thread Greg KH
On Tue, Oct 09, 2012 at 02:30:48PM +0100, David Howells wrote: Can you merge the following branch into the usb tree please. Is this (and the other pull requests for other subsystems) for 3.7 or for 3.8? thanks, greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Thomas Gleixner
Dear RT Folks, I'm pleased to announce the 3.6.1-rt1 release. This is a pretty straight forward move from the 3.4-rt series which includes a few significant updates which need to be backported to the 3.x-rt stable series: * Make interrupt randomness work again on RT. Based on the 3.x.y

RE: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-09 Thread KY Srinivasan
-Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Tuesday, October 09, 2012 7:38 AM To: KY Srinivasan Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com; h...@infradead.org; linux-

[PATCH/GIT PULL] UAPI: (Scripted) Disintegrate include/scsi

2012-10-09 Thread David Howells
for the strictly kernel internal stuff. This patch can be pulled from: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-scsi-20121009 Signed-off-by: David Howells dhowe...@redhat.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Thomas Gleixner t

Re: [PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Fri, 2012-08-24 at 14:54 -0600, Toshi Kani wrote: Added CPU hot-remove support through an ACPI eject notification. It calls acpi_bus_hot_remove_device(), which shares

[PATCH/GIT PULL] UAPI: (Scripted) Disintegrate include/scsi/fc

2012-10-09 Thread David Howells
for the strictly kernel internal stuff. This patch can be pulled from: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-fc-20121009 Signed-off-by: David Howells dhowe...@redhat.com Acked-by: Arnd Bergmann a...@arndb.de Acked-by: Thomas Gleixner t

Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread Takashi Iwai
. --- The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) are available in the git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-sound-20121009 for you

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Wed, 2012-09-12 at 14:30 -0600, Toshi Kani wrote: Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk.

Re: [GIT PULL] Disintegrate UAPI for usb

2012-10-09 Thread David Howells
Greg KH gre...@linuxfoundation.org wrote: Can you merge the following branch into the usb tree please. Is this (and the other pull requests for other subsystems) for 3.7 or for 3.8? I don't really mind. There are no dependencies on it. Getting it in 3.7 means there's more chance it'll

Re: [PATCH v5 0/5] ACPI: hotplug messages improvement

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Tue, 2012-08-28 at 13:02 -0600, Toshi Kani wrote: This patchset improves logging messages for ACPI CPU, Memory, Container and Dock hotplug notify handlers. The

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