[PATCH v2] scsi: storvsc: Add support for FC rport.

2017-03-17 Thread Cathy Avery
Included in the current storvsc driver for Hyper-V is the ability to access luns on an FC fabric via a virtualized fiber channel adapter exposed by the Hyper-V host. The driver also attaches to the FC transport to allow host and port names to be published under /sys/class/fc_host/hostX. Current

Re: [PATCH v4 2/7] coresight: of_get_coresight_platform_data: Add missing of_node_put

2017-03-17 Thread Leo Yan
On Fri, Mar 17, 2017 at 03:09:23PM +, Suzuki K Poulose wrote: > On 17/03/17 15:02, Leo Yan wrote: > >From: Suzuki K Poulose > > > >The of_get_coresight_platform_data iterates over the possible CPU nodes > >to find a given cpu phandle. However it does not drop the

Re: [PATCHv2 02/10] drm: omapdrm: panel-dsi-cm: add regulator support

2017-03-17 Thread Pavel Machek
Hi! > The N950's display requires two regulators. > > Signed-off-by: Sebastian Reichel > --- > drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 55 > +++-- > 1 file changed, 52 insertions(+), 3 deletions(-) > @@ -590,25 +594,43 @@ static int

Re: [PATCHv2 01/10] drm: omapdrm: panel-dsi-cm: Fix probe for device tree

2017-03-17 Thread Pavel Machek
On Sun 2017-03-05 01:43:00, Sebastian Reichel wrote: > From: Tony Lindgren > > Things are a bit whacked right now for panel-dsi-cm: > > 1. We're missing call to of_get_display_timing() and >videomode_from_timing() > > 2. We need to call dsicm_probe_of() after we

Re: Perf regression after enabling nvme autonomous power state transitions

2017-03-17 Thread Andy Lutomirski
On Fri, Mar 17, 2017 at 3:58 AM, Tvrtko Ursulin wrote: > > Hi Andy, all, > > I have bisected and verified an interesting performance regression caused by > commit c5552fde102fcc3f2cf9e502b8ac90e3500d8fdf "nvme: Enable autonomous > power state transitions". > >

Re: [PATCH 05/10] Bluetooth: hci_serdev: do not open device in hci open

2017-03-17 Thread Pavel Machek
> @@ -366,5 +360,6 @@ int hci_uart_register_device(struct hci_uart *hu, const > struct hci_uart_proto *p > err_alloc: > clear_bit(HCI_UART_PROTO_READY, >flags); > p->close(hu); > + > return err; > } This could be removed, I guess. Acked-by: Pavel Machek

Re: [PATCH 04/10] Bluetooth: hci_uart: add serdev driver support library

2017-03-17 Thread Pavel Machek
Hi! > From: Rob Herring > > This adds library functions for serdev based BT drivers. This is largely > copied from hci_ldisc.c and modified to use serdev calls. There's a little > bit of duplication, but I avoided intermixing this as the ldisc code should > eventually go away.

Re: [PATCH 03/10] Bluetooth: hci_uart: add support for word alignment

2017-03-17 Thread Pavel Machek
Hi! > This will be used by Nokia's H4+ protocol, which > uses 2-byte aligned packets. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek > --- a/drivers/bluetooth/hci_h4.c > +++ b/drivers/bluetooth/hci_h4.c > @@ -171,9 +171,20 @@ struct sk_buff

Re: [PATCHv2 08/10] drm: omapdrm: crtc: handle framedone directly

2017-03-17 Thread Pavel Machek
> @@ -264,8 +267,10 @@ int omap_drm_irq_install(struct drm_device *dev) > priv->irq_mask |= omap_underflow_irqs[i]; > } > > - for (i = 0; i < num_mgrs; ++i) > + for (i = 0; i < num_mgrs; ++i) { > priv->irq_mask |= dispc_mgr_get_sync_lost_irq(i);

[Intel-gfx] [Announcement] 2016-Q4 release of XenGT - a Mediated Graphics Passthrough Solution from Intel

2017-03-17 Thread Wang, Hongbo
Hi all, We are pleased to announce another update of Intel GVT-g for Xen. Intel GVT-g is a full GPU virtualization solution with mediated pass-through, starting from 4th generation Intel Core(TM) processors with Intel Graphics processors. A virtual GPU instance is maintained for each VM, with

[PATCH] powerpc: fix /proc/self/stack

2017-03-17 Thread Thadeu Lima de Souza Cascardo
For the current task, the kernel stack would only tell the last time the process was rescheduled, if ever. Use the current stack pointer for the current task. This is also consistent with some other architectures. Signed-off-by: Thadeu Lima de Souza Cascardo ---

[PATCH 1/2] super1: ignore failfast flag for setting device role

2017-03-17 Thread Gioh Kim
There is corner case for setting device role, if new device has failfast flag. The failfast flag should be ignored. Signed-off-by: Gioh Kim Signed-off-by: Jack Wang --- super1.c | 8 +--- 1 file changed, 5 insertions(+), 3

Re: Still OOM problems with 4.9er/4.10er kernels

2017-03-17 Thread Gerhard Wiesinger
On 16.03.2017 10:39, Michal Hocko wrote: On Thu 16-03-17 02:23:18, l...@pengaru.com wrote: On Thu, Mar 16, 2017 at 10:08:44AM +0100, Michal Hocko wrote: On Thu 16-03-17 01:47:33, l...@pengaru.com wrote: [...] While on the topic of understanding allocation stalls, Philip Freeman recently

[PATCH 2/2] super1: check and output faulty dev role

2017-03-17 Thread Gioh Kim
From: Jack Wang Output the real dev role in examine_super1, it will help to find problem. Signed-off-by: Jack Wang Reviewed-by: Gioh Kim --- super1.c | 6 -- 1 file changed, 4 insertions(+), 2

[PATCH 0/2] mdadm: setting device role of raid1 disk with failfast

2017-03-17 Thread Gioh Kim
Hi, I've found a case that failfast option of mdadm set a disk faulty wrongly. Following is my test case. mdadm --create /dev/md100 -l 1 --failfast -e 1.2 -n 2 /dev/vdb /dev/vdc mdadm /dev/md100 -a --failfast /dev/vdd If I use failfast option, the vdd disk was faulty wrongly. If not, it was

Re: Synaptics RMI4 touchpad regression in 4.11-rc1

2017-03-17 Thread Benjamin Tissoires
On Wed, Mar 15, 2017 at 2:19 AM, Andrew Duggan wrote: > On 03/13/2017 10:10 PM, Cameron Gutman wrote: >> >> >> On 03/13/2017 06:35 PM, Andrew Duggan wrote: >>> >>> >>> On 03/13/2017 06:15 AM, Benjamin Tissoires wrote: [Resending, forgot to add Jiri in CC]

Re: outreachy

2017-03-17 Thread Julia Lawall
On Fri, 17 Mar 2017, Pavel Machek wrote: > Hi! > > > > > Hah! That's the joy of being a maintainer of a driver in staging. Even > > if you filter out outreachy, you are going to get a lot of "basic > > mistakes" and other type patches cc:ed to you. > > > > I strongly suggest, that if you all

[PATCHv2 1/2] x86: asm/bitops.h

2017-03-17 Thread Joakim Tjernlund
VirtualBox modules complains when doing pointer arithmetic's, replace void * cast with uintptr_t to do pointer arithmetic's in integer space instead. Cc: # v4.9+ Signed-off-by: Joakim Tjernlund --- v2 - Improve wording

Re: [PATCH 4/4] crypto: s5p-sss - Use mutex instead of spinlock

2017-03-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, March 17, 2017 04:49:22 PM Krzysztof Kozlowski wrote: > Driver uses threaded interrupt handler so there is no real need for > using spinlocks for synchronization. Mutexes would do fine and are > friendlier for overall system preemptivness and real-time behavior. Are you sure

Re: [v3 2/3] Documentation: bindings: add description of PHY delays for sdhci-cadence

2017-03-17 Thread Masahiro Yamada
Hi Piotr, 2017-03-17 21:40 GMT+09:00 Piotr Sroka : > DTS properties are used instead of fixed data > because PHY settings can be different for different chips/boards. > Add description of new DLL PHY delays. > > Signed-off-by: Piotr Sroka I think you

Re: [PATCH] Fix style warnings in drivers/staging/most/aim-v4l2

2017-03-17 Thread Dan Carpenter
Fix the patch prefix. It should be: [PATCH v2] Staging: most: use __func__ instead of the function name On Fri, Mar 17, 2017 at 06:36:18AM -0700, Chandra Annamaneni wrote: > > > Enclosed is a patch to the file video.c. It only fixes style warning > flagged by checkpatch.pl. > > Please let me

Re: [PATCH 01/10] ARM: dts: N9/N950: add bluetooth

2017-03-17 Thread Pavel Machek
Hi! > The Nokia N950 and N9 have a wl1271 (with nokia bootloader) bluetooth > module connected to second UART. I don't get it. We are describing hardware, what does it have to do with bootloader? Is there something not described here, because it is already initialized by bootloader?

Re: [HMM 00/16] HMM (Heterogeneous Memory Management) v18

2017-03-17 Thread Jerome Glisse
On Fri, Mar 17, 2017 at 04:29:10PM +0800, Bob Liu wrote: > On 2017/3/17 7:49, Jerome Glisse wrote: > > On Thu, Mar 16, 2017 at 01:43:21PM -0700, Andrew Morton wrote: > >> On Thu, 16 Mar 2017 12:05:19 -0400 J__r__me Glisse > >> wrote: > >> > >>> Cliff note: > >> > >> "Cliff's

Re: [PATCH v3 3/6] documentation: media: Add documentation for new RGB and YUV bus formats

2017-03-17 Thread Neil Armstrong
On 03/16/2017 06:01 PM, Archit Taneja wrote: > > > On 3/7/2017 10:12 PM, Neil Armstrong wrote: >> Add documentation for added Bus Formats to describe RGB and YUS formats used > > s/YUS/YUV Thanks again > >> as input to the Synopsys DesignWare HDMI TX Controller. >> >> Signed-off-by: Neil

Re: [HMM 16/16] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v2

2017-03-17 Thread Jerome Glisse
On Fri, Mar 17, 2017 at 02:55:57PM +0800, Bob Liu wrote: > Hi Jérôme, > > On 2017/3/17 0:05, Jérôme Glisse wrote: > > This introduce a dummy HMM device class so device driver can use it to > > create hmm_device for the sole purpose of registering device memory. > > May I ask where is the latest

Re: [PATCH] cpufreq: Restore policy min/max limits on CPU online

2017-03-17 Thread Viresh Kumar
On 17 March 2017 at 22:01, Rafael J. Wysocki wrote: > IMO if we are not going to restore the governor, we also should not > restore the limits as those things are related. Now, the governor can > be unloaded while the CPU is offline. I thought about it earlier but then

[PATCHv2 2/2] x86: Match bitops prototypes

2017-03-17 Thread Joakim Tjernlund
Building VirtualBox modules causes type mismatch complaints when mixing void * and unsigned long *. Adjust bitops function prototypes in asm-generic/bitops/le.h to match the generic ones in arch/x86/include/asm/le.h That is, replace void* with unsigned long * Cc: # v4.9+

Re: [PATCH v3] tpm_crb: request and relinquish locality 0

2017-03-17 Thread Jerry Snitselaar
Jarkko Sakkinen @ 2017-03-16 11:55 GMT: > On Wed, Mar 15, 2017 at 08:27:54PM -0700, Jerry Snitselaar wrote: >> >> Jerry Snitselaar @ 2017-03-16 02:38 GMT: >> >> > Jarkko Sakkinen @ 2017-03-15 05:57 GMT: >> > >> >> From: Jarkko Sakkinen >> >> >> >> This commit

Re: ip_auto_config() prevents network device to be registered

2017-03-17 Thread Javier Martinez Canillas
Hello, On 01/31/2017 02:49 PM, Javier Martinez Canillas wrote: > > The kernelci folks pointed out that a Samsung Exynos based board was failing > to boot when trying to mount the rootfs via NFS, due a networking issue [0]. > > I looked at the issue and it turned out to be a race between

Re: [RFC PATCH] tty/serial: atmel: fix TX path in atmel_console_write()

2017-03-17 Thread Nicolas Ferre
Le 17/03/2017 à 16:11, Richard Genoud a écrit : > 2017-03-15 17:56 GMT+01:00 Nicolas Ferre : >> Le 15/03/2017 à 17:19, Richard Genoud a écrit : >>> On 15/03/2017 16:29, Nicolas Ferre wrote: A side effect of 89d8232411a8 ("tty/serial: atmel_serial: BUG: stop DMA

Re: [PATCH v2] kexec: Introduce vmcoreinfo signature verification

2017-03-17 Thread Eric W. Biederman
Xunlei Pang writes: > Currently vmcoreinfo data is updated at boot time subsys_initcall(), > it has the risk of being modified by some wrong code during system > is running. > > As a result, vmcore dumped may contain the wrong vmcoreinfo. Later on, > when using "crash" or

Re: [PATCH] cpufreq: Restore policy min/max limits on CPU online

2017-03-17 Thread Rafael J. Wysocki
On Fri, Mar 17, 2017 at 4:20 AM, Viresh Kumar wrote: > On 16-03-17, 23:42, Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki >> >> On CPU online the cpufreq core restores the previous governor (or >> the previous "policy" setting for

Re: [PATCH 1/2] serdev: Add serdev_device_write subroutine

2017-03-17 Thread Rob Herring
On Thu, Mar 16, 2017 at 8:33 AM, Andrey Smirnov wrote: > On Wed, Mar 15, 2017 at 7:18 AM, Rob Herring wrote: >> On Tue, Mar 14, 2017 at 8:48 AM, Andrey Smirnov >> wrote: >>> Add serdev_device_write() which is a blocking call

Re: [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-03-17 Thread James Morse
Hi Tyler, On 06/03/17 20:44, Tyler Baicar wrote: > ARM APEI extension proposal added SEA (Synchronous External Abort) > notification type for ARMv8. > Add a new GHES error source handling function for SEA. If an error > source's notification type is SEA, then this function can be registered >

Re: [PATCH 06/15] power: supply: bq24190_charger: Use i2c-core irq-mapping code

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > The i2c-core already maps of irqs before calling the driver's probe > function and there are no in tree users of > bq24190_platform_data->gpio_int. > > Remove the redundant custom irq-mapping code and just use client->irq. > Nice! I did

Re: [PATCHv2 7/7] x86/mm: Switch to generic get_user_page_fast() implementation

2017-03-17 Thread Kirill A. Shutemov
On Fri, Mar 17, 2017 at 12:39:06AM +0300, Kirill A. Shutemov wrote: > The patch provides all required hooks to match generic > get_user_pages_fast() behaviour to x86 and switch x86 over. > > Signed-off-by: Kirill A. Shutemov > --- > v2: > - Fix build on

Re: [PATCH 10/15] power: supply: bq24190_charger: Use extcon to determine ilimit, 5v boost

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > Add support for monitoring an extcon device with SDP/CDP/DCP and HOST > cables and adjust ilimit and enable/disable the 5v boost converter > accordingly. This is necessary on systems where the PSEL pin is > hardwired > high and ILIM needs

Re: [PATCH 10/10] Bluetooth: add nokia driver

2017-03-17 Thread Pavel Machek
Hi! > +struct hci_nokia_neg_hdr { > + __u8dlen; > +} __packed; > + > +struct hci_nokia_neg_cmd { > + __u8ack; > + __u16 baud; > + __u16 unused1; > + __u8proto; > + __u16 sys_clk; > + __u16 unused2; > +} __packed; __u8 -> u8? This is not exported to

Re: [PATCH v3 4/5] clk: hi6220: add debug APB clock

2017-03-17 Thread Leo Yan
Hi Stephen, On Fri, Mar 03, 2017 at 03:58:08PM -0800, Stephen Boyd wrote: > On 03/03, Leo Yan wrote: > > The debug APB clock is absent in hi6220 driver, so this patch is to add > > support for it. > > > > Signed-off-by: Leo Yan > > --- > > Acked-by: Stephen Boyd

Re: [PATCH] tty: n_gsm: Use net_device_stats from struct net_device

2017-03-17 Thread Pavel Machek
On Mon 2017-03-13 12:00:50, Tobias Klauser wrote: > Instead of using a private copy of struct net_device_stats in struct > gsm_mux_net, use stats from struct net_device. Also remove > the now unnecessary .ndo_get_stats function. > > Signed-off-by: Tobias Klauser Acked-by:

RE: [tpmdd-devel] [PATCH v3 2/7] tpm: validate TPM 2.0 commands

2017-03-17 Thread Alexander.Steffen
> Check for every TPM 2.0 command that the command code is supported and > the command buffer has at least the length that can contain the header > and the handle area. This breaks several use cases for me: 1. I've got a TPM that implements vendor-specific command codes. Those cannot be send to

Re: [PATCH] irqchip: gic-v3-its: Don't assume GICv3 hardware supports 16bit INTID

2017-03-17 Thread Marc Zyngier
On 15/03/17 05:46, Shanker Donthineni wrote: > The current ITS driver is assuming every ITS hardware implementation > supports minimum of 16bit INTID. But this is not true, as per GICv3 > specification, INTID field is IMPLEMENTATION DEFINED in the range of > 14-24 bits. We might see an

Re: [PATCH v3] irqchip/gicv3-its: Avoid memory over allocation for ITEs

2017-03-17 Thread Marc Zyngier
On 17/03/17 14:18, Shanker Donthineni wrote: > Hi Marc, > > > On 03/17/2017 08:50 AM, Marc Zyngier wrote: >> On 07/03/17 14:25, Shanker Donthineni wrote: >>> We are always allocating extra 255Bytes of memory to handle ITE >>> physical address alignment requirement. The kmalloc() satisfies >>>

Re: [PATCH 3/5] i2c: i2c-stm32f7: add driver

2017-03-17 Thread Neil Armstrong
Hi Cedric, On 03/17/2017 04:35 PM, M'boumba Cedric Madianga wrote: >> Sorry I don't understand. >> The value you use from the DT and the one calculated from the >> setup/hold/high/low value >> with the algorithm I developed will set the same values. > > With the ST tool, I could set the

Re: [v3 3/5] coresight: add support for debug module

2017-03-17 Thread Mathieu Poirier
On Fri, Mar 17, 2017 at 06:13:28PM +0800, Leo Yan wrote: > On Wed, Mar 15, 2017 at 02:41:59PM -0600, Mathieu Poirier wrote: > > On 15 March 2017 at 10:44, Suzuki K Poulose wrote: > > > On 13/03/17 16:56, Mathieu Poirier wrote: > > >> On Fri, Mar 10, 2017 at 02:29:53PM

Re: [tpmdd-devel] [PATCH v3 2/7] tpm: validate TPM 2.0 commands

2017-03-17 Thread Jason Gunthorpe
On Fri, Mar 17, 2017 at 03:40:15PM +, alexander.stef...@infineon.com wrote: > 1. I've got a TPM that implements vendor-specific command > codes. Those cannot be send to the TPM anymore, but are rejected > with EINVAL. > > 2. When upgrading the firmware on my TPM, it switches to a >

Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled

2017-03-17 Thread Diego Viola
On Thu, Mar 16, 2017 at 12:07 PM, Alan Stern wrote: > On Thu, 16 Mar 2017, Ulf Hansson wrote: > >> +Alan >> >> On 15 March 2017 at 15:00, Diego Viola wrote: >> > On Tue, Mar 14, 2017 at 4:15 PM, Diego Viola wrote: >> >> On

Re: [PATCH 02/20] PCI: fix pci_remap_iospace() remap attribute

2017-03-17 Thread Luis R. Rodriguez
On Fri, Mar 17, 2017 at 10:43:39AM +, Liviu Dudau wrote: > On Fri, Mar 17, 2017 at 01:33:21AM +0100, Luis R. Rodriguez wrote: > > a) should we then use a Fixes tag for this patch ? > > I'm not aware of issues being reported, but Lorenzo might have more info on > this. Lorenzo ? If not what

Re: [PATCH v3] usb: hub: Fix error loop seen after hub communication errors

2017-03-17 Thread Alan Stern
On Thu, 16 Mar 2017, Guenter Roeck wrote: > While stress testing a usb controller using a bind/unbind looop, the > following error loop was observed. > > usb 7-1.2: new low-speed USB device number 3 using xhci-hcd > usb 7-1.2: hub failed to enable device, error -108 > usb 7-1-port2: cannot

Re: [v3 3/5] coresight: add support for debug module

2017-03-17 Thread Leo Yan
On Fri, Mar 17, 2017 at 09:50:07AM -0600, Mathieu Poirier wrote: [...] > If we don't check for "nohlt" some platform may freeze, others may work. If > we > mandate that "nohlt" be present on the kernel cmd line it works in all cases. > As such mandating that "nohlt" be present is a better way

Re: [v3 3/5] coresight: add support for debug module

2017-03-17 Thread Suzuki K Poulose
On 17/03/17 16:28, Leo Yan wrote: On Fri, Mar 17, 2017 at 09:50:07AM -0600, Mathieu Poirier wrote: [...] If we don't check for "nohlt" some platform may freeze, others may work. If we mandate that "nohlt" be present on the kernel cmd line it works in all cases. As such mandating that "nohlt"

Re: [PATCH v2 1/4] platform/x86: intel_pmc_ipc: fix gcr offset

2017-03-17 Thread sathyanarayanan kuppuswamy
On 03/17/2017 04:13 AM, Rajneesh Bhardwaj wrote: On Thu, Mar 16, 2017 at 05:41:33PM -0700, Kuppuswamy Sathyanarayanan wrote: According to the PMC spec, gcr offset from ipc mem region is 0x1000(4K). But currently this driver uses 0x1008 as gcr offset. This patch fixes this issue. This one is

Re: [PATCH v1 3/3] blk-mq: start to freeze queue just after setting dying

2017-03-17 Thread Bart Van Assche
On Fri, 2017-03-17 at 17:57 +0800, Ming Lei wrote: > Before commit 780db2071a(blk-mq: decouble blk-mq freezing > from generic bypassing), the dying flag is checked before > entering queue, and Tejun converts the checking into .mq_freeze_depth, > and assumes the counter is increased just after

Re: [PATCH] usb: dwc3 dwc3_exynos_probe() change goto labels to meaningful names

2017-03-17 Thread Shuah Khan
On 03/17/2017 12:24 AM, Vivek Gautam wrote: > On Tue, Jan 31, 2017 at 12:55 AM, Shuah Khan wrote: >> Change goto labels to meaningful names from a series of errNs. >> >> Signed-off-by: Shuah Khan >> --- >> >> Rebased to usb-next >> >>

Re: [PATCH] perf lock: subcommands should include common options

2017-03-17 Thread Du, Changbin
On Fri, Mar 17, 2017 at 11:08:34AM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Mar 17, 2017 at 01:53:42PM +0800, changbin...@intel.com escreveu: > > From: Changbin Du > > > > When I use -i option for report subcommand, it doesn't accept it. > > We need add common

Re: [PATCH v4] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages

2017-03-17 Thread Johannes Weiner
On Wed, Mar 15, 2017 at 07:36:48PM +0800, Yisheng Xie wrote: > By reviewing code, I find that when enter do_try_to_free_pages, the > may_thrash is always clear, and it will retry shrink zones to tap > cgroup's reserves memory by setting may_thrash when the former > shrink_zones reclaim nothing. >

Re: outreachy

2017-03-17 Thread Pavel Machek
Hi! > > Hah! That's the joy of being a maintainer of a driver in staging. Even > if you filter out outreachy, you are going to get a lot of "basic > mistakes" and other type patches cc:ed to you. > > I strongly suggest, that if you all don't like this type of stuff, > either: > - work

Re: [PATCH] pata_pcmcia: add EBSA110's PCMCIA slot support

2017-03-17 Thread Bartlomiej Zolnierkiewicz
On Friday, March 17, 2017 10:13:13 AM Tejun Heo wrote: > Hello, > > On Fri, Mar 17, 2017 at 03:08:56PM +0100, Bartlomiej Zolnierkiewicz wrote: > > To be honest, the main point here is to make Russell happy. ;-) > > > > This is the second time he brought EBSA110 issue while talking about > >

Re: [PATCH v2 2/2] can: spi: hi311x: Add Holt HI-311x CAN driver

2017-03-17 Thread Akshay Bhat
Hi Wolfgang, On 03/17/2017 03:39 AM, Wolfgang Grandegger wrote: > Hello Akshay, > > Am 16.03.2017 um 23:29 schrieb Akshay Bhat: >> Hi Wolfgang, >> >> On 03/16/2017 04:02 PM, Wolfgang Grandegger wrote: >>> >>> Looks much better now! There are message for state changes to error >>> warning and

Re: [PATCH v3 2/6] media: uapi: Add RGB and YUV bus formats for Synopsys HDMI TX Controller

2017-03-17 Thread Neil Armstrong
On 03/16/2017 06:06 PM, Archit Taneja wrote: > > > On 3/7/2017 10:12 PM, Neil Armstrong wrote: >> In order to describe the RGB and YUB bus formats used to feed the > > s/YUB/YUV Thanks for pointing me this ! Neil > >> Synopsys DesignWare HDMI TX Controller, add missing formats to the >>

Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled

2017-03-17 Thread Alan Stern
On Fri, 17 Mar 2017, Diego Viola wrote: > Hi, > > Here's the log to the netconsole dmesg capture, I've used > xhci_hcd.dyndbg no_console_suspend=1 as the kernel parameters. > > I did the usual suspend/resume cycle with i3lock, it hung after the > third attempt when trying to resume from

Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled

2017-03-17 Thread Diego Viola
On Fri, Mar 17, 2017 at 1:24 PM, Alan Stern wrote: > On Fri, 17 Mar 2017, Diego Viola wrote: > >> Hi, >> >> Here's the log to the netconsole dmesg capture, I've used >> xhci_hcd.dyndbg no_console_suspend=1 as the kernel parameters. >> >> I did the usual suspend/resume

Re: [v2 PATCH 3/3] mmc: sdhci-cadence: Update PHY delay configuration

2017-03-17 Thread Masahiro Yamada
Hi Piotr, Sorry for my late reply. 2017-03-13 16:57 GMT+09:00 Piotr Sroka : > Hi Masahiro > >> -Original Message- >> From: Masahiro Yamada [mailto:yamada.masah...@socionext.com] >> Sent: 09 March, 2017 3:37 AM >> Subject: Re: [v2 PATCH 3/3] mmc: sdhci-cadence: Update

Re: [PATCH 04/15] power: supply: bq24190_charger: Add no_register_reset pdata flag

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > On some platforms the register have been setup with platform specific > values by the firmware and should not be reset. > I would not extend platform data at all. For GPIO we may use GPIO lookup tables, for the rest -- unified (built- in)

Re: [PATCH v3 1/6] dt-bindings: iio: introduce trigger providers, consumers

2017-03-17 Thread Fabrice Gasnier
On 03/15/2017 08:25 PM, Rob Herring wrote: > On Sun, Mar 05, 2017 at 12:13:36PM +, Jonathan Cameron wrote: >> On 05/03/17 11:43, Jonathan Cameron wrote: >>> On 03/03/17 06:21, Rob Herring wrote: On Tue, Feb 28, 2017 at 05:51:14PM +0100, Fabrice Gasnier wrote: > Document iio provider

Re: [PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-17 Thread Vitaly Kuznetsov
Long Li writes: > The host may send multiple KVP packets before the negotiation with daemon > is finished. We need to keep those packets in ring buffer until the daemon > is negotiated and connected. The patch looks OK but previously we always presumed that this can't

RE: [tpmdd-devel] [PATCH v3 2/7] tpm: validate TPM 2.0 commands

2017-03-17 Thread Peter.Huewe
> 1. I've got a TPM that implements vendor-specific command codes. Those > cannot be send to the TPM anymore, but are rejected with EINVAL. > >> 2. When upgrading the firmware on my TPM, it switches to a >> non-standard communication mode for the upgrade process and does not >> communicate using

[PATCH] ARM: nommu: access ID_PFR1 only if CPUID scheme

2017-03-17 Thread afzal mohammed
Greg upon trying to boot no-MMU Kernel on ARM926EJ reported boot failure. He root caused it to ID_PFR1 access introduced by the commit mentioned in the fixes tag below. All CP15 processors need not have processor feature registers, only for architectures defined by CPUID scheme would have it.

Re: [PATCH v2 3/4] watchdog: iTCO_wdt: Fix PMC GCR memory mapping failure

2017-03-17 Thread sathyanarayanan kuppuswamy
Hi Rajneesh, On 03/17/2017 04:43 AM, Rajneesh Bhardwaj wrote: On Thu, Mar 16, 2017 at 05:41:35PM -0700, Kuppuswamy Sathyanarayanan wrote: Currently, iTCO watchdog driver uses memory map to access PMC_CFG GCR register. But the entire GCR address space is already mapped in intel_scu_ipc driver.

Re: [v3 3/3] mmc: sdhci-cadence: Update PHY delay configuration

2017-03-17 Thread Masahiro Yamada
Hi Piotr, 2017-03-17 21:41 GMT+09:00 Piotr Sroka : > DTS properties are used instead of fixed data > because PHY settings can be different for different chips/boards. > > Signed-off-by: Piotr Sroka > --- > Changes for v2: > - dts part was removed from this

Re: [PATCH V4 1/2] firmware: add more flexible request_firmware_async function

2017-03-17 Thread Luis R. Rodriguez
On Thu, Mar 16, 2017 at 11:03:52PM +0900, Greg KH wrote: > On Thu, Mar 16, 2017 at 02:55:09PM +0100, Rafał Miłecki wrote: > > Luis: would you ack this patch now I followed your guidance? > > It's up to Luis now :) I'm reviewing now! Luis

Re: [PATCH v2] mfd: intel_soc_pmic: Fix a mess with compilation units

2017-03-17 Thread Andy Shevchenko
On Wed, 2017-03-15 at 10:12 +, Lee Jones wrote: > On Tue, 14 Mar 2017, Andy Shevchenko wrote:   > > > > +config INTEL_SOC_PMIC_BXTWC > > > > + tristate > > > > + select MFD_CORE > > > > + select REGMAP_IRQ > > > > > > I think you need to make mention that this is Whiskey

Re: [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page

2017-03-17 Thread Tom Lendacky
On 3/16/2017 3:04 PM, Tom Lendacky wrote: On 3/7/2017 8:59 AM, Borislav Petkov wrote: On Thu, Mar 02, 2017 at 10:13:32AM -0500, Brijesh Singh wrote: From: Tom Lendacky In order for memory pages to be properly mapped when SEV is active, we need to use the PAGE_KERNEL

Re: [PATCH v4 2/7] coresight: of_get_coresight_platform_data: Add missing of_node_put

2017-03-17 Thread Suzuki K Poulose
On 17/03/17 15:02, Leo Yan wrote: From: Suzuki K Poulose The of_get_coresight_platform_data iterates over the possible CPU nodes to find a given cpu phandle. However it does not drop the reference to the node pointer returned by the of_get_coresight_platform_data.

Admin

2017-03-17 Thread Administrador
ATENCIÓN; Su buzón ha superado el límite de almacenamiento, que es de 5 GB definidos por el administrador, quien actualmente está ejecutando en 10.9GB, no puede ser capaz de enviar o recibir correo nuevo hasta que vuelva a validar su buzón de correo electrónico. Para revalidar su buzón de

[PATCH v3 1/3] mfd: intel_soc_pmic: Fix a mess with compilation units

2017-03-17 Thread Andy Shevchenko
Crystal Cove and Whiskey Cove are two different PMICs which are installed on Intel Atom SoC based platforms. Moreover there are two independent drivers that by some reason were supposed (*) to get into one kernel module. Fix the mess by clarifying Kconfig option for Crystal Cove and split

Re: [PATCH 3/5] i2c: i2c-stm32f7: add driver

2017-03-17 Thread M'boumba Cedric Madianga
> Sorry I don't understand. > The value you use from the DT and the one calculated from the > setup/hold/high/low value > with the algorithm I developed will set the same values. With the ST tool, I could set the following values: I2C speed mode (Master, Fast Mode, Fast Mode Plus) I2C speed

Re: [PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t

2017-03-17 Thread Eric Dumazet
On Fri, 2017-03-17 at 07:42 +, Reshetova, Elena wrote: > Should we then first measure the actual numbers to understand what we > are talking here about? > I would be glad to do it if you suggest what is the correct way to do > measurements here to actually reflect the real life use cases.

Re: [PATCH v4 1/7] coresight: bindings for CPU debug module

2017-03-17 Thread Mathieu Poirier
On Fri, Mar 17, 2017 at 11:02:17PM +0800, Leo Yan wrote: > According to ARMv8 architecture reference manual (ARM DDI 0487A.k) > Chapter 'Part H: External debug', the CPU can integrate debug module > and it can support self-hosted debug and external debug. Especially > for supporting self-hosted

Re: UML not maintained anymore?

2017-03-17 Thread Pavel Machek
On Tue 2017-02-28 16:28:11, Natale Patriciello wrote: > It seems there is no interest in fixing bugs (such as [1]). Moreover, > same guest filesystem (same host os, distribution, etc.) on two > different machines (i7-2630 the first, i7-7700HQ the second) yield > different results, with crashes and

Re: EHCI

2017-03-17 Thread Alan Stern
On Fri, 17 Mar 2017, Lipengcheng wrote: > Hi, > In the ehci-hub.c,the ehci_handshake(ehci, status_reg, PORT_RESET, 0, > 1000) use that the timeout is 1000us. The 1000us timeout can not > satisfy all the chips. The EHCI protocol describes:A host controller > must terminate the reset and stabilize

Re: [PATCH 03/15] extcon: cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > Add a driver for charger detection / control on the Intel Cherrytrail > Whiskey Cove PMIC. +Cc: Felipe for some question(s) below. >  drivers/extcon/extcon-cht-wc.c | 356 I would use same pattern across drivers, i.e. "chtwc" (same for

Re: [RFC PATCH] tty/serial: atmel: fix TX path in atmel_console_write()

2017-03-17 Thread Richard Genoud
2017-03-15 17:56 GMT+01:00 Nicolas Ferre : > Le 15/03/2017 à 17:19, Richard Genoud a écrit : >> On 15/03/2017 16:29, Nicolas Ferre wrote: >>> A side effect of 89d8232411a8 ("tty/serial: atmel_serial: BUG: stop DMA >>> from transmitting in stop_tx") is that the console

Re: [Xen-devel] [PATCH v3 4/7] xen/9pfs: connect to the backend

2017-03-17 Thread Konrad Rzeszutek Wilk
On Fri, Mar 17, 2017 at 05:54:47AM +0100, Juergen Gross wrote: > On 16/03/17 19:03, Stefano Stabellini wrote: > > On Thu, 16 Mar 2017, Juergen Gross wrote: > >> On 15/03/17 19:44, Stefano Stabellini wrote: > >>> On Wed, 15 Mar 2017, Juergen Gross wrote: > On 14/03/17 22:22, Stefano Stabellini

[PATCH 2/4] crypto: s5p-sss - Remove unused variant field from state container

2017-03-17 Thread Krzysztof Kozlowski
The driver uses type of device (variant) only during probe so there is no need to store it for later. Signed-off-by: Krzysztof Kozlowski --- drivers/crypto/s5p-sss.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/crypto/s5p-sss.c b/drivers/crypto/s5p-sss.c index

[PATCH 1/4] crypto: s5p-sss - Close possible race for completed requests

2017-03-17 Thread Krzysztof Kozlowski
Driver is capable of handling only one request at a time and it stores it in its state container struct s5p_aes_dev. This stored request must be protected between concurrent invocations (e.g. completing current request and scheduling new one). Combination of lock and "busy" field is used for

[PATCH v4 6/7] arm64: dts: hi6220: register debug module

2017-03-17 Thread Leo Yan
Bind debug module driver for Hi6220. Signed-off-by: Leo Yan --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 64 +++ 1 file changed, 64 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi

[PATCH v4 5/7] clk: hi6220: add debug APB clock

2017-03-17 Thread Leo Yan
The debug APB clock is absent in hi6220 driver, so this patch is to add support for it. Signed-off-by: Leo Yan --- drivers/clk/hisilicon/clk-hi6220.c | 1 + include/dt-bindings/clock/hi6220-clock.h | 5 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git

[GIT PULL] AFS fixes

2017-03-17 Thread David Howells
Hi Linus, Could you pull these fixes to the AFS filesystem in the kernel please? They fix a variety of bugs. These include some issues fixed for consistency with other AFS implementations: (*) Handle AFS mode bits better. (*) Use the client mtime rather than the server mtime in the

Re: [ANNOUNCE] /dev/random - a new approach (code for 4.11-rc1)

2017-03-17 Thread Jason A. Donenfeld
Hey Stephan, Have you considered submitting this without so many options? For example -- just unconditionally using ChaCha20 instead of the configurable crypto API functions? And either removing the FIPS140 compliance code, and either unconditionally including it, or just getting rid of it? And

Re: [HMM 00/16] HMM (Heterogeneous Memory Management) v18

2017-03-17 Thread Jerome Glisse
On Fri, Mar 17, 2017 at 04:39:28PM +0800, Bob Liu wrote: > On 2017/3/17 7:49, Jerome Glisse wrote: > > On Thu, Mar 16, 2017 at 01:43:21PM -0700, Andrew Morton wrote: > >> On Thu, 16 Mar 2017 12:05:19 -0400 J__r__me Glisse > >> wrote: > >> > >>> Cliff note: > >> > >> "Cliff's

Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349

2017-03-17 Thread Adam Borowski
On Fri, Mar 17, 2017 at 10:44:22AM -0400, Tejun Heo wrote: > On Fri, Mar 17, 2017 at 10:28:34PM +0800, Icenowy Zheng wrote: > > > It's warning that the device has resources associated with it on > > > probe. There gotta be something fishy going on with the probing > > > sequence. How reproducible

Re: Still OOM problems with 4.9er/4.10er kernels

2017-03-17 Thread Michal Hocko
On Fri 17-03-17 17:37:48, Gerhard Wiesinger wrote: [...] > Why does the kernel prefer to swapin/out and not use > > a.) the free memory? It will use all the free memory up to min watermark which is set up based on min_free_kbytes. > b.) the buffer/cache? the memory reclaim is strongly biased

Re: [PATCH 01/15] mfd: Add Cherry Trail Whiskey Cove PMIC driver

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > Add mfd driver for Intel CHT Whiskey Cove PMIC, based on various non > upstreamed CHT Whiskey Cove PMIC patches. > > This is a somewhat minimal version which adds irqchip support and > cells > for: ACPI PMIC opregion support, the

Re: [PATCH v3] tpm_crb: request and relinquish locality 0

2017-03-17 Thread Jason Gunthorpe
On Fri, Mar 17, 2017 at 10:00:41AM -0700, Jerry Snitselaar wrote: > > Changing the return value to -EBUSY was a stupid mistake from my side. > > > > I'll try revise this a bit in a way that the API will allow positive > > value for stating that the given locality has been already taking. > > Is

Re: [PATCH 5/7] mm/gup: Implement dev_pagemap logic in generic get_user_pages_fast()

2017-03-17 Thread Kirill A. Shutemov
On Thu, Mar 16, 2017 at 06:26:53PM +0300, Kirill A. Shutemov wrote: > +static int __gup_device_huge_pmd(pmd_t pmd, unsigned long addr, > + unsigned long end, struct page **pages, int *nr) > +{ > + unsigned long fault_pfn; > + > + fault_pfn = pmd_pfn(pmd) + ((addr & ~PMD_MASK)

Re: UML not maintained anymore?

2017-03-17 Thread Richard Weinberger
On Fri, Mar 17, 2017 at 4:46 PM, Pavel Machek wrote: > On Tue 2017-02-28 16:28:11, Natale Patriciello wrote: >> It seems there is no interest in fixing bugs (such as [1]). Moreover, >> same guest filesystem (same host os, distribution, etc.) on two >> different machines (i7-2630 the

Re: [PATCH v2 2/4] platform/x86: intel_pmc_ipc: Add pmc gcr read/write api's

2017-03-17 Thread sathyanarayanan kuppuswamy
Hi, On 03/17/2017 04:26 AM, Rajneesh Bhardwaj wrote: On Thu, Mar 16, 2017 at 05:41:34PM -0700, Kuppuswamy Sathyanarayanan wrote: This patch adds API's to read/write PMC GC registers. PMC dependent devices like iTCO_WDT, Telemetry has requirement to acces GCR registers. These API's can be used

Re: [v3 3/3] mmc: sdhci-cadence: Update PHY delay configuration

2017-03-17 Thread Masahiro Yamada
Hi Piotr, Sorry, one more nit. 2017-03-17 21:41 GMT+09:00 Piotr Sroka : > + > +static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { > + { "cdns,phy-input-delay-sd-highspeed", SDHCI_CDNS_PHY_DLY_SD_HS, }, > + { "cdns,phy-input-delay-sd-legacy",

Re: [PATCH] KVM: nVMX: Fix L2 guest hang if shadow page tables on EPT

2017-03-17 Thread Ladi Prosek
On Fri, Mar 17, 2017 at 3:41 PM, Wanpeng Li wrote: > From: Wanpeng Li > > The L2 guest hang if shadow page tables on EPT, the trace on L1 shows that > L2 kvm_exit reason EXCEPTION_NMI and page fault repeatedly: > > qemu-system-x86-2821 [003] d..2

  1   2   3   4   5   6   7   8   9   10   >