Re: [PATCH] module: ppc64 module CRC relocation fix causes perf issues

2013-07-19 Thread Scott Wood
On 07/17/2013 11:00:45 PM, Anton Blanchard wrote: Hi Scott, What specifically should I do to test it? Could you double check perf annotate works? I'm 99% sure it will but that is what was failing on ppc64. I'm not really sure what it's supposed to look like when perf annotate works. It

Re: [PATCH v4 3/4] [SCSI] sg: checking sdp-detached isn't protected when open

2013-07-19 Thread Jörn Engel
On Wed, 17 July 2013 23:34:05 +0800, Vaughan Cao wrote: -static Sg_fd *sg_add_sfp(Sg_device * sdp, int dev); +static Sg_fd *sg_add_sfp(Sg_device * sdp, int dev, int * reason); You can use ERR_PTR and friends instead of adding another parameter. static void sg_remove_sfp(struct kref *);

Re: [PATCH][v3.2.y][v3.5.y][3.8.y] Input: elantech - fix for newer hardware versions (v7)

2013-07-19 Thread Dmitry Torokhov
Hi Joseph, On Fri, Jul 19, 2013 at 05:50:25PM -0400, Joseph Salisbury wrote: Hello, Please consider including upstream commit 9eebed7de660c0b5ab129a9de4f89d20b60de68c in the next v3.2.y, v3.5.y and v3.8.y releases. It was included upstream as of v3.11-rc1. It has been tested and

Re: [PATCH 01/15] MFD: ti_tscadc: disable TSC config registers in adc mode

2013-07-19 Thread Greg KH
On Fri, Jul 19, 2013 at 09:47:16PM +0100, Zubair Lutfullah : wrote: On Thu, Jul 18, 2013 at 03:45:55PM -0700, Greg KH wrote: Did Rachna really sign off on this, and the other, patches? Or did they Authored and signed off on it in their TI tree. based on 3.2. Ok, as long as they did that,

Re: [PATCH v4 4/4] [SCSI] sg: push file descriptor list locking down to per-device locking

2013-07-19 Thread Jörn Engel
On Wed, 17 July 2013 23:34:06 +0800, Vaughan Cao wrote: Date: Wed, 17 Jul 2013 23:34:06 +0800 From: Vaughan Cao vaughan@oracle.com To: jo...@logfs.org Cc: dgilb...@interlog.com, jbottom...@parallels.com, linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org,

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Greg Kroah-Hartman
On Fri, Jul 19, 2013 at 11:38:04PM +0200, Rafael J. Wysocki wrote: Alas, this is not the one I'd like to apply. With that patch applied, new device objects are created to avoid binding the processor driver directly to the cpu system device objects, because that apparently confuses udev and

Re: [PATCH] mm: vmstats: track TLB flush stats on UP too

2013-07-19 Thread Andrew Morton
On Fri, 19 Jul 2013 13:40:04 -0700 Dave Hansen d...@sr71.net wrote: Andrew, this fixes up the TLB flush vmstats for UP. It's on top of the previous patch, but I'm happy to combine them and send a replacement if you'd prefer. This also removes the NR_TLB_LOCAL_FLUSH_ONE_KERNEL counter.

[PATCH] linux-firmware/AMD: add readme files for amd-ucode

2013-07-19 Thread Sherry Hurwitz
File: README File: microcode_amd.bin.README File: microcode_amd_fam15h.bin.README Signed-off-by: Sherry Hurwitz sherry.hurw...@amd.com --- amd-ucode/README | 46 + amd-ucode/microcode_amd.bin.README| 29 ++

Re: [ 00/24] 3.4.54-stable review

2013-07-19 Thread Shuah Khan
On 07/19/2013 05:17 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.54 release. There are 24 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Shuah Khan
On 07/19/2013 09:32 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.2 release. There are 72 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread H. Peter Anvin
On 07/19/2013 04:16 PM, Greg Kroah-Hartman wrote: udev isn't doing any module loading, 'modprobe' is just being called for any new module alias that shows up in the system, and all of the drivers that match it then get loaded. How is it a problem if a module is attempted to be loaded that

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Herbert Xu
On Fri, Jul 19, 2013 at 04:21:09PM -0700, H. Peter Anvin wrote: The issue here seems to be the dynamic binding nature of the crypto subsystem. When something needs crypto, it will request the appropriate crypto module (e.g. crct10dif), which may race with detecting a specific hardware

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Greg Kroah-Hartman
On Fri, Jul 19, 2013 at 04:21:09PM -0700, H. Peter Anvin wrote: On 07/19/2013 04:16 PM, Greg Kroah-Hartman wrote: udev isn't doing any module loading, 'modprobe' is just being called for any new module alias that shows up in the system, and all of the drivers that match it then get

Re: [PATCH v4 1/4] [SCSI] sg: use rwsem to solve race during exclusive open

2013-07-19 Thread Jörn Engel
On Wed, 17 July 2013 23:34:03 +0800, Vaughan Cao wrote: Date: Wed, 17 Jul 2013 23:34:03 +0800 From: Vaughan Cao vaughan@oracle.com To: jo...@logfs.org Cc: dgilb...@interlog.com, jbottom...@parallels.com, linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org,

Re: [PATCH v4 2/4] [SCSI] sg: no need sg_open_exclusive_lock

2013-07-19 Thread Jörn Engel
On Wed, 17 July 2013 23:34:04 +0800, Vaughan Cao wrote: Date: Wed, 17 Jul 2013 23:34:04 +0800 From: Vaughan Cao vaughan@oracle.com To: jo...@logfs.org Cc: dgilb...@interlog.com, jbottom...@parallels.com, linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org,

Re: [PATCH] ext4: fix a bug when we try to open a file with O_TMPFILE flag

2013-07-19 Thread Al Viro
On Fri, Jul 19, 2013 at 08:14:05PM +0800, Zheng Liu wrote: Hi Dave, After applied this patch, the problem has been fixed in my own sand box. But that would be great if you could give it a try. I want to make sure that this patch can fix the problem. It looks like there has the same

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread H. Peter Anvin
On 07/19/2013 04:26 PM, Greg Kroah-Hartman wrote: RAID has effectively the same issue, and we just solved it by compiling in all the accelerators into the top-level module. Then there's nothing to be done in udev or kmod, right? I don't know. -hpa -- To unsubscribe from this

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Tim Chen
On Sat, 2013-07-20 at 09:24 +1000, Herbert Xu wrote: On Fri, Jul 19, 2013 at 04:21:09PM -0700, H. Peter Anvin wrote: The issue here seems to be the dynamic binding nature of the crypto subsystem. When something needs crypto, it will request the appropriate crypto module (e.g. crct10dif),

Re: [PATCH v3] pinctrl: msm: Add support for MSM TLMM pinmux

2013-07-19 Thread Stephen Boyd
On 07/11/13 20:26, Hanumant Singh wrote: + +MODULE_AUTHOR(Hanumant Singh hanum...@codeaurora.org); +MODULE_LICENSE(GPLv2); Doesn't this need to be GPL v2? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list:

Re: [PATCH] mpt2sas: don't handle broadcast primitives

2013-07-19 Thread Jörn Engel
On Fri, 19 July 2013 18:06:59 -0400, Jörn Engel wrote: The handling of broadcast primitives involves _scsih_block_io_all_device(), which does what the name implies. I have observed cases with 60s of blocking io on all devices, caused by a single bad device. The downsides of this code are

[PATCH] mpt2sas: don't handle broadcast primitives

2013-07-19 Thread Jörn Engel
The handling of broadcast primitives involves _scsih_block_io_all_device(), which does what the name implies. I have observed cases with 60s of blocking io on all devices, caused by a single bad device. The downsides of this code are obvious, while the upsides are more elusive. Signed-off-by:

Re: 3.10.0 i386 uniprocessor panic

2013-07-19 Thread George Spelvin
A disassembly of the calling function, i.e.: [c1024524] ? run_timer_softirq+0x150/0x165 ... would be a good idea, at least. Here you go. Note that the machine isn't doing anything of interest, so after a quick search for residual personal data I could give you a root login on it. (Just

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML

2013-07-19 Thread NeilBrown
On Fri, 19 Jul 2013 16:43:53 -0400 Steven Rostedt rost...@goodmis.org wrote: On Fri, 2013-07-19 at 13:33 -0700, James Bottomley wrote: If you're basing your entire theory on male/female interaction on teenagers, then I'm afraid your wife might be on to something ... No, it's also based

Re: [PATCH V2] relay: fix timer madness

2013-07-19 Thread Dan Carpenter
On Wed, Jul 10, 2013 at 10:18:54AM +0800, zhangwei(Jovi) wrote: @@ -339,6 +339,10 @@ static void wakeup_readers(unsigned long data) { struct rchan_buf *buf = (struct rchan_buf *)data; wake_up_interruptible(buf-read_wait); + /* + * Stupid polling for now: + */ +

Re: linux-next: Tree for May 2 (platform/x86/samsung-laptop)

2013-07-19 Thread Greg Kroah-Hartman
20130501: when CONFIG_ACPI_VIDEO=m and CONFIG_SAMSUNG_LAPTOP=y: drivers/built-in.o: In function `samsung_init': samsung-laptop.c:(.init.text+0x94ba): undefined reference to `acpi_video_unregister' This build error still happens in linux-next of 20130719... I have

Re: strange crashes in tcp_poll() via epoll_wait

2013-07-19 Thread Eric Wong
Eric Dumazet eric.duma...@gmail.com wrote: Hi Al I tried to debug strange crashes in tcp_poll() called from sys_epoll_wait() - sock_poll() The symptom is that sock-sk is NULL and we therefore dereference a NULL pointer. It's really rare crashes but still, it would be nice to understand

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Rafael J. Wysocki
On Friday, July 19, 2013 04:16:30 PM Greg Kroah-Hartman wrote: On Fri, Jul 19, 2013 at 11:38:04PM +0200, Rafael J. Wysocki wrote: Alas, this is not the one I'd like to apply. With that patch applied, new device objects are created to avoid binding the processor driver directly to the cpu

Re: [linux-sunxi] Re: [PATCH 1/2] Initial support for Allwinner's Security ID fuses

2013-07-19 Thread Greg KH
On Fri, Jul 19, 2013 at 11:42:11AM +0200, Maxime Ripard wrote: On Wed, Jul 17, 2013 at 09:17:58AM -0700, Greg KH wrote: On Wed, Jul 17, 2013 at 01:46:50PM +0200, Maxime Ripard wrote: On Mon, Jul 15, 2013 at 11:41:07PM -0700, Greg KH wrote: On Mon, Jul 15, 2013 at 11:16:19PM +0200, Oliver

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Greg KH
On Fri, Jul 19, 2013 at 12:06:01PM +0530, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:59 AM, Greg KH wrote: On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:13 AM, Greg KH wrote: On Fri, Jul 19, 2013 at 11:07:10AM

Re: [ 00/38] 3.9.11-stable review

2013-07-19 Thread Greg Kroah-Hartman
On Fri, Jul 19, 2013 at 12:25:24PM -0700, Greg Kroah-Hartman wrote: On Fri, Jul 19, 2013 at 04:45:25PM +, Shuah Khan wrote: On 07/19/2013 09:34 AM, Greg Kroah-Hartman wrote: --- Note, this is the LAST 3.9-stable kernel release that I will be doing. Please move to the

Re: [ 00/18] 3.0.87-stable review

2013-07-19 Thread Shuah Khan
On 07/19/2013 05:52 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.0.87 release. There are 18 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should

Re: [RFC 0/4] Transparent on-demand struct page initialization embedded in the buddy allocator

2013-07-19 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 2:30 AM, Robin Holt h...@sgi.com wrote: On Wed, Jul 17, 2013 at 01:17:44PM +0800, Sam Ben wrote: With this patch, we did boot a 16TiB machine. Without the patches, the v3.10 kernel with the same configuration took 407 seconds for free_all_bootmem. With the patches and

[please disregard] Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Stefan Lippers-Hollmann
Hi On Saturday 20 July 2013, Stefan Lippers-Hollmann wrote: […] Minor nit, this introduces trailing whitespace in SUBLEVEL = 2 . Please apologize for the noise, my mail client somehow hid the previous sub thread pointing this out already. Regards Stefan Lippers-Hollmann -- To

Re: [ 00/38] 3.9.11-stable review

2013-07-19 Thread Shuah Khan
On 07/19/2013 05:50 PM, Greg Kroah-Hartman wrote: On Fri, Jul 19, 2013 at 12:25:24PM -0700, Greg Kroah-Hartman wrote: On Fri, Jul 19, 2013 at 04:45:25PM +, Shuah Khan wrote: On 07/19/2013 09:34 AM, Greg Kroah-Hartman wrote: --- Note, this is the LAST 3.9-stable kernel release

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Stefan Lippers-Hollmann
Hi On Friday 19 July 2013, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.2 release. […] The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.2-rc1.gz and the diffstat can be found below.

Re: strange crashes in tcp_poll() via epoll_wait

2013-07-19 Thread Eric Dumazet
On Fri, 2013-07-19 at 23:50 +, Eric Wong wrote: Eric Dumazet eric.duma...@gmail.com wrote: Hi Al I tried to debug strange crashes in tcp_poll() called from sys_epoll_wait() - sock_poll() The symptom is that sock-sk is NULL and we therefore dereference a NULL pointer. It's

RE: [PATCH v3] regulator: pfuze100: add pfuze100 regulator driver

2013-07-19 Thread Gong Yibin-B38343
Thanks Mark, I will send V4. -Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: Saturday, July 20, 2013 1:31 AM To: Gong Yibin-B38343 Cc: grant.lik...@linaro.org; rob.herr...@calxeda.com; r...@landley.net; lgirdw...@gmail.com; shawn@linaro.org;

[GIT PULL] more ext4 bug fixes

2013-07-19 Thread Theodore Ts'o
The following changes since commit e7676a704ee0a1ef71a6b23760b5a8f6896cb1a1: ext4: don't allow ext4_free_blocks() to fail due to ENOMEM (2013-07-13 00:40:35 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus

Re: mlockall triggred rcu_preempt stall.

2013-07-19 Thread Dave Jones
On Fri, Jul 19, 2013 at 03:15:39PM -0700, Paul E. McKenney wrote: On Fri, Jul 19, 2013 at 10:53:23AM -0400, Dave Jones wrote: My fuzz tester keeps hitting this. Every instance shows the non-irq stack came in from mlockall. I'm only seeing this on one box, but that has more ram (8gb)

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Greg Kroah-Hartman
On Fri, Jul 19, 2013 at 11:16:47PM +, Shuah Khan wrote: On 07/19/2013 09:32 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.2 release. There are 72 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [PATCH] net/irda: fixed style issues in irttp

2013-07-19 Thread David Miller
From: Dragos Foianu dragos.foi...@gmail.com Date: Wed, 17 Jul 2013 12:25:38 +0100 Applied error fixes suggested by checpatch.pl Signed-off-by: Dragos Foianu dragos.foi...@gmail.com Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread David Miller
From: Amit Uttamchandani auttamchand...@logicube.com Date: Thu, 18 Jul 2013 17:45:22 -0700 Add poll controller function for velocity nic. Signed-off-by: Amit Uttamchandani auttamchand...@logicube.com Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH] mISDN: replace sum of bitmasks with OR operation.

2013-07-19 Thread David Miller
From: Alexandru Juncu al...@rosedu.org Date: Thu, 18 Jul 2013 14:36:48 +0300 Suggested by coccinelle and manually verified. Signed-off-by: Alexandru Juncu al...@rosedu.org Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v2] sysctl net: Keep tcp_syn_retries inside the boundary

2013-07-19 Thread David Miller
From: Michal Tesar mte...@redhat.com Date: Fri, 19 Jul 2013 14:09:01 +0200 Limit the min/max value passed to the /proc/sys/net/ipv4/tcp_syn_retries. Signed-off-by: Michal Tesar mte...@redhat.com Applied and queued up for -stable. -- To unsubscribe from this list: send the line unsubscribe

[git pull] vfs fixes for -rc2

2013-07-19 Thread Al Viro
sget() one is a long-standing bug and will need to go into -stable (in fact, it had been originally caught in RHEL6), the other two are 3.11-only. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): allow O_TMPFILE to work

New device tree mailing list

2013-07-19 Thread Grant Likely
Hello everyone, The ozlabs devicetree list was requiring too much work to moderate, so I'm closing down that list and replacing it with a list on vger.kernel.org. http://vger.kernel.org/vger-lists.html#devicetree I'll be sending a patch to MAINTAINERS shortly. g. -- To unsubscribe from this

[PATCH] x86, tboot: iomem fixes

2013-07-19 Thread Qiaowei Ren
Current code doesn't use specific interface to access I/O space. So some potential bugs can be caused. We can fix this by using specific API. Signed-off-by: Qiaowei Ren qiaowei@intel.com --- arch/x86/kernel/tboot.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-)

Re: New device tree mailing list

2013-07-19 Thread Joe Perches
On Fri, 2013-07-19 at 18:23 -0700, Grant Likely wrote: The ozlabs devicetree list was requiring too much work to moderate, so I'm closing down that list and replacing it with a list on vger.kernel.org. http://vger.kernel.org/vger-lists.html#devicetree Hey Grant. Can you also please setup

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Tim Chen
On Fri, 2013-07-19 at 16:37 -0700, Tim Chen wrote: On Sat, 2013-07-20 at 09:24 +1000, Herbert Xu wrote: On Fri, Jul 19, 2013 at 04:21:09PM -0700, H. Peter Anvin wrote: The issue here seems to be the dynamic binding nature of the crypto subsystem. When something needs crypto, it will

Re: [3.11-rc1 regression] ext4_evict_inode triggers warn_slowpath_common on sparc64

2013-07-19 Thread Theodore Ts'o
On Fri, Jul 19, 2013 at 07:29:25PM +0200, Mikael Pettersson wrote: I keep getting the following warning with 3.11-rc1 on sparc64: [ cut here ] WARNING: CPU: 1 PID: 8174 at fs/ext4/inode.c:230 ext4_evict_inode+0x1f0/0x448() Modules linked in: sunrpc af_packet ipv6

Re: [PATCH -tip 0/3] kprobes, x86: Move optprobe on top of int3-based instruction patching

2013-07-19 Thread Steven Rostedt
On Thu, 2013-07-18 at 20:47 +0900, Masami Hiramatsu wrote: Hi, Here is a series of kprobes and x86 patches for moving optprobe (jump optimized kprobe) onto the int3-based instruction patching (a.k.a. text_poke_bp, introduced by Jiri Kosina). Since this completely moves text_poke_smp*

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread John
Two hunks fail for me patching source from linux-3.10.tar.xz as shown: patching file Documentation/parisc/registers patching file Makefile Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej patching file arch/arm/boot/dts/imx23.dtsi patching file

Re: [PATCH 1/3] mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()

2013-07-19 Thread Hugh Dickins
On Tue, 16 Jul 2013, Andrew Morton wrote: On Sun, 14 Jul 2013 18:54:51 +0200 Oleg Nesterov o...@redhat.com wrote: mmap() doesn't allow the non-anonymous mappings with VM_GROWS* bit set. In particular this means that mmap_region()-vma_merge(file, vm_flags) must always fail if vm_flags

Re: strange crashes in tcp_poll() via epoll_wait

2013-07-19 Thread Eric Wong
Eric Dumazet eric.duma...@gmail.com wrote: On Fri, 2013-07-19 at 23:50 +, Eric Wong wrote: Eric Dumazet eric.duma...@gmail.com wrote: Hi Al I tried to debug strange crashes in tcp_poll() called from sys_epoll_wait() - sock_poll() The symptom is that sock-sk is NULL and

Re: [ 00/72] 3.10.2-stable review

2013-07-19 Thread Steven Rostedt
Please don't strip Cc's. This mailing list gets over 600 emails a day. Nobody bothers to read all emails. By stripping the Cc's your message will likely be ignored. Luckily for you, I filter for stable releases. On Fri, 2013-07-19 at 18:43 -0700, John wrote: Two hunks fail for me patching

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to moduledependency.

2013-07-19 Thread Tetsuo Handa
Tim Chen wrote: On Fri, 2013-07-19 at 16:37 -0700, Tim Chen wrote: Herbert, I've tried the module alias approach (see my earlier mail with patch) but it didn't seem to load things properly. Can you check to see if there's anything I did incorrectly. Tim I fixed a missing

Re: BUG: key ffff880c1148c478 not in .data! (V3.10.0)

2013-07-19 Thread Mauro Carvalho Chehab
Em Fri, 19 Jul 2013 01:27:18 +0200 Borislav Petkov b...@alien8.de escreveu: On Thu, Jul 18, 2013 at 04:51:48PM +, Luck, Tony wrote: + BUG_ON(mci-mc_idx = EDAC_MAX_MCS); Do we have to BUG_ON() here? Couldn't we be gentler with something like: if (mci-mc_idx = EDAC_MAX_MCS)

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Rafael J. Wysocki
On Saturday, July 20, 2013 02:00:44 AM Rafael J. Wysocki wrote: On Friday, July 19, 2013 04:16:30 PM Greg Kroah-Hartman wrote: On Fri, Jul 19, 2013 at 11:38:04PM +0200, Rafael J. Wysocki wrote: Alas, this is not the one I'd like to apply. With that patch applied, new device objects

[PATCH] bridge: do not call setup_timer() multiple times

2013-07-19 Thread Eric Dumazet
From: Eric Dumazet eduma...@google.com commit 9f00b2e7cf24 (bridge: only expire the mdb entry when query is received) added a nasty bug as an active timer can be reinitialized. setup_timer() must be done once, no matter how many time mod_timer() is called. br_multicast_new_group() is the right

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Kishon Vijay Abraham I
Hi, On Friday 19 July 2013 09:24 PM, Stephen Warren wrote: On 07/19/2013 12:36 AM, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:59 AM, Greg KH wrote: On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:13 AM, Greg KH wrote:

[for-next-3.11][PATCH 0/2] tracing: A couple more fixes

2013-07-19 Thread Steven Rostedt
Oleg sent me a couple more fixes. Pushing them into my for-next branch. Monday I'll push to Linus. -- Steve git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: e70e78e3c83b536730e31231dd9b979768d8df3c 1bb539ca36e21c2f4fce0865e11df384bc7b7656 Oleg

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Kishon Vijay Abraham I
Hi, On Saturday 20 July 2013 05:20 AM, Greg KH wrote: On Fri, Jul 19, 2013 at 12:06:01PM +0530, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:59 AM, Greg KH wrote: On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: Hi, On Friday 19 July 2013 11:13 AM,

[for-next-3.11][PATCH 1/2] tracing: Kill trace_array-waiter

2013-07-19 Thread Steven Rostedt
From: Oleg Nesterov o...@redhat.com Trivial. trace_array-waiter has no users since 6eaaa5d5 tracing/core: use appropriate waiting on trace_pipe. Link: http://lkml.kernel.org/r/20130719142036.ga1...@redhat.com Signed-off-by: Oleg Nesterov o...@redhat.com Signed-off-by: Steven Rostedt

[for-next-3.11][PATCH 2/2] tracing: Kill the unbalanced tr-ref++ in tracing_buffers_open()

2013-07-19 Thread Steven Rostedt
From: Oleg Nesterov o...@redhat.com tracing_buffers_open() does trace_array_get() and then it wrongly inrcements tr-ref again under trace_types_lock. This means that every caller leaks trace_array: # cd /sys/kernel/debug/tracing/ # mkdir instances/X # true

Re: [PATCH] backports: backport drvdata = NULL core driver fixes

2013-07-19 Thread Alan Stern
On Fri, 19 Jul 2013, Luis R. Rodriguez wrote: Thanks Julia. In that case I'm going to just leave this in place given that if there's a bug upstream we'll get it fixed as soon as a respective patch gets upstream as well. That is, we are not using old drivers, we use the same upstream drivers

Re: [PATCH v2 3/4] arm: dts: Add USB phy nodes for AM33XX

2013-07-19 Thread George Cherian
On 7/20/2013 12:03 AM, Sergei Shtylyov wrote: Hello. On 07/19/2013 06:20 PM, Sebastian Andrzej Siewior wrote: diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 8e1248f..e3890c4 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@

Re: [PATCH v2 3/4] arm: dts: Add USB phy nodes for AM33XX

2013-07-19 Thread George Cherian
On 7/20/2013 12:12 AM, Sebastian Andrzej Siewior wrote: On 07/19/2013 08:33 PM, Sergei Shtylyov wrote: Hello. Hello, usb: usb@4740 { compatible = ti,am33xx-usb; usb0_phy: phy@47401300 { compatible = ti,am335x-usb-phy; } usb0: usb@47401000 {

Re: [PATCH] ARM: perf: Implement perf_arch_fetch_caller_regs

2013-07-19 Thread Jed Davis
On Mon, Jul 15, 2013 at 02:53:42PM +0100, Will Deacon wrote: On Sat, Jul 13, 2013 at 04:17:14AM +0100, Jed Davis wrote: [...] +#ifdef CONFIG_THUMB2_KERNEL +#define perf_arch_fetch_caller_regs(regs, ip) \ + do {

Re: [PATCH -v2] EDAC: Fix lockdep splat

2013-07-19 Thread Mauro Carvalho Chehab
Em Fri, 19 Jul 2013 12:28:25 +0200 Borislav Petkov b...@alien8.de escreveu: From: Borislav Petkov b...@suse.de Fix the following: BUG: key 88043bdd0330 not in .data! [ cut here ] WARNING: at kernel/lockdep.c:2987 lockdep_init_map+0x565/0x5a0()

Re: [PATCH] ARM: Fix r7/r11 confusion when CONFIG_THUMB2_KERNEL=y

2013-07-19 Thread Jed Davis
On Mon, Jul 15, 2013 at 02:54:20PM +0100, Will Deacon wrote: On Sat, Jul 13, 2013 at 04:18:20AM +0100, Jed Davis wrote: [...] Effects of this are probably limited to failure of EHABI unwinding when starting from a function that uses r7 to restore its stack pointer, but the possibility for

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-07-19 Thread Nicholas A. Bellinger
On Fri, 2013-07-19 at 14:01 -0700, Nicholas A. Bellinger wrote: On Fri, 2013-07-19 at 08:33 -0700, James Bottomley wrote: On Thu, 2013-07-18 at 23:34 -0700, Nicholas A. Bellinger wrote: diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 0101af5..191bc15 100644 ---

Re: [PATCH] of: provide of_platform_unpopulate()

2013-07-19 Thread NAVEEN KRISHNA CHATRADHI
Hello Sebastian, --- Original Message --- Sender : Sebastian Andrzej Siewiorbige...@linutronix.de Date : Jul 19, 2013 23:44 (GMT+05:30) Title : [PATCH] of: provide of_platform_unpopulate() So I called of_platform_populate() on a device to get each child device probed and on rmmod and

Re: [PATCH] bridge: do not call setup_timer() multiple times

2013-07-19 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Fri, 19 Jul 2013 20:07:16 -0700 From: Eric Dumazet eduma...@google.com commit 9f00b2e7cf24 (bridge: only expire the mdb entry when query is received) added a nasty bug as an active timer can be reinitialized. setup_timer() must be done once,

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency.

2013-07-19 Thread Herbert Xu
On Fri, Jul 19, 2013 at 06:31:04PM -0700, Tim Chen wrote: However, when I have the library and generic algorithm compiled in, I do not see the PCLMULQDQ version loaded. CONFIG_CRYPTO_CRCT10DIF=y CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m CONFIG_CRC_T10DIF=y That is completely expected. I don't

Re: /proc/timer_list and weird behavior with dropbear

2013-07-19 Thread Holger Hans Peter Freyther
On Fri, Jul 19, 2013 at 03:37:07PM -0500, Nathan Zimmer wrote: Forgot the patch last time. Sorry yes, this appears to fix the problem I experience. thanks holger -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] of: provide of_platform_unpopulate()

2013-07-19 Thread NAVEEN KRISHNA CHATRADHI
Hello Sebastian, I just did one more testing. In case of iio/adc/exynos_adc.c there is a bug in the remove path. If I fix the bug in the driver, with below patch --- a/drivers/iio/adc/exynos_adc.c +++ b/drivers/iio/adc/exynos_adc.c @@ -375,14 +375,14 @@ static int exynos_adc_remove(struct

Re: [PATCH 3.11-rc1] crypto: Fix boot failure due to moduledependency.

2013-07-19 Thread Tetsuo Handa
Herbert Xu wrote: On Fri, Jul 19, 2013 at 06:31:04PM -0700, Tim Chen wrote: However, when I have the library and generic algorithm compiled in, I do not see the PCLMULQDQ version loaded. CONFIG_CRYPTO_CRCT10DIF=y CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m CONFIG_CRC_T10DIF=y That is

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review)

2013-07-19 Thread Paul E. McKenney
On Thu, Jul 18, 2013 at 12:01:05PM +1000, Benjamin Herrenschmidt wrote: > On Wed, 2013-07-17 at 10:14 +0400, James Bottomley wrote: > > > OK, I am stupid enough to take a stab at this... > > > > > > 1.Does the Linux kernel community's health depend on the occasional > > > rant? [My

Re: docproc.c:

2013-07-19 Thread Johannes Berg
On 2013-07-19 05:07, Joe Perches wrote: These entries seem very arbitrary. (Also, I've never seen, nor cared about, them before) Any way to autogenerate this .tmpl file? No way that I can think of that actually makes it simpler. Sure, you could put a tag into each file and then use the tag,

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread Francois Romieu
Amit Uttamchandani : > Add poll controller function for velocity nic. Thanks. You did not state if it was tested. Was it ? -- Ueimor -- 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] iio: core: Avoid double minus in sysfs output

2013-07-19 Thread Oleksandr Kravchenko
On Thu, Jul 18, 2013 at 7:24 PM, Lars-Peter Clausen wrote: > On 07/18/2013 05:47 PM, Oleksandr Kravchenko wrote: >> From: Oleksandr Kravchenko >> >> This patch fixes the issue with double minus in output when >> reading channels from sysfs for IIO_VAL_INT_PLUS_MICRO and >> IIO_VAL_INT_PLUS_NANO

[PATCH] NET: pch_gbe depends on x86

2013-07-19 Thread Jiri Slaby
Since 4bb1667255a86360721291fe59991d033bbc2f2a (build some drivers only when compile-testing), PTP_1588_CLOCK_PCH depends on (X86 || COMPILE_TEST). But PCH_GBE selects PTP_1588_CLOCK_PCH without depending on x86. Fix this by adding the same dependency here. Signed-off-by: Jiri Slaby Reported-by:

Re: [PATCH 1/1] net/velocity: add poll controller function for velocity nic

2013-07-19 Thread Amit Uttamchandani
On Fri, Jul 19, 2013 at 08:11:07AM +0200, Francois Romieu wrote: > Amit Uttamchandani : > > Add poll controller function for velocity nic. > > Thanks. > > You did not state if it was tested. Was it ? > Yes, tested with latest upstream kernel and latest -stable 3.2.y (3.2.48). Thanks. -- To

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-07-19 Thread Nicholas A. Bellinger
On Thu, 2013-07-18 at 18:03 -0700, Nicholas A. Bellinger wrote: > On Thu, 2013-07-18 at 18:30 -0600, Jens Axboe wrote: > > On Thu, Jul 18 2013, Nicholas A. Bellinger wrote: > > > On Thu, 2013-07-18 at 13:12 -0600, Mike Christie wrote: > > > > On 07/18/2013 12:51 PM, Nicholas A. Bellinger wrote:

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Greg KH
On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 19 July 2013 11:13 AM, Greg KH wrote: > > On Fri, Jul 19, 2013 at 11:07:10AM +0530, Kishon Vijay Abraham I wrote: > >> + ret = dev_set_name(>dev, "%s.%d", dev_name(dev), id); > > > > Your

Re: [PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-19 Thread Kishon Vijay Abraham I
Hi, On Friday 19 July 2013 11:59 AM, Greg KH wrote: > On Fri, Jul 19, 2013 at 11:25:44AM +0530, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 19 July 2013 11:13 AM, Greg KH wrote: >>> On Fri, Jul 19, 2013 at 11:07:10AM +0530, Kishon Vijay Abraham I wrote: + ret =

Re: [PATCH v3 3/4] hwmon: (lm90) add support to handle IRQ

2013-07-19 Thread Wei Ni
On 07/18/2013 11:58 PM, Jean Delvare wrote: > Hi Wei, > > On Fri, 12 Jul 2013 15:48:06 +0800, Wei Ni wrote: >> When the temperature exceed the limit range value, >> the driver can handle the interrupt. >> >> Signed-off-by: Wei Ni >> --- >> drivers/hwmon/lm90.c | 24 >>

Re: [PATCH] crypto: remove double execution of the same test suite

2013-07-19 Thread Horia Geantă
On 7/18/2013 6:57 PM, Cristian Stoica wrote: This patch removes redundant execution of the same test suite in cases where alg and driver variables are the same (e.g. when alg_test is called from tcrypt_test) Signed-off-by: Cristian Stoica Reviewed-by: Horia Geanta --- crypto/testmgr.c |

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-19 Thread Martin Schwidefsky
On Thu, 18 Jul 2013 09:35:41 -0400 Vivek Goyal wrote: > On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > > On Thu, 18 Jul 2013 12:40:04 +0200 > > Michael Holzheu wrote: > > > > > On Wed, 17 Jul 2013 17:42:07 -0400 > > > Vivek Goyal wrote: > > > > On Wed, Jul 17, 2013 at

RE: [PATCH] crypto: remove double execution of the same test suite

2013-07-19 Thread Gupta Ruchika-R66431
Reviewed-by: Ruchika Gupta > -Original Message- > From: linux-crypto-ow...@vger.kernel.org [mailto:linux-crypto- > ow...@vger.kernel.org] On Behalf Of Cristian Stoica > Sent: Thursday, July 18, 2013 9:27 PM > To: herb...@gondor.hengli.com.au > Cc: da...@davemloft.net;

Re: [PATCH] dmaengine/MAINTAINERS: Add Andy as Co-Maintainer of DW DMA Controller

2013-07-19 Thread Andy Shevchenko
On Fri, Jul 19, 2013 at 6:43 AM, Viresh Kumar wrote: > Andy has done enough work on Synopsys Designware DMA Controller and I believe > he > should Co-Maintain this driver along with me. So this patch. > > Signed-off-by: Viresh Kumar Thanks. Acked-by: Andy Shevchenko > --- > MAINTAINERS | 1

[PATCH] block: replace strict_strtoul() with kstrtoul()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han --- drivers/block/osdblk.c |2 +- drivers/block/rbd.c|2 +- drivers/block/xen-blkback/xenbus.c |2 +- 3 files

brcm80211: machine freezing hard with rfkill on

2013-07-19 Thread Jiri Slaby
Hi, our users report [1] that their machines freeze hard when they have rfkill turned on and try to run wpa_supplicant or enable network otherwise. This is with BCM43225 over PCI chip. Any ideas what that could be or how to fix this? [1] https://bugzilla.novell.com/show_bug.cgi?id=787649

[PATCH] power: power: replace strict_strtol() with kstrtol()

2013-07-19 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/power/power_supply_sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/power_supply_sysfs.c

[PATCH] firmware: google: replace strict_strtoul() with kstrtoul()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han --- drivers/firmware/google/gsmi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/google/gsmi.c

Re: [PATCH] hugepage: allow parallelization of the hugepage fault path

2013-07-19 Thread David Gibson
On Thu, Jul 18, 2013 at 05:42:35PM +0900, Joonsoo Kim wrote: > On Wed, Jul 17, 2013 at 12:50:25PM -0700, Davidlohr Bueso wrote: > > From: David Gibson > > > > At present, the page fault path for hugepages is serialized by a > > single mutex. This is used to avoid spurious out-of-memory

[PATCH] w1: replace strict_strtol() with kstrtol()

2013-07-19 Thread Jingoo Han
The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han --- drivers/w1/w1.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index

Re: [PATCH 1/3] misc: Add crossbar driver

2013-07-19 Thread Tony Lindgren
> On Thursday 18 July 2013 02:56 PM, Nishanth Menon wrote: > > Since the cross-bar is not limited t0 IRQ lines and applicable for > DMA request lines as well, making it IRQ chip doesn't make sense. Its > not typical pin control functionality either but at least that framework > is much closer to

[PATCH] usbserial: append Petatel NP10T device to GSM modems list

2013-07-19 Thread Daniil Bolsun
This patch was tested on 3.10.1 kernel. Same models of Petatel NP10T modems have different device IDs. Unfortunately they have no additional revision information on a board which may treat them as different devices. Currently I've seen only two NP10T devices with various IDs. Possibly Petatel

[PATCH] driver core: replace strict_strto*() with kstrto*()

2013-07-19 Thread Jingoo Han
The usage of strict_strto*() is not preferred, because strict_strto*() is obsolete. Thus, kstrto*() should be used. Signed-off-by: Jingoo Han --- drivers/base/core.c |2 +- drivers/base/memory.c| 10 ++ drivers/base/power/sysfs.c |7

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