Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-07 Thread Namhyung Kim
On Mon, 6 May 2013 13:38:19 +0200, Jiri Olsa wrote: > On Mon, May 06, 2013 at 10:52:46AM +0900, Namhyung Kim wrote: >> On Fri, 26 Apr 2013 10:40:23 +0200, Jiri Olsa wrote: >> > On Thu, Apr 25, 2013 at 03:50:45PM +0900, Namhyung Kim wrote: >> >> On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote:

Re: [RFC 2/3] mailbox: Introduce a new common API

2013-05-07 Thread Jassi Brar
On 8 May 2013 03:18, Suman Anna wrote: > Hi Jassi, > >> On 7 May 2013 05:15, Suman Anna wrote: The client(s) can always generate TX requests at a rate greater than the API could transmit on the physical link. So as much as we dislike it, we have to buffer TX requests,

Re: [PATCH 3/4] f2fs: optimize scan_nat_page()

2013-05-07 Thread Haicheng Li
On Tue, May 07, 2013 at 07:36:28PM +0900, Jaegeuk Kim wrote: > Hi, > > 2013-05-06 (월), 23:15 +0800, Haicheng Li: > > if (nm_i->fcnt > 2 * MAX_FREE_NIDS) > > - return 0; > > + return -1; > > We should check all the handler of add_free_nid(). yes, sorry that I missed double

Re: [RFC/PATCH 3/5] mm: get_user_pages: use NON-MOVABLE pages when FOLL_DURABLE flag is set

2013-05-07 Thread Tang Chen
Hi Marek, On 05/07/2013 06:47 PM, Marek Szyprowski wrote: I don't think that there was any conclusion after my patch, so I really see no point in submitting it again now. If you need it for Your patchset, You can include it directly. Just please keep my signed-off-by tag. That's very kind

Re: [PATCH 09/14] perf ftrace: Add 'record' sub-command

2013-05-07 Thread Namhyung Kim
Hi Jiri, On Mon, 6 May 2013 14:04:11 +0200, Jiri Olsa wrote: > On Mon, May 06, 2013 at 10:44:56AM +0900, Namhyung Kim wrote: >> Hi Jiri, >> >> Sorry for late reply. I've been busy these days. >> >> On Thu, 25 Apr 2013 15:24:18 +0900, Namhyung Kim wrote: >> > But it looks there's a race between

Re: [PATCH 4/4] driver: provide sysfs interfaces to access SMX parameter

2013-05-07 Thread Matthew Garrett
On Tue, 2013-05-07 at 22:55 +0800, Qiaowei Ren wrote: > These interfaces are located in /sys/devices/platform/intel_txt/parameter/, > showing specific parameter information for SMX features supported by > the processor. Explain what SMX is here. > +Contact: "Qiaowei Ren" > +Description: The

Re: [PATCH RFC 10/48] Audit: change type of audit_ever_enabled to bool

2013-05-07 Thread Gao feng
On 05/08/2013 10:06 AM, Matt Helsley wrote: > On Tue, May 07, 2013 at 10:20:31AM +0800, Gao feng wrote: >> It's better to define audit_ever_enabled as bool >> >> Signed-off-by: Gao feng >> --- >> kernel/audit.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

Re: [PATCH RFC 09/48] Audit: make audit_enabled per user namespace

2013-05-07 Thread Gao feng
On 05/07/2013 11:44 PM, Aristeu Rozanski wrote: > On Tue, May 07, 2013 at 10:20:30AM +0800, Gao feng wrote: >> diff --git a/include/linux/audit.h b/include/linux/audit.h >> index 684599b..33e6584 100644 >> --- a/include/linux/audit.h >> +++ b/include/linux/audit.h >> @@ -441,7 +441,8 @@ extern int

Re: [PATCH 3/4] driver: provide sysfs interfaces to access TXT log

2013-05-07 Thread Matthew Garrett
On Tue, 2013-05-07 at 22:55 +0800, Qiaowei Ren wrote: > +What:/sys/devices/platform/intel_txt/log/log_header > +Date:May 2013 > +KernelVersion: 3.9 How different are these logs to the TPM measurements exported via securityfs? > +What:

Re: [GIT PULL] SLAB changes for v3.10

2013-05-07 Thread Tony Lindgren
* Tony Lindgren [130507 21:30]: > * Tony Lindgren [130507 17:35]: > > * Pekka Enberg [130506 23:42]: > > > Hi Linus, > > > > > > Please pull the latest SLAB tree from: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git > > > slab/for-linus > > ... > > > > >

[GIT PULL] f2fs updates for v3.10

2013-05-07 Thread Jaegeuk Kim
Hi Linus, Here is the pull request on f2fs updates for v3.10. This patch-set includes abundant enhancements and bug fixes. Please consider pulling the following tag. Thank you very much. The following changes since commit 47b3bc907328db968bc9b43c41f48f8d1e140750: Merge branch

Re: [PATCH v4 5/8] vmcore: copy ELF note segments in the 2nd kernel per page vmcore objects

2013-05-07 Thread HATAYAMA Daisuke
(2013/05/08 0:08), Vivek Goyal wrote: On Tue, May 07, 2013 at 04:56:46PM +0900, HATAYAMA Daisuke wrote: (2013/04/30 4:36), Vivek Goyal wrote: On Sat, Apr 13, 2013 at 09:21:33AM +0900, HATAYAMA Daisuke wrote: [..] ELF notes are per-cpu, so total size of ELF note segments increases according

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Prabhakar Lad
Hi Laurent, On Wed, May 8, 2013 at 7:32 AM, Laurent Pinchart wrote: > Hi Prabhakar, > > On Tuesday 07 May 2013 15:10:36 Prabhakar Lad wrote: >> On Mon, May 6, 2013 at 8:29 PM, Prabhakar Lad wrote: >> > On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann wrote: >> >> On Friday 03 May 2013, Prabhakar

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Prabhakar Lad
HI Laurent, On Wed, May 8, 2013 at 7:31 AM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thank you for the patch. > > On Friday 03 May 2013 12:21:59 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add OF support for the mt9p031 sensor driver. >> Alongside this patch sorts the header inclusion

Re: [GIT PULL 4/5] ARM: arm-soc: late cleanups

2013-05-07 Thread Olof Johansson
On Tue, May 7, 2013 at 8:48 PM, Linus Torvalds wrote: > The ARM history has gotten much much better, but it's full of these > kinds of incestuous merges. The pull requests I get are not truly > independent development, although especially the early pull requests > are much less tightly coupled

Re: [GIT PULL] SLAB changes for v3.10

2013-05-07 Thread Tony Lindgren
* Tony Lindgren [130507 17:35]: > * Pekka Enberg [130506 23:42]: > > Hi Linus, > > > > Please pull the latest SLAB tree from: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git > > slab/for-linus > ... > > > mm, slab_common: Fix bootstrap creation of kmalloc

[PATCH] [SVN] Please Merge 7 VirtualBox Kernel Modules into the Linux Kernel

2013-05-07 Thread quickbooks office
Please Merge VirtualBox Kernel Modules into the Kernel. --- svn co http://www.virtualbox.org/svn/vbox/trunk vbox sh '/home/user/vbox/src/VBox/Additions/linux/export_modules'

Linux 3.9.1

2013-05-07 Thread Greg KH
I'm announcing the release of the 3.9.1 kernel. All users of the 3.9 kernel series must upgrade. The updated 3.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.9.y and can be browsed at the normal kernel.org git web browser:

Linux 3.8.12

2013-05-07 Thread Greg KH
I'm announcing the release of the 3.8.12 kernel. All users of the 3.8 kernel series must upgrade. The updated 3.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.0.77

2013-05-07 Thread Greg KH
diff --git a/Makefile b/Makefile index 9c40e47..12abc70 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 76 +SUBLEVEL = 77 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/arch/ia64/include/asm/futex.h b/arch/ia64/include/asm/futex.h index

Linux 3.4.44

2013-05-07 Thread Greg KH
I'm announcing the release of the 3.4.44 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Linux 3.0.77

2013-05-07 Thread Greg KH
I'm announcing the release of the 3.0.77 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser:

linux-next: Tree for May 8

2013-05-07 Thread Stephen Rothwell
Hi all, Please do not add any v3.11 destined work to your linux-next included branches until after v3.10-rc1 is released. I am receiving a (un)reasonable number of conflicts from there being multiple copies of some commits in various trees. Please clean this up and resist the temptataion to

Re: [PATCH] irqchip: renesas-irqc: Fix irqc_probe error handling

2013-05-07 Thread Simon Horman
On Mon, May 06, 2013 at 05:03:32PM +0800, Axel Lin wrote: > The code in goto err3 path is wrong because it will call fee_irq() with k == > 0, > which means it does free_irq(p->irq[-1].requested_irq, >irq[-1]); > > Signed-off-by: Axel Lin > --- > drivers/irqchip/irq-renesas-irqc.c | 4 ++-- > 1

Re: [PATCH/RFC 0/6] DMA: shdma: add Device Tree support

2013-05-07 Thread Simon Horman
On Thu, May 02, 2013 at 09:47:52AM +0200, Guennadi Liakhovetski wrote: > Hi Chris, Simon, Vinod (in alphabetical order :-) ) > > On Thu, 11 Apr 2013, Guennadi Liakhovetski wrote: > > > This patch series adds Device Tree support to the shdma dmaengine driver > > and illustraits its use with the

[PATCH] x86: mm: Remove the alwalys zero if test

2013-05-07 Thread Zhang Yanfei
This if test seems useless now, so remove it. Signed-off-by: Zhang Yanfei --- arch/x86/mm/init_64.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index bb00c46..d1238fe 100644 --- a/arch/x86/mm/init_64.c +++

Re: [PATCH v3 3/5] PCI: Skip IORESOURCE_MMIO allocation for root bus without MMIO range

2013-05-07 Thread Yinghai Lu
On Tue, May 7, 2013 at 6:16 PM, Benjamin Herrenschmidt wrote: > On Tue, 2013-05-07 at 15:44 -0700, Yinghai Lu wrote: >> x86 32 socket system, we may need to leave more mmiol for only several >> sockets to make them work with cards that does not support mmio 64 bit >> pref. > > Ok, while on POWER

Re: [PATCH V3 02/21] thermal: exynos: Bifurcate exynos thermal common and tmu controller code

2013-05-07 Thread amit daniel kachhap
Hi Rui, On Tue, May 7, 2013 at 7:11 PM, Zhang Rui wrote: > On Tue, 2013-05-07 at 18:30 +0530, Amit Daniel Kachhap wrote: >> This code bifurcates exynos thermal implementation into common and sensor >> specific parts. The common thermal code interacts with core thermal layer and >> core cpufreq

Re: [GIT PULL 4/5] ARM: arm-soc: late cleanups

2013-05-07 Thread Linus Torvalds
On Tue, May 7, 2013 at 8:17 PM, Tony Lindgren wrote: > > Yes then we patched it on Sunday, and Arnd merged it into his branch. > But then hose lines disappeared again for the third time :) Yes, but that's because it's entirely pointless to "fix" things in the wrong branch, especially after a

Re: [PATCH V2 2/3] Documentation: virtio: Add emergency write (emerg_wr) config register in virtio console.

2013-05-07 Thread Rob Landley
On 05/06/2013 07:19:50 AM, Pranavkumar Sawargaonkar wrote: Signed-off-by: Pranavkumar Sawargaonkar Signed-off-by: Anup Patel --- Documentation/virtual/virtio-spec.txt |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/virtual/virtio-spec.txt

Re: device tree not the answer in the ARM world [was: Re: running Debian on a Cubieboard]

2013-05-07 Thread Rob Landley
On 05/06/2013 03:55:11 PM, Luke Kenneth Casson Leighton wrote: On Mon, May 6, 2013 at 9:01 PM, Rob Landley wrote: > You realize that nobody except Samsung and Apple is currently making money > in the smartphone space, right? ok, ok - substitute "tablet" or "laptop" or "media centre" for

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Chen Gang
On Wed, May 08, 10:54, Greg KH wrote: > On Wed, May 08, 2013 at 10:46:57AM +0800, Li Zefan wrote: >> On 2013/5/8 10:38, Greg KH wrote: >>> On Wed, May 08, 2013 at 10:24:44AM +0800, Chen Gang wrote: Hello Maintainers: Please help check, when you have time. Thanks.

[GIT PULL] slave-dmaengine updates

2013-05-07 Thread Vinod Koul
Hey Linus, Here is the pull request for this merge window. Btw are you going to call it 3.10 or 4.0? 4.0 sounds much better :) This time we have dmatest improvements from Andy along with dw_dmac fixes. He has also done support for acpi for dmanegine Also we have bunch of fixes going in DT

Re: [GIT PULL 4/5] ARM: arm-soc: late cleanups

2013-05-07 Thread Tony Lindgren
* Linus Torvalds [130507 18:05]: > On Tue, May 7, 2013 at 4:19 PM, Tony Lindgren wrote: > > > >> Vaibhav Hiremath (1): > >> ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686a > > > > Turns out this urgent boot fix got undone in the merge somehow. > > Those lines actually

Re: [PATCH] kernel/module.c: for looping, need use 'goto' instead of 'break' to jump out in time

2013-05-07 Thread Chen Gang
On 2013年05月08日 08:29, Rusty Russell wrote: > Chen Gang writes: >> > In the 'for' looping, when error occurs, the 'break' only jump out of >> > 'switch', and still in 'for' looping. If error occurs multiple times, >> > the original error value will be overwrite. >> > >> > Currently, that will not

[PATCH v2 7/8] pci: Add slot and bus reset interfaces

2013-05-07 Thread Alex Williamson
Sometimes pci_reset_function is not sufficient. We have cases where devices do not support any kind of reset, but there might be multiple functions on the bus preventing pci_reset_function from doing a secondary bus reset. We also have cases where a device will advertise that it supports a PM

[PATCH v2 8/8] pci: Wake-up devices before save for reset

2013-05-07 Thread Alex Williamson
Devices come out of reset in D0. Restoring a device to a different post-reset state takes more smarts than our simple config space restore, which can leave devices in an inconsistent state. For example, if a device is reset in D3, but the restore doesn't successfully return the device to D3,

[PATCH v2 6/8] pci: Split out pci_dev lock/unlock and save/restore

2013-05-07 Thread Alex Williamson
Only cosmetic changes to existing paths. Signed-off-by: Alex Williamson --- drivers/pci/pci.c | 52 +++- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index f5035f5..ee3cb18 100644 ---

[PATCH v2 5/8] pci: Add reset_slot option to pci_dev_reset

2013-05-07 Thread Alex Williamson
If the hotplug controller provides a way to reset a slot, use that before a direct parent bus reset. Signed-off-by: Alex Williamson --- drivers/pci/pci.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index d0f313f..f5035f5

[PATCH v2 3/8] pci: Add pci_hp_reset_slot

2013-05-07 Thread Alex Williamson
Provide an interface to get to hotplug controller reset_slot callback Signed-off-by: Alex Williamson --- drivers/pci/hotplug/pci_hotplug_core.c | 24 include/linux/pci_hotplug.h|8 2 files changed, 32 insertions(+) diff --git

[PATCH v2 4/8] pci: Implement reset_slot for pciehp

2013-05-07 Thread Alex Williamson
Disable notification around secondary bus reset. Signed-off-by: Alex Williamson --- drivers/pci/hotplug/pciehp.h |1 + drivers/pci/hotplug/pciehp_core.c | 12 drivers/pci/hotplug/pciehp_hpc.c | 31 +++ 3 files changed, 44 insertions(+)

[PATCH v2 2/8] pci: Add hotplug_slot_ops.reset_slot()

2013-05-07 Thread Alex Williamson
This optional callback allows htoplug controllers to perform slot specific resets. These may be necessary in cases where a normal secondary bus reset can interact with controller logic and expose spurious hotplugs. Signed-off-by: Alex Williamson --- include/linux/pci_hotplug.h |4 1

[PATCH v2 0/8] pci: bus and slot reset interface

2013-05-07 Thread Alex Williamson
v2: Sorry, v1 somehow didn't cc linux-pci. No code change We currently support reset of individual functions via the pci_reset_function() interface. If a device supports one of the FLR mechanisms, this works great. If not, things get a little shady. We can do a D3hot->D0 PM reset if the

[PATCH v2 1/8] pci: Create pci_reset_bridge_secondary_bus()

2013-05-07 Thread Alex Williamson
Move the secondary bus reset code from pci_parent_bus_reset() into its own function. Export it as we'll later be calling it from hotplug controllers. Signed-off-by: Alex Williamson --- drivers/pci/pci.c | 32 +++- include/linux/pci.h |1 + 2 files changed,

Re: [PATCH] kernel/module.c: for looping, need use 'goto' instead of 'break' to jump out in time

2013-05-07 Thread Rusty Russell
Chen Gang writes: > In the 'for' looping, when error occurs, the 'break' only jump out of > 'switch', and still in 'for' looping. If error occurs multiple times, > the original error value will be overwrite. > > Currently, that will not cause issue, but still better to improve it, > so that let

[PATCH] powerpc/rtas_flash: Fix validate_flash buffer overflow issue

2013-05-07 Thread Vasant Hegde
ibm,validate-flash-image RTAS call output buffer contains 150 - 200 bytes of data on latest system. Presently we have output buffer size as 64 bytes and we use sprintf to copy data from RTAS buffer to local buffer. This causes kernel oops (see below call trace). This patch increases local buffer

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Greg KH
On Wed, May 08, 2013 at 10:46:57AM +0800, Li Zefan wrote: > On 2013/5/8 10:38, Greg KH wrote: > > On Wed, May 08, 2013 at 10:24:44AM +0800, Chen Gang wrote: > >> Hello Maintainers: > >> > >> Please help check, when you have time. > >> > >> Thanks. > >> > >> On 2013年04月07日 11:28, Chen Gang wrote: >

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Chen Gang
On 2013年05月08日 10:46, Li Zefan wrote: > On 2013/5/8 10:38, Greg KH wrote: >> > On Wed, May 08, 2013 at 10:24:44AM +0800, Chen Gang wrote: >>> >> Hello Maintainers: >>> >> >>> >> Please help check, when you have time. >>> >> >>> >> Thanks. >>> >> >>> >> On 2013年04月07日 11:28, Chen Gang wrote: >> >

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Li Zefan
On 2013/5/8 10:38, Greg KH wrote: > On Wed, May 08, 2013 at 10:24:44AM +0800, Chen Gang wrote: >> Hello Maintainers: >> >> Please help check, when you have time. >> >> Thanks. >> >> On 2013年04月07日 11:28, Chen Gang wrote: > > > > You sent a cleanup patch in the middle of the merge window, when

Re: [PATCH] rtc: rtc-tile: add missing platform_device_unregister() when module exit

2013-05-07 Thread Wei Yongjun
On 05/08/2013 07:28 AM, Andrew Morton wrote: > On Sun, 5 May 2013 13:07:00 +0800 Wei Yongjun wrote: > >> From: Wei Yongjun >> >> We have registered platform device when module init, and >> need unregister it when module exit. >> >> ... >> >> --- a/drivers/rtc/rtc-tile.c >> +++

[PATCH] cpuidle: don't wakeup processor when set a longer latency

2013-05-07 Thread Lianwei Wang
When a PM-Qos is updated, the cpuidle driver will wakeup all the CPUs no matter what a latency is set. But actually it only need to wakeup the CPUs when a shorter latency is set. In this way we can reduce the cpu wakeup count and save battery. So we can pass the prev_value to the notifier

Re: [PATCH 2/4] driver: provide sysfs interfaces to access TXT config space

2013-05-07 Thread Matthew Garrett
On Tue, 2013-05-07 at 22:55 +0800, Qiaowei Ren wrote: > + Registers in the private space can only be accessed after a > + measured environment has been established and before the > + TXT.CMD.CLOSE-PRIVATE command has been issued. Is userspace ever going to be

Re: [PATCH 2/2] f2fs: remove alloc_nid_done/fail for performance

2013-05-07 Thread Jaegeuk Kim
Sorry, please ignore this patch. 2013-05-08 (수), 09:56 +0900, Jaegeuk Kim: > This mechanism revealed two issues: bug and performance. > > Now, iput() doesn't guarantee that the inode is freed completely due to the > linked f2fs_drop_inode(). > So, in the case of failure on f2fs_new_inode(), we

Re: [PATCH] mm: honor FOLL_GET flag in follow_hugetlb_page v2

2013-05-07 Thread KOSAKI Motohiro
On Tue, May 7, 2013 at 8:51 PM, Jerome Glisse wrote: > On Tue, May 7, 2013 at 8:47 PM, KOSAKI Motohiro > wrote: >> On Tue, May 7, 2013 at 6:58 PM, wrote: >>> From: Jerome Glisse >>> >>> Do not increase page count if FOLL_GET is not set. None of the >>> current user can trigger the issue

[PATCH] autofs4: translate pids to the right namespace for the daemon

2013-05-07 Thread Ian Kent
From: Miklos Szeredi The PID and the TGID of the process tringgering the mount are sent to the daemon. Currently the global pid values are sent (ones valid in the initial pid namespace) but this is wrong if the autofs daemon itself is not running in the initial pid namespace. So send the pid

[PATCH] autofs4: allow autofs to work outside the initial PID namespace

2013-05-07 Thread Ian Kent
From: Sukadev Bhattiprolu This patch enables autofs4 to work in a "container". oz_pgrp is converted from pid_t to struct pid and this is stored at mount time based on the "pgrp=" option or if the option is missing then the current pgrp. The "pgrp=" option is interpreted in the PID namespace of

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Greg KH
On Wed, May 08, 2013 at 10:24:44AM +0800, Chen Gang wrote: > Hello Maintainers: > > Please help check, when you have time. > > Thanks. > > On 2013年04月07日 11:28, Chen Gang wrote: You sent a cleanup patch in the middle of the merge window, when we can't take any patches at the moment due to

[GIT PULL] Hexagon fix/cleanup

2013-05-07 Thread rkuo
Hello Linus, Please pull the following changes for Hexagon; it includes a bug fix and a Kconfig cleanup. Thanks, Richard Kuo The following changes since commit 426d29ccb2a8d44c18d3167327ee82b38287e7bf: Hexagon: add v4 CS regs to core copyout macro (2013-04-30 19:40:29 -0500) are

Re: [PATCH 1/4] driver: add TXT driver in kernel

2013-05-07 Thread Matthew Garrett
On Tue, 2013-05-07 at 22:55 +0800, Qiaowei Ren wrote: > TXT driver is expected to be a better tool to access below resources: > TXT config space, TXT log and SMX parameter. Please explain what these things are in the commit log, the config help and the comment at the top of the driver - it'll

Re: Linux driver for Realtek RTL8723AU devices with USB ID 0bda:1724 such as found in Lenovo IdeaPad Yoga 13

2013-05-07 Thread H. Peter Anvin
On 04/01/2013 09:26 AM, Larry Finger wrote: > > My plan is to evolve this driver into a form that is suitable for > inclusion in the staging tree of the kernel; however, that will take > some effort and time, which is why I am making the intermediate results > available now. As that work

Re: [PATCH 0/4] Intel TXT driver

2013-05-07 Thread Matthew Garrett
On Tue, 2013-05-07 at 22:55 +0800, Qiaowei Ren wrote: > This module is expected to be a better tool to access below resources > - TXT config space > - Tboot log mem > - SMX parameter What's SMX? -- Matthew Garrett | mj...@srcf.ucam.org

Re: [PATCH v2] Drivers: Misc: fix warnings, unsigned long will never < 0

2013-05-07 Thread Chen Gang
Hello Maintainers: Please help check, when you have time. Thanks. On 2013年04月07日 11:28, Chen Gang wrote: > > val is unsigned long which never < 0 > > Signed-off-by: Chen Gang > --- > drivers/misc/tsl2550.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH RFC 10/48] Audit: change type of audit_ever_enabled to bool

2013-05-07 Thread Matt Helsley
On Tue, May 07, 2013 at 10:20:31AM +0800, Gao feng wrote: > It's better to define audit_ever_enabled as bool > > Signed-off-by: Gao feng > --- > kernel/audit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/audit.c b/kernel/audit.c > index 4595a9e..1138ff5

[PATCH] net/core Fix wrong comments about memcpy_fromiovecend

2013-05-07 Thread Jonghwan Choi
"Copy iovec from kernel" should be "Copy iovec to kernel" because copy_from_user copies data from userspace. Signed-off-by: Jonghwan Choi --- net/core/iovec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/iovec.c b/net/core/iovec.c index 7e7aeb0..ba93fd2 100644

Re: [PATCH 05/15] connection tracking helper for SLP

2013-05-07 Thread Pablo Neira Ayuso
On Tue, May 07, 2013 at 04:18:13PM +0200, Jiri Slaby wrote: > From: Jiri Bohac > > A simple connection tracking helper for SLP. Marks replies to a > SLP broadcast query as ESTABLISHED to allow them to pass through the > firewall. > > Signed-off-by: Jiri Bohac > Signed-off-by: Jiri Slaby > Cc:

Re: [PATCH]TTY: Fix tty can't be restarted by TCXONC ioctl request

2013-05-07 Thread Greg KH
On Wed, May 08, 2013 at 09:55:45AM +0800, Wang YanQing wrote: > On Tue, May 07, 2013 at 11:58:00AM -0700, Greg KH wrote: > > On Wed, May 08, 2013 at 02:47:34AM +0800, Wang YanQing wrote: > > > The reason is before emacs takeover control the tty, > > > we use CTRL-S to XOFF it. Then when emacs

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Laurent Pinchart
Hi Prabhakar, On Tuesday 07 May 2013 15:10:36 Prabhakar Lad wrote: > On Mon, May 6, 2013 at 8:29 PM, Prabhakar Lad wrote: > > On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann wrote: > >> On Friday 03 May 2013, Prabhakar Lad wrote: > > [snip] > > > >>> +} > >> > >> Ok, good. > >> > >>> @@ -955,7

Re: [Suggestion] kernel/cgroup.c: about kfree after 'get_new_cssid'

2013-05-07 Thread Chen Gang
On 2013年05月08日 08:50, Li Zefan wrote: >>> There's a bug in cgroup_unload_subsys() that idr_destroy() should be called >>> after >>> >> ss->css_free(). That said, given there's no modular cgroup subsystem >>> >> using css_id, >>> >> and the whole css_id thing will be eliminated in 3.11, why

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Friday 03 May 2013 12:21:59 Prabhakar Lad wrote: > From: Lad, Prabhakar > > add OF support for the mt9p031 sensor driver. > Alongside this patch sorts the header inclusion alphabetically. > > Signed-off-by: Lad, Prabhakar > Cc: Hans Verkuil > Cc:

Re: [PATCH]TTY: Fix tty can't be restarted by TCXONC ioctl request

2013-05-07 Thread Wang YanQing
On Tue, May 07, 2013 at 04:50:05PM -0400, Peter Hurley wrote: > This should be fixed in n_tty_set_termios() instead of fixing userspace > workarounds. Sorry, I misuse the word "workaround", emacs just do the right thing I think. But your suggestion maybe import policy. > The problem occurs when

Re: [PATCH]TTY: Fix tty can't be restarted by TCXONC ioctl request

2013-05-07 Thread Wang YanQing
On Tue, May 07, 2013 at 11:58:00AM -0700, Greg KH wrote: > On Wed, May 08, 2013 at 02:47:34AM +0800, Wang YanQing wrote: > > The reason is before emacs takeover control the tty, > > we use CTRL-S to XOFF it. Then when emacs takeover the > > control, it may don't use the flow-control, so emacs

Re: [PATCH v5 6/7] sched: consider runnable load average in move_tasks

2013-05-07 Thread Alex Shi
On 05/07/2013 01:17 PM, Alex Shi wrote: >> > Sorry, what I meant to say here is: >> > If we're going to be using a runnable average based load here the >> > fraction we take (currently instantaneous) in tg_load_down should be >> > consistent. > yes. I think so. > > So, here is the patch, could

Re: [GIT PULL] parisc updates for v3.10

2013-05-07 Thread Stephen Rothwell
Hi Guys, On Wed, 8 May 2013 00:11:02 +0200 Helge Deller wrote: > > please pull the parisc architecture updates for v3.10 from: > > git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git > parisc-for-3.10 Does this mean that the parisc tree I have in linux-next

Re: [PATCH v5 7/7] sched: consider runnable load average in effective_load

2013-05-07 Thread Alex Shi
On 05/07/2013 01:43 PM, Alex Shi wrote: >> > This also brings forth another question,should we modify wake_affine() >> > to pass the runnable load average of the waking up task to >> > effective_load(). >> > >> > What do you think? > I am not Paul. :) > > The acceptable patch of pgbench

Re: [PATCH v3 3/5] PCI: Skip IORESOURCE_MMIO allocation for root bus without MMIO range

2013-05-07 Thread Benjamin Herrenschmidt
On Tue, 2013-05-07 at 15:44 -0700, Yinghai Lu wrote: > x86 32 socket system, we may need to leave more mmiol for only several > sockets to make them work with cards that does not support mmio 64 bit > pref. Ok, while on POWER each root bridge has its own distinct 32-bit space (mapped elsewhere in

Re: [PATCH] linkage.h: fix build breakage due to symbol prefix handling

2013-05-07 Thread Stephen Rothwell
Hi Rusty, On Mon, 06 May 2013 14:59:05 +0930 Rusty Russell wrote: > > Stephen Rothwell writes: > > Version from today's merge fix. Rusty, you should show this to Linus > > when you ask him to merge your modules tree (assuming it looks right :-)). > > > > From: Stephen Rothwell > > Date: Thu,

Re: [GIT PULL 4/5] ARM: arm-soc: late cleanups

2013-05-07 Thread Linus Torvalds
On Tue, May 7, 2013 at 4:19 PM, Tony Lindgren wrote: > >> Vaibhav Hiremath (1): >> ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686a > > Turns out this urgent boot fix got undone in the merge somehow. Those lines actually disappeared already much earlier in my merge

Re : Re: [PATCH RESEND v3] bitmap: speed up bitmap_find_free_region

2013-05-07 Thread Chanho Min
>> Test case 1: order is 0. all bits are one except that last one bit is zero. >> before patch: 29727 ns >> after patch: 2349 ns >How did you find out this time?Can you please post your code >for that? I used local_clock(), But, It may be more proper way for each system. before =

[PATCH 1/2] f2fs: cover free_nid management with spin_lock

2013-05-07 Thread Jaegeuk Kim
After build_free_nids() searches free nid candidates from nat pages and current journal blocks, it checks all the candidates if they are allocated so that the nat cache has its nid with an allocated block address. In this procedure, previously we used list_for_each_entry_safe(fnid, next_fnid,

[PATCH 2/2] f2fs: remove alloc_nid_done/fail for performance

2013-05-07 Thread Jaegeuk Kim
This mechanism revealed two issues: bug and performance. Now, iput() doesn't guarantee that the inode is freed completely due to the linked f2fs_drop_inode(). So, in the case of failure on f2fs_new_inode(), we should not add the free nid again to the list even though iput() is called before then.

Re: [Suggestion] kernel/cgroup.c: about kfree after 'get_new_cssid'

2013-05-07 Thread Li Zefan
>> There's a bug in cgroup_unload_subsys() that idr_destroy() should be called >> after >> ss->css_free(). That said, given there's no modular cgroup subsystem using >> css_id, >> and the whole css_id thing will be eliminated in 3.11, why bother fixing it. >> > > I just find it by reading code

Re: [PATCH] mm: honor FOLL_GET flag in follow_hugetlb_page v2

2013-05-07 Thread Jerome Glisse
On Tue, May 7, 2013 at 8:47 PM, KOSAKI Motohiro wrote: > On Tue, May 7, 2013 at 6:58 PM, wrote: >> From: Jerome Glisse >> >> Do not increase page count if FOLL_GET is not set. None of the >> current user can trigger the issue because none of the current >> user call __get_user_pages with both

Re: [PATCH] mm: honor FOLL_GET flag in follow_hugetlb_page v2

2013-05-07 Thread KOSAKI Motohiro
On Tue, May 7, 2013 at 6:58 PM, wrote: > From: Jerome Glisse > > Do not increase page count if FOLL_GET is not set. None of the > current user can trigger the issue because none of the current > user call __get_user_pages with both the pages array ptr non > NULL and the FOLL_GET flags non set

Re: [RFC][PATCH 7/7] drain batch list during long operations

2013-05-07 Thread Tim Chen
On Tue, 2013-05-07 at 14:20 -0700, Dave Hansen wrote: > From: Dave Hansen > > This was a suggestion from Mel: > > http://lkml.kernel.org/r/20120914085634.gm11...@csn.ul.ie > > Any pages we collect on 'batch_for_mapping_removal' will have > their lock_page() held during the duration of

Re: [PATCH 2/2 v2, RFC] Driver core: Introduce offline/online callbacks for memory blocks

2013-05-07 Thread Toshi Kani
On Wed, 2013-05-08 at 02:24 +0200, Rafael J. Wysocki wrote: > On Tuesday, May 07, 2013 05:59:16 PM Toshi Kani wrote: > > On Wed, 2013-05-08 at 01:17 +0200, Rafael J. Wysocki wrote: > > > On Tuesday, May 07, 2013 04:45:40 PM Toshi Kani wrote: > > > > On Wed, 2013-05-08 at 00:10 +0200, Rafael J.

Re: dw_apb_timer_of.c: remove parts that were picoxcell-specific

2013-05-07 Thread John Stultz
On 05/07/2013 01:11 PM, Pavel Machek wrote: It seems we made a mistake when creating dw_apb_timer_of.c: picoxcell sched_clock had parts that were not related to dw_apb_timer, yet we moved them to dw_apb_timer_of, and tried to use them on socfpga. This results in system where user/system time is

Re: [GIT PULL] SLAB changes for v3.10

2013-05-07 Thread Tony Lindgren
* Pekka Enberg [130506 23:42]: > Hi Linus, > > Please pull the latest SLAB tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git > slab/for-linus ... > mm, slab_common: Fix bootstrap creation of kmalloc caches This one seems to cause a regression for me on at

Re: [ANNOUNCE] 3.8.11-rt8

2013-05-07 Thread Paul Gortmaker
On Mon, May 6, 2013 at 6:25 AM, Sebastian Andrzej Siewior wrote: > Dear RT Folks, > > I'm pleased to announce the 3.8.11-rt8 release. > > changes since v3.8.11-rt7: > - suspend / resume related fix has been fixed > - don't wakeup blocked workers (Steven Rostedt) As per the 3.6.x RT releases[1],

Re: [PATCH 0/6] Intel pstate driver update

2013-05-07 Thread Dirk Brandewie
On 05/07/2013 05:07 PM, Rafael J. Wysocki wrote: On Tuesday, May 07, 2013 08:20:24 AM dirk.brande...@gmail.com wrote: From: dirk All queued up for a post-3.10-rc1 push as 3.10 material, but I have a couple of comments. First, the patches didn't apply for me cleanly. I needed to fix up one

Re: [PATCH, RFC 02/22] cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY

2013-05-07 Thread Rafael J. Wysocki
On Saturday, May 04, 2013 12:09:40 PM Viresh Kumar wrote: > On 2 May 2013 20:46, Arnd Bergmann wrote: > > The big.LITTLE cpufreq driver uses the CPU topology API, which > > needs to be reflected in Kconfig to prevent broken configurations. > > > > warning: (ARM_DT_BL_CPUFREQ) selects

Re: [PATCH 2/2 v2, RFC] Driver core: Introduce offline/online callbacks for memory blocks

2013-05-07 Thread Rafael J. Wysocki
On Tuesday, May 07, 2013 05:59:16 PM Toshi Kani wrote: > On Wed, 2013-05-08 at 01:17 +0200, Rafael J. Wysocki wrote: > > On Tuesday, May 07, 2013 04:45:40 PM Toshi Kani wrote: > > > On Wed, 2013-05-08 at 00:10 +0200, Rafael J. Wysocki wrote: > > > > On Tuesday, May 07, 2013 03:03:49 PM Toshi Kani

Re: [PATCH v2] ktime: Use macro NSEC_PER_USEC where appropriate

2013-05-07 Thread John Stultz
On 05/07/2013 01:38 AM, Liu Ying wrote: We've got the macro NSEC_PER_USEC defined in header file include/linux/time.h. To make the code decent, this patch replaces the immediate number 1000 to convert bewteen a time value in microseconds and one in nanoseconds with the macro NSEC_PER_USEC.

Re: linux-next: manual merge of the drm-intel tree with Linus' tree

2013-05-07 Thread Stephen Rothwell
Hi Daniel, On Tue, 7 May 2013 10:43:17 +0200 Daniel Vetter wrote: > > On Tue, May 7, 2013 at 3:27 AM, Stephen Rothwell > wrote: > > > > Daniel, I assume all this stuff being added to the drm-intel tree is > > going upstream very soon? > > Oops, no that is stuff for 3.11. Lazy me hoped I could

Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread Dave Hansen
On 05/07/2013 03:53 PM, James Hogan wrote: > On 7 May 2013 21:46, Dave Hansen wrote: >> Several architectures have similar stack debugging config options. >> They all pretty much do the same thing, some with slightly >> differing help text. >> >> This patch changes the architectures to instead

Re: [PATCH 2/2 v2, RFC] Driver core: Introduce offline/online callbacks for memory blocks

2013-05-07 Thread Toshi Kani
On Wed, 2013-05-08 at 01:17 +0200, Rafael J. Wysocki wrote: > On Tuesday, May 07, 2013 04:45:40 PM Toshi Kani wrote: > > On Wed, 2013-05-08 at 00:10 +0200, Rafael J. Wysocki wrote: > > > On Tuesday, May 07, 2013 03:03:49 PM Toshi Kani wrote: > > > > On Tue, 2013-05-07 at 14:11 +0200, Rafael J.

Re: [PATCH 0/6] Intel pstate driver update

2013-05-07 Thread Rafael J. Wysocki
On Tuesday, May 07, 2013 08:20:24 AM dirk.brande...@gmail.com wrote: > From: dirk > > Collection of updates for cpufreq/intel_pstate.c > > Patches 1-3 are bugfixes and marked for stable > > Patches 4-6 are code cleanup with no functional changes. > > > Dirk Brandewie (6): >

Re: [RFC][PATCH 7/7] drain batch list during long operations

2013-05-07 Thread Dave Hansen
On 05/07/2013 02:20 PM, Dave Hansen wrote: > +++ linux.git-davehans/kernel/sched/fair.c2013-05-07 13:48:15.275114295 > -0700 > @@ -5211,6 +5211,8 @@ more_balance: > if (sd->balance_interval < sd->max_interval) > sd->balance_interval *= 2; > } > +

Dropping non supported kernels for kernel backports ?

2013-05-07 Thread Luis R. Rodriguez
Today the backports project provides support to backport down to 2.6.24 for some subsystems. While this is good for users in practice for development and maintenance this is quite a bit of overhead. Apart from older kernels there are also gaps in between stable releases that are not supported. For

Re: [PATCH v2 00/10] optimize freezing tasks by reducing task wakeups

2013-05-07 Thread Rafael J. Wysocki
On Tuesday, May 07, 2013 11:12:37 AM Tejun Heo wrote: > Hello, > > On Mon, May 06, 2013 at 04:50:05PM -0700, Colin Cross wrote: > > On slow cpus the large number of task wakeups and context switches > > triggered by freezing and thawing tasks can take a significant amount > > of cpu time. This

[PATCH 1/1] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC

2013-05-07 Thread James Ralston
This patch adds the LPC Controller Device IDs for Watchdog and GPIO for the Intel Avoton SoC. Signed-off-by: James Ralston --- drivers/mfd/lpc_ich.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index

  1   2   3   4   5   6   7   8   9   10   >