Re: [PATCH 1/30] ACPI / PCI: Make bus registration and unregistration symmetric

2013-07-17 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 4:15 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Since acpi_pci_slot_enumerate() and acpiphp_enumerate_slots() can get the ACPI device handle they need from bus-bridge, it is not necessary to pass that handle to them as

[PATCH 2/2] ext4: each filesystem creates and uses its own mc_cache

2013-07-17 Thread T Makphaibulchoke
This patch adds new interfaces to create and destory cache, ext4_xattr_create_cache() and ext4_xattr_destroy_cache(), and remove the cache creation and destory calls from ex4_init_xattr() and ext4_exitxattr() in fs/ext4/xattr.c. fs/ext4/super.c has been changed so that when a filesystem is mounted

[PATCH 1/2] mbcache: decoupling the locking of mb_cache local data from global data

2013-07-17 Thread T Makphaibulchoke
The patch increases the parallelism of mb_cache_entry utilization by introducing new spinlocks to the mb_cache structure to protect the mb_cache local block and index hash chains, while the global mb_cache_lru_list and mb_cache_list continue to be protected by the global mb_cache_spinlock.

Re: [RFC PATCH 00/10] Alpha support for QEMU

2013-07-17 Thread Michael Cree
On Tue, Jul 16, 2013 at 10:34:08AM -0700, Richard Henderson wrote: The series seems pretty stable under QEMU, but I have no real hardware on which to test -- the whole reason I'm interested in QEMU of course. So I'm hoping that someone will notice this and help me out with testing. Tested the

Re: [PATCH v3] power: new trace event to print device suspend and resume time

2013-07-17 Thread Steven Rostedt
On Wed, 2013-07-17 at 17:03 -0600, Shuah Khan wrote: diff --git a/include/trace/events/power.h b/include/trace/events/power.h index 8e42410..24afd22 100644 --- a/include/trace/events/power.h +++ b/include/trace/events/power.h @@ -66,6 +66,41 @@ TRACE_EVENT(machine_suspend,

Re: [PATCH] net/sun3_82586: Kill array subscript above array bounds warning

2013-07-17 Thread David Miller
From: Geert Uytterhoeven ge...@linux-m68k.org Date: Wed, 17 Jul 2013 14:25:05 +0200 drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': drivers/net/ethernet/i825xx/sun3_82586.c:993:89: warning: array subscript is above array bounds [-Warray-bounds] Using the default

Re: [PATCH] virtio-net: put virtio net header inline with data

2013-07-17 Thread Rusty Russell
David Miller da...@davemloft.net writes: From: Michael S. Tsirkin m...@redhat.com Date: Wed, 17 Jul 2013 08:00:32 +0300 On Tue, Jul 16, 2013 at 12:33:26PM -0700, David Miller wrote: From: Rusty Russell ru...@rustcorp.com.au Date: Mon, 15 Jul 2013 11:13:25 +0930 From: Michael S. Tsirkin

RE: [PATCH] [RFC] EHCI: add to memory barrier to updating hw_next

2013-07-17 Thread Gioh Kim
Thanks for your reply. -Original Message- From: Ming Lei [mailto:tom.leim...@gmail.com] Sent: Wednesday, July 17, 2013 5:52 PM To: 김기오 Cc: Alan Stern; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Mark Salter; namhyung@lge.com; Minchan Kim; Chanho Min; Jong-Sung Kim;

Re: [PATCH RFC nohz_full 6/7] nohz_full: Add full-system-idle state machine

2013-07-17 Thread Frederic Weisbecker
On Wed, Jul 17, 2013 at 05:41:41PM -0700, Paul E. McKenney wrote: On Thu, Jul 18, 2013 at 01:31:21AM +0200, Frederic Weisbecker wrote: I'm missing a key here. Let's imagine that the timekeeper has finally set full_sysidle_state = RCU_SYSIDLE_FULL_NOTED with cmpxchg, what guarantees

Re: [PATCH 2/30] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()

2013-07-17 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 4:16 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com The acpiphp_enumerate_slots() function is now split into two parts, acpiphp_enumerate_slots() proper and init_bridge_misc() which is only called by the former. If these

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2013-07-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/i915_dma.c between commit 7dcd2677ea91 (drm/i915: fix long-standing SNB regression in power consumption after resume v2) from the drm-intel-fixes tree and commit 59cdb63d529c (drm/i915: kill

Re: [PATCH V2 2/2] fs/aio: Add support to aio ring pages migration

2013-07-17 Thread Gu Zheng
Hi Ben, On 07/17/2013 09:44 PM, Benjamin LaHaise wrote: On Wed, Jul 17, 2013 at 05:22:30PM +0800, Gu Zheng wrote: As the aio job will pin the ring pages, that will lead to mem migrated failed. In order to fix this problem we use an anon inode to manage the aio ring pages, and setup the

Re: [PATCH 15/18] fix compilation with !CONFIG_NUMA_BALANCING

2013-07-17 Thread Rik van Riel
On Mon, 15 Jul 2013 16:20:17 +0100 Mel Gorman mgor...@suse.de wrote: Ideally it would be possible to distinguish between NUMA hinting faults that are private to a task and those that are shared. If treated identically there is a risk that shared pages bounce between nodes depending on Your

Re: [PATCH 4/30] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions

2013-07-17 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 4:17 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com When either a new hotplug bridge or a new hotplug function is added by the ACPI-based PCI hotplug (ACPIPHP) code, attach a context object to its ACPI handle to store

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

2013-07-17 Thread Benjamin Herrenschmidt
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 guess is that we simply have no way of knowing. That said, I would be interested in

Re: [PATCH 5/30] ACPI / hotplug / PCI: Unified notify handler for hotplug events

2013-07-17 Thread Yinghai Lu
On Wed, Jul 17, 2013 at 4:18 PM, Rafael J. Wysocki r...@sisk.pl wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Using the hotplug context objects introduced previously rework the ACPI-based PCI hotplug (ACPIPHP) core code so that all notifications for ACPI device objects

Re: [PATCH 4/4] [media] em28xx: Fix vidioc fmt vid cap v4l2 compliance

2013-07-17 Thread Devin Heitmueller
On Tue, Jul 16, 2013 at 7:06 PM, Alban Browaeys alban.browa...@gmail.com wrote: Set fmt.pix.priv to zero in vidioc_g_fmt_vid_cap and vidioc_try_fmt_vid_cap. Any reason not to have the v4l2 core do this before dispatching to the driver? Set it to zero before the core calls g_fmt. This avoids

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2013-07-17 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/i915_gem.c between commit 067556084a0e (drm/i915: Correct obj-mm_list link to dev_priv-dev_priv-mm.inactive_list) from the drm-intel-fixes tree and commit 5cef07e16283 (drm/i915: Move active/inactive

Re: linux-next: Tree for Jul 17

2013-07-17 Thread Stephen Rothwell
Hi Mark, On Thu, 18 Jul 2013 09:38:24 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: So these are the errors I got yesterday: sound/soc/fsl/imx-mc13783.c:23:28: fatal error: asm/mach-types.h: No such file or directory #include asm/mach-types.h ^ I

Re: [PATCH] sched: smart wake-affine

2013-07-17 Thread Michael Wang
Hi, Peter Davidlohr has tested the v3 patch set and it work well as reported (and in my test too), I thing your patch has solved the issue he found in v2 :) Thus I think v3 is ready for next step now, I wish it has not yet been removed out of your apply-queue ;-) Regards, Michael Wang On

Re: [RFC PATCH V2] tracing: Check f_dentry before accessing event_file/call in inode-i_private

2013-07-17 Thread Masami Hiramatsu
(2013/07/17 23:51), Oleg Nesterov wrote: On 07/17, Masami Hiramatsu wrote: (2013/07/16 3:16), Oleg Nesterov wrote: On 07/09, Masami Hiramatsu wrote: To avoid this, when opening events/*/*/enable, we have to ensure the dentry of the file is not unlinked yet, under event_mutex is locked.

[PATCH 1/3] clocksource: orion: Use linux/sched_clock.h

2013-07-17 Thread Stephen Boyd
The sched_clock.h include is under include/linux now. Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/clocksource/time-orion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/3] ARM: clps711x: Use linux/sched_clock.h

2013-07-17 Thread Stephen Boyd
The sched_clock.h include is under include/linux now. Cc: Alexander Shiyan shc_w...@mail.ru Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/mach-clps711x/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-clps711x/common.c

[PATCH 0/3] Cleanup sched_clock.h users

2013-07-17 Thread Stephen Boyd
This patchset cleans up the last few stragglers using the sched_clock.h header file in asm and removes the asm header. A new one appeared in drivers/clocksource so I'm not sure who wants to take that one. Stephen Boyd (3): clocksource: orion: Use linux/sched_clock.h ARM: clps711x: Use

[PATCH 3/3] ARM: Remove temporary sched_clock.h header

2013-07-17 Thread Stephen Boyd
This header file is no longer needed now that the ARM sched_clock framework is generic and all users have moved to linux/sched_clock.h instead of asm/sched_clock.h. Remove it. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/include/asm/sched_clock.h | 4 1 file changed, 4

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

2013-07-17 Thread Benjamin Herrenschmidt
On Wed, 2013-07-17 at 11:51 -0700, Sarah Sharp wrote: Here's a gem from a senior software developer at Nvidia: https://picasaweb.google.com/116960357493251979546/Trolls#5901298464591248626 And another email from a software developer in Portland, where I live:

[PATCH v2] x86, tboot: iomem fixes

2013-07-17 Thread Qiaowei Ren
Fixes for iomem annotations in arch/x86/kernel/tboot.c Signed-off-by: Qiaowei Ren qiaowei@intel.com --- arch/x86/kernel/tboot.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index

About omap2 mmc host close too long irq in irqaction.

2013-07-17 Thread majianpeng
Hi all, Now i worked on omp2 and met a probelm which someplace close_irq for 3.6second. The kernel version is 2.6.37. I used trace to find in irq_action:omap_hsmmc_irq. This problem occured by removed the sdcard when there are io operations. I found the read problem is in

Re: [PATCH net 2/2] macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-17 Thread Jason Wang
On 07/17/2013 07:06 PM, Michael S. Tsirkin wrote: On Wed, Jul 17, 2013 at 06:32:11PM +0800, Jason Wang wrote: We try to linearize part of the skb when the number of iov is greater than MAX_SKB_FRAGS. This is not enough since each single vector may occupy more than one pages, so

Re: [PATCH 5/8] thp, mm: locking tail page is a bug

2013-07-17 Thread Dave Jones
On Wed, Jul 17, 2013 at 05:58:13PM -0700, Hugh Dickins wrote: On Wed, 17 Jul 2013, Dave Hansen wrote: On 07/17/2013 02:09 PM, Andrew Morton wrote: lock_page() is a pretty commonly called function, and I assume quite a lot of people run with CONFIG_DEBUG_VM=y. Is the overhead

Re: [PATCH 0/3] tracing: more list_empty(perf_events) checks

2013-07-17 Thread Steven Rostedt
Peter, These have been discussed, and they mostly live in the tracing directory, but are perf related. Can you give me your Acked-by on them. Thanks, -- Steve On Mon, 2013-06-17 at 19:01 +0200, Oleg Nesterov wrote: Hello. Steven, we already discussed this a bit some time ago...

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

2013-07-17 Thread CAI Qian
- Original Message - From: Sarah Sharp sarah.a.sh...@linux.intel.com To: CAI Qian caiq...@redhat.com Cc: Trond Myklebust trond.mykleb...@netapp.com, Ric Wheeler ricwhee...@gmail.com, David Lang da...@lang.hm, ksummit-2013-disc...@lists.linuxfoundation.org, Greg Kroah-Hartman

[PATCH net V2 2/2] macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-17 Thread Jason Wang
We try to linearize part of the skb when the number of iov is greater than MAX_SKB_FRAGS. This is not enough since each single vector may occupy more than one pages, so zerocopy_sg_fromiovec() may still fail and may break the guest network. Solve this problem by calculate the pages needed for iov

[PATCH net V2 1/2] tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-17 Thread Jason Wang
We try to linearize part of the skb when the number of iov is greater than MAX_SKB_FRAGS. This is not enough since each single vector may occupy more than one pages, so zerocopy_sg_fromiovec() may still fail and may break the guest network. Solve this problem by calculate the pages needed for iov

Re: [PATCH 0/3] tracing/perf: perf_trace_buf/perf_xxx hacks.

2013-07-17 Thread Steven Rostedt
On Tue, 2013-06-18 at 21:21 +0200, Oleg Nesterov wrote: Hello. On top of PATCH 0/3] tracing: more list_empty(perf_events) checks series I sent yesterday. Compile tested only, not for inclusion yet. Oleg, I know you sent me a mbox with these patches, but I rather pull the real email. But

[PATCH V4] regulator: 88pm800: add regulator driver for 88pm800

2013-07-17 Thread Chao Xie
Add the regulator driver for PMIC 88pm800 including device tree support. 88pm800 is an I2C-based power-management IC containing voltage regulators, a real-time clock, and some general purpose ADC devices, Signed-off-by: Yi Zhang yizh...@marvell.com Signed-off-by: Chao Xie chao@marvell.com ---

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread CAI Qian
- Original Message - From: Thomas Gleixner t...@linutronix.de To: Sarah Sharp sarah.a.sh...@linux.intel.com Cc: Linus Torvalds torva...@linux-foundation.org, Ingo Molnar mi...@kernel.org, Guenter Roeck li...@roeck-us.net, Greg Kroah-Hartman gre...@linuxfoundation.org, Steven

Re: splice vs execve lockdep trace.

2013-07-17 Thread Dave Chinner
On Wed, Jul 17, 2013 at 09:03:11AM -0700, Linus Torvalds wrote: On Tue, Jul 16, 2013 at 10:51 PM, Dave Chinner da...@fromorbit.com wrote: But When i say stale data I mean that the data being returned might not have originally belonged to the underlying file you are reading. We're still

Re: [PATCH RFC nohz_full 6/7] nohz_full: Add full-system-idle state machine

2013-07-17 Thread Paul E. McKenney
On Thu, Jul 18, 2013 at 03:33:01AM +0200, Frederic Weisbecker wrote: On Wed, Jul 17, 2013 at 05:41:41PM -0700, Paul E. McKenney wrote: On Thu, Jul 18, 2013 at 01:31:21AM +0200, Frederic Weisbecker wrote: I'm missing a key here. Let's imagine that the timekeeper has finally set

Re: [PATCH 0/3] Cleanup sched_clock.h users

2013-07-17 Thread John Stultz
On 07/17/2013 07:39 PM, Stephen Boyd wrote: This patchset cleans up the last few stragglers using the sched_clock.h header file in asm and removes the asm header. A new one appeared in drivers/clocksource so I'm not sure who wants to take that one. Thanks for doing this! I'll queue the

Re: splice vs execve lockdep trace.

2013-07-17 Thread Dave Chinner
On Wed, Jul 17, 2013 at 05:17:36PM -0700, Linus Torvalds wrote: On Wed, Jul 17, 2013 at 4:40 PM, Ben Myers b...@sgi.com wrote: We're still talking at cross purposes then. How the hell do you handle mmap() and page faulting? __xfs_get_blocks serializes access to the block map with the

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread Steven Rostedt
On Wed, 2013-07-17 at 23:16 -0400, CAI Qian wrote: So if you talk about abuse, then you need an abuser and a victim. So your argumentation falls flat because there is no victim. Could victim be someone else in the future since it is an example that people may follow?

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

2013-07-17 Thread Tetsuo Handa
Tim Chen wrote: Your approach is quite complicated. I think something simpler like the following will work: We cannot benefit from PCLMULQDQ. Is it acceptable for you? The following code in crct10dif-pclmul_glue.c static const struct x86_cpu_id crct10dif_cpu_id[] = {

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread George Spelvin
If you can point me to a single instance of Linus abusing someone who is not one of his trusted persons, who really should be able to deal with that, or someone who did not provoke him to go into rant mode, then I'm all on your side. Well, the one that comes to mind is Alan Cox and the TTY

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

2013-07-17 Thread Anton Blanchard
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. Anton -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread CAI Qian
- Original Message - From: Steven Rostedt rost...@goodmis.org To: CAI Qian caiq...@redhat.com Cc: Thomas Gleixner t...@linutronix.de, Sarah Sharp sarah.a.sh...@linux.intel.com, Linus Torvalds torva...@linux-foundation.org, Ingo Molnar mi...@kernel.org, Guenter Roeck

Re: [RFC] sched: Limit idle_balance() when it is being used too frequently

2013-07-17 Thread Jason Low
On Wed, 2013-07-17 at 20:01 +0200, Peter Zijlstra wrote: On Wed, Jul 17, 2013 at 01:51:51PM -0400, Rik van Riel wrote: On 07/17/2013 12:18 PM, Peter Zijlstra wrote: So the way I see things is that the only way newidle balance can slow down things is if it runs when we could have ran

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread CAI Qian
- Original Message - From: Steven Rostedt rost...@goodmis.org To: CAI Qian caiq...@redhat.com Cc: Thomas Gleixner t...@linutronix.de, Sarah Sharp sarah.a.sh...@linux.intel.com, Linus Torvalds torva...@linux-foundation.org, Ingo Molnar mi...@kernel.org, Guenter Roeck

Re: [PATCH] reiserfs: check/extend buffer length for printing functions

2013-07-17 Thread Chen Gang
I have given a simple test for it. for current REISERFS_MAX_ERROR_BUF (error_buffer[4096]), it will report the full message warnings. [root@dhcp122 ~]# mount /dev/sda11 /mnt/sda11 [root@dhcp122 ~]# dmesg | grep reiser [ 423.421532] REISERFS warning (device sda11): reiserfs_fill_super:

[PATCH] KVM: MMU: avoid fast page fault fixing mmio page fault

2013-07-17 Thread Xiao Guangrong
Currently, fast page fault tries to fix mmio page fault when the generation number is invalid (spte.gen != kvm.gen) and returns to guest to retry the fault since it sees the last spte is nonpresent which causes infinity loop It can be triggered only on AMD host since the mmio page fault is

Re: [PATCH] KVM: MMU: avoid fast page fault fixing mmio page fault

2013-07-17 Thread Xiao Guangrong
On 07/18/2013 12:52 PM, Xiao Guangrong wrote: Currently, fast page fault tries to fix mmio page fault when the generation number is invalid (spte.gen != kvm.gen) and returns to guest to retry the fault since it sees the last spte is nonpresent which causes infinity loop It can be triggered

linux-next: manual merge of the akpm tree with the drm-intel tree

2013-07-17 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in drivers/gpu/drm/i915/i915_gem.c between commit 5cef07e16283 (drm/i915: Move active/inactive lists to new mm) from the drm-intel tree and commit drivers-convert-shrinkers-to-new-count-scan-api-fix from the akpm tree. I fixed

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

2013-07-17 Thread Al Viro
On Wed, Jul 17, 2013 at 03:24:18PM -0700, Sarah Sharp wrote: Abuse is never justified, I hope that's clear for everybody. Depends on details of your definition of abuse. [snip] http://outofthefog.net/CommonBehaviors/VerbalAbuse.html Always and Never Statements - Always and Never

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread H. Peter Anvin
On 07/17/2013 09:01 PM, CAI Qian wrote: Please don't get me wrong. I did neither compare Linus to those child abusers nor Thomas to those children. I simply pointed out there is also some common sense need to consider. Actually, you did. -hpa -- To unsubscribe from this list:

Re: [GIT PULL] Phase 2 of __cpuinit removal

2013-07-17 Thread Stephen Rothwell
Hi Linus, On Mon, 15 Jul 2013 10:57:35 -0400 Paul Gortmaker paul.gortma...@windriver.com wrote: Please pull the following to get phase two of the __cpuinit removal. With the __cpuinit infrastructure removed earlier, this group of commits only removes the function/data tagging that was done

Re: [RESEND PATCH V1 8/9] hwmon: lm75: expose to thermal fw via DT nodes

2013-07-17 Thread Wei Ni
On 07/17/2013 11:17 PM, Eduardo Valentin wrote: This patch adds to lm75 temperature sensor the possibility to expose itself as thermal zone device, registered on the thermal framework. The thermal zone is built only if a device tree node describing a thermal zone for this sensor is present

Re: [PATCH] KVM: MMU: avoid fast page fault fixing mmio page fault

2013-07-17 Thread Gleb Natapov
On Thu, Jul 18, 2013 at 12:52:37PM +0800, Xiao Guangrong wrote: Currently, fast page fault tries to fix mmio page fault when the generation number is invalid (spte.gen != kvm.gen) and returns to guest to retry the fault since it sees the last spte is nonpresent which causes infinity loop It

[PATCH] perf, x86: Add Silvermont (22nm Atom) support

2013-07-17 Thread Yan, Zheng
From: Yan, Zheng zheng.z@intel.com Compare to old atom, Silvermont has offcore and has more events that support PEBS. Silvermont has two offcore response configuration MSRs, but the event code for OFFCORE_RSP_1 is 0x02b7. To avoid complicating intel_fixup_er(), use INTEL_UEVENT_EXTRA_REG to

Re: [PATCH 1/3] ACPICA: expose OSI version

2013-07-17 Thread Igor Gnatenko
From: Aaron Lu aaron...@intel.com Expose acpi_gbl_osi_data so that code outside of ACPICA can check the value of the last successfull _OSI call. The definitions for OSI versions are moved to actypes.h so that other components can access them too. Based on a patch from Matthew Garrett which in

Re: [PATCH] perf, x86: Add Silvermont (22nm Atom) support

2013-07-17 Thread Yan, Zheng
On 07/18/2013 01:36 PM, Yan, Zheng wrote: From: Yan, Zheng zheng.z@intel.com Compare to old atom, Silvermont has offcore and has more events that support PEBS. Silvermont has two offcore response configuration MSRs, but the event code for OFFCORE_RSP_1 is 0x02b7. To avoid complicating

Re: [PATCH 2/3] ACPI / video: Always call acpi_video_init_brightness() on init

2013-07-17 Thread Igor Gnatenko
From: Matthew Garrett matthew.garr...@nebula.com We have to call acpi_video_init_brightness() even if we're not going to initialise the backlight - Thinkpads seem to use this as the trigger for enabling ACPI notifications rather than handling it in firmware. [rjw: Drop the brightness object

linux-next: Tree for Jul 18

2013-07-17 Thread Stephen Rothwell
Hi all, Changes since 20130717: The sound-asoc tree lost a build failure but still has another so I used the version from next-20130715. The drm-intel tree gained conflicts against the drm-intel-fixes tree. The aio tree lost its build failure. The akpm tree gained a conflict against the drm

Re: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-17 Thread David Miller
From: Haiyang Zhang Date: Tue, 16 Jul 2013 23:01:20 -0700 > SG mode is not currently supported by netvsc, so remove this flag for now. > Otherwise, it will be unconditionally enabled by commit ec5f0615642 > "Kill link between CSUM and SG features" > Previously, the SG feature is disabled

Re: [REGRESSION 3.10.1] System does not wake up from suspend

2013-07-17 Thread Sören Brinkmann
On Tue, Jul 16, 2013 at 10:38:20PM -0700, Sören Brinkmann wrote: > On Wed, Jul 17, 2013 at 10:27:15AM +0530, Srivatsa S. Bhat wrote: > > On 07/17/2013 08:27 AM, Sören Brinkmann wrote: > > > On Mon, Jul 15, 2013 at 12:20:19PM +0530, Srivatsa S. Bhat wrote: > > >> On 07/15/2013 10:24 AM, Willy

[PATCH] AHCI: fix Null pointer dereference in achi_host_active()

2013-07-17 Thread Xiaotian Feng
commit b29900e6 (AHCI: Make distinct names for ports in /proc/interrupts) introuded a regression, which resulted Null pointer dereference for achi host with dummy ports. For ahci ports, when the port is dummy port, its private_data will be NULL, as ata_dummy_port_ops doesn't support ->port_start.

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

2013-07-17 Thread James Bottomley
On Tue, 2013-07-16 at 14:18 -0700, Paul E. McKenney wrote: > On Tue, Jul 16, 2013 at 10:27:09PM +0400, James Bottomley wrote: > > On Mon, 2013-07-15 at 15:38 -0700, Linus Torvalds wrote: > > > On Mon, Jul 15, 2013 at 3:08 PM, Steven Rostedt > > > wrote: > > > > > > > > Can we please make this

Re: [PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue

2013-07-17 Thread Greg KH
On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote: > Fixed a coding style issue. > > Signed-off-by: Aldo Iljazi > --- > drivers/staging/csr/csr_wifi_router_sef.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) I just removed this driver from my trees, so no more cleanups

[PATCH v2] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-17 Thread Konstantin Khlebnikov
This patch fixes regression in power consumtion of sandy bridge gpu, which exists since v3.6 Sometimes after resuming from s2ram gpu starts thinking that it's extremely busy. After that it never reaches rc6 state. Bug exists since kernel v3.6, commit b4ae3f22d238617ca11610b29fde16cf8c0bc6e0

Re: [PATCH V6 05/12] perf tools: tidy up sample parsing overflow checking

2013-07-17 Thread Adrian Hunter
On 16/07/13 14:53, Jiri Olsa wrote: > On Tue, Jul 16, 2013 at 09:38:11AM +0300, Adrian Hunter wrote: >> The size of data retrieved from a sample event must be >> validated to ensure it does not go past the end of the >> event. That was being done sporadically and without >> considering integer

Re: [PATCH v3 1/4] hwmon: (lm90) split set temp as common codes

2013-07-17 Thread Wei Ni
On 07/17/2013 01:14 PM, Guenter Roeck wrote: > On Wed, Jul 17, 2013 at 06:26:20AM +0200, Thierry Reding wrote: >> On Mon, Jul 15, 2013 at 09:24:15AM +0200, Jean Delvare wrote: >>> On Mon, 15 Jul 2013 14:25:29 +0800, Wei Ni wrote: On 07/12/2013 10:40 PM, Guenter Roeck wrote: > On Fri, Jul

Re: [ 3.8.y.z extended stable ] Patch "memcg, kmem: fix reference count handling on the error path" has been added to staging queue

2013-07-17 Thread Li Zefan
On 2013/7/17 8:45, Andrew Morton wrote: > On Tue, 16 Jul 2013 16:40:09 -0700 Kamal Mostafa wrote: > >> On Tue, 2013-07-16 at 16:06 -0700, Andrew Morton wrote: >>> On Tue, 16 Jul 2013 15:54:02 -0700 Kamal Mostafa >>> wrote: >>> This is a note to let you know that I have just added a patch

Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework

2013-07-17 Thread Greg KH
On Wed, Jun 26, 2013 at 05:17:29PM +0530, Kishon Vijay Abraham I wrote: > +menuconfig GENERIC_PHY > + tristate "PHY Subsystem" > + help > + Generic PHY support. > + > + This framework is designed to provide a generic interface for PHY > + devices present in the kernel.

Re: [kconfig] results of some syntactical checks

2013-07-17 Thread Paul Bolle
On Wed, 2013-07-17 at 01:18 +0200, Paul Bolle wrote: > On Wed, 2013-07-17 at 00:34 +0200, Martin Walch wrote: > > Symbol: M at > > drivers/usb/host/Kconfig:568:0 > > drivers/usb/misc/Kconfig:130:0 > > This looks odd. I think your checker doesn't like an uppercase M after > default.

Re: [PATCH 1/4] pinctrl: Remove duplicate code in pinctrl_pm_select_state functions

2013-07-17 Thread Tony Lindgren
* Grygorii Strashko [130716 07:32]: > Hi Tony, > > On 07/16/2013 04:41 PM, Tony Lindgren wrote: > >* Grygorii Strashko [130716 06:22]: > >>Hi Tony, > >> > >>This patch causes boot failure when I've applied my patch > >>"[RFC] ARM: OMAP2+: omap_device: add pinctrl handling" >

Re: [REGRESSION] "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" breaks macbook efi boot

2013-07-17 Thread Fleming, Matt
On 17 July 2013 01:32, H. Peter Anvin wrote: > On 07/10/2013 04:39 AM, Fleming, Matt wrote: >> On 10 July 2013 12:34, Maarten Lankhorst >> wrote: >>> Hey, >>> >>> It seems that in the merge window my macbook pro stopped working at some >>> point. I looked for suspicious >>> efi related commits,

Re: [REGRESSION 3.10.1] System does not wake up from suspend

2013-07-17 Thread Srivatsa S. Bhat
On 07/17/2013 11:34 AM, Sören Brinkmann wrote: > On Tue, Jul 16, 2013 at 10:38:20PM -0700, Sören Brinkmann wrote: >> On Wed, Jul 17, 2013 at 10:27:15AM +0530, Srivatsa S. Bhat wrote: >>> On 07/17/2013 08:27 AM, Sören Brinkmann wrote: On Mon, Jul 15, 2013 at 12:20:19PM +0530, Srivatsa S. Bhat

Re: [PATCH v2] drm/i915: fix long-standing SNB regression in power consumption after resume

2013-07-17 Thread Daniel Vetter
On Wed, Jul 17, 2013 at 10:22:58AM +0400, Konstantin Khlebnikov wrote: > This patch fixes regression in power consumtion of sandy bridge gpu, which > exists since v3.6 Sometimes after resuming from s2ram gpu starts thinking that > it's extremely busy. After that it never reaches rc6 state. > >

Re: [PATCH v5 2/7] cpufreq: Add boost frequency support in core

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 10:58:40 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 16 July 2013 17:36, Lukasz Majewski wrote: > > On Tue, 16 Jul 2013 15:11:54 +0530 Viresh Kumar > > viresh.ku...@linaro.org wrote, > >> On 4 July 2013 14:20, Lukasz Majewski > >> wrote: > > >> > +void

Re: [ 00/19] 3.10.1-stable review

2013-07-17 Thread CAI Qian
- Original Message - > From: "Joe Perches" > To: "NeilBrown" > Cc: "Steven Rostedt" , "J. Bruce Fields" > , "Linus Torvalds" > , "Sarah Sharp" > , "Ingo Molnar" , > "Guenter Roeck" , "Greg Kroah-Hartman" > , "Dave Jones" > , "Linux Kernel Mailing List" > , "Andrew Morton" > ,

Re: [RESEND] The initmpfs patches.

2013-07-17 Thread Ramkumar Ramachandra
Rob Landley wrote: > Is this script of yours any use for patches that aren't, and never were, in > git? (Given that it's not in the kernel tree, I'm guessing "no".) It's part of git.git. And yes, it works with plain mbox files (especially those generated by `git format-patch`). -- To unsubscribe

Re: configurable partial slab support on UP

2013-07-17 Thread Pekka Enberg
On Tue, Jul 16, 2013 at 10:10 PM, Uwe Kleine-König wrote: > Hello, > > (sorry for breaking the mail threading, but I failed to find the right > mail to reply to.) > > while doing make oldconfig on an !SMP config using 3.11-rc1 I was asked > if I want CONFIG_SLUB_CPU_PARTIAL. AFAICT this setting

Re: [PATCH v3 2/4] hwmon: (lm90) use macro defines for the status bit

2013-07-17 Thread Wei Ni
On 07/16/2013 12:57 AM, Jean Delvare wrote: > Hi Wei, Guenter, > > On Fri, 12 Jul 2013 15:48:05 +0800, Wei Ni wrote: >> Add bit defines for the status register. > > Regarding the subject: for me these are constants, not macros. AFAIK > the term "macro" refers to defines with parameters only.

Re: [PATCH v3 2/4] hwmon: (lm90) use macro defines for the status bit

2013-07-17 Thread Wei Ni
On 07/17/2013 03:03 PM, Wei Ni wrote: > On 07/16/2013 12:57 AM, Jean Delvare wrote: >> Hi Wei, Guenter, >> >>> + >>> + if ((status & 0x7f) == 0 && (status2 & 0xfe) == 0) >>> + return false; >> >> It's a bit disappointing to not use the freshly introduced constants. >> That being said I

Re: [PATCH V2 1/2] DMA: Freescale: Add new 8-channel DMA engine device tree nodes

2013-07-17 Thread Hongbo Zhang
On 07/15/2013 09:31 PM, Kumar Gala wrote: On Jul 5, 2013, at 1:27 AM, wrote: From: Hongbo Zhang Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch add the device tree nodes for them. Signed-off-by: Hongbo Zhang --- arch/powerpc/boot/dts/fsl/elo3-dma-0.dtsi |

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-17 Thread Takashi Iwai
At Wed, 17 Jul 2013 09:30:21 +0930, Rusty Russell wrote: > > Lucas De Marchi writes: > > On Tue, Jul 16, 2013 at 5:28 AM, Philipp Hahn wrote: > >> Hello, > >> > >> Am Dienstag 16 Juli 2013, 08:43:36 schrieb Takashi Iwai: > >>> At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: > >>> >

Re: [PATCH v5 6/7] cpufreq:boost:Kconfig: Enable software managed BOOST support at Kconfig

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 10:54:55 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 16 July 2013 17:20, Lukasz Majewski wrote: > > On Tue, 16 Jul 2013 15:28:40 +0530 Viresh Kumar > > viresh.ku...@linaro.org wrote, > >> On 4 July 2013 14:20, Lukasz Majewski > >> wrote: > >> > diff --git

Re: [RESEND][PATCH] mm: vmstats: tlb flush counters

2013-07-17 Thread Ingo Molnar
* Dave Hansen wrote: > I was investigating some TLB flush scaling issues and realized > that we do not have any good methods for figuring out how many > TLB flushes we are doing. > > It would be nice to be able to do these in generic code, but the > arch-independent calls don't explicitly

Re: [RFC] sched: Limit idle_balance() when it is being used too frequently

2013-07-17 Thread Peter Zijlstra
On Tue, Jul 16, 2013 at 03:48:01PM -0700, Jason Low wrote: > On Tue, 2013-07-16 at 22:20 +0200, Peter Zijlstra wrote: > > On Tue, Jul 16, 2013 at 12:21:03PM -0700, Jason Low wrote: > > > When running benchmarks on an 8 socket 80 core machine with a 3.10 kernel, > > > there can be a lot of

Reply.

2013-07-17 Thread Cham Tao
I have a proposal for you in the tune of One Hundred & Five Million EUR, after successful transfer, we shall share in the ratio of forty for you and sixty for me. Please reply for specifics. Yours, Mr. Cham Tao Soon Chairman Audit Committee UOB Bank, Singapore -- To unsubscribe from this list:

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 10:52:18 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 16 July 2013 17:03, Lukasz Majewski wrote: > > As fair as I've understood our previous discussion (at [*]) we have > > agreed about this. We only export boost attribute when it is > > supported by cpufreq_driver.

[PATCH v3] [SCSI] scsi_debug: silence GCC warning

2013-07-17 Thread Paul Bolle
Building scsi_debug.o triggers a GCC warning: drivers/scsi/scsi_debug.c: In function ‘dif_verify’: drivers/scsi/scsi_debug.c:1755:3: warning: ‘csum’ may be used uninitialized in this function [-Wmaybe-uninitialized] This warning was apparently introduced (in v3.11-rc1) by commit

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

2013-07-17 Thread CAI Qian
- Original Message - > From: "Trond Myklebust" > To: "Ric Wheeler" > Cc: "Sarah Sharp" , "David Lang" > , > ksummit-2013-disc...@lists.linuxfoundation.org, "Greg Kroah-Hartman" > , "Darren Hart" > , "Ingo Molnar" , "Olivier > Galibert" , "Linux Kernel > Mailing List" , "stable" > ,

Re: [PATCH] tty: serial: Add initial MSM UART High Speed Lite driver

2013-07-17 Thread Ivan T. Ivanov
Hi Kumar, On Tue, 2013-07-16 at 15:17 -0500, Kumar Gala wrote: > On Jul 1, 2013, at 4:11 AM, Ivan T. Ivanov wrote: > > > From: "Ivan T. Ivanov" > > > > This is a tty driver with console support for Qualcomm's UART > > controllers found in the MSM8974 chipsets. Driver is completely > > based

Re: [PATCH RFC v2 1/2] max77693: added device tree support

2013-07-17 Thread Andrzej Hajda
Hi Samuel, A while ago I have send rebased patch adding device-tree support for max77693 as you asked: https://patchwork.kernel.org/patch/2414341/ The patch is still not applied. Is there a reason for that or just an omission? Regards Andrzej On 04/08/2013 05:21 PM, Samuel Ortiz wrote: > Hi

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

2013-07-17 Thread Dan Carpenter
On Mon, Jul 15, 2013 at 04:15:55PM -0700, Guenter Roeck wrote: > "Your code breaks the build for every platform. Would you please kindly > consider fixing it ?" Something like this: https://lists.launchpad.net/ac100/msg01040.html "small typo here." Marc, was obviously dripping with sarcasm when

Re: [RFC] sched: Limit idle_balance() when it is being used too frequently

2013-07-17 Thread Peter Zijlstra
On Wed, Jul 17, 2013 at 09:25:04AM +0200, Peter Zijlstra wrote: > One thing that I thought of since is that we need to consider what > happens for people with a low resolution sched_clock. IIRC there are > still platforms that are jiffy based. Ignore that, they're all UP. -- To unsubscribe from

scatterlist: sg_set_buf() argument must be in linear mapping (sha1: ac4e97abce9b80c020e7113325f49e58b7b15e3f)

2013-07-17 Thread Michal Simek
Hi Rusty and Jens, I am getting problem with your patch which you have added to the kernel. The problem is with my arm zynq remoteproc driver where I use dma_declare_coherent_memory() to specify memory for remoteproc which is ioremap to the vmalloc area. Based on that buf addr is not inside ram

Re: [PATCH v5 6/7] cpufreq:boost:Kconfig: Enable software managed BOOST support at Kconfig

2013-07-17 Thread Viresh Kumar
On 17 July 2013 12:47, Lukasz Majewski wrote: > On Wed, 17 Jul 2013 10:54:55 +0530 Viresh Kumar viresh.ku...@linaro.org > wrote, >> On 16 July 2013 17:20, Lukasz Majewski wrote: >> > On Tue, 16 Jul 2013 15:28:40 +0530 Viresh Kumar >> > viresh.ku...@linaro.org wrote, >> >> On 4 July 2013 14:20,

Re: [PATCH V6 06/12] perf tools: remove unnecessary callchain validation

2013-07-17 Thread Adrian Hunter
On 16/07/13 15:05, Jiri Olsa wrote: > On Tue, Jul 16, 2013 at 09:38:12AM +0300, Adrian Hunter wrote: > > SNIP > >> } >> } >> >> -static int perf_session__preprocess_sample(struct perf_session *session, >> - union perf_event *event, struct >>

[PATCH] extable: Skip sorting if the table is empty

2013-07-17 Thread Uwe Kleine-König
At least on ARM no-MMU the extable is empty and so there is nothing to sort. So add a check for the table to be empty which effectively only changes that the misleading pr_notice is suppressed. Signed-off-by: Uwe Kleine-König --- Hello, I first tried to select BUILDTIME_EXTABLE_SORT for ARM

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