Re: [PATCH] bcm: address clang inline asm incompatibility

2015-01-28 Thread Ard Biesheuvel
On 28 January 2015 at 19:38, Ard Biesheuvel wrote: > On 28 January 2015 at 19:27, Alex Elder wrote: >> On 01/28/2015 01:17 PM, Ard Biesheuvel wrote: >>> On 28 January 2015 at 17:20, Ard Biesheuvel >>> wrote: On 28 January 2015 at 17:08, Alex Elder wrote: > On 01/28/2015 10:17 AM, Ard

Re: [PATCH net-next v8 0/4] net: Add Keystone NetCP ethernet driver support

2015-01-28 Thread Murali Karicheri
On 01/28/2015 12:43 PM, Murali Karicheri wrote: On 01/28/2015 11:49 AM, Murali Karicheri wrote: On 01/27/2015 05:28 PM, Arnd Bergmann wrote: On Tuesday 20 January 2015 10:53:36 Murali Karicheri wrote: On 01/19/2015 03:11 PM, David Miller wrote: From: Murali Karicheri Date: Thu, 15 Jan 2015 19

Re: Another SCHED_DEADLINE bug (with bisection and possible fix)

2015-01-28 Thread Peter Zijlstra
On Thu, Jan 15, 2015 at 02:35:46PM +0100, Luca Abeni wrote: > >>From what I understand we should either modify the tasks run/sleep stats > >when we change its parameters or we should schedule a delayed release of > >the bandwidth delta (when it reaches its 0-lag point, if thats in the > >future).

Re: [PATCH v1 2/2] zram: remove init_lock in zram_make_request

2015-01-28 Thread Sergey Senozhatsky
On (01/28/15 17:15), Minchan Kim wrote: > Admin could reset zram during I/O operation going on so we have > used zram->init_lock as read-side lock in I/O path to prevent > sudden zram meta freeing. > > However, the init_lock is really troublesome. > We can't do call zram_meta_alloc under init_lock

Re: [PATCH v3] staging: rtl8188eu: core: rtw_wlan_util: Remove some unused functions

2015-01-28 Thread Greg Kroah-Hartman
On Sun, Jan 25, 2015 at 06:44:30PM +0100, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > CAM_empty_entry() get_bsstype() rtw_get_oper_choffset() > rtw_get_oper_bw() is_ap_in_wep() should_forbid_n_rate() > > This was partially found by using a static code analysis

Re: [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on

2015-01-28 Thread Javier Martinez Canillas
Hello Arend, Thanks for your feedback. On 01/28/2015 03:03 PM, Arend van Spriel wrote: > On 01/28/15 11:10, Javier Martinez Canillas wrote: >> &dp { >> @@ -531,17 +538,33 @@ >> status = "okay"; >> num-slots =<1>; >> broken-cd; >> +cap-sdio-irq; > > This seems like an unrela

[PATCH v4 6/6] KVM: nVMX: Enable nested posted interrupt processing

2015-01-28 Thread Wincy Van
If vcpu has a interrupt in vmx non-root mode, we will kick that vcpu to inject interrupt timely. With posted interrupt processing, the kick intr is not needed, and interrupts are fully taken care of by hardware. In nested vmx, this feature avoids much more vmexits than non-nested vmx. This patch

Re: mmotm 2015-01-27-16-19 uploaded (smack)

2015-01-28 Thread Randy Dunlap
On 01/27/15 16:20, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2015-01-27-16-19 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-28 Thread Pavel Machek
Hi! > In other words, what prevents someone from creating, say, a custom > minimal Barebox version that sits on top of the existing N900 > bootloader? Wouldn't that provide a much better user experience? Lot of useless work, that would make user experience worse? We have mostly working u-boot

Re: [PATCH 2/9] mtd: pxa3xx_nand: add a non mandatory ECC clock

2015-01-28 Thread Antoine Tenart
Hi Andrew, On Tue, Jan 27, 2015 at 04:50:47PM +0100, Andrew Lunn wrote: > On Tue, Jan 27, 2015 at 03:10:09PM +0100, Antoine Tenart wrote: > > Some controllers (as the coming Berlin nand controller) need to enable > > an ECC clock. Add support for this clock in the pxa3xx nand driver, and > > leave

Re: [PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property

2015-01-28 Thread Sören Brinkmann
On Wed, 2015-01-28 at 03:21PM +0100, Michal Simek wrote: > On 01/27/2015 01:38 AM, Andreas Färber wrote: > > Am 26.01.2015 um 20:49 schrieb Soren Brinkmann: > >> In one pinctrl node, a 'bias-disable' property is erroneously assigned a > >> value. > >> > >> Fixes: ARM: zynq: DT: Add pinctrl informat

Re: [Nbd] [PATCH v2] nbd: fix possible memory leak

2015-01-28 Thread Markus Pargmann
On Tue, Jan 27, 2015 at 06:08:22PM +0530, Sudip Mukherjee wrote: > we have already allocated memory for nbd_dev, but we were not > releasing that memory and just returning the error value. > > Signed-off-by: Sudip Mukherjee Thanks, applied. Regards, Markus -- Pengutronix e.K.

Re: [PATCH] MAINTAINERS: Update NBD maintainer

2015-01-28 Thread Paul Clements
Small typo, but otherwise, I approve. On Wed, Jan 28, 2015 at 1:35 PM, Markus Pargmann wrote: > Paul stops maintining NBD and I will take his place from now on. > > Signed-off-by: Markus Pargmann > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAIN

Re: [PATCH v2] powerpc/mpic: Add DT option to skip readback after EOI

2015-01-28 Thread Segher Boessenkool
On Tue, Jan 27, 2015 at 03:57:53PM -0600, Scott Wood wrote: > At this point, given the previous discussion, does anyone object to > removing the readback entirely? Do we have any evidence that reading > WHOAMI is effective at addressing whatever problem reading EOI made go > away on the relevant p

Re: [PATCH v5 0/2] Initial support for voltage ADC

2015-01-28 Thread Ivan T. Ivanov
On Tue, 2015-01-20 at 12:15 +0200, Ivan T. Ivanov wrote: > This type of volatage ADC could be found in Qualcomm's SPMI PMIC's. > I'm sorry that it took me so long to send the updated version. > > Changes since v4. > - Addressed review comments from Hartmut Knaack and Jonathan Cameron: > Fixed s

Re: [PATCH net-next v1 01/18] net: ethtool: propagate get_settings error

2015-01-28 Thread Ben Hutchings
On Mon, 2015-01-26 at 17:35 -0800, David Decotigny wrote: > From: David Decotigny > > Signed-off-by: David Decotigny > --- > net/core/ethtool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/core/ethtool.c b/net/core/ethtool.c > index 91f74f3..52efb7e 100644 > ---

Re: [PATCH] bcm: address clang inline asm incompatibility

2015-01-28 Thread Alex Elder
On 01/28/2015 02:11 PM, Ard Biesheuvel wrote: > Actually, if clang is guaranteed to emit the correct register name > inside the inline asm for register asm variables used in input or > output constraints, I think it makes sense to #define __asmeq as a nop > if __clang__ is defined. (Note that __asm

Re: [PATCH/RFC 2/3] ftrace: introduce nohotpatch function attribute

2015-01-28 Thread Steven Rostedt
On Wed, 28 Jan 2015 06:36:45 +0100 Heiko Carstens wrote: > On Tue, Jan 27, 2015 at 09:42:28AM -0500, Steven Rostedt wrote: > > On Tue, 27 Jan 2015 07:19:42 +0100 > > Dominik Vogt wrote: > > > > > While the kernel may use only profiling or hotpatch at the same > > > time, Gcc is able to generat

[PATCH 2/4] mm: split up mm_struct to separate header file

2015-01-28 Thread Kirill A. Shutemov
We want to use __PAGETABLE_PMD_FOLDED in mm_struct to drop nr_pmds if pmd is folded. __PAGETABLE_PMD_FOLDED is defined in , but itself wants for struct page definition. This patch move mm_struct definition into separate header file in order to fix circular header dependencies. Signed-off-by: Ki

[PATCH v5 2/5] iio: sensorhub: Add sensorhub bindings

2015-01-28 Thread Karol Wrona
Add sensorhub bindings for sensorhub on Galaxy Gear 2. Signed-off-by: Karol Wrona Acked-by: Kyungmin Park --- .../devicetree/bindings/iio/sensorhub.txt | 25 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/sensorhub.txt

Re: [PATCH 02/15] iommu: Introduce iommu domain types

2015-01-28 Thread Will Deacon
Hi Joerg, Thanks for posting this! On Mon, Jan 26, 2015 at 11:51:32PM +, Joerg Roedel wrote: > From: Joerg Roedel > > This allows to handle domains differently based on their > type in the future. An IOMMU driver can implement certain > optimizations for DMA-API domains for example. > > Si

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Stefan Wahren
Hi, Am 28.01.2015 um 04:36 schrieb Zhi Li: > On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette wrote: >> Quoting Marek Vasut (2015-01-21 15:39:01) >>> On Wednesday, January 21, 2015 at 05:16:03 PM, Zhi Li wrote: On Sun, Dec 28, 2014 at 4:26 AM, Stefan Wahren wrote: > According to i.

Re: [PATCH 3.14 26/77] KVM: x86: Fix of previously incomplete fix for CVE-2014-8480

2015-01-28 Thread Nadav Amit
This CVE only affect 3.17 and 3.18. It shouldn’t hurt, but you can omit this patch from 3.14. Regards, Nadav Greg Kroah-Hartman wrote: > 3.14-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Nadav Amit > > commit 63ea0a49ae0b145b91ff2b

[PATCH] staging/fwserial: use correct vendor/version IDs

2015-01-28 Thread Clemens Ladisch
The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial: https://ieee1394.wiki.kernel.org/index.php/IEEE_OUI_Assignments Signed-off-by: Clemens Lad

Re: [PATCH v3] mm: incorporate read-only pages into transparent huge pages

2015-01-28 Thread Zhang Yanfei
Hello 在 2015/1/28 8:27, Andrea Arcangeli 写道: > On Tue, Jan 27, 2015 at 07:39:13PM +0200, Ebru Akagunduz wrote: >> diff --git a/mm/huge_memory.c b/mm/huge_memory.c >> index 817a875..17d6e59 100644 >> --- a/mm/huge_memory.c >> +++ b/mm/huge_memory.c >> @@ -2148,17 +2148,18 @@ static int __collapse_h

[PATCH] spi/xilinx: Check number of slaves range

2015-01-28 Thread Ricardo Ribalda Delgado
From: Ricardo Ribalda The core only supports up to 32 slaves, and the chipselect function expects the same. Signed-off-by: Ricardo Ribalda Delgado --- v2: Change suggested by Mark Brown -Namespace the constant drivers/spi/spi-xilinx.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH] MAINTAINERS: Update NBD maintainer

2015-01-28 Thread Markus Pargmann
On Wed, Jan 28, 2015 at 02:12:02PM -0500, Paul Clements wrote: > Small typo, but otherwise, I approve. > > On Wed, Jan 28, 2015 at 1:35 PM, Markus Pargmann wrote: > > Paul stops maintining NBD and I will take his place from now on. > > > > Signed-off-by: Markus Pargmann > > --- > > MAINTAINERS

Re: [PATCH v3 3/4] ARM: digicolor: add minimal device tree description

2015-01-28 Thread Baruch Siach
Hi Olof, On Tue, Jan 27, 2015 at 03:01:41PM -0800, Olof Johansson wrote: > On Wed, Jan 14, 2015 at 10:40:32AM +0200, Baruch Siach wrote: > > cx92755.dtsi describes CX92755 on chip peripherals. conexant_equinox.dts > > describes the Equinox evaluation board for the CX92755 SoC. > > > > Acked-by: A

Re: [PATCH 3/3] mmc: omap_hsmmc: switch to 1-bit before turning off clocks if interrupts expected.

2015-01-28 Thread Ulf Hansson
On 28 January 2015 at 00:35, NeilBrown wrote: > According to section 7.1.2 of > > http://www.sandisk.com/media/File/OEM/Manuals/SD_SDIO_specsv1.pdf > > In the case where the interrupt mechanism is used to wake the host while > the card is in a low power state (i.e. no clocks), Both the car

[PATCH] MAINTAINERS: Update NBD maintainer

2015-01-28 Thread Markus Pargmann
Paul stops maintining NBD and I will take his place from now on. Signed-off-by: Markus Pargmann --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2ebb056cbe0a..4a83259e7f45 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6583,9 +

Re: [PATCH v3] mm: incorporate read-only pages into transparent huge pages

2015-01-28 Thread Zhang Yanfei
Hello 在 2015/1/28 1:39, Ebru Akagunduz 写道: > This patch aims to improve THP collapse rates, by allowing > THP collapse in the presence of read-only ptes, like those > left in place by do_swap_page after a read fault. > > Currently THP can collapse 4kB pages into a THP when > there are up to khugep

Re: [PATCH v4 2/5] x86, traps: Track entry into and exit from IST context

2015-01-28 Thread Paul E. McKenney
On Wed, Jan 28, 2015 at 08:33:06AM -0800, Andy Lutomirski wrote: > On Fri, Jan 23, 2015 at 5:25 PM, Andy Lutomirski wrote: > > On Fri, Jan 23, 2015 at 12:48 PM, Sasha Levin > > wrote: > >> On 01/23/2015 01:34 PM, Andy Lutomirski wrote: > >>> On Fri, Jan 23, 2015 at 10:04 AM, Borislav Petkov wro

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-28 Thread Pavel Machek
Hi! > > In other words, what prevents someone from creating, say, a custom > > minimal Barebox version that sits on top of the existing N900 > > bootloader? Wouldn't that provide a much better user experience? > > I do agree with Nicolas > > If I can get my hand on a phone I’ll put barebox on

[PATCH v3 1/2] pstore/ram: avoid atomic accesses for ioremapped regions

2015-01-28 Thread HuKeping
From: Rob Herring Commit 0405a5cec3406f19e69da07c8111a6bf1088ac29 upstream. For persistent RAM outside of main memory, the memory may have limitations on supported accesses. For internal RAM on highbank platform exclusive accesses are not supported and will hang the system. So atomic_cmpxchg can

Re: [PATCH v2] thermal: Fix examples in DT documentation

2015-01-28 Thread Srinivas Kandagatla
On 28/01/15 17:29, Eduardo Valentin wrote: Looks like there are still occurencies of adc-dummy after your patch. But I am amending myself, no need to resend. Thanks for fixing.. :-) --srini -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH v3 0/2][request for stable inclusion] several pstore related bugfixs

2015-01-28 Thread HuKeping
Hi greg, We want to use pstore on linux 3.10. But we found several bugfixs have not been merged yet. Most of them are obvious and can be cherry-picked cleanly. Would you please apply them to stable 3.10? v1 -> v2: - remove d4bf205da618bbd0b038e404d646f14e76915718 which has already been merged -

Re: [RFCv3 1/2] device: add dma_params->max_segment_count

2015-01-28 Thread Marek Szyprowski
Hello, On 2015-01-27 09:25, Sumit Semwal wrote: From: Rob Clark For devices which have constraints about maximum number of segments in an sglist. For example, a device which could only deal with contiguous buffers would set max_segment_count to 1. The initial motivation is for devices sharin

[Patch v2 06/22] ACPI: Unify the parsing of address_space and ext_address_space

2015-01-28 Thread Jiang Liu
From: Thomas Gleixner With the unions in place which let us identify the substructs we can use a single parser for address_space and ext_address_space. Signed-off-by: Thomas Gleixner Signed-off-by: Jiang Liu --- drivers/acpi/resource.c | 90 ++- 1

Re: [PATCH 1/2] lib/vsprintf.c: Fix potential NULL deref in hex_string

2015-01-28 Thread Andy Shevchenko
On Wed, 2015-01-28 at 14:25 +0100, Rasmus Villemoes wrote: > The helper hex_string() is broken in two ways. First, it doesn't > increment buf regardless of whether there is room to print, so callers > such as kasprintf() that try to probe the correct storage to allocate > will get a too small retur

Re: [PATCH net-next v8 0/4] net: Add Keystone NetCP ethernet driver support

2015-01-28 Thread Murali Karicheri
On 01/28/2015 11:49 AM, Murali Karicheri wrote: On 01/27/2015 05:28 PM, Arnd Bergmann wrote: On Tuesday 20 January 2015 10:53:36 Murali Karicheri wrote: On 01/19/2015 03:11 PM, David Miller wrote: From: Murali Karicheri Date: Thu, 15 Jan 2015 19:10:03 -0500 The Network Coprocessor (NetCP) is

Re: [PATCH 3.18 11/61] workqueue: fix subtle pool management issue which can stall whole worker_pool

2015-01-28 Thread Tejun Heo
On Wed, Jan 28, 2015 at 11:15:32AM +0800, Lai Jiangshan wrote: > Was the bug introduced at the first time when maybe_create_worker() was > introduced? Although manage_workers()/maybe_create_worker() was changed a > bit, > the stable-tree team can simply make manage_workers() return true to fix >

[Patch v2 05/22] ACPI: Let the parser return false for disabled resources

2015-01-28 Thread Jiang Liu
From: Thomas Gleixner If the parser disables a resource during parsing, let it return false, so the calling code does not need to implement further checks. Signed-off-by: Thomas Gleixner Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |8 1 file changed, 4 insertions(+), 4 d

Re: [PATCH] Documentation/acpi: add the missing '='

2015-01-28 Thread Rafael J. Wysocki
On Wednesday, January 28, 2015 12:08:50 PM Jonathan Corbet wrote: > On Thu, 15 Jan 2015 21:59:16 +0800 > Yaowei Bai wrote: > > > - .acpi_match_table ACPI_PTR(mpu3050_acpi_match), > > + .acpi_match_table = ACPI_PTR(mpu3050_acpi_match), > > Applied to the docs

Re: [PATCH] bcm: address clang inline asm incompatibility

2015-01-28 Thread Ard Biesheuvel
On 28 January 2015 at 17:20, Ard Biesheuvel wrote: > On 28 January 2015 at 17:08, Alex Elder wrote: >> On 01/28/2015 10:17 AM, Ard Biesheuvel wrote: >>> On 28 January 2015 at 14:11, Alex Elder wrote: On 01/28/2015 05:15 AM, Ard Biesheuvel wrote: > On 28 January 2015 at 05:18, Behan Webs

Re: [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO

2015-01-28 Thread Srinivas Kandagatla
On 28/01/15 10:10, Javier Martinez Canillas wrote: Many SDIO/MMC attached WLAN chips need more than one ping for their reset sequence. Extend the pwrseq_simple binding to support more than one pin. Signed-off-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/mmc/mmc-pwrseq-

Re: [PATCH v4 1/6] KVM: nVMX: Use hardware MSR bitmap

2015-01-28 Thread Wincy Van
On Wed, Jan 28, 2015 at 11:52 PM, Wincy Van wrote: > Sorry, please ignore this mail, the subject is wrong : ( > I was confused by gmail's conversation view, gmail put this patch in the v3's conversation. please ignore this. Thanks, Wincy > On Wed, Jan 28, 2015 at 11:50 PM, Wincy Van wrote: >>

Re: [PATCH v3] mm: incorporate read-only pages into transparent huge pages

2015-01-28 Thread Vlastimil Babka
On 01/28/2015 01:27 AM, Andrea Arcangeli wrote: On Tue, Jan 27, 2015 at 07:39:13PM +0200, Ebru Akagunduz wrote: diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 817a875..17d6e59 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -2148,17 +2148,18 @@ static int __collapse_huge_page_iso

Re: [PATCH V2] clk: mxs: Fix invalid 32-bit access to frac registers

2015-01-28 Thread Zhi Li
On Wed, Jan 28, 2015 at 9:52 AM, Stefan Wahren wrote: > Hi, > > Am 28.01.2015 um 04:36 schrieb Zhi Li: >> On Tue, Jan 27, 2015 at 7:51 PM, Mike Turquette >> wrote: >>> Quoting Marek Vasut (2015-01-21 15:39:01) On Wednesday, January 21, 2015 at 05:16:03 PM, Zhi Li wrote: > On Sun, Dec 28

Re: [PATCH] MAINTAINERS: Update NBD maintainer

2015-01-28 Thread Jens Axboe
On 01/28/2015 11:35 AM, Markus Pargmann wrote: Paul stops maintining NBD and I will take his place from now on. Signed-off-by: Markus Pargmann Applied, with the typo that Paul pointed out fixed. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()

2015-01-28 Thread Will Deacon
On Mon, Jan 26, 2015 at 06:49:01PM +, Murali Karicheri wrote: > On 01/25/2015 08:32 AM, Laurent Pinchart wrote: > > Hi Murali, > > > > Thank you for the patch. > > > > On Friday 23 January 2015 17:32:34 Murali Karicheri wrote: > >> Function of_iommu_configure() is called from of_dma_configure()

lkml mbox archive?

2015-01-28 Thread Travis James
I was wondering if there are any downloadable mbox archives available for the linux-kernel and related mailing lists? There are a ton of great web interfaces for the linux kernel archives, but they all seem to not have any download links for an actual usable archive of the lists. the closest I’v

Re: [PATCH v3 2/2] x86: Add support for the clwb instruction

2015-01-28 Thread Borislav Petkov
On Tue, Jan 27, 2015 at 09:53:51AM -0700, Ross Zwisler wrote: > Add support for the new clwb (cache line write back) instruction. This > instruction was announced in the document "Intel Architecture > Instruction Set Extensions Programming Reference" with reference number > 319433-022. ... > Aft

[Patch v2 04/22] ACPI: Use the length check for io resources as well

2015-01-28 Thread Jiang Liu
From: Thomas Gleixner Also apply length check to IO resources. [Jiang] Remove enforcement that resource starting address must be non-zero. Signed-off-by: Thomas Gleixner Signed-off-by: Jiang Liu --- drivers/acpi/resource.c | 44 +++- 1 file changed,

Re: [PATCH v3 1/6] KVM: nVMX: Use hardware MSR bitmap

2015-01-28 Thread Wincy Van
On Wed, Jan 28, 2015 at 7:25 PM, Zhang, Yang Z wrote: > Wincy Van wrote on 2015-01-28: >> On Wed, Jan 28, 2015 at 4:05 PM, Zhang, Yang Z >> wrote: @@ -8344,7 +8394,68 @@ static int nested_vmx_check_msr_bitmap_controls(struct kvm_vcpu *vcpu, static inline bool nested_vmx_merge_msr_

Re: [tip:irq/core] genirq: Set initial affinity in irq_set_affinity_hint()

2015-01-28 Thread Jesse Brandeburg
On Tue, 27 Jan 2015 22:36:23 -0800 Yinghai Lu wrote: > On Fri, Jan 23, 2015 at 2:42 AM, tip-bot for Jesse Brandeburg > wrote: > > Commit-ID: e2e64a932556cdfae455497dbe94a8db151fc9fa > > Gitweb: > > http://git.kernel.org/tip/e2e64a932556cdfae455497dbe94a8db151fc9fa > > Author: Jesse Bra

[Patch v2 17/22] resources: Move struct resource_list_entry from ACPI into resource core

2015-01-28 Thread Jiang Liu
Currently ACPI, PCI and pnp all implement the same resource list management with different data structure. We need to transfer from one data structure into another when passing resources from one subsystem into another subsystem. Sp move struct resource_list_entry from ACPI into resource core, so i

Re: [PATCH 2/7] pm: at91: pm_suspend: add the WFI support for ARMv7

2015-01-28 Thread Lorenzo Pieralisi
On Mon, Jan 26, 2015 at 10:06:01AM +, Wenyou Yang wrote: Commit log please. > Signed-off-by: Wenyou Yang > --- > arch/arm/mach-at91/pm_suspend.S | 54 > ++- > 1 file changed, 53 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-at91/pm_suspe

Re: [Kgdb-bugreport] [RFC v5 - RESEND] debug: prevent entering debug mode on panic/exception.

2015-01-28 Thread Kiran Raparthy
On 28 January 2015 at 16:25, Daniel Thompson wrote: > On 28/01/15 10:39, Kiran Raparthy wrote: >> From: Colin Cross >> >> debug: prevent entering debug mode on panic/exception. >> >> On non-developer devices, kgdb prevents the device from rebooting >> after a panic. >> >> Incase of panics and exc

Re: linux-next: build failure after merge of the sound-asoc tree

2015-01-28 Thread Charles Keepax
On Wed, Jan 28, 2015 at 09:09:35AM +, Charles Keepax wrote: > On Wed, Jan 28, 2015 at 01:00:47PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the sound-asoc tree, today's linux-next build (x86_64 > > allmodconfig) > > failed like this: > > > > sound/soc/codecs/arizona.c:

Re: [PATCH] bcm: address clang inline asm incompatibility

2015-01-28 Thread Ard Biesheuvel
On 28 January 2015 at 14:11, Alex Elder wrote: > On 01/28/2015 05:15 AM, Ard Biesheuvel wrote: >> On 28 January 2015 at 05:18, Behan Webster wrote: >>> From: Alex Elder >>> >>> My GCC-based build environment likes to call register r12 by the >>> name "ip" in inline asm. Behan Webster informed m

Re: [PATCH 3.18 00/61] 3.18.5-stable review

2015-01-28 Thread Greg Kroah-Hartman
On Wed, Jan 28, 2015 at 06:15:39AM -0800, Guenter Roeck wrote: > On 01/27/2015 05:26 PM, Greg Kroah-Hartman wrote: > >This is the start of the stable review cycle for the 3.18.5 release. > >There are 61 patches in this series, all will be posted as a response > >to this one. If anyone has any issu

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-28 Thread Marc Kleine-Budde
On 01/12/2015 04:04 PM, Kedareswara rao Appana wrote: > Instead of enabling/disabling clocks at several locations in the driver, > Use the runtime_pm framework. This consolidates the actions for runtime PM > In the appropriate callbacks and makes the driver more readable and > mantainable. > > Si

Re: [PATCH v4 2/5] x86, traps: Track entry into and exit from IST context

2015-01-28 Thread Andy Lutomirski
On Fri, Jan 23, 2015 at 5:25 PM, Andy Lutomirski wrote: > On Fri, Jan 23, 2015 at 12:48 PM, Sasha Levin wrote: >> On 01/23/2015 01:34 PM, Andy Lutomirski wrote: >>> On Fri, Jan 23, 2015 at 10:04 AM, Borislav Petkov wrote: On Fri, Jan 23, 2015 at 09:58:01AM -0800, Andy Lutomirski wrote:

Re: arm64: USB_ARCH_HAS_EHCI

2015-01-28 Thread Paul Walmsley
On Wed, 28 Jan 2015, Paul Bolle wrote: > On Tue, 2015-01-27 at 21:31 +, Paul Walmsley wrote: > > On Tue, 27 Jan 2015, Paul Bolle wrote: > > > > > Your commit d035fdfa27ac ("arm64: Add Tegra132 support") is included in > > > today's linux-next (ie, next-20150127). I noticed because a script I

Re: [PATCH 0/2] Fix secondary CPU boot for thumb2 kernels

2015-01-28 Thread Stephen Boyd
On 01/21/15 11:48, Stephen Boyd wrote: > Currently I can't boot up secondary CPUs on qcom platforms when I > compile the kernel for THUMB2 mode. This is because we always enter > the kernel in ARM mode regardless of what mode the kernel is compiled > for. This patchset adds a small wrapper to secon

[Patch v2 16/22] ACPI: Introduce helper function acpi_dev_filter_resource_type()

2015-01-28 Thread Jiang Liu
Introduce helper function acpi_dev_filter_resource_type(), which may be used by acpi_dev_get_resources() to filer out resource based on resource type. Signed-off-by: Jiang Liu --- drivers/acpi/resource.c | 55 +++ include/linux/acpi.h|8 +

Re: [PATCH V2] cpuidle/powernv: Read target_residency value of idle states from DT if available

2015-01-28 Thread Preeti U Murthy
On 01/28/2015 02:45 PM, Stewart Smith wrote: > Preeti U Murthy writes: >> The device tree now exposes the residency values for different idle states. >> Read >> these values instead of calculating residency from the latency values. The >> values >> exposed in the DT are validated for optimal pow

[Patch v2 03/22] ACPI: Implement proper length checks for mem resources

2015-01-28 Thread Jiang Liu
From: Thomas Gleixner Check whether the resulting length is the same as the given length. Check for start <= end as well. We need to hand in the resource for this, so we can apply the flags directly. [Jiang] Remove enforcement that resource starting address must be non-zero. Signed-off-by: Tho

[Patch v2 21/22] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug

2015-01-28 Thread Jiang Liu
From: Yinghai Lu We need to parse APIC ID for IOAPIC registration for IOAPIC hotplug. ACPI _MAT method and MADT table are used to figure out IOAPIC ID, just like parsing CPU APIC ID for CPU hotplug. [ tglx: Fixed docbook comment ] Signed-off-by: Yinghai Lu Signed-off-by: Jiang Liu Cc: Konrad

Re: [PATCH] Documentation: mm: Fix typo in vm.txt

2015-01-28 Thread Jonathan Corbet
On Fri, 2 Jan 2015 12:03:19 +0900 Masanari Iida wrote: > This patch fix a spelling typo in Documentation/sysctl/vm.txt Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More maj

[Patch v2 02/22] ACPI: Remove redundant check in function acpi_dev_resource_address_space()

2015-01-28 Thread Jiang Liu
From: Thomas Gleixner The ACPI type is checked in acpi_resource_to_address64() anyway. Signed-off-by: Thomas Gleixner Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |9 - 1 file changed, 9 deletions(-) diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index d0a

[Patch v2 18/22] PCI: Use common resource list management code instead of private implementation

2015-01-28 Thread Jiang Liu
Use common resource list management data structure and interfaces instead of private implementation. Signed-off-by: Jiang Liu --- arch/arm/kernel/bios32.c|5 ++--- arch/x86/pci/bus_numa.c |4 ++-- drivers/pci/bus.c | 18 ++ driv

Re: [RFC PATCH v3 0/8] Provide y2038/y2106 safe rtc_class_ops.set_mmss64()

2015-01-28 Thread John Stultz
On Wed, Jan 28, 2015 at 10:27 AM, Alessandro Zummo wrote: > On Thu, 29 Jan 2015 00:12:09 +0800 > Xunlei Pang wrote: > >> ping Alessandro > > -EBUSY . saw that, looks fine anyhow, but would like to > have a deeper look. we have still some time 'till 2038, right? ;) While that is true, for folk

[PATCH v2] vfs: read file_handle only once in handle_to_path

2015-01-28 Thread Sasha Levin
We used to read file_handle twice. Once to get the amount of extra bytes, and once to fetch the entire structure. This may be problematic since we do size verifications only after the first read, so if the number of extra bytes changes in userspace between the first and second calls, we'll have an

RE: [PATCH v3 1/6] KVM: nVMX: Use hardware MSR bitmap

2015-01-28 Thread Zhang, Yang Z
Zhang, Yang Z wrote on 2015-01-28: > Wincy Van wrote on 2015-01-24: >> When L2 is using x2apic, we can use virtualize x2apic mode to gain >> higher performance, especially in apicv case. >> >> This patch also introduces nested_vmx_check_apicv_controls for the >> nested apicv patches. Sorry, repli

Re: [GIT PULL] EFI changes for v3.20

2015-01-28 Thread Ingo Molnar
* Matt Fleming wrote: > On Wed, 21 Jan, at 02:02:50PM, Matt Fleming wrote: > > Folks, please consider pulling the following changes for v3.20. There's > > nothing super scary, mainly cleanups, and a merge from Ricardo who > > kindly picked up some patches from the linux-efi mailing list while I

[PATCH 3/3] dvb_net: Convert local hex dump to print_hex_dump_debug

2015-01-28 Thread Joe Perches
Use the generic facility instead of a home-grown one. Signed-off-by: Joe Perches --- drivers/media/dvb-core/dvb_net.c | 28 ++-- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/drivers/media/dvb-core/dvb_net.c b/drivers/media/dvb-core/dvb_net.c index 0b0f97

[PATCH 5/5] staging: fbtft: fix braces {} are not necessary for single statement blocks

2015-01-28 Thread Heba Aamer
This patch fixes the following checkpatch.pl warning: braces {} are not necessary for single statement blocks Signed-off-by: Heba Aamer --- drivers/staging/fbtft/fb_pcd8544.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fb_pcd8544.c b/drivers/st

[PATCH 0/2] Two printf fixes

2015-01-28 Thread Rasmus Villemoes
Both %pE and %ph are unusable in kasprintf(), since the occurrence of either will trigger an oops during the first vsnprintf call where kasprintf tries to find the correct size to allocate. These oopses could be papered over with somewhat smaller patches than these, but then the return value from v

[Patch v2 12/22] ACPI: Enforce stricter checks for address space descriptors

2015-01-28 Thread Jiang Liu
Enforce stricter checks for address space descriptors according to ACPI spec. Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 5bf73a9f26d9..57891a621b96 100644 --- a/drive

Re: [PATCH v4 00/13] AT91 pm cleanup for 3.20

2015-01-28 Thread Sylvain Rochet
Hello Wenyou, On Wed, Jan 28, 2015 at 09:39:32AM +0800, Wenyou Yang wrote: > Hi Nicolas, > > This version is rebased on the branch: at91-3.20-cleanup of the repository > git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git > > It is purpose to clean up the PM code, includes

Re: [Xen-devel] [PATCH 0/5] xen: various cleanups

2015-01-28 Thread David Vrabel
On 28/01/15 06:44, Juergen Gross wrote: > Several cleanups in xen kernel files: > - move declarations to header file > - delete not needed lines > - annotate functions as __init > - make functions static > - use correct types for addresses > > No functional changes. Applied to devel/for-linus-3.2

[Patch v2 09/22] ACPI: Fix a bug in parsing ACPI Memroy24 resource

2015-01-28 Thread Jiang Liu
According to ACPI spec 5, section 6.4.3.1 "24-Bit Memory Range Descriptor", minimum, maximum and address_length field in struct acpi_resource_memory24 is in granularity of 256-bytes. So shift 8-bit left to get correct address. Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |4 ++-- 1 f

[Patch v2 11/22] ACPI: Set flag IORESOURCE_UNSET for unassigned resources

2015-01-28 Thread Jiang Liu
Also set flag IORESOURCE_UNSET for unassigned resource in addition to IORESOURCE_DISABLED to mark resource as unassigned. Signed-off-by: Jiang Liu --- drivers/acpi/resource.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/acpi/resource.c b/drivers/acpi/res

Re: [PATCH v5 0/3] mfd: max8997: add regmap support

2015-01-28 Thread Robert Baldyga
Hi, The first version of this patchset was send to kernel list almost 9 months ago and still I don't have all needed Acks. The missing ones are for changes in INPUT and RTC subsystems. Dmitry, Alessandro, could you please have a look at this patches and give your Acks? Best regards, Robert Baldy

[PATCH 0/3] dvb_net: general cleaning

2015-01-28 Thread Joe Perches
Use more common kernel mechanisms Joe Perches (3): dvb_net: Use vsprintf %pM extension to print Ethernet addresses dvb_net: Use standard debugging facilities dvb_net: Convert local hex dump to print_hex_dump_debug drivers/media/dvb-core/dvb_net.c | 88 --

Re: [PATCHv2] arm64:mm: free the useless initial page table

2015-01-28 Thread Catalin Marinas
On Fri, Jan 23, 2015 at 05:40:40PM +, Ard Biesheuvel wrote: > On 23 January 2015 at 16:21, Catalin Marinas wrote: > > On Tue, Dec 09, 2014 at 07:26:47AM +, zhichang.y...@linaro.org wrote: > >> From: "zhichang.yuan" > >> > >> For 64K page system, after mapping a PMD section, the correspond

[Patch v2 13/22] ACPI: Return translation offset when parsing ACPI address space resources

2015-01-28 Thread Jiang Liu
Change function acpi_dev_resource_address_space() and acpi_dev_resource_ext_address_space() to return address space translation offset. It's based on a patch from Yinghai Lu . Signed-off-by: Jiang Liu --- drivers/acpi/resource.c| 58 ++-- drivers/pn

[PATCH 0/2] mmc: pwrseq: Add support to multiple gpios in pwrseq simple

2015-01-28 Thread Srinivas Kandagatla
This patchset adds support to reset/powerup multiple gpio pins on a given sdio bus. The use case is simple, on sdio we could have multiple devices like WLAN, BT which are controlled by there own reset lines. So having multiple reset is something more useful in such cases. Without this patch I coul

Re: [PATCH] Smack: fix netfilter Makefile entry

2015-01-28 Thread Arnd Bergmann
On Wednesday 28 January 2015 21:18:11 Sergei Shtylyov wrote: > > diff --git a/security/smack/Makefile b/security/smack/Makefile > > index 616cf93b368e..d4a376c84050 100644 > > --- a/security/smack/Makefile > > +++ b/security/smack/Makefile > > @@ -5,4 +5,4 @@ > > obj-$(CONFIG_SECURITY_SMACK) := s

Re: [PATCH 2/5] iommu: Allocate a default domain for iommu groups

2015-01-28 Thread Will Deacon
On Tue, Jan 27, 2015 at 12:08:56AM +, Joerg Roedel wrote: > From: Joerg Roedel > > The default domain will be used (if supported by the iommu > driver) when the devices in the iommu group are not attached > to any other domain. > > Signed-off-by: Joerg Roedel > --- > drivers/iommu/iommu.c

Re: [PATCH v1 2/2] zram: remove init_lock in zram_make_request

2015-01-28 Thread Sergey Senozhatsky
On (01/28/15 23:56), Sergey Senozhatsky wrote: > > -static inline int init_done(struct zram *zram) > > +static inline bool init_done(struct zram *zram) > > { > > - return zram->meta != NULL; > > + /* > > +* init_done can be used without holding zram->init_lock in > > +* read/write hand

RE: [PATCH v3 3/3] Drivers: hv: vmbus: serialize Offer and Rescind offer

2015-01-28 Thread Dexuan Cui
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Tuesday, January 20, 2015 23:45 PM > To: KY Srinivasan; de...@linuxdriverproject.org > Cc: Haiyang Zhang; linux-kernel@vger.kernel.org; Dexuan Cui; Jason Wang; > Radim Krčmář; Dan Carpenter > Subject: [PATCH

RE: [PATCH v3 1/6] KVM: nVMX: Use hardware MSR bitmap

2015-01-28 Thread Zhang, Yang Z
Wincy Van wrote on 2015-01-24: > Currently, if L1 enables MSR_BITMAP, we will emulate this feature, all of L2's > msr access is intercepted by L0. Since many features like virtualize x2apic > mode > has a complicated logic and it is difficult for us to emulate, we should use > hardware and merge t

Re: [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on

2015-01-28 Thread Arend van Spriel
On 01/28/15 11:10, Javier Martinez Canillas wrote: The Snow board has a MMC/SDIO wifi chip that is always powered but it needs a power sequence involving a reset (active low) and an enable (active high) pins. Both pins are marked as active low since the MMC simple power sequence driver asserts th

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-28 Thread Pali Rohár
On Wednesday 28 January 2015 19:00:25 Jean-Christophe PLAGNIOL- VILLARD wrote: > > On Jan 28, 2015, at 11:57 PM, Rob Herring > > wrote: > > > > On Wed, Jan 28, 2015 at 8:33 AM, Nicolas Pitre wrote: > >> On Wed, 28 Jan 2015, Pali Rohár wrote: > >>> On Wednesday 28 January 2015 01:50:33 Tony Lind

Re: [PATCH 2/7] ARM: vf-colibri: add SPI support and enable MCP2515 CAN

2015-01-28 Thread Stefan Agner
On 2015-01-27 11:57, Bhuvanchandra DV wrote: > MCP2515 CAN controller is available on Colibri Evaluation board. > Hence enable MCP2515 CAN. > > Signed-off-by: Bhuvanchandra DV > --- > arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 31 > +++ > arch/arm/boot/dts/vf-colibr

Re: [PATCH] bcm: address clang inline asm incompatibility

2015-01-28 Thread Alex Elder
On 01/28/2015 01:17 PM, Ard Biesheuvel wrote: > On 28 January 2015 at 17:20, Ard Biesheuvel wrote: >> On 28 January 2015 at 17:08, Alex Elder wrote: >>> On 01/28/2015 10:17 AM, Ard Biesheuvel wrote: On 28 January 2015 at 14:11, Alex Elder wrote: > On 01/28/2015 05:15 AM, Ard Biesheuvel

[tip:irq/core PATCH] genirq: fix null pointer reference in irq_set_affinity_hint()

2015-01-28 Thread Jesse Brandeburg
The recent set_affinity commit by me introduced some null pointer dereferences on driver unload, because some drivers call this function with a NULL argument. This fixes the issue by just checking for null before setting the affinity mask. Fixes: e2e64a932556 ("genirq: Set initial affinity in irq_

Re: [PATCH v5 2/5] dt-bindings: Add pinctrl bindings for mt65xx/mt81xx.

2015-01-28 Thread Sascha Hauer
On Tue, Jan 27, 2015 at 03:19:01PM +0100, Linus Walleij wrote: > On Wed, Jan 21, 2015 at 6:28 AM, Hongzhou Yang > wrote: > > > From: Hongzhou Yang > > > > Add devicetree bindings for Mediatek SoC pinctrl driver. > > > > Signed-off-by: Hongzhou Yang > > Sascha can you ACK this binding? Just di

  1   2   3   4   5   6   7   8   9   10   >