Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

2016-12-07 Thread Andrea Arcangeli
Hello, On Wed, Dec 07, 2016 at 08:57:01AM -0800, Dave Hansen wrote: > It is more space-efficient. We're fitting the order into 6 bits, which > would allows the full 2^64 address space to be represented in one entry, Very large order is the same as very large len, 6 bits of order or 8 bytes of le

[GIT PULL] objtool fix

2016-12-07 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 69042bf2001b44e81cd86ab11a4637b9d9a14c5a objtool: Fix bytes check of lea's rex_prefix A single late breaking fix for objtool. Than

[GIT PULL] locking fixes

2016-12-07 Thread Ingo Molnar
Linus, Please pull the latest locking-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-urgent-for-linus # HEAD: f943fe0faf27991d256e10b5a85f175385c64cdc lockdep: Fix report formatting Two rtmutex race fixes (which miraculously never trigg

Re: Misalignment, MIPS, and ip_hdr(skb)->version

2016-12-07 Thread Dave Taht
The openwrt tree has long contained a set of patches that correct for unaligned issues throughout the linux network stack. https://git.lede-project.org/?p=openwrt/source.git;a=blob;f=target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch;h=b4b749e4b9c02a74a9f712a2740d63e554de5c64;hb=ee53

[GIT PULL] scheduler fix

2016-12-07 Thread Ingo Molnar
Linus, Please pull the latest sched-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus # HEAD: 83929cce95251cc77e5659bf493bd424ae0e7a67 sched/autogroup: Fix 64-bit kernel nice level adjustment An autogroup nice level adjustme

Re: Misalignment, MIPS, and ip_hdr(skb)->version

2016-12-07 Thread David Miller
From: Dave Taht Date: Wed, 7 Dec 2016 10:47:16 -0800 > https://git.lede-project.org/?p=openwrt/source.git;a=blob;f=target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch;h=b4b749e4b9c02a74a9f712a2740d63e554de5c64;hb=ee53a240ac902dc83209008a2671e7fdcf55957a It's so much better to analyz

Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

2016-12-07 Thread Dave Hansen
On 12/07/2016 10:38 AM, Andrea Arcangeli wrote: >> > and leaves room for the bitmap size to be encoded as well, if we decide >> > we need a bitmap in the future. > How would a bitmap ever be useful with very large page-order? Please, guys. Read the patches. *Please*. The current code doesn't ev

Re: [RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions

2016-12-07 Thread Shanker Donthineni
Hi Eric, Is there any reason why you are not supporting SMMUv3 driver? Qualcomm hardware doesn't not support SMMUv2 hardware, please add support for SMMUv3 in next patch set. I've ported ' RFC,v3,09/10] iommu/arm-smmu: Implement reserved region get/put callbacks' to SMMUv3 driver and tested d

[GIT PULL] x86 fixes

2016-12-07 Thread Ingo Molnar
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus # HEAD: 55f856e640560494518eaf24fe9d2d2089fba71a x86/unwind: Fix guess-unwinder regression Misc fixes: a core dumping crash fix, a guess-unwin

Re: Misalignment, MIPS, and ip_hdr(skb)->version

2016-12-07 Thread Jason A. Donenfeld
On Wed, Dec 7, 2016 at 7:51 PM, David Miller wrote: > It's so much better to analyze properly where the misalignment comes from > and address it at the source, as we have for various cases that trip up > Sparc too. That's sort of my attitude too, hence starting this thread. Any pointers you have

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

2016-12-07 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Wed, Dec 07, 2016 at 09:12:15AM +0100, Jiri Olsa escreveu: > > On Wed, Dec 07, 2016 at 08:45:14AM +0100, Ingo Molnar wrote: > > > > SNIP > > > > > * Stephen Rothwell wrote: > > > > > > > Hi all, > > > > > > > > After merging the tip tree, today's linux

Re: [PATCH] arc: use hardware ARCNUM in smp_processor_id()

2016-12-07 Thread Vineet Gupta
+CC PeterZ, Andy On 12/07/2016 07:36 AM, Alexey Brodkin wrote: > We used to think that ARC cores in SMP SoC start > consequentially, i.e. core0 -> core1 -> core2 -> core4. > > Moreover we treat core0 as a master core which does some > low-level initialization before allowing other cores to > start

Re: [PATCH v4 1/5] i2c: designware: Refactoring of the i2c-designware

2016-12-07 Thread Andy Shevchenko
On Wed, 2016-12-07 at 17:55 +, Luis Oliveira wrote: > - Factor out all _master() part of code from i2c-designware-core >   and i2c-designware-platdrv to separate functions. > - Standardize all code related with MASTER modes. > Couple of comments, after addressing them Acked-by: Andy Shevchenk

Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

2016-12-07 Thread Andrea Arcangeli
On Wed, Dec 07, 2016 at 10:44:31AM -0800, Dave Hansen wrote: > On 12/07/2016 10:38 AM, Andrea Arcangeli wrote: > >> > and leaves room for the bitmap size to be encoded as well, if we decide > >> > we need a bitmap in the future. > > How would a bitmap ever be useful with very large page-order? > >

[GIT PULL] perf fixes

2016-12-07 Thread Ingo Molnar
Linus, Please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus # HEAD: 8fc31ce8896fc3cea1d79688c8ff950ad4e73afe perf/core: Remove invalid warning from list_update_cgroup_even()t A bogus warning fix, a co

Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7

2016-12-07 Thread Eric Dumazet
On Wed, 2016-12-07 at 10:12 +, Mel Gorman wrote: > This is the result from netperf running UDP_STREAM on localhost. It was > selected on the basis that it is slab-intensive and has been the subject > of previous SLAB vs SLUB comparisons with the caveat that this is not > testing between two ph

Re: [PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399

2016-12-07 Thread Heiko Stuebner
Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > Hi, > > On Wed, Dec 07, 2016 at 06:09:16PM +0100, Heiko Stuebner wrote: > > Am Donnerstag, 1. Dezember 2016, 18:27:28 CET schrieb Brian Norris: > > > Add the dwc3 usb needed node information for rk3399. > > > > > > Signed-off-by:

RE: [PATCH V2 03/13] perf/x86: output sampling overhead

2016-12-07 Thread Liang, Kan
> On Tue, Dec 06, 2016 at 03:47:40PM +, Liang, Kan wrote: > > > > It doesn't record anything, it generates the output. And it doesn't > > > explain why that needs to be in pmu::del(), in general that's a horrible > thing to do. > > > > Yes, it only generate/log the output. Sorry for the conf

Re: [PATCH 0/4] UEFI: EFI_MEMORY_ATTRIBUTES_TABLE support for x86

2016-12-07 Thread Sai Praneeth Prakhya
On Wed, 2016-12-07 at 13:56 +, Matt Fleming wrote: > On Tue, 06 Dec, at 11:15:59AM, Sai Praneeth Prakhya wrote: > > From: Sai Praneeth > > > > UEFI v2.6 introduces EFI_MEMORY_ATTRIBUTES_TABLE which describes memory > > protections that may be applied to EFI Runtime code and data regions by

Re: [PATCH] arc: use hardware ARCNUM in smp_processor_id()

2016-12-07 Thread Vineet Gupta
On 12/07/2016 07:36 AM, Alexey Brodkin wrote: > We used to think that ARC cores in SMP SoC start > consequentially, i.e. core0 -> core1 -> core2 -> core4. > > Moreover we treat core0 as a master core which does some > low-level initialization before allowing other cores to > start doing real stuff.

Re: [PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399

2016-12-07 Thread Brian Norris
On Wed, Dec 07, 2016 at 08:01:23PM +0100, Heiko Stuebner wrote: > Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > > But pcie@f800 is also out of order then. I guess maybe > > that's the only one then. > > Yep, pcie is misplaced as sadly sometimes I miss those errors as well

Re: [PATCH v4 2/5] i2c: designware: Master mode as separated driver

2016-12-07 Thread Andy Shevchenko
On Wed, 2016-12-07 at 17:55 +, Luis Oliveira wrote: > - The functions related to I2C master mode of operation were moved >   to a single file: i2c-designware-master.c > - Common functions were moved into i2c-designware-common.c > - Common definitions were moved into i2c-designware-core.h (were

Re: [RFC] PCI: Change default MPS behavior

2016-12-07 Thread Keith Busch
On Tue, Dec 06, 2016 at 07:20:27PM -0500, Jon Mason wrote: > Not all systems have a BIOS or firmware to preconfigure the PCIE MPS > prior to Linux booting. Without any firmware to pre-setup the MPS, the > PCIE_BUS_DEFAULT will simply set everything to 0 (128b). This behavior > causes these system

Re: [PATCH v8 8/8] cpufreq: intel_pstate: Use CPPC to get max performance

2016-12-07 Thread Sebastian Andrzej Siewior
On 2016-11-22 12:24:00 [-0800], Tim Chen wrote: > From: "Rafael J. Wysocki" > > This change uses acpi cppc_lib interface to get CPPC performance limits > and calls scheduler interface to update per cpu highest priority. If > there is a difference in highest performance of each CPUs, call schedule

[PATCH] selftests: add missing set-tz to timers .gitignore

2016-12-07 Thread Shuah Khan
set-tz is missing from timers/.gitignore. Add it. Signed-off-by: Shuah Khan --- tools/testing/selftests/timers/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore index 68f3fc7..cc98662 100644 --- a

[PATCH] selftests: add missing gitignore files/dirs

2016-12-07 Thread Shuah Khan
Add missing files and directories to gitignore. Create .gitignore files as needed. Signed-off-by: Shuah Khan --- tools/testing/selftests/.gitignore | 1 + tools/testing/selftests/nsfs/.gitignore| 2 ++ tools/testing/selftests/sigaltstack/.gitignore | 1 + 3 files changed, 4 i

Re: [PATCH v4 4/5] i2c: designware: Add slave mode as separated driver

2016-12-07 Thread Mark Rutland
On Wed, Dec 07, 2016 at 05:55:51PM +, Luis Oliveira wrote: > +#ifndef CONFIG_ACPI > + if (!device_property_match_string(&pdev->dev, "mode", "slave")) > + i2c_dw_configure_slave(pdev); > + else > +#endif This kind of ifdeffery doesn't make sense. A single kernel binary may s

Re: [PATCH 3/8] rtc: add STM32 RTC driver

2016-12-07 Thread Alexandre Belloni
Hi, It seems mostly fine. On 02/12/2016 at 15:09:56 +0100, Amelie Delaunay wrote : > This patch adds support for the STM32 RTC. > > Signed-off-by: Amelie Delaunay > --- > drivers/rtc/Kconfig | 10 + > drivers/rtc/Makefile| 1 + > drivers/rtc/rtc-stm32.c | 777 >

Western Union Spende

2016-12-07 Thread Western Union
Sir/Madam, Hereby we inform you that WESTERN UNION has international donations project you expressed as a cash grant of awarded [85,000.00 EURO], promoted as a charity donation by Western union international, United Kingdom, in conjunction with the children's Fund of the United Nations [UNICEF].

Re: [PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399

2016-12-07 Thread Heiko Stuebner
Am Mittwoch, 7. Dezember 2016, 11:03:02 CET schrieb Brian Norris: > On Wed, Dec 07, 2016 at 08:01:23PM +0100, Heiko Stuebner wrote: > > Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > > > But pcie@f800 is also out of order then. I guess maybe > > > that's the only one then.

Re: [PATCH v4 3/5] i2c: designware: Add slave definitions

2016-12-07 Thread Andy Shevchenko
On Wed, 2016-12-07 at 17:55 +, Luis Oliveira wrote: > - Add slave definitions to i2c-designware-core > - Changes in Kconfig to auto-enable I2C_SLAVE when compiling the > modules > - Add mode property to designware-core.txt that enable the "slave" > selection: >   - "mode" is an optional propert

Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7

2016-12-07 Thread Eric Dumazet
On Wed, 2016-12-07 at 11:00 -0800, Eric Dumazet wrote: > > So far, I believe net/unix/af_unix.c uses PAGE_ALLOC_COSTLY_ORDER as > max_order, but UDP does not do that yet. For af_unix, it happened in https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=28d6427109d13b0f447cb

Re: [PATCH 3/6] staging: lustre: obdclass: Create a header for obdo related functions

2016-12-07 Thread James Simmons
> On Fri, Dec 02, 2016 at 02:40:47PM -0500, James Simmons wrote: > > From: Ben Evans > > > > Remove all obdo related functions from lustre_idl.h > > Create lustre_odbo.h. Include where appropriate. > > Make the functions lustre_get_wire_obdo and > > lustre_set_wire_obdo to not be inlined function

Re: [PATCH 6/9] dt-bindings: Document rk3399 Gru/Kevin

2016-12-07 Thread Heiko Stuebner
Am Mittwoch, 7. Dezember 2016, 09:41:39 CET schrieb Brian Norris: > On Wed, Dec 07, 2016 at 06:12:13PM +0100, Heiko Stuebner wrote: > > Hi Brian, > > > > Am Donnerstag, 1. Dezember 2016, 18:27:30 CET schrieb Brian Norris: > > > Gru is a base dev board for a family of devices, including Kevin. Both

Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check

2016-12-07 Thread Eric Anholt
Maxime Ripard writes: > [ Unknown signature status ] > On Thu, Nov 24, 2016 at 07:22:31PM +0800, Chen-Yu Tsai wrote: >> The panels shipped with Allwinner devices are very "generic", i.e. >> they do not have model numbers or reliable sources of information >> for the timings (that we know of) othe

Re: [lustre-devel] [PATCH] staging: lustre: Fix a spatch warning due to an assignment from kernel to user space

2016-12-07 Thread Dan Carpenter
On Wed, Dec 07, 2016 at 04:42:30PM +0100, Quentin Lambert wrote: > > > On 12/07/2016 04:33 PM, Dan Carpenter wrote: > >Lustre is kind of a mess with regards to keeping user and kernel > >pointers separate. It's not going to be easy to fix. > Fair enough. > I am trying to make a contribution to d

Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check

2016-12-07 Thread Laurent Pinchart
Hi Eric, On Wednesday 07 Dec 2016 11:16:32 Eric Anholt wrote: > Maxime Ripard writes: > > [ Unknown signature status ] > > > > On Thu, Nov 24, 2016 at 07:22:31PM +0800, Chen-Yu Tsai wrote: > >> The panels shipped with Allwinner devices are very "generic", i.e. > >> they do not have model numbers

Re: [PATCH] doc: Explain light-handed markup preference a bit better

2016-12-07 Thread Jonathan Corbet
On Wed, 7 Dec 2016 16:42:58 +0100 Daniel Vetter wrote: > We already had a super-short blurb, but worth extending it I think: > We're still pretty far away from anything like a consensus, but > there's clearly a lot of people who prefer an as-light as possible > approach to converting existing .t

Re: [RFC PATCH net-next v3 1/2] macb: Add 1588 support in Cadence GEM.

2016-12-07 Thread Richard Cochran
On Wed, Dec 07, 2016 at 08:21:51PM +0200, Andrei Pistirica wrote: > +#ifdef CONFIG_MACB_USE_HWSTAMP > +void gem_ptp_init(struct net_device *ndev); > +void gem_ptp_remove(struct net_device *ndev); > + > +void gem_ptp_do_txstamp(struct macb *bp, struct sk_buff *skb); > +void gem_ptp_do_rxstamp(struct

[PATCH 1/1] arm64: mm: add config options for page table configuration

2016-12-07 Thread Scott Branden
Make MAX_PHYSMEM_BITS and SECTIONS_SIZE_BITS configurable by adding config options. Default to current settings currently defined in sparesmem.h. For systems wishing to save memory the config options can be overridden. Example, changing MAX_PHYSMEM_BITS from 48 to 36 at the same time as changing SE

[PATCH 0/1] arm64: mm: add config options for page table configuration

2016-12-07 Thread Scott Branden
This patch introduces config option CONFIG_MAX_PHYSMEM_BITS and CONFIG_SECTIONS_SIZE_BITS to allow for memory savings for devices with small memory areas in sparse memory configurations. Scott Branden (1): arm64: mm: add config options for page table configuration arch/arm64/Kconfig

Re: [PATCH 5/7] Documentation: DT: net: cpsw: allow to specify descriptors pool size

2016-12-07 Thread Grygorii Strashko
On 12/02/2016 11:21 AM, Grygorii Strashko wrote: > > > On 12/02/2016 05:28 AM, Ivan Khoronzhuk wrote: >> On Thu, Dec 01, 2016 at 05:34:30PM -0600, Grygorii Strashko wrote: >>> Add optional property "descs_pool_size" to specify buffer descriptor's >>> pool size. The "descs_pool_size" should defi

Re: [lustre-devel] [PATCH 3/6] staging: lustre: obdclass: Create a header for obdo related functions

2016-12-07 Thread James Simmons
> Sorry, I was unclear. I have no problem with white space changes on > their own or when they are on the same line as something else you're > changing. > > What I meant is that when you're just moving functions around then don't > mix unrelated white space changes into that patch. I have autom

Re: [RFC PATCH net-next v3 2/2] macb: Enable 1588 support in SAMA5Dx platforms.

2016-12-07 Thread Richard Cochran
On Wed, Dec 07, 2016 at 08:21:52PM +0200, Andrei Pistirica wrote: > +static int gem_hwtst_set(struct net_device *netdev, > + struct ifreq *ifr, int cmd) > +{ ... > + switch (config.rx_filter) { > + case HWTSTAMP_FILTER_NONE: > + if (priv->hwts_rx_en) > +

Re: [RFC/RFT PATCH 0/3] d_time removal

2016-12-07 Thread Al Viro
On Mon, Nov 07, 2016 at 11:51:57AM +0100, Miklos Szeredi wrote: > Only two filesystems remaining: nfs and ncpfs. Both use d_fsdata as well > as d_time which means we have to allocate a separate structure (RCU freed > in case of NFS). > > I still haven't tested these; hoping someone will do it for

Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7

2016-12-07 Thread Mel Gorman
On Wed, Dec 07, 2016 at 11:00:49AM -0800, Eric Dumazet wrote: > On Wed, 2016-12-07 at 10:12 +, Mel Gorman wrote: > > > This is the result from netperf running UDP_STREAM on localhost. It was > > selected on the basis that it is slab-intensive and has been the subject > > of previous SLAB vs SL

Re: [PATCH v4 4/5] i2c: designware: Add slave mode as separated driver

2016-12-07 Thread Andy Shevchenko
On Wed, 2016-12-07 at 17:55 +, Luis Oliveira wrote: > - Slave mode selected by compatibility string in platform module > - Changes in Makefile to Kbuild successfully compile i2c-designware- > core >   with slave functions This needs more work. First of all I would split logically this to two

Re: Misalignment, MIPS, and ip_hdr(skb)->version

2016-12-07 Thread David Miller
From: "Jason A. Donenfeld" Date: Wed, 7 Dec 2016 19:54:12 +0100 > On Wed, Dec 7, 2016 at 7:51 PM, David Miller wrote: >> It's so much better to analyze properly where the misalignment comes from >> and address it at the source, as we have for various cases that trip up >> Sparc too. > > That's

Re: [lustre-devel] [PATCH] staging: lustre: Fix a spatch warning due to an assignment from kernel to user space

2016-12-07 Thread James Simmons
> > On 12/07/2016 04:33 PM, Dan Carpenter wrote: > > >Lustre is kind of a mess with regards to keeping user and kernel > > >pointers separate. It's not going to be easy to fix. > > Fair enough. > > I am trying to make a contribution to drivers/staging using sparse. > > With that in mind, do you s

Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

2016-12-07 Thread Dave Hansen
We're talking about a bunch of different stuff which is all being conflated. There are 3 issues here that I can see. I'll attempt to summarize what I think is going on: 1. Current patches do a hypercall for each order in the allocator. This is inefficient, but independent from the underlying

Re: [PATCH v4 5/5] i2c: designware: Cleaning comments and formatation

2016-12-07 Thread Andy Shevchenko
On Wed, 2016-12-07 at 17:55 +, Luis Oliveira wrote: > - Missspelling, comment formatation and fix a string of >   the existing code > Good, but after addressing below comments: Acked-by: Andy Shevchenko > --- a/drivers/i2c/busses/i2c-designware-slave.c > +++ b/drivers/i2c/busses/i2c-designw

Re: [PATCH V2 4/5] ARM: BCM5301X: Specify all RAM by including an extra block

2016-12-07 Thread Jon Mason
On Wed, Dec 07, 2016 at 08:56:54AM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > The first 128 MiB of RAM can be accessed using an alias at address 0x0. > > In theory we could access whole RAM using 0x8000 - 0xbfff range > (up to 1 GiB) but it doesn't seem to work on Northstar. F

Re: Perf hotplug lockup in v4.9-rc8

2016-12-07 Thread Mark Rutland
On Wed, Dec 07, 2016 at 07:34:55PM +0100, Peter Zijlstra wrote: > On Wed, Dec 07, 2016 at 05:53:47PM +, Mark Rutland wrote: > > On Wed, Dec 07, 2016 at 01:52:17PM +, Mark Rutland wrote: > > > Hi all > > > > > > Jeremy noticed a kernel lockup on arm64 when the perf tool was used in > > > pa

Re: [PATCH V4 04/11] megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO Coalescing (fwd)

2016-12-07 Thread Julia Lawall
d test WARNING on next-20161206] [cannot apply to v4.9-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sasikumar-Chandrasekaran/megaraid_sas-Updates-for-scsi-next/20161207-102153 base:

[PATCH 2/3] arm64: Work around Falkor erratum 1003

2016-12-07 Thread Christopher Covington
From: Shanker Donthineni On the Qualcomm Datacenter Technologies Falkor v1 CPU, memory accesses may allocate TLB entries using an incorrect ASID when TTBRx_EL1 is being updated. Changing the TTBRx_EL1[ASID] and TTBRx_EL1[BADDR] fields separately using a reserved ASID will ensure that there are no

[PATCH 1/3] arm64: Define Qualcomm Technologies Falkor v1 CPU

2016-12-07 Thread Christopher Covington
From: Shanker Donthineni This patch adds the cputype info for Qualcomm Technologies ARMv8 CPU implementer ID 0x51 and part number for Falkor v1 in cputype.h. Signed-off-by: Shanker Donthineni Signed-off-by: Christopher Covington --- arch/arm64/include/asm/cputype.h | 4 1 file changed, 4

Re: [PATCH 0/4] UEFI: EFI_MEMORY_ATTRIBUTES_TABLE support for x86

2016-12-07 Thread Matt Fleming
On Wed, 07 Dec, at 11:01:06AM, Sai Praneeth Prakhya wrote: > > Thanks Matt! > > Would you like to see a new version of these patch series addressing > your comments? Like > 1. Dropping of patch #4 > 2. Adding Reviewed-by tag of Joey (Sorry for that) > 3. This time with correct version number No

Re: [PATCH v6 3/3] sound/usb: Use Media Controller API to share media resources

2016-12-07 Thread Shuah Khan
Hi Sakari, On 12/07/2016 03:52 AM, Sakari Ailus wrote: > Hi Shuah, > > On Mon, Dec 05, 2016 at 05:38:23PM -0700, Shuah Khan wrote: >> On 12/05/2016 04:21 PM, Laurent Pinchart wrote: >>> Hi Shuah, >>> >>> On Monday 05 Dec 2016 15:44:30 Shuah Khan wrote: On 11/30/2016 03:01 PM, Shuah Khan wrot

[PATCH] arm64: Work around Falkor erratum 1009

2016-12-07 Thread Christopher Covington
From: Shanker Donthineni During a TLB invalidate sequence targeting the inner shareable domain, Falkor may prematurely complete the DSB before all loads and stores using the old translation are observed; instruction fetches are not subject to the conditions of this erratum. Signed-off-by: Shanke

Remove private locks to avoid possible deadlock

2016-12-07 Thread Lino Sanfilippo
Hi, these patches fix possible deadlock situations in the sxgbe and stmmac driver. Please note that the patches are only compile tested so it would be great if someone could do tests with the concerning HW. Regards, Lino

[PATCH 1/2] net: ethernet: sxgbe: remove private tx queue lock

2016-12-07 Thread Lino Sanfilippo
The driver uses a private lock for synchronization between the xmit function and the xmit completion handler, but since the NETIF_F_LLTX flag is not set, the xmit function is also called with the xmit_lock held. On the other hand the xmit completion handler first takes the private lock and (in cas

[PATCH 2/2] net: ethernet: stmmac: remove private tx queue lock

2016-12-07 Thread Lino Sanfilippo
The driver uses a private lock for synchronization between the xmit function and the xmit completion handler, but since the NETIF_F_LLTX flag is not set, the xmit function is also called with the xmit_lock held. On the other hand the xmit completion handler first takes the private lock and (in cas

Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7

2016-12-07 Thread Eric Dumazet
On Wed, 2016-12-07 at 19:48 +, Mel Gorman wrote: > > > Interesting because it didn't match what I previous measured but then > again, when I established that netperf on localhost was slab intensive, > it was also an older kernel. Can you tell me if SLAB or SLUB was enabled > in your test ker

Re: [PATCH 0/4] UEFI: EFI_MEMORY_ATTRIBUTES_TABLE support for x86

2016-12-07 Thread Sai Praneeth Prakhya
On Wed, 2016-12-07 at 20:04 +, Matt Fleming wrote: > On Wed, 07 Dec, at 11:01:06AM, Sai Praneeth Prakhya wrote: > > > > Thanks Matt! > > > > Would you like to see a new version of these patch series addressing > > your comments? Like > > 1. Dropping of patch #4 > > 2. Adding Reviewed-by tag o

NOTIFICATION

2016-12-07 Thread anggraini
Good Day, There is an urgent response needed from you to a transaction which is attached to your name in my office. Thank You Mrs. Angel Lo

Re: [PATCH 1/2] f2fs: detect wrong layout

2016-12-07 Thread Eric Biggers
On Tue, Dec 06, 2016 at 05:16:24PM -0800, Jaegeuk Kim wrote: > Previous mkfs.f2fs allows small partition inappropriately, so f2fs should > detect > that as well. > > Refer this in f2fs-tools. > > mkfs.f2fs: detect small partition by overprovision ratio and # of segments > > Reported-by: Eric Bi

RE: [PATCH v3 1/9] staging: fsl-mc: move bus driver out of staging

2016-12-07 Thread Stuart Yoder
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Wednesday, December 07, 2016 9:53 AM > To: Stuart Yoder > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org; ag...@suse.de; > a...@arndb.de; Leo Li > ; Ioana Ciornei ; Catalin Horghidan > ; Laurent

Re: [Qemu-devel] [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

2016-12-07 Thread Andrea Arcangeli
On Wed, Dec 07, 2016 at 11:54:34AM -0800, Dave Hansen wrote: > We're talking about a bunch of different stuff which is all being > conflated. There are 3 issues here that I can see. I'll attempt to > summarize what I think is going on: > > 1. Current patches do a hypercall for each order in the

Re: [PATCH 1/1 linux-next] ASoC: samsung: include gpio consumer.h

2016-12-07 Thread Fabian Frederick
> On 07 December 2016 at 18:55 Krzysztof Kozlowski wrote: > > > On Wed, Dec 07, 2016 at 08:39:02AM +0100, Fabian Frederick wrote: > > Fix the following build errors > > I couldn't reproduce it on default config. Can you mention the necessary > environment/defconfig/arch etc.? > > Patch itself lo

Re: [PATCH v5 1/1] crypto: add virtio-crypto driver

2016-12-07 Thread Sam Ravnborg
On Mon, Dec 05, 2016 at 03:12:52AM +, Gonglei (Arei) wrote: > I don't think the root cause of those warnings are introduced by > virtio-crypto driver. > > What's your opinion? Sam and David? Root cause here is that arch/sparc/include/asm/topology_64.h references cpu_data without including ar

Re: Synopsys Ethernet QoS Driver

2016-12-07 Thread Andy Shevchenko
On Mon, Nov 21, 2016 at 2:52 PM, Giuseppe CAVALLARO wrote: First of all, +1 to (re-)use stmmac. > The stmmac drivers run since many years on several platforms > (sh4, stm32, arm, x86, mips ...) and it supports an huge of amount of > configurations starting from 3.1x to 3.7x databooks. As Intel

Re: [PATCH] PCI: spear: use builtin_platform_driver

2016-12-07 Thread Bjorn Helgaas
On Wed, Nov 23, 2016 at 10:55:07PM +0800, Geliang Tang wrote: > Use builtin_platform_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Applied to pci/host-spear for v4.10, thanks! > --- > drivers/pci/host/pcie-spear13xx.c | 6 +- > 1 file changed, 1 insertion(+), 5 dele

Re: [PATCH] staging/lustre/osc: Revert erroneous list_for_each_entry_safe use

2016-12-07 Thread Greg Kroah-Hartman
On Wed, Dec 07, 2016 at 11:29:36AM -0500, Oleg Drokin wrote: > > On Dec 7, 2016, at 5:40 AM, Greg Kroah-Hartman wrote: > > > On Tue, Dec 06, 2016 at 10:53:48PM -0500, Oleg Drokin wrote: > >> I have been having a lot of unexplainable crashes in osc_lru_shrink > >> lately that I could not see a goo

Re: [PATCH] PCI: altera: use builtin_platform_driver

2016-12-07 Thread Bjorn Helgaas
On Wed, Nov 23, 2016 at 10:52:22PM +0800, Geliang Tang wrote: > Use builtin_platform_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Thanks, Geliang. I already applied an identical patch from Wei Yongjun that will appear in v4.10. > --- > drivers/pci/host/pcie-altera.c |

Re: [net-next][PATCH v2 18/18] RDS: IB: add missing connection cache usage info

2016-12-07 Thread Santosh Shilimkar
On 12/7/2016 9:36 AM, David Miller wrote: [...] What does the newer tool do on an older kernel if it doesn't see the fields? Does it check the size of the structure given back to it, and conditionally handle the older vs. the newer layout? It must do this. Right but the rds-tool doesn't han

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

2016-12-07 Thread Stephen Rothwell
Hi all, On Wed, 7 Dec 2016 19:56:32 +0100 Ingo Molnar wrote: > > * Arnaldo Carvalho de Melo wrote: > > > I'll push it today, will stop processing other stuff now and prepare a > > pull request, > > Thanks - I pushed the fixes towards linux-next, so tomorrow's (today's) > linux-next > build

Re: [PATCH 16/18] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

2016-12-07 Thread Arnd Bergmann
On Wednesday, December 7, 2016 4:59:13 PM CET Catalin Marinas wrote: > On Tue, Dec 06, 2016 at 11:55:08AM +0530, Yury Norov wrote: > > On Mon, Dec 05, 2016 at 04:34:23PM +, Catalin Marinas wrote: > > > On Fri, Oct 21, 2016 at 11:33:15PM +0300, Yury Norov wrote: > > > > New aarch32 ptrace syscal

Re: [PATCH] dts: sun8i-h3: correct UART3 pin definitions

2016-12-07 Thread Olof Johansson
On Tue, Dec 06, 2016 at 03:27:10PM +0100, jo...@kippendief.biz wrote: > From: Jorik Jonker > > In a previous commit, I made a copy/paste error in the pinmux > definitions of UART3: PG{13,14} instead of PA{13,14}. This commit takes > care of that. I have tested this commit on Orange Pi PC and Oran

Re: [patch] drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()

2016-12-07 Thread Iyappan Subramanian
On Wed, Dec 7, 2016 at 3:14 AM, Dan Carpenter wrote: > We never set "slots" in this function. > > Fixes: a9380b0f7be8 ("drivers: net: xgene: Add support for Jumbo frame") > Signed-off-by: Dan Carpenter > --- > I copied how slots gets set in xgene_enet_rx_frame(). Static analysis. > Not tested. >

RE: move hyperv CHANNELMSG_UNLOAD from crashed kernel to kdump kernel

2016-12-07 Thread KY Srinivasan
> -Original Message- > From: Olaf Hering [mailto:o...@aepfle.de] > Sent: Wednesday, December 7, 2016 8:40 AM > To: KY Srinivasan > Cc: vkuzn...@redhat.com; gre...@linuxfoundation.org; linux- > ker...@vger.kernel.org; de...@linuxdriverproject.org > Subject: Re: move hyperv CHANNELMSG_UNLO

Re: [PATCH] init : Reduce rootwait polling interval time to 5ms

2016-12-07 Thread Andrew Morton
On Wed, 07 Dec 2016 15:07:43 +0900 Jungseung Lee wrote: > For several devices, the rootwait time is sensitive because it directly > affects booting time. > The polling interval of rootwait is currently 100ms. > To save unnessesary waiting time, reduce the polling interval to 5 ms. > > ... > > --

[PATCH v3 1/4] sched: move IO scheduling accounting from io_schedule_timeout() into scheduler

2016-12-07 Thread Tejun Heo
Hello, Yeah, that works. Here's v3 based on your patch. The other patches still apply correctly. Thanks. -- 8< -- For an interface to support blocking for IOs, it must call io_schedule() instead of schedule(). This makes it tedious to add IO blocking to existing interfaces as the swit

Re: [PATCH] ARM: dts: imx7d: fix LCDIF clock assignment

2016-12-07 Thread Olof Johansson
On Mon, Dec 05, 2016 at 10:01:24AM +0800, Shawn Guo wrote: > Hi Arnd, Olof, > > On Sun, Dec 04, 2016 at 05:26:58PM -0800, Stefan Agner wrote: > > Hi Shawn > > > > On 2016-11-23 15:02, Fabio Estevam wrote: > > > On Tue, Nov 22, 2016 at 10:42 PM, Stefan Agner wrote: > > >> The eLCDIF IP of the i.M

Re: [PATCH v5 1/2] arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86

2016-12-07 Thread kbuild test robot
Hi Irina, [auto build test ERROR on tip/x86/core] [also build test ERROR on v4.9-rc8] [cannot apply to platform-drivers-x86/for-next next-20161207] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH 2/2] net: ethernet: stmmac: remove private tx queue lock

2016-12-07 Thread Pavel Machek
Hi! > The driver uses a private lock for synchronization between the xmit > function and the xmit completion handler, but since the NETIF_F_LLTX flag > is not set, the xmit function is also called with the xmit_lock held. > > On the other hand the xmit completion handler first takes the private l

[PATCH 2/2] hv: make CPU offlining prevention fine-grained

2016-12-07 Thread kys
From: Vitaly Kuznetsov Since commit e513229b4c38 ("Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors") cpu offlining was disabled. It is still true that we can't offline CPUs which have VMBus channels bound to them but we may have 'free' CPUs (e.v. we booted with maxcpus= parameter a

[PATCH 1/2] hv: switch to cpuhp state machine for synic init/cleanup

2016-12-07 Thread kys
From: Vitaly Kuznetsov To make it possible to online/offline CPUs switch to cpuhp infrastructure for doing hv_synic_init()/hv_synic_cleanup(). Signed-off-by: Vitaly Kuznetsov Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv.c | 15 +++ drivers/hv/hyperv_vmbus.h |4

Re: [PATCH 2/2] net: ethernet: stmmac: remove private tx queue lock

2016-12-07 Thread Pavel Machek
Hi! > The driver uses a private lock for synchronization between the xmit > function and the xmit completion handler, but since the NETIF_F_LLTX flag > is not set, the xmit function is also called with the xmit_lock held. > > On the other hand the xmit completion handler first takes the private l

Re: [RFC PATCH 00/23] arm: defconfigs: use kconfig fragments

2016-12-07 Thread Arnd Bergmann
On Wednesday, December 7, 2016 12:41:29 PM CET Bartlomiej Zolnierkiewicz wrote: > > On Tuesday, December 06, 2016 11:03:34 AM Olof Johansson wrote: > > On Tue, Dec 6, 2016 at 4:38 AM, Bartlomiej Zolnierkiewicz > > wrote: > > > Hi, > > > > > > This RFC patchset starts convertion of ARM defconfigs

[PATCH 0/2] Drivers: hv: vmbus: Make CPU offlining more fine grained

2016-12-07 Thread kys
From: K. Y. Srinivasan Enhance CPU online/offline management. Vitaly Kuznetsov (2): hv: switch to cpuhp state machine for synic init/cleanup hv: make CPU offlining prevention fine-grained drivers/hv/hv.c | 46 +--- drivers/hv/hyperv_vmbus

Re: [lustre-devel] [PATCH] staging/lustre/osc: Revert erroneous list_for_each_entry_safe use

2016-12-07 Thread Oleg Drokin
On Dec 7, 2016, at 3:37 PM, Greg Kroah-Hartman wrote: > On Wed, Dec 07, 2016 at 11:29:36AM -0500, Oleg Drokin wrote: >> >> On Dec 7, 2016, at 5:40 AM, Greg Kroah-Hartman wrote: >> >>> On Tue, Dec 06, 2016 at 10:53:48PM -0500, Oleg Drokin wrote: I have been having a lot of unexplainable cra

[PATCH v5 1/3] lib: add bitrev8x4()

2016-12-07 Thread Joshua Clayton
Add a function to reverse bytes within a 32 bit word. This function is more efficient than using the 8 bit version when iterating over an array Signed-off-by: Joshua Clayton --- arch/arm/include/asm/bitrev.h | 6 ++ include/linux/bitrev.h| 26 ++ 2 files chan

Re: [RFC PATCH net-next v3 1/2] macb: Add 1588 support in Cadence GEM.

2016-12-07 Thread Richard Cochran
On Wed, Dec 07, 2016 at 08:39:09PM +0100, Richard Cochran wrote: > > +static s32 gem_ptp_max_adj(unsigned int f_nom) > > +{ > > + u64 adj; > > + > > + /* The 48 bits of seconds for the GEM overflows every: > > +* 2^48/(365.25 * 24 * 60 *60) =~ 8 925 512 years (~= 9 mil years), > > +* th

Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7

2016-12-07 Thread Mel Gorman
On Wed, Dec 07, 2016 at 12:10:24PM -0800, Eric Dumazet wrote: > On Wed, 2016-12-07 at 19:48 +, Mel Gorman wrote: > > > > > > Interesting because it didn't match what I previous measured but then > > again, when I established that netperf on localhost was slab intensive, > > it was also an ol

[PATCH v5 3/3] fpga manager: Add cyclone-ps-spi driver for Altera FPGAs

2016-12-07 Thread Joshua Clayton
cyclone-ps-spi loads FPGA firmware over spi, using the "passive serial" interface on Altera Cyclone FPGAS. This is one of the simpler ways to set up an FPGA at runtime. The signal interface is close to unidirectional spi with lsb first. Signed-off-by: Joshua Clayton --- drivers/fpga/Kconfig

[PATCH v5 2/3] doc: dt: add cyclone-ps-spi binding document

2016-12-07 Thread Joshua Clayton
Describe a cyclone-ps-spi devicetree entry, required features Signed-off-by: Joshua Clayton Acked-by: Rob Herring --- .../bindings/fpga/cyclone-ps-spi-fpga-mgr.txt | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/fpga/cycl

Re: [PATCH v5 3/3] fpga manager: Add cyclone-ps-spi driver for Altera FPGAs

2016-12-07 Thread Anatolij Gustschin
On Wed, 7 Dec 2016 13:04:40 -0800 Joshua Clayton stillcompil...@gmail.com wrote: ... >+static int cyclonespi_write_init(struct fpga_manager *mgr, u32 flags, >+ const char *buf, size_t count) there is a minor API change in linux-next [1]. struct fpga_image_info * is p

[PATCH] libata-scsi: disable SCT Write Same for the moment

2016-12-07 Thread Nicolai Stange
SCT Write Same support had been introduced with commit 7b2030942859 ("libata: Add support for SCT Write Same") Some problems, namely excessive userspace segfaults, had been reported at http://lkml.kernel.org/r/20160908192736.ga4...@gmail.com This lead to commit 0ce1b18c42a5 ("libata: Some driv

Re: [PATCH] arm/xen: Use alloc_percpu rather than __alloc_percpu

2016-12-07 Thread Stefano Stabellini
On Wed, 7 Dec 2016, Julien Grall wrote: > The function xen_guest_init is using __alloc_percpu with an alignment > which are not power of two. > > However, the percpu allocator never supported alignments which are not power > of two and has always behaved incorectly in thise case. > > Commit 3ca45

Re: [RFC PATCH 00/23] arm: defconfigs: use kconfig fragments

2016-12-07 Thread Olof Johansson
On Wed, Dec 7, 2016 at 1:07 PM, Arnd Bergmann wrote: > On Wednesday, December 7, 2016 12:41:29 PM CET Bartlomiej Zolnierkiewicz > wrote: >> >> On Tuesday, December 06, 2016 11:03:34 AM Olof Johansson wrote: >> > On Tue, Dec 6, 2016 at 4:38 AM, Bartlomiej Zolnierkiewicz >> > wrote: >> > > Hi, >>

<    1   2   3   4   5   6   7   8   >