Re: [PATCH 0/3] new ARM-soc warning fixes

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Olof Johansson wrote: > On Tue, Oct 09, 2012 at 05:34:18PM +0200, Arnd Bergmann wrote: > > Hi Olof, > > > > Here are three more fixes that I'd like to merge through the arm-soc > > as time permits. All of them should be completely harmless and they > > only fix

Re: [PATCH] Do not use cpu_to_node() to find an offlined cpu's node.

2012-10-09 Thread David Rientjes
On Tue, 9 Oct 2012, Wen Congyang wrote: > I clear cpu-to-node mapping when the cpu is hotremoved. If the cpu is onlined, > it will be offlined before clearing cpu-to-node mapping. > > Here is the code in driver/acpi/processor_driver.c: > = > static int

[PATCH 1/3] rapidio: use msleep in discovery wait

2012-10-09 Thread Alexandre Bounine
Use msleep() routine for code clarity as suggested by Andrew Morton in his comments for the original patch: https://lkml.org/lkml/2012/10/3/546. Signed-off-by: Alexandre Bounine Cc: Matt Porter Cc: Li Yang --- drivers/rapidio/rio-scan.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 3/3] rapidio: update for destination ID allocation

2012-10-09 Thread Alexandre Bounine
This patch address comments provided by Andrew Morton: https://lkml.org/lkml/2012/10/3/550 - Keeps consistent kerneldoc compatible comments style for new static functions. - Removes unnecessary complexity from destination ID allocation routine. - Uses kcalloc() for code clarity. Signed-off-by:

[PATCH 0/3] rapidio: updates for multiple mport patches

2012-10-09 Thread Alexandre Bounine
This is a set of updates for patches submitted earlier: https://lkml.org/lkml/2012/10/3/460. Alexandre Bounine (3): rapidio: use msleep in discovery wait rapidio: update asynchronous discovery initialization rapidio: update for destination ID allocation drivers/rapidio/rio-scan.c | 40

[PATCH 2/3] rapidio: update asynchronous discovery initialization

2012-10-09 Thread Alexandre Bounine
Update discovery process initialization based on Andrew Morton's comments: https://lkml.org/lkml/2012/10/3/552. This update processes all enumerating mports first and schedules discovery work after that. If the initialization routine fails to allocate resources needed to execute discovery, it

Re: [PATCH] [RESEND] qla2xxx: fix potential deadlock on ha->hardware_lock

2012-10-09 Thread Arun Easi
Hi Nick, On Tue, 9 Oct 2012, 11:47am -0700, Nicholas A. Bellinger wrote: Hi Jiri, Andrew, Arun & Co, --8<-- snipped -- Also please have a look below for a few more related items I noticed while reviewing this patch.. drivers/scsi/qla2xxx/qla_init.c |5 +++-- 1 files changed, 3

Re: [PATCH 0/3] Update LZO compression

2012-10-09 Thread Markus F.X.J. Oberhumer
Hi Stephen, On 2012-10-09 21:26, Andrew Morton wrote: > On Sun, 7 Oct 2012 17:07:55 +0200 > "Markus F.X.J. Oberhumer" wrote: > >> As requested by akpm I am sending my "lzo-update" branch at >> >> git://github.com/markus-oberhumer/linux.git lzo-update >> >> to lkml as a patch series created by

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

2012-10-09 Thread Jooyoung Hwang
On Tue, 2012-10-09 at 16:08 +0900, Jaegeuk Kim wrote: > > -Original Message- > > From: Vyacheslav Dubeyko [mailto:sl...@dubeyko.com] > > Sent: Tuesday, October 09, 2012 4:23 AM > > To: Jaegeuk Kim > > Cc: 'Marco Stornelli'; 'Jaegeuk Kim'; 'Al Viro'; ty...@mit.edu; > >

[tip:timers/core] timekeeping: Cast raw_interval to u64 to avoid shift overflow

2012-10-09 Thread tip-bot for Dan Carpenter
Commit-ID: 5b3900cd409466c0070b234d941650685ad0c791 Gitweb: http://git.kernel.org/tip/5b3900cd409466c0070b234d941650685ad0c791 Author: Dan Carpenter AuthorDate: Tue, 9 Oct 2012 10:18:23 +0300 Committer: Thomas Gleixner CommitDate: Tue, 9 Oct 2012 21:27:14 +0200 timekeeping: Cast

[tip:timers/core] timers: Fix endless looping between cascade() and internal_add_timer()

2012-10-09 Thread tip-bot for Hildner, Christian
Commit-ID: 26cff4e2aa4d666dc6a120ea34336b5057e3e187 Gitweb: http://git.kernel.org/tip/26cff4e2aa4d666dc6a120ea34336b5057e3e187 Author: Hildner, Christian AuthorDate: Mon, 8 Oct 2012 15:49:03 +0200 Committer: Thomas Gleixner CommitDate: Tue, 9 Oct 2012 21:27:14 +0200 timers: Fix

Re: [PATCH v3] SUNRPC: set desired file system root before connecting local transports

2012-10-09 Thread Myklebust, Trond
On Tue, 2012-10-09 at 15:35 -0400, J. Bruce Fields wrote: > Cc'ing Eric since I seem to recall he suggested doing it this way? > > Seems OK to me, but maybe that swap_root should be in common code? (Or > maybe we could use set_fs_root()?) > > I'm assuming it's up to Trond to take this.--b. I'm

Re: [RFC][CFT][CFReview] execve and kernel_thread unification work

2012-10-09 Thread Chris Metcalf
On 10/1/2012 5:38 PM, Al Viro wrote: > There's an interesting ongoing project around kernel_thread() and > friends, including execve() variants. I really need help from architecture > maintainers on that one; I'd been able to handle (and test) quite a few > architectures on my own [alpha,

Re: [PATCH 1/2] mm: Export vm_committed_as

2012-10-09 Thread Andrew Morton
On Mon, 8 Oct 2012 06:35:39 -0700 Greg KH wrote: > On Mon, Oct 08, 2012 at 03:35:50AM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundation.org] > > > Sent: Sunday, October 07, 2012 8:44 PM > > > To: KY Srinivasan > > > Cc:

Re: [PATCH v2 03/10] compiler-gcc{3,4}.h: Use GCC_VERSION macro

2012-10-09 Thread Josh Triplett
On Tue, Oct 09, 2012 at 11:41:58AM -0700, Andrew Morton wrote: > On Sun, 07 Oct 2012 13:27:58 -0500 > Daniel Santos wrote: > > > We'll have to ask Andrew. Maybe so he can test on those versions of gcc? > > > > commit d3ffe64a1dbcfe18b57f90f7c01c40c93d0a8b92 > > Author: Andrew Morton > > Date:

Re: [PATCH 2/2] Drivers: hv: Add Hyper-V balloon driver

2012-10-09 Thread Andrew Morton
On Sun, 7 Oct 2012 16:59:46 -0700 "K. Y. Srinivasan" wrote: > Add the basic balloon driver. hm, how many balloon drivers does one kernel need? Although I see that the great majority of this code is hypervisor-specific. > Windows hosts dynamically manage the guest > memory allocation via a

[PATCH] cpufreq, powernow-k8: Fix usage of smp_processor_id() in preemptible code

2012-10-09 Thread Andreas Herrmann
Commit 6889125b8b4e09c5e53e6ecab3433bed1ce198c9 (cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU) causes powernow-k8 to trigger a preempt warning, e.g.: BUG: using smp_processor_id() in preemptible [] code: cpufreq/3776 caller is

Re: [PATCH v3] SUNRPC: set desired file system root before connecting local transports

2012-10-09 Thread J. Bruce Fields
Cc'ing Eric since I seem to recall he suggested doing it this way? Seems OK to me, but maybe that swap_root should be in common code? (Or maybe we could use set_fs_root()?) I'm assuming it's up to Trond to take this.--b. On Mon, Oct 08, 2012 at 02:56:32PM +0400, Stanislav Kinsbursky wrote: >

Re: usb 3.0 hard drive doesn't work

2012-10-09 Thread Sarah Sharp
This is probably a known issue. Other Western Digital hard drives had issues with the Link PM feature that went into 3.5. Can you please test with this branch: git clone git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git -b for-usb-linus-pending In particular, I think this patch

Re: [GIT PULL] Disintegrate UAPI for xen

2012-10-09 Thread David Howells
Konrad Rzeszutek Wilk wrote: > What is up with your key? I'm using a time-limited subkey to sign git tags with, so you may have to pull my key again to get it. warthog>gpg --recv-keys 044B2B3B gpg: requesting key 044B2B3B from hkp server pgp.mit.edu gpg: key A7CB0B6B:

Re: [RFC PATCH 0/5] amd_iommu: Refactor IOMMU group and support virtual aliases

2012-10-09 Thread Alex Williamson
On Tue, 2012-10-09 at 20:57 +0200, Florian Dazinger wrote: > Am Tue, 09 Oct 2012 12:35:39 -0600 > schrieb Alex Williamson : > > > On Tue, 2012-10-09 at 20:27 +0200, Florian Dazinger wrote: > > > Am Mon, 08 Oct 2012 22:49:28 -0600 > > > schrieb Alex Williamson : > > > > > > > This series is meant

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

2012-10-09 Thread David Howells
Catalin Marinas wrote: > It still fails on arm64. The reason is that I had a __SYSCALL_COMPAT > guard to provide either the 32-bit syscalls or the 64-bit (generic) ones > via asm/unistd.h. With this change: Hmmm. Why does asm/unistd.h get #included for the compat bits at all? Looking in

Re: [PATCH 0/3] Update LZO compression

2012-10-09 Thread Andrew Morton
On Sun, 7 Oct 2012 17:07:55 +0200 "Markus F.X.J. Oberhumer" wrote: > As requested by akpm I am sending my "lzo-update" branch at > > git://github.com/markus-oberhumer/linux.git lzo-update > > to lkml as a patch series created by "git format-patch -M v3.5..lzo-update". > > You can also

[PATCH] fix stack memory content leak via UNAME26

2012-10-09 Thread Kees Cook
Calling uname() with the UNAME26 personality set allows a leak of kernel stack contents. This fixes it by initializing the stack buffer to zero, defensively calculating the length of copy_to_user() call, and making the len argument unsigned. CVE-2012-0957 Reported-by: Brad Spengler Cc:

Re: [patch] time: cast ->raw_interval to u64 to avoid shift overflow

2012-10-09 Thread John Stultz
On 10/09/2012 12:18 AM, Dan Carpenter wrote: We fixed a bunch of integer overflows in timekeeping code during the 3.6 cycle. I did an audit based on that and found this potential overflow. Signed-off-by: Dan Carpenter Yep. Looks like this would trigger if you had NOZ idle for more then 4

Re: [RFC PATCH 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual address

2012-10-09 Thread Alexander Duyck
On 10/09/2012 09:43 AM, Konrad Rzeszutek Wilk wrote: > On Thu, Oct 04, 2012 at 01:22:58PM -0700, Alexander Duyck wrote: >> On 10/04/2012 10:19 AM, Konrad Rzeszutek Wilk wrote: >> @@ -450,7 +451,7 @@ void *swiotlb_tbl_map_single(struct device *hwdev, >> dma_addr_t tbl_dma_addr, >>

Re: [PATCH] pidns: remove recursion from free_pid_ns (v3)

2012-10-09 Thread Andrew Morton
On Tue, 9 Oct 2012 12:03:00 -0700 Greg KH wrote: > On Tue, Oct 09, 2012 at 11:48:21AM -0700, Andrew Morton wrote: > > On Sat, 6 Oct 2012 23:56:33 +0400 > > Andrew Vagin wrote: > > > > > Here is a stack trace of recursion: > > > free_pid_ns(parent) > > > put_pid_ns(parent) > > >

Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses

2012-10-09 Thread Alexander Duyck
On 10/08/2012 08:43 AM, Alexander Duyck wrote: > On 10/06/2012 10:57 AM, Andi Kleen wrote: >> BTW __pa used to be a simple subtraction, the if () was just added to >> handle the few call sites for x86-64 that do __pa(_symbol). >> Maybe we should just go back to the old __pa_symbol() for those

Re: [ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Thomas Gleixner
On Tue, 9 Oct 2012, Steven Rostedt wrote: > On Tue, 2012-10-09 at 15:46 +0200, Thomas Gleixner wrote: > > > The RT patch against 3.6.1 can be found here: > > > > > > http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patch-3.6.1-rt1.patch.xz > > > > The split quilt queue is available

Re: [PATCH] pidns: remove recursion from free_pid_ns (v3)

2012-10-09 Thread Greg KH
On Tue, Oct 09, 2012 at 11:48:21AM -0700, Andrew Morton wrote: > On Sat, 6 Oct 2012 23:56:33 +0400 > Andrew Vagin wrote: > > > Here is a stack trace of recursion: > > free_pid_ns(parent) > > put_pid_ns(parent) > > kref_put(>kref, free_pid_ns); > > free_pid_ns > > > > This patch

Re: [RFC PATCH 0/5] amd_iommu: Refactor IOMMU group and support virtual aliases

2012-10-09 Thread Florian Dazinger
Am Tue, 09 Oct 2012 12:35:39 -0600 schrieb Alex Williamson : > On Tue, 2012-10-09 at 20:27 +0200, Florian Dazinger wrote: > > Am Mon, 08 Oct 2012 22:49:28 -0600 > > schrieb Alex Williamson : > > > > > This series is meant to refactor IOMMU group support in amd_iommu > > > to properly support

Re: [RFC PATCH 03/13] ARM: edma: add DT and runtime PM support for AM335x

2012-10-09 Thread Matt Porter
On Fri, Sep 21, 2012 at 08:53:06AM +, Hebbar, Gururaja wrote: > On Thu, Sep 20, 2012 at 20:13:36, Porter, Matt wrote: > > Adds support for parsing the TI EDMA DT data into the required > > EDMA private API platform data. > > > > Calls runtime PM API only in the DT case in order to unidle the

Re: [PATCH RFC 1/2] kvm: Handle undercommitted guest case in PLE handler

2012-10-09 Thread Raghavendra K T
* Avi Kivity [2012-10-04 17:00:28]: > On 10/04/2012 03:07 PM, Peter Zijlstra wrote: > > On Thu, 2012-10-04 at 14:41 +0200, Avi Kivity wrote: > >> > >> Again the numbers are ridiculously high for arch_local_irq_restore. > >> Maybe there's a bad perf/kvm interaction when we're injecting an > >>

Re: Linux 3.6

2012-10-09 Thread Nick Bowler
On 2012-10-04 23:30 +0200, Stefan Richter wrote: > On Oct 04 Nick Bowler wrote: > > On 2012-10-04 09:14 -0700, Kees Cook wrote: > > > On Thu, Oct 04, 2012 at 12:03:54PM -0400, Nick Bowler wrote: > > > > On 2012-10-04 08:49 -0700, Kees Cook wrote: > > > > > FWIW, there should have been an audit

Re: [PATCH 2/2] xattr: prevent NULL ptr deref warnings in __simple_xattr_set

2012-10-09 Thread Sasha Levin
On 09/14/2012 04:58 PM, Aristeu Rozanski wrote: > On Fri, Sep 14, 2012 at 01:55:55PM -0700, Tejun Heo wrote: >> On Fri, Sep 14, 2012 at 01:54:34PM -0700, Tejun Heo wrote: >>> On Fri, Sep 14, 2012 at 09:35:54PM +0200, Sasha Levin wrote: Prevent warnings generated by smatch due to unchecked

[PATCH] x86: Improve 64 bit __phys_addr call performance

2012-10-09 Thread Alexander Duyck
This patch is meant to improve overall system performance when making use of the __phys_addr call on 64 bit x86 systems. To do this I have implemented several changes. First if CONFIG_DEBUG_VIRTUAL is not defined __phys_addr is made an inline, similar to how this is currently handled in 32 bit.

Re: [PATCH] pidns: remove recursion from free_pid_ns (v3)

2012-10-09 Thread Andrew Morton
On Sat, 6 Oct 2012 23:56:33 +0400 Andrew Vagin wrote: > Here is a stack trace of recursion: > free_pid_ns(parent) > put_pid_ns(parent) > kref_put(>kref, free_pid_ns); > free_pid_ns > > This patch turns recursion into loops. > > pidns can be nested many times, so in case of

Re: [PATCH] [RESEND] qla2xxx: fix potential deadlock on ha->hardware_lock

2012-10-09 Thread Nicholas A. Bellinger
Hi Jiri, Andrew, Arun & Co, On Mon, 2012-10-08 at 09:23 +0200, Jiri Kosina wrote: > Lockdep reports: > > === [ cut here ] === > = > [ INFO: possible irq lock inversion dependency detected ] > 3.6.0-0.0.0.28.36b5ec9-default #1 Not tainted

pull request: wireless 2012-10-09

2012-10-09 Thread John W. Linville
commit c3e7724b6bc2f25e46c38dbe68f09d71fafeafb8 Dave, Here is a batch of fixes intended for 3.7... Amitkumar Karwar provides a couple of mwifiex fixes to correctly report some reason codes for certain connection failures. He also provides a fix to cleanup after a scanning failure. Bing Zhao

Re: [GIT PULL] Disintegrate UAPI for xen

2012-10-09 Thread Konrad Rzeszutek Wilk
commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: > > Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) > > are available in the git repository at: > > > git://git.infradead.org/users/dhowells/linux-headers.git > tags/disintegrate-xen-20121009 >

Re: [PATCH v2 03/10] compiler-gcc{3,4}.h: Use GCC_VERSION macro

2012-10-09 Thread Andrew Morton
On Sun, 07 Oct 2012 13:27:58 -0500 Daniel Santos wrote: > We'll have to ask Andrew. Maybe so he can test on those versions of gcc? > > commit d3ffe64a1dbcfe18b57f90f7c01c40c93d0a8b92 > Author: Andrew Morton > Date: Fri Sep 28 00:02:42 2012 + > > a > > Signed-off-by: Andrew

[PATCH] drm/omap: fix allocation size for page addresses array

2012-10-09 Thread Vincent Penquerc'h
Signed-off-by: Rob Clark Signed-off-by: Vincent Penquerc'h --- drivers/staging/omapdrm/omap_gem.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/omapdrm/omap_gem.c b/drivers/staging/omapdrm/omap_gem.c index c828743..4c1472c 100644 ---

Re: [GIT PULL 0/9] ARM architecture fixes for 3.7

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Russell King - ARM Linux wrote: > > On Tue, Oct 09, 2012 at 05:22:54PM +0200, Arnd Bergmann wrote: > > Here are some patches that belong into your domain, I hope you can > > just send the lot to Linus the next time you send other patches. > > > > These bug fixes all

Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:20PM -0700, Kent Overstreet wrote: > Bunch of cleanup Ugh. That's way too much noisy change for one patch with no description. Break it up into functional pieces and actually describe them. > events off the ringbuffer without racing with io_getevents(). Are you

Re: sched: per-entity load-tracking

2012-10-09 Thread Paul Turner
On Sat, Oct 6, 2012 at 12:39 AM, Ingo Molnar wrote: > > * Paul Turner wrote: > >> Peter: >> The rebase to tip/master made interdiff angry enough that it wasn't >> producing the right relative diffs for your stack. Sorry :( > > Find below the diff between the two series, using 'quilt > snapshot'

Re: [RFC PATCH 0/5] amd_iommu: Refactor IOMMU group and support virtual aliases

2012-10-09 Thread Alex Williamson
On Tue, 2012-10-09 at 20:27 +0200, Florian Dazinger wrote: > Am Mon, 08 Oct 2012 22:49:28 -0600 > schrieb Alex Williamson : > > > This series is meant to refactor IOMMU group support in amd_iommu > > to properly support virtual aliases. If multiple devices alias to > > the same virtual alias,

Re: [PATCH] perf: Handln new rbtree implementation

2012-10-09 Thread Borislav Petkov
On Tue, Oct 09, 2012 at 08:01:56PM +0200, Markus Trippelsdorf wrote: > Perf build fails with the new rbtree implementation: > > ../../lib/rbtree.c:24:36: fatal error: linux/rbtree_augmented.h: No such > file or > directory >

Re: Pull request for mainline

2012-10-09 Thread Roland Stigge
Hi David and Artem! On 05/10/12 11:30, Roland Stigge wrote: > just small reminder, just in case: Now would be a good opportunity for a > pull request for mtd to mainline, if not already done. ;-) I found two others asking on the mtd list for the same, but also without a reply. So I hope you are

Re: sched: per-entity load-tracking

2012-10-09 Thread Paul Turner
On Mon, Oct 8, 2012 at 5:14 AM, Peter Zijlstra wrote: > On Sat, 2012-10-06 at 09:39 +0200, Ingo Molnar wrote: > > Thanks Ingo! Paul, > >> tip/kernel/sched/fair.c | 28 ++-- >> 1 file changed, 18 insertions(+), 10 deletions(-) >> >> Index: tip/kernel/sched/fair.c >>

Re: [PATCH 4/5] aio: vmap ringbuffer

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:19PM -0700, Kent Overstreet wrote: > It simplifies a lot of stuff if the ringbuffer is contiguously mapped > into kernel space, and we can delete a lot of code - in particular, this > is useful for converting read_events() to cmpxchg. 1) I'm concerned that Our

Re: [RFC PATCH 0/5] amd_iommu: Refactor IOMMU group and support virtual aliases

2012-10-09 Thread Florian Dazinger
Am Mon, 08 Oct 2012 22:49:28 -0600 schrieb Alex Williamson : > This series is meant to refactor IOMMU group support in amd_iommu > to properly support virtual aliases. If multiple devices alias to > the same virtual alias, they should be grouped together. This code > also verifies whether the

Re: [ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Steven Rostedt
On Tue, 2012-10-09 at 14:19 -0400, Steven Rostedt wrote: > On Tue, 2012-10-09 at 15:46 +0200, Thomas Gleixner wrote: > > Dear RT Folks, > > > > I'm pleased to announce the 3.6.1-rt1 release. > > > > This is a pretty straight forward move from the 3.4-rt series which > > includes a few

Re: [PATCH 3/5] aio: Rewrite refcounting

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:18PM -0700, Kent Overstreet wrote: > The refcounting before wasn't very clear; there are two refcounts in > struct kioctx, with an unclear relationship between them (or between > them and ctx->dead). > > Now, reqs_active holds a refcount on users (when reqs_active is

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

2012-10-09 Thread Yinghai Lu
On Tue, Oct 9, 2012 at 5:19 AM, Stefano Stabellini wrote: > > I agree with Peter that this series is going in the right direction. > However if I give more than 4G of RAM to the VM I get a panic at boot: > > [0.00] Linux version 3.6.0-rc7+ (sstabellini@st22) (gcc version 4.4.5 > (Debian

Re: [PATCH 2/5] aio: kiocb_cancel()

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:17PM -0700, Kent Overstreet wrote: > Minor refactoring, to get rid of some duplicated code Honestly: I wouldn't bother. Nothing of consequence uses cancel. I have an RFC patch series that tears it out. Let me polish that up send it out, I'll cc: you. - z -- To

Re: [PATCH 1/5] aio: Kill return value of aio_complete()

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:16PM -0700, Kent Overstreet wrote: > Nothing used the return value, and it probably wasn't possible to use it > safely for the locked versions (aio_complete(), aio_put_req()). Just > kill it. Nice, seems reasonable enough. (Queue the timer for complaints from out of

Re: [PATCH] [ARM] Use AT() in the linker script to create correct program headers

2012-10-09 Thread Jason Gunthorpe
On Mon, Oct 08, 2012 at 11:46:49AM +0100, Dave Martin wrote: > > Yes, but we still need rely on complex code like I2C/MTD to create a > > correct DTB, which again puts us back to patching the kernel for that > > functionality. > > I'm still confused as to where this complexity is coming from. >

Re: [PATCH 5/9] ARM: Xen: fix initial build problems:

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Stefano Stabellini wrote: > > config XEN > > bool "Xen guest support on ARM (EXPERIMENTAL)" > > depends on EXPERIMENTAL && ARM && OF > > + depends on !CPU_V6 > > help > > Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. >

Re: [Xen-devel] [PATCH 5/9] ARM: Xen: fix initial build problems:

2012-10-09 Thread Arnd Bergmann
On Tuesday 09 October 2012, Ian Campbell wrote: > On Tue, 2012-10-09 at 16:39 +0100, Arnd Bergmann wrote: > > On Tuesday 09 October 2012, Ian Campbell wrote: > > > > * The tmem hypercall is not available on ARM > > > > > > > > * ARMv6 does not support cmpxchg on 16-bit words that are used in the

Re: [ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Steven Rostedt
On Tue, 2012-10-09 at 15:46 +0200, Thomas Gleixner wrote: > Dear RT Folks, > > I'm pleased to announce the 3.6.1-rt1 release. > > This is a pretty straight forward move from the 3.4-rt series which > includes a few significant updates which need to be backported to the > 3.x-rt stable series:

[PATCH 2/2] power_supply: Register power supply for thermal cooling device

2012-10-09 Thread Ramakrishna Pallala
This patch registers the power supply as a cooling device if the power supply has support for charge throttling. Now with this change low level drivers need not register with thermal framework as it is automatically done by power supply framework. Signed-off-by: Ramakrishna Pallala ---

[PATCH 1/2] power_supply: Add support for CHARGE_CONTROL_* attributes

2012-10-09 Thread Ramakrishna Pallala
Add support for power supply attributes CHARGE_CONTROL_LIMIT and CHARGE_CONTROL_LIMIT_MAX. These new attributes will enable the user space to implement custom charging algorithms based on platform state. Signed-off-by: Ramakrishna Pallala --- Documentation/power/power_supply_class.txt |3

[PATCH 0/2] power_supply: Add power supply throttling support

2012-10-09 Thread Ramakrishna Pallala
During charging battery temperature and charger chip temperature will go up. This can also result in increased skin temperature. This patchset adds the power supply throttling support and also registers the power supply as cooling device. PATCH 1/2: Add support for CHARGE_CONTROL_* attributes

Re: [ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Steven Rostedt
On Tue, 2012-10-09 at 15:46 +0200, Thomas Gleixner wrote: > The RT patch against 3.6.1 can be found here: > > > http://www.kernel.org/pub/linux/kernel/projects/rt/3.6/patch-3.6.1-rt1.patch.xz > > The split quilt queue is available at: > > >

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
On Tue, Oct 9, 2012 at 10:16 PM, Greg KH wrote: > On Tue, Oct 09, 2012 at 09:22:18AM -0700, Joe Perches wrote: >> On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: >> > Repalces printk's with pr_debug >> [] >> > diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c >> >

[PATCH] perf: Handln new rbtree implementation

2012-10-09 Thread Markus Trippelsdorf
Perf build fails with the new rbtree implementation: ../../lib/rbtree.c:24:36: fatal error: linux/rbtree_augmented.h: No such file or directory compilation terminated.

Re: vfs: oops on open_by_handle_at() in linux-next

2012-10-09 Thread Sage Weil
On Sun, 7 Oct 2012, Hugh Dickins wrote: > On Mon, 8 Oct 2012, Al Viro wrote: > > On Sun, Oct 07, 2012 at 08:32:51PM -0700, Hugh Dickins wrote: > > > Thank you, Sasha: this should fix it, and similar in other FSes. > > > > > > > > > [PATCH] tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking

Re: [GIT PULL] Disintegrate UAPI for can

2012-10-09 Thread Oliver Hartkopp
for the strictly kernel internal stuff. > > --- > The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: > > Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) > > are available in the git repository at: > > > git://git.infradead.o

Re: [PATCH] pch_gbe: Fix build error by selecting all the possible dependencies.

2012-10-09 Thread David Miller
From: Haicheng Li Date: Tue, 9 Oct 2012 17:43:12 +0800 > Fengguang reported a kernel build failure as following: > drivers/built-in.o: In function `pch_gbe_ioctl': > pch_gbe_main.c:(.text+0x510370): undefined reference to `pch_ch_control_write' > pch_gbe_main.c:(.text+0x510393): undefined

[ANNOUNCE] 3.0.45-rt67

2012-10-09 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.0.45-rt67 stable release. This release is just an update to the new stable 3.0.45 version and no RT specific changes have been made. You can get this release via the git tree at:

Re: [PATCH] [RFC] pidns: don't zap processes several times

2012-10-09 Thread Oleg Nesterov
On 10/09, Andrey Wagin wrote: > > 2012/10/9 Oleg Nesterov : > > Hmm. This is off-topic, but... > > > > create_pid_namespace: > > > > unsigned int level = parent_pid_ns->level + 1; > > ns->pid_cachep = create_pid_cachep(level + 1); > > Yes, it's correct,

Re: [PATCH 0/3] new ARM-soc warning fixes

2012-10-09 Thread Olof Johansson
On Tue, Oct 09, 2012 at 05:34:18PM +0200, Arnd Bergmann wrote: > Hi Olof, > > Here are three more fixes that I'd like to merge through the arm-soc > as time permits. All of them should be completely harmless and they > only fix harmless gcc warnings. > > I don't know what your plans are for

Re: [PATCH 1/8] exofs: drop lock/unlock super

2012-10-09 Thread Theodore Ts'o
Just to confirm, the ext4 lock_super removal is commit 07724f98978a, and Linus has already pulled it into his tree. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [GIT PULL for 3.7-rc1] media updates - part 1

2012-10-09 Thread Ezequiel Garcia
On Fri, Oct 5, 2012 at 10:42 AM, Mauro Carvalho Chehab wrote: > Hi Linus, > > Please pull from: > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > v4l_for_linus > > For the first part of the media updates for Kernel 3.7. > > This series contain: > > - A major tree

[tip:perf/core] Documentation: add documentation on compiling for Android

2012-10-09 Thread tip-bot for Irina Tirdea
Commit-ID: 7747e2f4fb5fb840994613dd1474c17cddb7836b Gitweb: http://git.kernel.org/tip/7747e2f4fb5fb840994613dd1474c17cddb7836b Author: Irina Tirdea AuthorDate: Mon, 8 Oct 2012 09:43:28 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 8 Oct 2012 17:44:39 -0300 Documentation:

[tip:perf/core] perf tools: Update Makefile for Android

2012-10-09 Thread tip-bot for Irina Tirdea
Commit-ID: d816ec2d1bea55cfeac373f0ab0ab8a3105e49b4 Gitweb: http://git.kernel.org/tip/d816ec2d1bea55cfeac373f0ab0ab8a3105e49b4 Author: Irina Tirdea AuthorDate: Mon, 8 Oct 2012 09:43:27 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 8 Oct 2012 17:42:16 -0300 perf tools:

[tip:perf/core] perf tools: Add on_exit implementation

2012-10-09 Thread tip-bot for Bernhard Rosenkraenzer
Commit-ID: 78da39faf7c903bb6e3c20a726fde1bf98d10af8 Gitweb: http://git.kernel.org/tip/78da39faf7c903bb6e3c20a726fde1bf98d10af8 Author: Bernhard Rosenkraenzer AuthorDate: Mon, 8 Oct 2012 09:43:26 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 8 Oct 2012 17:38:25 -0300 perf

Re: [PATCH] [RFC] pidns: don't zap processes several times

2012-10-09 Thread Andrey Wagin
2012/10/9 Oleg Nesterov : > On 10/08, Andrey Wagin wrote: >> >> 2012/10/7 Oleg Nesterov : >> > >> > Perhaps we should MAX_PID_NS_LEVEL instead? >> >> Yes, we can. >> >> Could I just define MAX_PID_NS_LEVEL in a code: >> #define MAX_PID_NS_LEVEL ((PAGE_SIZE - offsetof(struct pid, numbers)) >> /

Re: [PATCH] [ARM] Use AT() in the linker script to create correct program headers

2012-10-09 Thread Jason Gunthorpe
On Mon, Oct 08, 2012 at 11:24:13AM +0100, Dave Martin wrote: > Partly this came from some side speculation about whether we could do > things like privileged read-only permissions on newer CPUs, for preventing > unintended or undesired writes to the kernel's code or read-only data. Some other

[tip:perf/core] perf machine: Carve up event processing specific from perf_tool

2012-10-09 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: b0a7d1a0cd2e228dc06d099db2e1bb02f1b7d591 Gitweb: http://git.kernel.org/tip/b0a7d1a0cd2e228dc06d099db2e1bb02f1b7d591 Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 6 Oct 2012 16:26:02 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Oct 2012 16:34:13 -0300

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

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

[tip:perf/core] perf sched: Handle PERF_RECORD_EXIT events

2012-10-09 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0439539f72ea222fbfe511b47318b9c1815a7108 Gitweb: http://git.kernel.org/tip/0439539f72ea222fbfe511b47318b9c1815a7108 Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 6 Oct 2012 15:53:41 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Oct 2012 16:34:03 -0300

[tip:perf/core] perf event: No need to create a thread when handling PERF_RECORD_EXIT

2012-10-09 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f62d3f0f4596f983ec00495d91c8ddb30268d878 Gitweb: http://git.kernel.org/tip/f62d3f0f4596f983ec00495d91c8ddb30268d878 Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 6 Oct 2012 15:44:59 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Oct 2012 16:33:45 -0300

[tip:perf/core] perf diff: Add -F option to display formula for computation

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: ed279da2fc9774b4c0dc9fd513fa89a11cae3f56 Gitweb: http://git.kernel.org/tip/ed279da2fc9774b4c0dc9fd513fa89a11cae3f56 Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:45 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:13:36 -0300 perf diff: Add -F

Re: [ANNOUNCE] 3.6.1-rt1

2012-10-09 Thread Thomas Gleixner
On Tue, 9 Oct 2012, Steven Rostedt wrote: > On Tue, 2012-10-09 at 18:19 +0200, Thomas Gleixner wrote: > > > > > I've started looking at playing with the NAPI code again, and trying to > > > see if I can add an ENAPI interface (Even Newer API), where the driver > > > uses its own interrupt

[tip:perf/core] perf machine: Introduce find_thread method

2012-10-09 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 9d2f8e22fc965bcdd5561d000d234fe2d23657ba Gitweb: http://git.kernel.org/tip/9d2f8e22fc965bcdd5561d000d234fe2d23657ba Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 6 Oct 2012 15:43:20 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Oct 2012 16:33:22 -0300

[tip:perf/core] perf diff: Add option to sort entries based on diff computation

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: 96c47f19846742bdfa3c153c8d26ccca5945586b Gitweb: http://git.kernel.org/tip/96c47f19846742bdfa3c153c8d26ccca5945586b Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:42 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:08:54 -0300 perf diff: Add

[tip:perf/core] perf tools: Have the page size value available for all tools

2012-10-09 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0c1fe6b2f30fa275d939071293b6e28771283f6d Gitweb: http://git.kernel.org/tip/0c1fe6b2f30fa275d939071293b6e28771283f6d Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 6 Oct 2012 14:57:10 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Oct 2012 16:33:14 -0300

[tip:perf/core] perf diff: Display empty space for non paired samples

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: 6e92349d5a814a3f633a43d9d6bd3b199ef3ad72 Gitweb: http://git.kernel.org/tip/6e92349d5a814a3f633a43d9d6bd3b199ef3ad72 Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:47 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:15:19 -0300 perf diff: Display

[tip:perf/core] perf diff: Include samples without symbol in overall stats

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: d88c48f9b5bfcbd2e296b2d240e8cb0aec99f042 Gitweb: http://git.kernel.org/tip/d88c48f9b5bfcbd2e296b2d240e8cb0aec99f042 Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:46 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:14:49 -0300 perf diff: Include

Re: [PATCH 6/9] ARM: pass -marm to gcc by default for both C and assembler

2012-10-09 Thread Dave Martin
On Tue, Oct 09, 2012 at 05:23:00PM +0200, Arnd Bergmann wrote: > The Linaro cross toolchain and probably others nowadays default to > building in THUMB2 mode. When building a kernel for a CPU that does > not support THUMB2, the compiler complains about incorrect flags. > We can work around this by

[ANNOUNCE] 3.4.13-rt21

2012-10-09 Thread Steven Rostedt
Dear RT Folks, I'm pleased to announce the 3.4.13-rt21 stable release. This release is just an update to the new stable 3.4.13 version and no RT specific changes have been made. You can get this release via the git tree at:

[tip:perf/core] perf diff: Add -p option to display period values for hist entries

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: 61949b212e7f6f8f31891236ba24033f9b7af8c3 Gitweb: http://git.kernel.org/tip/61949b212e7f6f8f31891236ba24033f9b7af8c3 Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:44 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:11:47 -0300 perf diff: Add -p

Re: [PATCH v5] dma-debug: New interfaces to debug dma mapping errors

2012-10-09 Thread Shuah Khan
On Tue, 2012-10-09 at 13:12 -0400, Konrad Rzeszutek Wilk wrote: > On Mon, Oct 08, 2012 at 11:08:06AM -0600, Shuah Khan wrote: > > Add dma-debug interface debug_dma_mapping_error() to debug drivers that fail > > to check dma mapping errors on addresses returned by dma_map_single() and > >

[tip:perf/core] perf diff: Add weighted diff computation way to compare hist entries

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: 81d5f95819953321a2557b0656b24ea10af9629c Gitweb: http://git.kernel.org/tip/81d5f95819953321a2557b0656b24ea10af9629c Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:43 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:10:42 -0300 perf diff: Add

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

2012-10-09 Thread Catalin Marinas
On Tue, Oct 09, 2012 at 10:15:13AM +0100, David Howells wrote: > David Howells (1): > UAPI: (Scripted) Disintegrate arch/arm64/include/asm It still fails on arm64. The reason is that I had a __SYSCALL_COMPAT guard to provide either the 32-bit syscalls or the 64-bit (generic) ones via

Re: [PATCH v5] dma-debug: New interfaces to debug dma mapping errors

2012-10-09 Thread Konrad Rzeszutek Wilk
On Mon, Oct 08, 2012 at 11:08:06AM -0600, Shuah Khan wrote: > Add dma-debug interface debug_dma_mapping_error() to debug drivers that fail > to check dma mapping errors on addresses returned by dma_map_single() and > dma_map_page() interfaces. This interface clears a flag set by >

[tip:perf/core] perf diff: Add ratio computation way to compare hist entries

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: 7aaf6b35512382329c5b2dd46b42f2bf12a5fff0 Gitweb: http://git.kernel.org/tip/7aaf6b35512382329c5b2dd46b42f2bf12a5fff0 Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:41 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:06:54 -0300 perf diff: Add

[tip:perf/core] perf diff: Add -b option for perf diff to display paired entries only

2012-10-09 Thread tip-bot for Jiri Olsa
Commit-ID: a06d143e7cfaa10626f3ad0127a9b9169f900add Gitweb: http://git.kernel.org/tip/a06d143e7cfaa10626f3ad0127a9b9169f900add Author: Jiri Olsa AuthorDate: Fri, 5 Oct 2012 16:44:40 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 14:05:14 -0300 perf diff: Add -b

[tip:perf/core] perf trace: Add support for tracing workload given by command line

2012-10-09 Thread tip-bot for Namhyung Kim
Commit-ID: f15eb531d351163f1ea697c2dd8f15b66b01d289 Gitweb: http://git.kernel.org/tip/f15eb531d351163f1ea697c2dd8f15b66b01d289 Author: Namhyung Kim AuthorDate: Fri, 5 Oct 2012 14:02:16 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 5 Oct 2012 12:51:27 -0300 perf trace: Add

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