RE: [PATCH 2/2] hso: fix deadlock when receiving bursts of data

2014-07-07 Thread David Laight
From: Olivier Sobrie > Hi David, > > On Mon, Jul 07, 2014 at 09:13:53AM +, David Laight wrote: > > From: Olivier Sobrie > > > When the module sends bursts of data, sometimes a deadlock happens in > > > the hso driver when the tty buffer doesn't get the chance to be flushed > > > quickly

Re: [PATCH] parisc: Remove sizeof(frame) from call to get_sigframe

2014-07-07 Thread One Thousand Gnomes
On Fri, 4 Jul 2014 23:20:57 -0400 Nicholas Krause wrote: > This removes the sizeof(frame) from the call to get_sigframe on line > 243 in order to fix the call to this function as the sizeof in not > needed to call this function. If you are going to submit patches then - actually read what you

Re: [PATCH v2] iio:trigger: Introduce the use of devm_kzalloc

2014-07-07 Thread Lars-Peter Clausen
On 07/07/2014 02:52 PM, Julia Lawall wrote: On Mon, 7 Jul 2014, Jonathan Cameron wrote: On 01/07/14 22:19, Himangi Saraogi wrote: This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. More return paths are added and the

Re: [PATCH v2] iio:trigger: Introduce the use of devm_kzalloc

2014-07-07 Thread Julia Lawall
On Mon, 7 Jul 2014, Jonathan Cameron wrote: > On 01/07/14 22:19, Himangi Saraogi wrote: > > This patch introduces the use of the managed version of kzalloc and > > removes the kfrees in the probe and remove functions. More return > > paths are added and the labels are renamed to order them. > > >

Re: [PATCH v5 0/2] lockdep: add support for queued rwlock

2014-07-07 Thread Peter Zijlstra
On Thu, Jun 26, 2014 at 01:39:09PM -0400, Waiman Long wrote: > v4->v5: > - Add patch 2 to update the locking selftest code to handle recursive >read_lock correctly. Patch 1 has no change. I removed all CONFIG_QUEUE_RWLOCK dependencies and made lockdep unconditionally assume the stronger

Re: [PATCH 11/12] mfd: ab3100-core: Correct code sytle problems

2014-07-07 Thread Lee Jones
On Fri, 04 Jul 2014, Linus Walleij wrote: > On Wed, Jul 2, 2014 at 5:28 PM, Lee Jones wrote: > > > Corrects the following checkpatch gripes: > > Fix subject line ;-) The irony! > Reviewed-by: Linus Walleij -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source

[ANNOUNCE] 3.4.10-rt7

2014-07-07 Thread Thomas Gleixner
Dear RT Folks, I'm pleased to announce the 3.14.10-rt7 release. 3.14.10-rt6 is a not announced update to 3.14.10 without any RT changes aside of resolving the patch conflicts. Changes since 3.14.10-rt6: * Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq() - from Steven *

Re: [PATCH v2 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Peter Griffin wrote: > This patch adds the ST glue logic to manage the DWC3 HC > on STiH407 SoC family. It manages the powerdown signal, > and configures the internal glue logic and syscfg registers. > > Signed-off-by: Giuseppe Cavallaro > Signed-off-by: Peter Griffin >

Re: [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

2014-07-07 Thread Maxime Ripard
On Sun, Jul 06, 2014 at 05:22:00PM +0200, Arnd Bergmann wrote: > On Friday 04 July 2014, Maxime Ripard wrote: > > > > > It feels a little fragile to rely on the organisation of the clock > > > > > tree > > > > > and the naming thereof. If the IP block is ever reused on an SoC with > > > > > a >

Re: [PATCH] sched: fix possible divide by zero in avg_atom calculation

2014-07-07 Thread Peter Zijlstra
On Sat, Jun 14, 2014 at 03:00:09PM +0200, Mateusz Guzik wrote: > proc_sched_show_task does: > if (nr_switches) > do_div(avg_atom, nr_switches); > > nr_switches is unsigned long and do_div truncates it to 32 bits, which > means it can test non-zero on e.g. x86-64 and be truncated to zero for

Re: [PATCH v2] perf: Handle compat ioctl

2014-07-07 Thread Peter Zijlstra
On Tue, Jul 01, 2014 at 05:06:00PM +0100, Pawel Moll wrote: > On Tue, 2014-06-17 at 13:43 +0100, Pawel Moll wrote: > > When running a 32-bit userspace on a 64-bit kernel (eg. i386 > > application on x86_64 kernel or 32-bit arm userspace on arm64 > > kernel) some of the perf ioctls must be treated

Re: ACPI resource change triggers loss of serial ports

2014-07-07 Thread Rafael J. Wysocki
On Thursday, June 19, 2014 11:41:30 AM Andy Whitcroft wrote: > The recently merged change (in v3.14-rc6) to ACPI resource detection > (below) causes all zero length ACPI resources to be elided from the table: > > commit b355cee88e3b1a193f0e9a81db810f6f83ad728b > Author: Zhang Rui > Date:

Re: [RFC PATCH v3] reset: Add a defer reset object to send board specific reset

2014-07-07 Thread Linus Walleij
On Wed, Jun 18, 2014 at 3:37 PM, Houcheng Lin wrote: (...) > +static DEFINE_MUTEX(deferred_reset_mutex); > +static LIST_HEAD(deferred_reset_list); > + > +struct defer_reset_private { > + struct list_head lnode; > + struct device_node *node; /* defer_reset device */ Isn't it better

Re: [PATCH v2] iio:trigger: Introduce the use of devm_kzalloc

2014-07-07 Thread Lars-Peter Clausen
On 07/07/2014 02:34 PM, Jonathan Cameron wrote: On 01/07/14 22:19, Himangi Saraogi wrote: This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. More return paths are added and the labels are renamed to order them.

Re: [PATCH] Fix backlight control for Acer TravelMate B113

2014-07-07 Thread Rafael J. Wysocki
On Monday, June 30, 2014 09:29:54 AM Aaron Lu wrote: > On 06/29/2014 04:42 PM, Martin Kepplinger wrote: > > Am 2014-06-23 22:30, schrieb Martin Kepplinger: > >> Fix backlight control for Acer TravelMate B113 Laptop by adding > >> it to the video_dmi_table. > >> > >> A workaround before that was to

Re: [PATCH] staging: iio: Introduce the use of devm_ioremap_resource

2014-07-07 Thread Lars-Peter Clausen
On 07/07/2014 02:36 PM, Jonathan Cameron wrote: On 01/07/14 19:44, Himangi Saraogi wrote: This patch introduces the use of devm_ioremap_resource. It does away with call to request_mem_region and the error checking on platform_get_resource. Also, the calls to free the allocated resources like

Re: [PATCH] staging: iio: Introduce the use of devm_ioremap_resource

2014-07-07 Thread Jonathan Cameron
On 01/07/14 19:44, Himangi Saraogi wrote: This patch introduces the use of devm_ioremap_resource. It does away with call to request_mem_region and the error checking on platform_get_resource. Also, the calls to free the allocated resources like release_mem_region and iounmap are done away with.

Re: [PATCH v2] iio:trigger: Introduce the use of devm_kzalloc

2014-07-07 Thread Jonathan Cameron
On 01/07/14 22:19, Himangi Saraogi wrote: This patch introduces the use of the managed version of kzalloc and removes the kfrees in the probe and remove functions. More return paths are added and the labels are renamed to order them. Signed-off-by: Himangi Saraogi Looks sane, but I'd like an

Re: [PATCH] tools: perf: prefer clarity in setup_pager

2014-07-07 Thread Michal Nazarewicz
On Sun, Jul 06 2014, Michael Lentine wrote: > Unless I'm missing something this removes defaulting the pager to cat > if nothing is found which is very useful for devices/oses without less > or pager. The last two conditions are merged together, i.e. if (!pager) pager =

Re: [PATCH] iio: hid-sensors: make hid_sensor_get_reporting_interval static

2014-07-07 Thread Jonathan Cameron
On 30/06/14 10:29, Daniel Baluta wrote: This fixes the following sparse warning: CHECK drivers/iio/common/hid-sensors/hid-sensor-attributes.c drivers/iio/common/hid-sensors/hid-sensor-attributes.c:346:5: warning: symbol 'hid_sensor_get_reporting_interval' was not declared. Should it be

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Daniel Vetter
On Mon, Jul 07, 2014 at 06:45:49AM -0400, Ed Tomlinson wrote: > Daniel, > > I am not quite sure I understand what you want me to test? > Do you want me to try it without: > > > > + if (ret == 0) { > > > + ret = do_unregister_con_driver(_con); Below the diff

Re: [rtc-linux] [PATCH 1/2] Allow to override the hctosys RTC using a kernel parameter

2014-07-07 Thread Alexander Holler
Am 07.07.2014 13:30, schrieb Roman Fietze: > Hello RTC maintainers and list members, > > I would like to hear your criticism about the following two small > patches. > > These patches allow to overwrite the hctosys RTC specified in the > kernel config using CONFIG_RTC_HCTOSYS_DEVICE. > > The

Re: [RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)

2014-07-07 Thread Paolo Bonzini
Il 07/07/2014 12:29, David Drysdale ha scritto: I think that's more easily done by opening the file as O_RDONLY/O_WRONLY /O_RDWR. You could do it by running the file descriptor's seccomp-bpf program once per iocb with synthesized syscall numbers and argument vectors. Right, but generating

Re: [PATCH v2] declance: Fix 64-bit compilation warnings

2014-07-07 Thread Maciej W. Rozycki
On Mon, 7 Jul 2014, Grant Likely wrote: > > > > I don't think %#p is valid so it > > > > shouldn't have been set by #. > > > > > > Huh? As recently as last Wednesday you pointed me at the specific > > > commit > > > from Grant that made it valid (GCC format complaints aside). > > > > Those

[PATCH] ASoC: add SOC_VALUE_ENUM_EXT

2014-07-07 Thread Richard Fitzgerald
Adds an equivalent of SOC_ENUM_EXT for value enums Strictly speaking SOC_ENUM_EXT can also be used to define a value enum since the only difference is the get and set functions. But this doesn't look good in code because it is inconsistent with the normal control definitions. Adding a specific

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Gleb Natapov
On Mon, Jul 07, 2014 at 03:10:23PM +0300, Nadav Amit wrote: > On 7/7/14, 2:54 PM, Gleb Natapov wrote: > >On Mon, Jul 07, 2014 at 02:42:27PM +0300, Nadav Amit wrote: > >>Tang, > >> > >>Running some (unrelated) tests I see that KVM does not handle APIC base > >>relocation correctly. When the base is

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Nadav Amit
On 7/7/14, 2:54 PM, Gleb Natapov wrote: On Mon, Jul 07, 2014 at 02:42:27PM +0300, Nadav Amit wrote: Tang, Running some (unrelated) tests I see that KVM does not handle APIC base relocation correctly. When the base is changed, kvm_lapic_set_base just changes lapic->base_address without taking

[PATCH] of: Add vendor prefix for Innolux Corporation

2014-07-07 Thread Thierry Reding
From: Thierry Reding According to Wikipedia, Innolux started out in 2003 as InnoLux Display Corporation and merged with Chi Mei Optoelectronics in 2006. It went by the name of Chimei Innolux Corporation for a while and changed its name back to Innolux Corporation in late 2012. Signed-off-by:

[PATCH -mm 1/8] memcg: add pointer from memcg_cache_params to owner cache

2014-07-07 Thread Vladimir Davydov
We don't keep a pointer to the owner kmem cache in the memcg_cache_params struct, because we can always get the cache by reading the slot corresponding to the owner memcg in the root cache's memcg_caches array (see memcg_params_to_cache). However, this won't work when kmem cache re-parenting is

[PATCH -mm 2/8] memcg: keep all children of each root cache on a list

2014-07-07 Thread Vladimir Davydov
Sometimes we need to iterate over all child caches of a particular root cache, e.g. when we are destroying it. Currently each root cache keeps pointers to its children in its memcg_cache_params::memcg_caches_array so that we can enumerate all active kmemcg ids dereferencing appropriate array slots

Re: [PATCH v2] declance: Fix 64-bit compilation warnings

2014-07-07 Thread Grant Likely
On Sat, 05 Jul 2014 11:31:39 -0700, Joe Perches wrote: > On Sat, 2014-07-05 at 19:20 +0100, Maciej W. Rozycki wrote: > > On Sat, 5 Jul 2014, Joe Perches wrote: > > > I don't think %#p is valid so it > > > shouldn't have been set by #. > > > > Huh? As recently as last Wednesday you pointed me

[PATCH -mm 0/8] memcg: reparent kmem on css offline

2014-07-07 Thread Vladimir Davydov
Hi, This patch set introduces re-parenting of kmem charges on memcg css offline. The idea lying behind it is very simple - instead of pointing from kmem objects (kmem caches, non-slab kmem pages) directly to the memcg which they are charged against, we make them point to a proxy object,

[PATCH -mm 5/8] memcg: rework non-slab kmem pages charge path

2014-07-07 Thread Vladimir Davydov
Currently we have two functions for that: memcg_kmem_newpage_charge and memcg_kmem_commit_charge. The former is called before allocating a page to charge it to the current cgroup, while the latter saves the memcg the new page was charged to in its page_cgroup. Actually, there's no need to use

[PATCH -mm 6/8] memcg: introduce kmem context

2014-07-07 Thread Vladimir Davydov
Currently, each kmem allocation keeps a pointer to the memcg which it was charged to. It's kmem_cache->memcg_params->memcg in case of kmalloc and page->memcg in case of alloc_kmem_pages. As a result, to re-parent those charges on memcg offline we have to fix all the pointers so that they would

[PATCH -mm 7/8] memcg: move some kmem definitions upper

2014-07-07 Thread Vladimir Davydov
I need this in the next patch. Signed-off-by: Vladimir Davydov --- mm/memcontrol.c | 114 +++ 1 file changed, 56 insertions(+), 58 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index fb25575bdb22..21cf15184ad8 100644 ---

[PATCH -mm 4/8] slub: remove kmemcg id from create_unique_id

2014-07-07 Thread Vladimir Davydov
This function is never called for memcg caches, because they are unmergeable, so remove the dead code. Signed-off-by: Vladimir Davydov --- mm/slub.c |6 -- 1 file changed, 6 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index 1821e2096cbb..81f3823f3e03 100644 --- a/mm/slub.c +++

[PATCH -mm 8/8] memcg: reparent kmem context on memcg offline

2014-07-07 Thread Vladimir Davydov
Currently, mem_cgroup_kmem_context holds a reference to the owner memcg, so a memcg will be hanging around after offline until the last kmem object charged to it is freed. This is bad, because the mem_cgroup struct is huge, and we actually don't need most of its fields to uncharge kmem after css

[PATCH -mm 3/8] slab: guarantee unique kmem cache naming

2014-07-07 Thread Vladimir Davydov
Unique names are necessary to avoid sysfs name clashes in SLUB's implementation. Currently we give per memcg caches unique names by appending memcg name and id to the root cache's name. However, it won't be enough when kmem cache re-parenting is introduced, because then memcg id and name can be

Re: [PATCH v3 1/3] ima: use ahash API for file hash calculation

2014-07-07 Thread Mimi Zohar
On Fri, 2014-07-04 at 15:05 +0300, Dmitry Kasatkin wrote: > Async hash API allows to use HW acceleration for hash calculation. > It may give significant performance gain or/and reduce power consumption, > which might be very beneficial for battery powered devices. > > This patch introduces hash

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Gleb Natapov
On Mon, Jul 07, 2014 at 02:42:27PM +0300, Nadav Amit wrote: > Tang, > > Running some (unrelated) tests I see that KVM does not handle APIC base > relocation correctly. When the base is changed, kvm_lapic_set_base just > changes lapic->base_address without taking further action (i.e., modifying >

Re: [PATCH] arch: arm: mach-omap2: usb-tusb6010.c: Cleaning up variable is set more than once

2014-07-07 Thread Tony Lindgren
* Rickard Strandqvist [140625 05:29]: > A struct member variable is set to the same value more than once > > This was found using a static code analysis program called cppcheck. Applying into omap-for-v3.17/fixes-not-urgent thanks. Tony -- To unsubscribe from this list: send the line

[PATCH 2/2] Allow to override the hctosys RTC using a kernel parameter

2014-07-07 Thread Roman Fietze
Hello list members, And here the second part. >From e523006a34db26c274d3b71de5b914f476fb029e Mon Sep 17 00:00:00 2001 From: Roman Fietze Date: Fri, 4 Jul 2014 10:05:08 +0200 Subject: [PATCH 2/2] rtc: add kernel parameter hctosys, use it instead of CONFIG_RTC_HCTOSYS_DEVICE This change allows

SCHNELLE KREDITE VON UNS BEKOMMEN UND IHRE DRINGENDEN FINANZIELLEN PROBLEME ZU LÖSEN

2014-07-07 Thread weboffice1234...@libero.it
Suchen Sie Darlehen?Haben Sie schlechte Kredit und ist fast unmöglich einen Kredit zu bekommen? Es muss nicht so sein. Lassen Sie unsere Kreditgeber-Hilfe erhalten Sie das Geld, was, das Sie brauchen. Kontakt an Tag e-Mail: morganhomefinanc...@gmail.com -- To unsubscribe from this list: send

Re: [PATCH 1/2] power: generic-adc-battery: use devm_kcalloc for psy->properties

2014-07-07 Thread Heiko Stübner
Am Freitag, 16. Mai 2014, 15:12:50 schrieb Heiko Stübner: > From: Heiko Stuebner > > This reduces the amount of code spent on initialization and cleanup > of the properties memory and also simplifies the error handling a bit. > > Signed-off-by: Heiko Stuebner any comments on these two

Re: [PATCH 1/1] perf: Prevent race in PERF_SAMPLE_READ group format sample output

2014-07-07 Thread Peter Zijlstra
On Mon, Jul 07, 2014 at 12:20:20PM +0200, Jiri Olsa wrote: > On Mon, Jul 07, 2014 at 11:04:28AM +0200, Peter Zijlstra wrote: > > On Wed, Jun 25, 2014 at 08:44:35PM +0200, Jiri Olsa wrote: > > > From: Jiri Olsa > > > > > > While iterating siblings in perf_output_read_group we could > > > race

Re: [RFC 01/10] iommu: Add IOMMU device registry

2014-07-07 Thread Thierry Reding
On Sun, Jul 06, 2014 at 08:17:22PM +0200, Arnd Bergmann wrote: > On Friday 04 July 2014, Will Deacon wrote: > > On Fri, Jul 04, 2014 at 02:47:10PM +0100, Thierry Reding wrote: > > > On Fri, Jul 04, 2014 at 01:05:30PM +0200, Joerg Roedel wrote: > > > > On Thu, Jun 26, 2014 at 10:49:41PM +0200,

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Nadav Amit
Tang, Running some (unrelated) tests I see that KVM does not handle APIC base relocation correctly. When the base is changed, kvm_lapic_set_base just changes lapic->base_address without taking further action (i.e., modifying the VMCS apic address in VMX). This patch follows KVM bad behavior

Re: [PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc

2014-07-07 Thread Nick Dyer
On 07/07/14 12:21, Sekhar Nori wrote: > I was unable to get the touchscreen working on my board after applying > just these patches. It does work correctly with your for-next branch so > I guess I need to wait for you to post the rest of your patches too. > > Here are the relevant messages at

[PATCH 1/2] Allow to override the hctosys RTC using a kernel parameter

2014-07-07 Thread Roman Fietze
Hello RTC maintainers and list members, I would like to hear your criticism about the following two small patches. These patches allow to overwrite the hctosys RTC specified in the kernel config using CONFIG_RTC_HCTOSYS_DEVICE. The background ist, that we have two almost identical x86 boards

Re: doing lots of disk writes causes oom killer to kill processes

2014-07-07 Thread Michal Suchanek
On 9 October 2013 16:19, Michal Suchanek wrote: > Hello, > > On 19 September 2013 12:13, Jan Kara wrote: >> On Wed 18-09-13 16:56:08, Michal Suchanek wrote: >>> On 17 September 2013 23:13, Jan Kara wrote: >>> > Hello, >>> >>> The default for dirty_ratio/dirty_background_ratio is 60/40.

Re: [PATCH] sparse: Add CLOG option for saving warning

2014-07-07 Thread Sam Ravnborg
On Fri, Jul 04, 2014 at 12:48:00AM -0700, Christopher Li wrote: > On Mon, Jun 30, 2014 at 1:57 AM, Christopher Li wrote: > > > > Add the CLOG= option in command line to > > save the sparse warning into individual log file. > > > > Typical usage: > > > > make -j8 C=2 CLOG= > > Any feed back for

Re: [PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc

2014-07-07 Thread Sekhar Nori
Hi Nick, On Thursday 03 July 2014 08:31 PM, nick.d...@itdev.co.uk wrote: > Hi Dimitry- > > Here is another set of atmel_mxt_ts patches for upstream. There are some > really useful new features, but I hope nothing too controversial. I was unable to get the touchscreen working on my board after

Re: [PATCH v10 7/7] mm: Don't split THP page when syscall is called

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:58AM +0900, Minchan Kim wrote: > We don't need to split THP page when MADV_FREE syscall is > called. It could be done when VM decide really frees it so > we could reduce the number of THP split. > > Signed-off-by: Minchan Kim > --- > include/linux/huge_mm.h | 3

Re: [PATCH v8 0/9] Support for creating generic PCI host bridges from DT

2014-07-07 Thread Liviu Dudau
On Sun, Jul 06, 2014 at 04:23:43PM +0100, Rob Herring wrote: > On Tue, Jul 1, 2014 at 1:43 PM, Liviu Dudau wrote: > > This is my resurected attempt at adding support for generic PCI host > > bridge controllers that make use of device tree information to > > configure themselves. I've tagged it as

Re: [PATCH v8 4/9] pci: OF: Fix the conversion of IO ranges into IO resources.

2014-07-07 Thread Liviu Dudau
On Sat, Jul 05, 2014 at 09:46:09PM +0100, Arnd Bergmann wrote: > On Saturday 05 July 2014 14:25:52 Rob Herring wrote: > > On Tue, Jul 1, 2014 at 1:43 PM, Liviu Dudau wrote: > > > The ranges property for a host bridge controller in DT describes > > > the mapping between the PCI bus address and the

Re: [patch[ epoll_ctl.2, epoll.7: document EPOLLWAKEUP

2014-07-07 Thread Rafael J. Wysocki
On Monday, July 07, 2014 09:01:57 PM NeilBrown wrote: > > --Sig_/ryAieyiS4Xod5WCxzxhl62b > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > > (adding lkml and linux-pm and I probably should have done from the start). First off, thanks a lot for

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-07 Thread Michal Marek
On 2014-07-05 01:45, Andy Lutomirski wrote: > On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek wrote: >> Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): >>> On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): > Based on a x86-only patch by Andy

Re: [patch[ epoll_ctl.2, epoll.7: document EPOLLWAKEUP

2014-07-07 Thread NeilBrown
(adding lkml and linux-pm and I probably should have done from the start). On Mon, 07 Jul 2014 08:46:28 +0200 "Michael Kerrisk (man-pages)" wrote: > Hi Neil, > > On 07/06/2014 11:03 AM, NeilBrown wrote: > > > > > > Signed-off-by: NeilBrown > > -- > > > > I noticed that this was missing so

Re: [PATCH v2 2/3] ARM: dts: sti: Add st-dwc3 devicetree bindings documentation

2014-07-07 Thread Lee Jones
Subject is wrong, this has nothing to do with ARM. Should be USB. On Sat, 05 Jul 2014, Peter Griffin wrote: > This patch documents the device tree documentation required for > the ST usb3 controller glue layer found in STiH407 devices. > > Signed-off-by: Giuseppe Cavallaro > Signed-off-by:

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Ed Tomlinson
Daniel, Just to be sure. The intel card here should not be claiming the real console. It does not have an output device and the bios set set so the radeon is the primary device. Ed On Monday 07 July 2014 10:48:26 Daniel Vetter wrote: > On Mon, Jun 30, 2014 at 07:59:55AM +0100, Chris Wilson

Re: [UPDATE PATCH v2 0/6] ACPI/EC: Critical race fixes.

2014-07-07 Thread Rafael J. Wysocki
On Monday, July 07, 2014 11:09:49 AM Lv Zheng wrote: > History: > v1: > The collection of bug-fixes from kernel bugzilla bug 70891. > v2: > 1. Improves the patch descriptions to make the root cause of the 70891 bug > more correct. > 2. Improves a race fix to make it more robust. > v2

Re: 3.16rc3 multiplatform, Armada 370 and IOMMU: unbootable kernel

2014-07-07 Thread Ezequiel Garcia
On 05 Jul 01:59 PM, Greg Kroah-Hartman wrote: > On Sat, Jul 05, 2014 at 12:03:08PM -0300, Ezequiel Garcia wrote: > > After following Gregory's stacktrace (also reproduced here): > > > > [] (iommu_bus_notifier) from [] > > (notifier_call_chain+0x64/0x9c) > > [] (notifier_call_chain) from [] > >

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-07-07 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder wrote: > pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 > interrupts under device-tree - it never actually sets up the chain > handler to get interrupts on edge detect for GPIO0 and GPIO1. > > Signed-off-by: Andrew Ruder Patch

Re: [PATCH] spi/spi-sh: Use devm_ioremap

2014-07-07 Thread Mark Brown
On Sun, Jul 06, 2014 at 09:44:50PM +0530, Himangi Saraogi wrote: > This patch introduces the use of devm_ioremap and removes the iounmaps > in the probe and remove functions. Also, the labels are renamed to > preserve ordering. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] Kbuild: Move -Wmaybe-uninitialized to W=1

2014-07-07 Thread Borislav Petkov
Ok, here's a v2 which goes ontop of http://lkml.kernel.org/r/1404175346-12330-1-git-send-email-beh...@converseincode.com After this, all warnings stuff should be back to normal. --- From: Borislav Petkov Subject: [PATCH -v2] Kbuild: Move -Wmaybe-uninitialized to W=1 This warning is enabled by

Re: [RFC PATCH 02/11] coresight: add CoreSight TMC driver

2014-07-07 Thread Linus Walleij
On Tue, Jun 17, 2014 at 1:12 AM, Mathieu Poirier wrote: > On 3 June 2014 03:09, Linus Walleij wrote: >> On Fri, May 30, 2014 at 3:43 PM, wrote: >>> + int read_count; >> >> Can this really be negative? > > It is useful for debugging, as an example see "tmc_release()".

Re: [PATCH v2 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Peter Griffin wrote: > Signed-off-by: Peter Griffin > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > diff --git a/MAINTAINERS b/MAINTAINERS > index 702ca10..269ad3b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1325,6 +1325,7 @@ F:

Re: [PATCH] video: backlight: ili922x.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Rickard Strandqvist wrote: > From: Rickard Strandqvist > > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by:

Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Rickard Strandqvist wrote: > From: Rickard Strandqvist > > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by:

Re: [PATCH v2] ARM: OMAP2+: Make GPMC skip disabled devices

2014-07-07 Thread Tony Lindgren
* Guido Martínez [140702 06:34]: > Currently, child nodes of the gpmc node are iterated and probed > regardless of their 'status' property. This means adding 'status = > "disabled";' has no effect. > > This patch changes the iteration to only probe nodes marked as > available. > >

Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-07 Thread Linus Walleij
On Mon, Jun 16, 2014 at 11:52 AM, Lee Jones wrote: > CC'ing Linus as he had an opinion. > > On Mon, 09 Jun 2014, Laxman Dewangan wrote: >> Add details of following properties which are used on driver but >> not documented on DT binding document. >> - ams,enable-internal-int-pullup >> -

MY LOVE

2014-07-07 Thread mirianmastandre...@adinet.com.uy
prosím, můj drahý, budu rád, kdybyste mě kontaktovat na (mirianandrevv@yahoo. in) Můj nejdražší Jak se dnes máte a vaše rodina doufám, že je vše v pořádku s tebou Já jsem volal Mirian viděl jsem váš profil dnes (facebook) a zjistíte, že jste hoden být moje jako někoho, koho můžu ležel na jeho

Re: [PATCH] video: backlight: ili922x.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sun, 06 Jul 2014, Rickard Strandqvist wrote: > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist > --- >

Re: [PATCH 2/2] sched: Rewrite per entity runnable load average tracking

2014-07-07 Thread Peter Zijlstra
On Wed, Jul 02, 2014 at 10:30:56AM +0800, Yuyang Du wrote: > The idea of per entity runnable load average (aggregated to cfs_rq and > task_group load) > was proposed by Paul Turner, and it is still followed by this rewrite. But > this rewrite > is made due to the following ends: > > (1).

Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
> Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist > --- > drivers/video/backlight/jornada720_lcd.c |4 +--- > 1

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Ed Tomlinson
Daniel, I am not quite sure I understand what you want me to test? Do you want me to try it without: > > + if (ret == 0) { > > + ret = do_unregister_con_driver(_con); Thanks Ed On Monday 07 July 2014 10:48:26 Daniel Vetter wrote: > On Mon, Jun 30, 2014 at

Re: [PATCH v10 2/7] x86: add pmd_[dirty|mkclean] for THP

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:53AM +0900, Minchan Kim wrote: > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > overwrite of the contents since MADV_FREE syscall is called for > THP page. > > This patch adds pmd_dirty and pmd_mkclean for THP page MADV_FREE > support. > > Cc:

Re: [PATCH] USB: ftdi_sio: add GPIO support

2014-07-07 Thread Linus Walleij
On Fri, Jun 13, 2014 at 8:31 PM, Greg Kroah-Hartman wrote: > On Fri, Jun 13, 2014 at 09:25:07AM +0200, Linus Walleij wrote: >> But I also want to bring the device model into question: normally >> when a mother device spawns children across different subsystems >> we model them as MFD devices

Re: [RFC PATCH 4/9] irqchip: GIC: add support for forwarded interrupts

2014-07-07 Thread Marc Zyngier
On Fri, Jun 27 2014 at 2:17:48 pm BST, Will Deacon wrote: > Hi Marc, > > On Wed, Jun 25, 2014 at 10:28:45AM +0100, Marc Zyngier wrote: >> Now that we've switched to EOImode == 1, prevent a forwarded interrupt >> from being deactivated after its priority has been dropped. >> >> Also add support

Re: [PATCH v10 1/7] mm: support madvise(MADV_FREE)

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:52AM +0900, Minchan Kim wrote: > Linux doesn't have an ability to free pages lazy while other OS > already have been supported that named by madvise(MADV_FREE). > > The gain is clear that kernel can discard freed pages rather than > swapping out or OOM if memory

Re: [PATCH] gpio_keys, twl4030-pwrbutton: stay awake for 1sec on resume

2014-07-07 Thread NeilBrown
On Fri, 4 Jul 2014 22:03:36 +1000 NeilBrown wrote: > On Fri, 04 Jul 2014 12:39:38 +0200 Lukas Maerdian wrote: > > > Hi all! > > > > On 28.06.2014 22:04 UTC+0200, Pavel Machek wrote: > > >> And the msec parameter is described as: > > >> > > >> @msec: Anticipated event processing time (in

Re: [PATCH 2/2] hso: fix deadlock when receiving bursts of data

2014-07-07 Thread Olivier Sobrie
Hi David, On Mon, Jul 07, 2014 at 09:13:53AM +, David Laight wrote: > From: Olivier Sobrie > > When the module sends bursts of data, sometimes a deadlock happens in > > the hso driver when the tty buffer doesn't get the chance to be flushed > > quickly enough. > > > > To avoid this, first,

Re: [PATCH 4/4] drivers: dma-contiguous: add initialization from device tree

2014-07-07 Thread Marek Szyprowski
Hello, On 2014-07-04 07:52, Joonsoo Kim wrote: -Original Message- From: Marek Szyprowski [mailto:m.szyprow...@samsung.com] Sent: Wednesday, July 02, 2014 7:49 PM Subject: [PATCH 4/4] drivers: dma-contiguous: add initialization from device tree Add a code to create CMA region from

[PATCH v2] power: poweroff: gpio: convert to use descriptors

2014-07-07 Thread Linus Walleij
This switches the GPIO poweroff driver to use GPIO descriptors rather than numeral GPIOs. We get rid of the specific inversion handling as GPIO descriptors know if they are active low or high and can assert the line properly, so we do not need to check the flag OF_GPIO_ACTIVE_LOW returned from the

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Wanpeng Li
On Wed, Jul 02, 2014 at 05:00:37PM +0800, Tang Chen wrote: >apic access page is pinned in memory, and as a result it cannot be >migrated/hot-removed. > >Actually it doesn't need to be pinned in memory. > >This patch introduces a new vcpu request: KVM_REQ_MIGRATE_EPT. This requet

Re: [PATCH] Allow increasing the buffer-head per-CPU LRU size

2014-07-07 Thread Sebastien Buisson
Allow increasing the buffer-head per-CPU LRU size to allow efficient filesystem operations that access many blocks for each transaction. For example, creating a file in a large ext4 directory with quota enabled will accesses multiple buffer heads and will overflow the LRU at the default 8-block

Re: [RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)

2014-07-07 Thread David Drysdale
On Fri, Jul 4, 2014 at 8:03 AM, Paolo Bonzini wrote: > > Il 03/07/2014 20:39, David Drysdale ha scritto: >> On Thu, Jul 03, 2014 at 11:12:33AM +0200, Paolo Bonzini wrote: >>> Given Linux's previous experience with BPF filters, what do you >>> think about attaching specific BPF programs to file

Re: [PATCH] video: fbdev: xen-fbfront.c: Cleaning up useless assignment of function parameter

2014-07-07 Thread Stefano Stabellini
On Sun, 6 Jul 2014, Rickard Strandqvist wrote: > Remove assignment of function parameter, that has no effect outside the > function > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist Acked-by: Stefano Stabellini >

Re: [PATCH 1/1] perf: Prevent race in PERF_SAMPLE_READ group format sample output

2014-07-07 Thread Jiri Olsa
On Mon, Jul 07, 2014 at 11:04:28AM +0200, Peter Zijlstra wrote: > On Wed, Jun 25, 2014 at 08:44:35PM +0200, Jiri Olsa wrote: > > From: Jiri Olsa > > > > While iterating siblings in perf_output_read_group we could > > race with addition and removal of sibling in perf_group_attach > > and

Re: [PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-07-07 Thread Linus Walleij
On Thu, Jun 12, 2014 at 8:06 PM, wrote: > From: Eric Ernst > > For Baytrail, you should never set a GPIO set to direct_irq > to output mode. When direct_irq_en is set for a GPIO, it is > tied directly to an APIC internally, and making the pad output > does not make any sense. Assert a WARN()

[PATCH] bio-integrity: remove the needless fail handle of bip_slab creating

2014-07-07 Thread Gu Zheng
bip_slab is created with SLAB_PANIC, so the fail handle is needless, remove it. Signed-off-by: Gu Zheng --- block/bio-integrity.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/block/bio-integrity.c b/block/bio-integrity.c index 9e24106..56754c4 100644 ---

[PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

2014-07-07 Thread Antoine Ténart
The current implementation of the libahci does not allow to use multiple PHYs. This patch adds the support of multiple PHYs by the libahci while keeping the old bindings valid for device tree compatibility. This introduce a new way of defining SATA ports in the device tree, with one port per

[PATCH v9 2/7] Documentation: bindings: add the Berlin SATA PHY

2014-07-07 Thread Antoine Ténart
The Berlin SATA PHY drives the PHY related to the SATA interface. Add the corresponding documentation. Signed-off-by: Antoine Ténart --- .../devicetree/bindings/phy/berlin-sata-phy.txt| 34 ++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v9 4/7] ata: ahci_platform: add a generic AHCI compatible

2014-07-07 Thread Antoine Ténart
The ahci_platform driver is a generic driver using the libahci_platform functions. Add a generic compatible to avoid having an endless list of compatibles with no differences for the same driver. Signed-off-by: Antoine Ténart --- drivers/ata/ahci_platform.c | 2 ++ 1 file changed, 2

[PATCH v9 7/7] ARM: berlin: enable the eSATA interface on the BG2Q DMP

2014-07-07 Thread Antoine Ténart
The BG2Q has an AHCI SATA controller with an eSATA interface. Enable it. Only enable the first port, the BG2Q DMP does not support the second one. Signed-off-by: Antoine Ténart --- arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 1 file changed, 8 insertions(+) diff --git

[PATCH v9 6/7] ARM: berlin: add the AHCI node for the BG2Q

2014-07-07 Thread Antoine Ténart
The BG2Q has an AHCI SATA controller. Add the corresponding nodes (AHCI, PHY) into its device tree. Signed-off-by: Antoine Ténart --- arch/arm/boot/dts/berlin2q.dtsi | 39 +++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/berlin2q.dtsi

[PATCH v9 0/7] ARM: berlin: add AHCI support

2014-07-07 Thread Antoine Ténart
This series adds the support for Berlin SoC AHCI controller. The controller allows to use the SATA host interface and, for example, the eSATA port on the BG2Q. The series adds a PHY driver to control the two SATA ports available, and adds a generic compatible to use the existing ahci_platform

[PATCH v9 1/7] phy: add a driver for the Berlin SATA PHY

2014-07-07 Thread Antoine Ténart
The Berlin SoC has a two SATA ports. Add a PHY driver to handle them. The mode selection can let us think this PHY can be configured to fit other purposes. But there are reasons to think the SATA mode will be the only one usable: the PHY registers are only accessible indirectly through two

[PATCH v9 5/7] Documentation: bindings: document the sub-nodes AHCI bindings

2014-07-07 Thread Antoine Ténart
The libahci now allows to use multiple PHYs and to represent each port as a sub-node. Add these bindings to the documentation. Signed-off-by: Antoine Ténart --- .../devicetree/bindings/ata/ahci-platform.txt | 37 ++ 1 file changed, 37 insertions(+) diff --git

Re: [PATCH 0/2] virtio-scsi queue for 3.17

2014-07-07 Thread Christoph Hellwig
Thanks Paolo, I've applied the patches. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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