Re: [PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode

2015-11-03 Thread Paolo Bonzini
On 03/11/2015 10:40, Laszlo Ersek wrote: > On 11/02/15 10:32, Paolo Bonzini wrote: >> >> >> On 31/10/2015 20:50, Laszlo Ersek wrote: >>> Tested-by: Laszlo Ersek >> >> Thanks Laszlo, I applied patches 1 and 2 (since your "part 2" never was :)). >> >> Paolo >> > > Thanks. > > Since you can

[PATCH v2 0/5] Add memory mapped read support for ti-qspi

2015-11-03 Thread Vignesh R
Changes since v1: Introduce API in SPI core that MTD flash driver can call for mmap read instead of directly calling spi-master driver callback. This API makes sure that SPI core msg queue is locked during mmap transfers. v1: https://lkml.org/lkml/2015/9/4/103 Cover letter: This patch series

Re: [PATCH v2 1/4] clocksource: rockchip: Make the driver more compatible

2015-11-03 Thread Caesar Wang
在 2015年11月03日 16:32, Daniel Lezcano 写道: On 11/03/2015 03:00 AM, Caesar Wang wrote: Daniel, 在 2015年11月03日 01:28, Daniel Lezcano 写道: On 10/31/2015 12:47 AM, Heiko Stuebner wrote: Hi Daniel, Am Freitag, 30. Oktober 2015, 11:42:29 schrieb Daniel Lezcano: On 10/30/2015 04:43 AM, Caesar Wang

Re: [PATCH v2 net-next] net/core: generic support for disabling netdev features down stack

2015-11-03 Thread Nikolay Aleksandrov
On 11/03/2015 03:55 AM, Jarod Wilson wrote: [snip] > > +#define for_each_netdev_feature(mask_addr, feature) > \ > + int bit; > \ > + for_each_set_bit(bit, (unsigned long *)mask_addr,

[RFC] vfs: don't bother clearing close_on_exec bit for unused fds

2015-11-03 Thread Rasmus Villemoes
In fc90888d07b8 (vfs: conditionally clear close-on-exec flag) a conditional was added to __clear_close_on_exec to avoid dirtying a cache line in the common case where the bit is already clear. However, AFAICT, we don't rely on the close_on_exec bit being clear for unused fds, except as an

[PATCH v3] rtc: Add a driver for Micro Crystal RV8803

2015-11-03 Thread Alexandre Belloni
This driver supports the following functions: - reading and settings time - alarms when connected to an IRQ - reading and clearing the voltage low flags - nvram Signed-off-by: Alexandre Belloni --- Changes in v3: - properly unlock before returning in the error path of rv8803_set_alarm()

RE: [net-next v4 3/8] dpaa_eth: add support for S/G frames

2015-11-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > > On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote: > > Add support for Scater/Gather (S/G) frames. The FMan can place > > the frame content into multiple buffers and provide a S/G Table > > (SGT) into one first

Re: csdio-kernel module status, if any (was: Re: char interface to sdio, chdio.c)

2015-11-03 Thread Arnd Bergmann
On Tuesday 03 November 2015 10:33:01 Patrick Boettcher wrote: > Hi all, > > Sorry for posting out-of-thread, but I don't have the original mail and > thus cannot reply. > > If refer to this thread: > > https://lkml.org/lkml/2014/7/15/975 > > where you guys started to review and prepare things

Re: [PATCH] bpf: fix trivial comment typo

2015-11-03 Thread Daniel Borkmann
On 11/02/2015 10:48 PM, Matthew Fernandez wrote: On 03/11/15 08:31, David Miller wrote: From: Matthew Fernandez Date: Mon, 2 Nov 2015 11:59:03 +1100 bpf: fix trivial comment typo Signed-off-by: Matthew Fernandez This doesn't apply to any tree. I'm sorry, I think I must be missing

Re: [PATCH 00/12] usb: early: add support for early printk through USB3 debug port

2015-11-03 Thread Dave Young
On 10/28/15 at 04:00pm, Lu Baolu wrote: > This patch series adds support for early printk through USB3 debug port. > USB3 debug port is described in xHCI specification as an optional extended > capability. > > The first patch adds a file in debugfs, through which users can check > whether the

Re: [PATCH] clocksource: dw_apb_timer_of: support timer-based delay

2015-11-03 Thread Jisheng Zhang
Dear Arnd On Tue, 3 Nov 2015 09:49:32 +0100 Arnd Bergmann wrote: > On Tuesday 03 November 2015 14:59:40 Jisheng Zhang wrote: > > > On Monday 02 November 2015 11:03:34 Jisheng Zhang wrote: > > > > On Fri, 30 Oct 2015 13:42:01 +0100 Arnd Bergmann wrote: > > > I'd be happier with a solution

Re: [PATCH v2] livepatch: old_name.number scheme in livepatch sysfs directory

2015-11-03 Thread Miroslav Benes
On Mon, 2 Nov 2015, Chris J Arges wrote: > The following directory structure will allow for cases when the same > function name exists in a single object. > /sys/kernel/livepatch/// There is still a period here and in the documentation :) > The number corresponds to the nth occurrence of

Re: [PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode

2015-11-03 Thread Laszlo Ersek
On 11/02/15 10:32, Paolo Bonzini wrote: > > > On 31/10/2015 20:50, Laszlo Ersek wrote: >> Tested-by: Laszlo Ersek > > Thanks Laszlo, I applied patches 1 and 2 (since your "part 2" never was :)). > > Paolo > Thanks. Since you can rebase the queue freely, can you please also add:

Re: [PATCH] KVM: VMX: fix SMEP and SMAP without EPT

2015-11-03 Thread Paolo Bonzini
On 02/11/2015 22:20, Radim Krčmář wrote: > The comment in code had it mostly right, but we enable paging for > emulated real mode regardless of EPT. > > Without EPT (which implies emulated real mode), secondary VCPUs won't > start unless we disable SM[AE]P when the guest doesn't use paging. >

[PATCH v2] x86/irq: Probe for PIC presence before allocating descs for legacy IRQs

2015-11-03 Thread Vitaly Kuznetsov
Commit d32932d02e18 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces") brought a regression for Hyper-V Gen2 instances. These instances don't have i8259 legacy PIC but they use legacy IRQs for serial port, rtc, and acpi. With this commit included we end up with these IRQs not

Re: [PATCH V6 1/1] usb:serial: Add Fintek F81532/534 driver

2015-11-03 Thread Andy Shevchenko
On Tue, Nov 3, 2015 at 5:51 AM, Peter Hung wrote: > This driver is for Fintek F81532/F81534 USB to Serial Ports IC. > > Features: > 1. F81534 is 1-to-4 & F81532 is 1-to-2 serial ports IC > 2. Support Baudrate from B50 to B150 (excluding B100). > 3. The RTS signal can be transformed their

Re: [PATCH 0/3] PM, vfs: use filesystem freezing instead of kthread freezer

2015-11-03 Thread Jan Kara
On Tue 03-11-15 11:10:53, Dave Chinner wrote: > On Mon, Nov 02, 2015 at 03:43:07AM +0100, Rafael J. Wysocki wrote: > > I guess it may also helps to address the case when a device is removed from > > a > > suspended system, written to on another system in the meantime and inserted > > back into

[PATCH] PCI: pcie-rcar: Fix OF node passed to MSI irq domain

2015-11-03 Thread Phil Edworthy
The OF node passed to irq_domain_add_linear() should be a pointer to interrupt controller's device tree node, or NULL, but not the PCI controller's node. This fixes an oops in msi_domain_alloc_irqs() when it tries to call msi_check(). Signed-off-by: Phil Edworthy ---

utility to read/write SDIO registers with CMD52s

2015-11-03 Thread Muni Sekhar
Hi, Is there any Linux MMC stack utility to read/write SDIO registers with CMD52s? -- Thanks, Sekhar -- 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

Re: [PATCHv2] rtc: Add a driver for Micro Crystal RV8803

2015-11-03 Thread Alexandre Belloni
e suggest rules for selecting the more suitable base] > > > > url: > > https://github.com/0day-ci/linux/commits/Alexandre-Belloni/rtc-Add-a-driver-for-Micro-Crystal-RV8803/20151103-065235 > > :: branch date: 51 minutes ago > > :: commit date: 51 minutes ago >

Re: [PATCHv2] rtc: Add a driver for Micro Crystal RV8803

2015-11-03 Thread Julia Lawall
> > > > > > CC: rtc-li...@googlegroups.com, linux-kernel@vger.kernel.org, Alexandre > > > Belloni > > > > > > Hi Alexandre, > > > > > > [auto build test WARNING on abelloni/rtc-next -- if it's inappropriate > > > base, please

RE: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet

2015-11-03 Thread Madalin-Cristian Bucur
> -Original Message- > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] > > On Mon, 2015-11-02 at 19:31 +0200, Madalin Bucur wrote: > > + if (unlikely(fd_status & FM_FD_STAT_RX_ERRORS) != 0) { > > + if (net_ratelimit()) > > +

Re: [PATCH v2 4/4] ocfs2: check/fix inode block for online file check

2015-11-03 Thread Gang He
>>> > On 11/03/2015 04:47 PM, Gang He wrote: >> >> >> > >>> On 11/03/2015 04:15 PM, Gang He wrote: Hello Junxiao, See my comments inline. >>> > Hi Gang, > > This is not like a right patch. > First, online file check only checks inode's block

csdio-kernel module status, if any (was: Re: char interface to sdio, chdio.c)

2015-11-03 Thread Patrick Boettcher
Hi all, Sorry for posting out-of-thread, but I don't have the original mail and thus cannot reply. If refer to this thread: https://lkml.org/lkml/2014/7/15/975 where you guys started to review and prepare things for upstream-inclusion of the csdio-module. Strangely enough the last mail on

Re: [PATCH] osd fs: __r4w_get_page rely on PageUptodate for uptodate

2015-11-03 Thread Boaz Harrosh
On 11/03/2015 04:49 AM, Hugh Dickins wrote: > On Mon, 2 Nov 2015, Boaz Harrosh wrote: >> On 11/02/2015 01:39 AM, Hugh Dickins wrote: >> <> This patch is not correct! >>> >>> I think you have actually confirmed that the patch is correct: >>> why bother to test PageDirty or PageWriteback when

[PATCH] regulator: Use regulator_lock_supply() for get_voltage() too

2015-11-03 Thread Mark Brown
Since we need to read voltages of parents as part of setting supply voltages we need to be able to do get_voltage() internally without taking locks so reorganize the locking to take locks on the full tree on entry rather than as we recurse when called externally. Reported-by: John Stultz

Re: [GIT PULL]: CRIS changes for 4.4

2015-11-03 Thread Jesper Nilsson
On Tue, Nov 03, 2015 at 01:49:23AM +0100, Stephen Rothwell wrote: > Hi Jesper, > > On Mon, 2 Nov 2015 21:17:03 +0100 Jesper Nilsson > wrote: > > > > Please pull CRIS changes for 4.4: > > > > Mostly another batch of code removal due to move to standard > > frameworks for CRISv32, initial

[RFC PATCH] x86/paravirt: Kill some unused patching functions

2015-11-03 Thread Borislav Petkov
From: Borislav Petkov paravirt_patch_ignore() is completely unused and paravirt_patch_nop() doesn't do a whole lot. Remove them both. Signed-off-by: Borislav Petkov Cc: Andrew Morton Cc: Andy Lutomirski Cc: Chris Wright Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Jeremy Fitzhardinge Cc:

[GIT PULL] RCU changes for v4.4

2015-11-03 Thread Ingo Molnar
Linus, Please pull the latest core-rcu-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-rcu-for-linus # HEAD: b33e18f61bd18227a456016a77b1a968f5bc1d65 fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_split_work_to_wbs()

Re: [PATCH v3 4/4] perf report: Add callchain value option

2015-11-03 Thread Jiri Olsa
On Tue, Nov 03, 2015 at 04:18:31PM +0900, Namhyung Kim wrote: SNIP > @@ -819,12 +837,26 @@ char *callchain_node__sprintf_value(struct > callchain_node *node, > char *bf, size_t bfsize, u64 total) > { > double percent = 0.0; > - u64 cumul =

[PATCH v5 2/4] ARM: dts: Add SROMc to Exynos 5410

2015-11-03 Thread Pavel Fedin
This machine uses own SoC device tree file, add missing part. We insert the complete description, with ranges, because we are going to connect devices to it. Values in ranges are SoC-specific, so they go here in order not to duplicate them for every machine. Signed-off-by: Pavel Fedin ---

Re: [PATCH v3 4/4] perf report: Add callchain value option

2015-11-03 Thread Jiri Olsa
On Tue, Nov 03, 2015 at 04:18:31PM +0900, Namhyung Kim wrote: > Now -g/--call-graph option supports how to display callchain values. > Possible values are 'percent', 'period' and 'count'. The percent is > same as before and it's the default behavior. The period displays the > raw period value

[PATCH v5 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410

2015-11-03 Thread Pavel Fedin
This patch extends Exynos SROM controller driver with ability to configure controller outputs and enables SMSC9115 Ethernet chip on SMDK5410 board, which is connected via SROMc bank #3. With this patchset, support for the whole existing SMDK range can be added. Actually, only bank number is

Re: [RESEND PATCH] ARM: errata: Workaround for Cortex-A12 erratum 818325

2015-11-03 Thread Caesar Wang
在 2015年11月03日 16:45, Arnd Bergmann 写道: On Tuesday 03 November 2015 16:10:09 Caesar Wang wrote: + /* Cortex-A12 Errata */ + ldr r10, =0x0c0d@ Cortex-A12 primary part number + teq r0, r10 + bne 5f beq __ca15_errata: +#ifdef

RE: [PATCH 0/3] Fix rcar-pcie for arm64

2015-11-03 Thread Phil Edworthy
Hi Wolfram, On 02 November 2015 21:33, Wolfram wrote: > > The first patches fixes the build problem, and the second patch reverts the > > patch that removed the driver from arm64 builds. The final patch add a > > compat > > string for the r8a7795 (arm64) device. > > Thanks. I will test them

Re: [PATCH 2/5] do_div(): generic optimization for constant divisor on 32-bit machines

2015-11-03 Thread Arnd Bergmann
On Tuesday 03 November 2015 13:32:17 kbuild test robot wrote: > >net/can/bcm.c: In function 'bcm_proc_show': > >> net/can/bcm.c:223:1: warning: the frame size of 1156 bytes is larger than > >> 1024 bytes [-Wframe-larger-than=] > } Interesting, that is a lot of stack for a function that

Re: [PATCH BUGFIX 2/3] null_blk: guarantee device restart in all irq modes

2015-11-03 Thread Paolo Valente
Il giorno 02/nov/2015, alle ore 17:25, Jens Axboe ha scritto: > On 11/02/2015 07:31 AM, Paolo Valente wrote: >> From: Arianna Avanzini >> >> In single-queue (block layer) mode,the function null_rq_prep_fn stops >> the device if alloc_cmd fails. Then, once stopped, the device must be >>

[PATCH v5 3/4] drivers: exynos-srom: Add support for bank configuration

2015-11-03 Thread Pavel Fedin
Implement handling properties in subnodes and adding child devices to the system. Child devices will not be added if configuration fails. Since the driver now does more than suspend-resume support, dependency on CONFIG_PM is removed. Signed-off-by: Pavel Fedin --- arch/arm/mach-exynos/Kconfig

Re: [PATCH BUGFIX 1/3] null_blk: set a separate timer for each command

2015-11-03 Thread Paolo Valente
Il giorno 02/nov/2015, alle ore 17:14, Jens Axboe ha scritto: > On 11/02/2015 07:31 AM, Paolo Valente wrote: >> For the Timer IRQ mode (i.e., when command completions are delayed), >> there is one timer for each CPU. Each of these timers >> . has a completion queue associated with it,

[PATCH v5 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-03 Thread Pavel Fedin
Add documentation for new subnode properties, allowing bank configuration. Based on u-boot implementation, but heavily reworked. Signed-off-by: Pavel Fedin --- .../bindings/arm/samsung/exynos-srom.txt | 68 +- 1 file changed, 66 insertions(+), 2 deletions(-) diff

Re: [PATCH V3 2/3] perf/powerpc :add support for sampling intr machine state

2015-11-03 Thread Michael Ellerman
On Tue, 2015-11-03 at 11:40 +0530, Anju T wrote: > The perf infrastructure uses a bit mask to find out > valid registers to display. Define a register mask > for supported registers defined in asm/perf_regs.h. > The bit positions also correspond to register IDs > which is used by perf

[PATCH v5 4/4] ARM: dts: Add Ethernet chip to SMDK5410

2015-11-03 Thread Pavel Fedin
The chip is smsc9115, connected via SROMc bank 3. Additionally, some GPIO initialization is required. Signed-off-by: Pavel Fedin --- arch/arm/boot/dts/exynos5410-smdk5410.dts | 40 +++ 1 file changed, 40 insertions(+) diff --git

[GIT PULL] EFI changes for v4.4

2015-11-03 Thread Ingo Molnar
Linus, Please pull the latest core-efi-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-efi-for-linus # HEAD: 78b9bc947b18ed16b6c2c573d774e6d54ad9452d efi: Fix warning of int-to-pointer-cast on x86 32-bit builds The main changes in this cycle were:

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-03 Thread Kim, Milo
On 11/3/2015 5:33 PM, Lee Jones wrote: On Tue, 03 Nov 2015, Kim, Milo wrote: Hi Lee, On 11/2/2015 5:59 PM, Lee Jones wrote: drivers/video/backlight/Kconfig| 62 ++ drivers/video/backlight/Makefile | 7 + drivers/video/backlight/lm3532_bl.c

Re: [PATCH v3 3/4] perf callchain: Add count fields to struct callchain_node

2015-11-03 Thread Jiri Olsa
On Tue, Nov 03, 2015 at 04:18:30PM +0900, Namhyung Kim wrote: > It's to track the count of occurrences of the callchains. > > Cc: Brendan Gregg > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH v2 4/4] ocfs2: check/fix inode block for online file check

2015-11-03 Thread Junxiao Bi
On 11/03/2015 04:47 PM, Gang He wrote: > > > >> On 11/03/2015 04:15 PM, Gang He wrote: >>> Hello Junxiao, >>> >>> See my comments inline. >>> >>> >> Hi Gang, This is not like a right patch. First, online file check only checks inode's block number, valid flag,

[GIT PULL] locking changes for v4.4

2015-11-03 Thread Ingo Molnar
Linus, Please pull the latest locking-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-core-for-linus # HEAD: 6e490b0106a2118ee4c37c37847454a5c2dc6e32 ARM, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec} The main

Re: Unreliable register being read in max310x UART driver

2015-11-03 Thread Alexander Shiyan
Hello. > Понедельник, 2 ноября 2015, 10:24 -05:00 от Alexander Shi > : > > Hello all, >   > The datasheet for MAX3107 UART ( > http://datasheets.maximintegrated.com/en/ds/MAX3107.pdf ) was updated in > February 2015 with a notice that the RxFIFOLvl register may be inaccurate if > read while

Re: [PATCH v1 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288

2015-11-03 Thread LABBE Corentin
On Tue, Nov 03, 2015 at 01:52:05PM +0800, Zain Wang wrote: > Crypto driver support cbc/ecb two chainmode, and aes/des/des3 three cipher > mode. > The names registered are: > ecb(aes) cbc(aes) ecb(des) cbc(des) ecb(des3_ede) cbc(des3_ede) > You can alloc tags above in your case. > > And other

Re: [PATCH v11 22/28] tracing: Add enable_hist/disable_hist triggers

2015-11-03 Thread Namhyung Kim
On Thu, Oct 22, 2015 at 01:14:26PM -0500, Tom Zanussi wrote: > Similar to enable_event/disable_event triggers, these triggers enable > and disable the aggregation of events into maps rather than enabling > and disabling their writing into the trace buffer. > > They can be used to automatically

Re: [PATCH v11 14/28] tracing: Add hist trigger support for clearing a trace

2015-11-03 Thread Namhyung Kim
On Thu, Oct 22, 2015 at 01:14:18PM -0500, Tom Zanussi wrote: > Allow users to append 'clear' to an existing trigger in order to have > the hash table cleared. Same as the previous comment: It'd be better not creating a new hist if given hist doesn't exist. Thanks, Namhyung > > This expands

Re: [PATCH 20/22] clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST option

2015-11-03 Thread Daniel Lezcano
On 11/03/2015 01:59 AM, Krzysztof Kozlowski wrote: On 03.11.2015 09:30, Krzysztof Kozlowski wrote: On 02.11.2015 21:56, Daniel Lezcano wrote: Let the platform's Kconfig to select the clock instead of having a reverse dependency from the driver to the platform options. Selecting user-visible

Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon

2015-11-03 Thread Lee Jones
On Mon, 02 Nov 2015, Damien Riegel wrote: > On Mon, Nov 02, 2015 at 09:12:53AM +, Lee Jones wrote: > > [Cc'ing Arnd] > > > > On Fri, 30 Oct 2015, Damien Riegel wrote: > > > On Fri, Oct 30, 2015 at 05:56:56PM +, Lee Jones wrote: > > > > On Thu, 29 Oct 2015, Damien Riegel wrote: > > > > >

Re: Resource leak in unshare

2015-11-03 Thread Dmitry Vyukov
On Mon, Nov 2, 2015 at 8:01 PM, Eric W. Biederman wrote: > Dmitry Vyukov writes: > >> Hello, >> >> I am hitting the following warnings on >> bcee19f424a0d8c26ecf2607b73c690802658b29 (4.3): > > Do you have any trace of the earlier failures? > > This appears to be something caused by an earlier

Re: [PATCH] clocksource: dw_apb_timer_of: support timer-based delay

2015-11-03 Thread Arnd Bergmann
On Tuesday 03 November 2015 14:59:40 Jisheng Zhang wrote: > > On Monday 02 November 2015 11:03:34 Jisheng Zhang wrote: > > > On Fri, 30 Oct 2015 13:42:01 +0100 Arnd Bergmann wrote: > > I'd be happier with a solution that keeps the DT describing the hardware > > and not the way we expect Linux to

Re: [PATCH V4] usb: remove unnecessary CONFIG_PM dependency from USB_OTG

2015-11-03 Thread Peter Chen
On Thu, Oct 29, 2015 at 08:52:23AM -0500, Nathan Sullivan wrote: > The USB OTG support currently depends on power management > (CONFIG_PM) being enabled, but does not actually need it enabled. > Remove this dependency. > > Tested on Bay Trail hardware with dwc3 USB. > > Signed-off-by: Nathan

[GIT PULL] procfs: Don't expose absolute kernel addresses via /proc/PID/stat

2015-11-03 Thread Ingo Molnar
Linus, Please pull this single commit from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-debug-for-linus # HEAD: b2f73922d119686323f14fbbe46587f863852328 fs/proc, core/debug: Don't expose absolute kernel addresses via wchan This fixes a wchan related information leak

Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon

2015-11-03 Thread Lee Jones
On Tue, 03 Nov 2015, Lee Jones wrote: > On Mon, 02 Nov 2015, Damien Riegel wrote: > > On Mon, Nov 02, 2015 at 09:12:53AM +, Lee Jones wrote: > > > [Cc'ing Arnd] > > > > > > On Fri, 30 Oct 2015, Damien Riegel wrote: > > > > On Fri, Oct 30, 2015 at 05:56:56PM +, Lee Jones wrote: > > > > >

Re: [PATCH v2 4/4] ocfs2: check/fix inode block for online file check

2015-11-03 Thread Gang He
>>> > On 11/03/2015 04:15 PM, Gang He wrote: >> Hello Junxiao, >> >> See my comments inline. >> >> > >>> Hi Gang, >>> >>> This is not like a right patch. >>> First, online file check only checks inode's block number, valid flag, >>> fs generation value, and meta ecc. I never see a real

Re: [PATCH v11 13/28] tracing: Add hist trigger support for pausing and continuing a trace

2015-11-03 Thread Namhyung Kim
On Thu, Oct 22, 2015 at 01:14:17PM -0500, Tom Zanussi wrote: > Allow users to append 'pause' or 'continue' to an existing trigger in > order to have it paused or to have a paused trace continue. > > This expands the hist trigger syntax from this: > # echo

Re: [PATCH v3 2/4] perf callchain: Abstract callchain print function

2015-11-03 Thread Jiri Olsa
On Tue, Nov 03, 2015 at 04:18:29PM +0900, Namhyung Kim wrote: SNIP > while (rb_node) { > - double percent; > - > chain = rb_entry(rb_node, struct callchain_node, rb_node); > - percent = chain->hit * 100.0 / total_samples; > > - ret =

Re: [RESEND PATCH] ARM: errata: Workaround for Cortex-A12 erratum 818325

2015-11-03 Thread Arnd Bergmann
On Tuesday 03 November 2015 16:10:09 Caesar Wang wrote: > > + /* Cortex-A12 Errata */ > + ldr r10, =0x0c0d@ Cortex-A12 primary part > number > + teq r0, r10 > + bne 5f > +#ifdef CONFIG_ARM_ERRATA_818325 > + teq r6, #0x00

Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon

2015-11-03 Thread Arnd Bergmann
On Tuesday 03 November 2015 08:39:23 Lee Jones wrote: > On Tue, 03 Nov 2015, Lee Jones wrote: > > > On Mon, 02 Nov 2015, Damien Riegel wrote: > > > On Mon, Nov 02, 2015 at 09:12:53AM +, Lee Jones wrote: > > > > [Cc'ing Arnd] > > > > > > > > On Fri, 30 Oct 2015, Damien Riegel wrote: > > > > >

Re: [PATCH v2 2/4] ocfs2: sysfile interfaces for online file check

2015-11-03 Thread Gang He
Hi Junxiao, >>> > Hi Gang, > > On 11/03/2015 03:54 PM, Gang He wrote: >> Hi Junxiao, >> >> Thank for your reviewing. >> Current design, we use a sysfile as a interface to check/fix a file (via > pass a ino number). >> But, this operation is manually triggered by user, instead of

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-03 Thread Lee Jones
On Tue, 03 Nov 2015, Kim, Milo wrote: > Hi Lee, > > On 11/2/2015 5:59 PM, Lee Jones wrote: > >> drivers/video/backlight/Kconfig| 62 ++ > >>> drivers/video/backlight/Makefile | 7 + > >>> drivers/video/backlight/lm3532_bl.c| 183 + >

[PATCH v3 2/2] watchdog: imx2_wdt: add set_pretimeout interface

2015-11-03 Thread Robin Gong
Enable set_pretimeout interface and trigger the pretimeout interrupt before watchdog timeout event happen. Signed-off-by: Robin Gong --- drivers/watchdog/imx2_wdt.c | 58 - 1 file changed, 57 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v2 4/4] ocfs2: check/fix inode block for online file check

2015-11-03 Thread Junxiao Bi
On 11/03/2015 04:15 PM, Gang He wrote: > Hello Junxiao, > > See my comments inline. > > >> Hi Gang, >> >> This is not like a right patch. >> First, online file check only checks inode's block number, valid flag, >> fs generation value, and meta ecc. I never see a real corruption >>

[PATCH v3 2/2] watchdog: imx2_wdt: add set_pretimeout interface

2015-11-03 Thread Robin Gong
Enable set_pretimeout interface and trigger the pretimeout interrupt before watchdog timeout event happen. Signed-off-by: Robin Gong --- drivers/watchdog/imx2_wdt.c | 58 - 1 file changed, 57 insertions(+), 1 deletion(-) diff --git

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT

2015-11-03 Thread Robin Gong
Since the watchdog common framework centrialize the IOCTL interfaces of device driver now, the SETPRETIMEOUT and GETPRETIMEOUT need to be added in the common code. Signed-off-by: Robin Gong --- Documentation/watchdog/watchdog-kernel-api.txt | 12 + drivers/watchdog/watchdog_dev.c

Re: [PATCH RESEND 00/16] Support TI LMU devices

2015-11-03 Thread Lee Jones
On Tue, 03 Nov 2015, Kim, Milo wrote: > Hi Lee, > > On 11/2/2015 6:00 PM, Lee Jones wrote: > >Is it just me, or have you missed lots of people off Cc? > > Ah, that's what I was hesitating... > What is the best way to submit MFD code patches? Cc for all people > from get_maintainer.pl? As this

Re: [PATCH v2 1/4] clocksource: rockchip: Make the driver more compatible

2015-11-03 Thread Daniel Lezcano
On 11/03/2015 03:00 AM, Caesar Wang wrote: Daniel, 在 2015年11月03日 01:28, Daniel Lezcano 写道: On 10/31/2015 12:47 AM, Heiko Stuebner wrote: Hi Daniel, Am Freitag, 30. Oktober 2015, 11:42:29 schrieb Daniel Lezcano: On 10/30/2015 04:43 AM, Caesar Wang wrote: Hi Daniel, 在 2015年10月01日 03:14,

[PATCH v2 02/12] x86: fixmap: add permanent fixmap for xhci debug port

2015-11-03 Thread Lu Baolu
xHCI compatible USB3 host controller may provide debug capability which enables low-level system debug over USB. In order to probing this debug capability, Linux kernel needs to map and access the mmio of the host controller during early boot. This patch adds permenent fixmap pages in

[PATCH v2 09/12] x86: early_printk: add USB3 debug port earlyprintk support

2015-11-03 Thread Lu Baolu
Add support for early printk by writing debug messages to the USB3 debug port. Users can use this type of early printk by specifying kernel parameter of "earlyprintk=xdbc". This gives users a chance of providing debug output. Signed-off-by: Lu Baolu --- Documentation/kernel-parameters.txt | 1

[GIT PULL] Security subsystem update for 4.4

2015-11-03 Thread James Morris
Please pull. This is mostly maintenance updates across the subsystem, with a notable update for TPM 2.0, and addition of Jarkko Sakkinen as a maintainer of that. The following changes since commit 5062ecdb662bf3aed6dc975019c53ffcd3b01d1c: Merge tag 'regmap-v4.4' of

[PATCH v2 04/12] usb: xhci: dbc: add support for Intel xHCI dbc quirk

2015-11-03 Thread Lu Baolu
On Intel platform, if the debug target is connected with debug host, enabling DCE bit in command register leads to a hung bus state. In the hung state, the host system will not see a port connected status bit set. Hence debug target fails to be probed. The state could be resolved by performing a

[PATCH v2 06/12] usb: xhci: dbc: add bulk out and bulk in interfaces

2015-11-03 Thread Lu Baolu
This patch adds interfaces for bulk out and bulk in ops. These interfaces could be used to implement early printk bootconsole or hook to various system debuggers. Signed-off-by: Lu Baolu --- drivers/usb/early/xhci-dbc.c | 373 +++

[RESEND PATCH 0/1] Fix the "hard LOCKUP" when running a heavy loading

2015-11-03 Thread Caesar Wang
As the following log: where we experience a CPU hard lockup. The assembly code (disassembled by gdb) 0xc06c6e90 <__tcp_select_window+148>:beq 0xc06c6eb0<__tcp_select_window+180> 0xc06c6e94 <__tcp_select_window+152>:mov r2, #1008; 0x3f0 0xc06c6e98

Re: [PATCH v3 1/4] perf report: Support folded callchain mode on --stdio

2015-11-03 Thread Jiri Olsa
On Tue, Nov 03, 2015 at 04:18:28PM +0900, Namhyung Kim wrote: > Add new call chain option (-g) 'folded' to print callchains in a line. > The callchains are separated by semicolons, and preceded by (absolute) > percent values and a space. > > For example, following 20 lines can be printed in 3

Re: [PATCH] mfd: cros ec: Lock the SPI bus while holding chipselect

2015-11-03 Thread Nicolas Boichat
+gwen...@chromium.org On Thu, Oct 29, 2015 at 4:17 PM, Nicolas Boichat wrote: > @@ -482,6 +493,7 @@ static int cros_ec_pkt_xfer_spi(struct cros_ec_device > *ec_dev, > > ret = len; > exit: > + spi_bus_unlock(ec_spi->spi->master); Gwendal noted offline that I could unlock the bus

RE: [PATCH v5 0/3] NAND support for Broadcom NS2 SoC

2015-11-03 Thread Anup Patel
+Arnd, +Olof Regards, Anup -- 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/

details required

2015-11-03 Thread
i have a business proposal for you with urgent transfer notice please send me reply to maekhalsa...@gmail.com or my official email sa...@iraqrepvp.comze.com with your contact details and personal mobile number if you are interested. you can also call me at my direct sattelite number

[PATCH v2 07/12] usb: xhci: dbc: handle dbc-configured exit

2015-11-03 Thread Lu Baolu
DbC might exit configured state in some cases (refer to 7.6.4.4 in xHCI spec 1.1). Software needs detect and clear this situation by clearing DCCTRL.DCR and wait until the DbC configured before read or write oprations. Signed-off-by: Lu Baolu --- drivers/usb/early/xhci-dbc.c | 28

[PATCH v2 00/12] usb: early: add support for early printk through USB3 debug port

2015-11-03 Thread Lu Baolu
This patch series adds support for early printk through USB3 debug port. USB3 debug port is described in xHCI specification as an optional extended capability. The first patch adds a file in sysfs, through which users can check whether the debug capability is supported by a specific host

[PATCH v2 01/12] usb: xhci: add sysfs file for xHCI debug port

2015-11-03 Thread Lu Baolu
This patch adds a sysfs file for users to check 1) whether the debug capability is implemented by hardware; 2) if supported, which state does it stay at. With a host that supports debug port, a file named "debug_port_state" will be created under the device sysfs directory. Reading this file will

Re: [PATCH V2 2/3] dmaselftest: add memcpy selftest support functions

2015-11-03 Thread Andy Shevchenko
On Tue, Nov 3, 2015 at 9:44 AM, Dan Williams wrote: > On Mon, Nov 2, 2015 at 10:30 PM, Vinod Koul wrote: >> On Mon, Nov 02, 2015 at 11:18:37PM -0500, Sinan Kaya wrote: >>> On 11/2/2015 11:15 PM, Vinod Koul wrote: >>> >On Mon, Nov 02, 2015 at 01:07:38AM -0500, Sinan Kaya wrote: >>> This one; on

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT

2015-11-03 Thread Robin Gong
Since the watchdog common framework centrialize the IOCTL interfaces of device driver now, the SETPRETIMEOUT and GETPRETIMEOUT need to be added in the common code. Signed-off-by: Robin Gong --- Documentation/watchdog/watchdog-kernel-api.txt | 12 + drivers/watchdog/watchdog_dev.c

Re: [PATCH v2] pwm-backlight: fix the panel power sequence

2015-11-03 Thread YH Huang
On Fri, 2015-10-30 at 11:34 +0100, Philipp Zabel wrote: > Am Freitag, den 30.10.2015, 15:41 +0800 schrieb YH Huang: > > > That won't work if the gpio is still configured as input. How about I > > > add the GPIOD_ASIS change to my patch you remove that and the above from > > > yours? > > > > I

RE: [PATCH 0/6] arm64: Simple additions to NS2 DT

2015-11-03 Thread Anup Patel
+Arnd, +Olof Ping? Regards, Anup -- 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/

Re: [PATCH v2 4/4] ocfs2: check/fix inode block for online file check

2015-11-03 Thread Gang He
Hello Junxiao, See my comments inline. >>> > Hi Gang, > > This is not like a right patch. > First, online file check only checks inode's block number, valid flag, > fs generation value, and meta ecc. I never see a real corruption > happened only on this field, if these fields are corrupted,

[RESEND PATCH] ARM: errata: Workaround for Cortex-A12 erratum 818325

2015-11-03 Thread Caesar Wang
From: Huang Tao On Cortex-A12 (r0p0..r0p1-00lac0-rc11), when a CPU executes a sequence of two conditional store instructions with opposite condition code and updating the same register, the system might enter a deadlock if the second conditional instruction is an UNPREDICTABLE STR or STM

Re: [PATCH v2 2/4] ocfs2: sysfile interfaces for online file check

2015-11-03 Thread Junxiao Bi
Hi Gang, On 11/03/2015 03:54 PM, Gang He wrote: > Hi Junxiao, > > Thank for your reviewing. > Current design, we use a sysfile as a interface to check/fix a file (via pass > a ino number). > But, this operation is manually triggered by user, instead of automatically > fix in the kernel. >

details required

2015-11-03 Thread
i have a business proposal for you with urgent transfer notice please send me reply to maekhalsa...@gmail.com or my official email sa...@iraqrepvp.comze.com with your contact details and personal mobile number if you are interested. you can also call me at my direct sattelite number

[PATCH v2 05/12] usb: xhci: dbc: add debug buffer

2015-11-03 Thread Lu Baolu
"printk" is not suitable for dbc debugging especially when console is in usage. This patch adds a debug buffer in dbc driver and puts the debug messages in this local buffer. The debug buffer could be dumped whenever the console is not in use. This part of code will not be visible unless DBC_DEBUG

[PATCH v2 12/12] usb: doc: add document for xHCI DbC driver

2015-11-03 Thread Lu Baolu
Add Documentation/usb/xhci-dbc.txt. This document includes development status and user guide for USB3 debug port. Signed-off-by: Lu Baolu --- Documentation/usb/xhci-dbc.txt | 325 + MAINTAINERS| 1 + drivers/usb/early/xhci-dbc.c |

[PATCH v2 11/12] usb: serial: usb_debug: add support for dbc debug device

2015-11-03 Thread Lu Baolu
This patch add dbc debug device support in usb_debug driver. Signed-off-by: Lu Baolu --- drivers/usb/serial/usb_debug.c | 28 +--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/drivers/usb/serial/usb_debug.c b/drivers/usb/serial/usb_debug.c index

[PATCH v2 03/12] usb: xhci: dbc: probe and setup xhci debug capability

2015-11-03 Thread Lu Baolu
xHCI debug capability (DbC) is an optional functionality provided by an xHCI host controller. Software learns this capability by walking through the extended capability list in mmio of the host. This patch introduces the code to probe and initialize the debug capability hardware during early

[PATCH v2 10/12] usb: xhci: dbc: add handshake between debug target and host

2015-11-03 Thread Lu Baolu
After DbC setup, debug target needs to wait until tty driver and application (e.g. mincom) on debug taget start. Otherwise, out messages might be ignored. This patch adds a ping/pong mechanism between debug target and host. Debug target will be waiting there until user presses 'Y' or 'y' in the

[PATCH v2 08/12] usb: xhci: dbc: handle endpoint stall

2015-11-03 Thread Lu Baolu
In case of endpoint stall, software is able to detect the situation by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB framework to handle endpoint stall. When software detects endpoint stall situation, it should wait until endpoint is recovered before read or write oprations.

Re: [PATCH v2 2/2] watchdog: imx2_wdt: add set_pretimeout interface

2015-11-03 Thread Robin Gong
On Mon, Nov 02, 2015 at 11:48:29PM -0800, Guenter Roeck wrote: > On 11/02/2015 10:11 PM, Robin Gong wrote: > >Enable set_pretimeout interface and trigger the pretimeout interrupt before > >watchdog timeout event happen. > > > >Signed-off-by: Robin Gong > >--- > > drivers/watchdog/imx2_wdt.c | 58

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

2015-11-03 Thread Ley Foon Tan
On Isn, 2015-11-02 at 12:12 -0600, Bjorn Helgaas wrote: > On Sun, Nov 1, 2015 at 6:00 PM, Ley Foon Tan wrote: > > On Isn, 2015-11-02 at 02:23 +1100, Stephen Rothwell wrote: > >> Hi Bjorn, > >> > >> After merging the pci tree, today's linux-next build (powerpc > >> allyesconfig) failed like this:

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