[RFC PATCH] Drivers: HV: sysctl_record_panic_msg can be static

2018-05-23 Thread kbuild test robot
Fixes: d3803e3587be ("Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic") Signed-off-by: kbuild test robot --- vmbus_drv.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 16b0505..762b38c 100644 -

Re: [PATCH v3] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic

2018-05-23 Thread kbuild test robot
: https://github.com/0day-ci/linux/commits/Sunil-Muthuswamy/Drivers-HV-Send-one-page-worth-of-kmsg-dump-over-Hyper-V-during-panic/20180523-035336 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones

[PATCH] staging: wilc1000: Avoid overriding rates_no while parsing ies element.

2018-05-23 Thread Adham Abozaeid
Commit d4b4aaba515a ("staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_param()") introduced a bug by not keeping the rates_no value while parsing ies elements. It also increments auth_total_cnt as a pointer instead of its reference. This commit fixes the bug by passing ref

Re: [PATCH 05/15] mtd: nand: pxa3xx: remove the dmaengine compat need

2018-05-23 Thread Daniel Mack
Hi Robert, Please refer to the attached patch instead of the one I sent earlier. I missed to also remove the platform_get_resource(IORESOURCE_DMA) call. Thanks, Daniel On Friday, May 18, 2018 11:31 PM, Daniel Mack wrote: Hi Robert, Thanks for this series. On Monday, April 02, 2018 04:26

[PATCH] PCI: hv: Do not wait forever on a device that has disappeared

2018-05-23 Thread Dexuan Cui
Before the guest finishes the device initialization, the device can be removed anytime by the host, and after that the host won't respond to the guest's request, so the guest should be prepared to handle this case. Signed-off-by: Dexuan Cui Cc: Stephen Hemminger Cc: K. Y. Srinivasan --- drive

[PATCH 1/2] staging: bcm2835-camera: Remove sleep at streaming start

2018-05-23 Thread Stefan Schake
This checks the preview component for overlay functionality, but that has little to do with streaming (you don't need to enable the overlay to do streaming). We shouldn't withhold frames from userspace because of an estimate for AGC stabilization time in any case. Signed-off-by: Stefan Schake ---

[PATCH 2/2] staging: bcm2835-camera: Remove overlay functionality

2018-05-23 Thread Stefan Schake
The overlay functionality uses the video_render component that relies on firmware control of modesetting and the HVS hardware in particular. With an upstream kernel, the VC4 DRM driver instead controls the HVS, making this particular component silently non-functional. Once we support dma-buf memory

Re: [PATCH net-next] hv_netvsc: Add handlers for ethtool get/set msg level

2018-05-23 Thread David Miller
From: Haiyang Zhang Date: Tue, 22 May 2018 11:29:34 -0700 > From: Haiyang Zhang > > The handlers for ethtool get/set msg level are missing from netvsc. > This patch adds them. > > Signed-off-by: Haiyang Zhang Applied. ___ devel mailing list de...@l

[PATCH 1/3] PCI: hv: remove unused reason for refcount handler

2018-05-23 Thread Stephen Hemminger
The get/put functions were taking a reason code. This appears to be a debug infrastructure that is no longer used. Move the functions to start of file to eliminate need for forward declaration. Forward declarations are discouraged on Linux. Signed-off-by: Stephen Hemminger --- drivers/pci/host/

[PATCH 3/3] PCI: hv: use list_for_each_entry

2018-05-23 Thread Stephen Hemminger
There are several places where list_for_each_entry could be used to simplify the code. Signed-off-by: Stephen Hemminger --- drivers/pci/host/pci-hyperv.c | 27 +++ 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/h

[PATCH 2/3] PCI: hv: convert remove_lock to refcount

2018-05-23 Thread Stephen Hemminger
Use refcount instead of atomic for the reference counting on bus. Refcount is safer because it handles overflow correctly. Signed-off-by: Stephen Hemminger --- drivers/pci/host/pci-hyperv.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/host/pci-hyperv.c

[PATCH 0/3] PCI: hv: cleanup patches

2018-05-23 Thread Stephen Hemminger
These are minor code cleanups found while reviewing and implementing other things in Hyper-V PCI host driver. Stephen Hemminger (3): PCI: hv: remove unused reason for refcount handler PCI: hv: convert remove_lock to refcount PCI: hv: use list_for_each_entry drivers/pci/host/pci-hyperv.c |

your images need editing

2018-05-23 Thread Peter
Hi, Not sure if you received my email from last week? I would like to speak with the person in charge of images editing for your company? We have 20 image editors and on daily basis 1000 images can be processed, if you want to know more about us. Please reply back. If you want to check our qual

your images need editing

2018-05-23 Thread Peter
Hi, Not sure if you received my email from last week? I would like to speak with the person in charge of images editing for your company? We have 20 image editors and on daily basis 1000 images can be processed, if you want to know more about us. Please reply back. If you want to check our qual

Re: [PATCH] staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"

2018-05-23 Thread Claudiu Beznea
On 22.05.2018 19:49, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in netdev_err error message > > Signed-off-by: Colin Ian King Reviewed-by: Claudiu Beznea > --- > drivers/staging/wilc1000/host_interface.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

we do editing for you

2018-05-23 Thread Peter
Hi, Not sure if you received my email from last week? I would like to speak with the person in charge of images editing for your company? We have 20 image editors and on daily basis 1000 images can be processed, if you want to know more about us. Please reply back. If you want to check our qual

we do editing for you

2018-05-23 Thread Peter
Hi, Not sure if you received my email from last week? I would like to speak with the person in charge of images editing for your company? We have 20 image editors and on daily basis 1000 images can be processed, if you want to know more about us. Please reply back. If you want to check our qual

Re: [PATCH v2] tools: hv: update lsvmbus to be compatible with python3

2018-05-23 Thread Vitaly Kuznetsov
Olaf Hering writes: > Python3 changed the way how 'print' works. > Adjust the code to a syntax that is understood by python2 and python3. > > Signed-off-by: Olaf Hering What are the odds that we decide to send the same patch on the same day? :-) http://driverdev.linuxdriverproject.org/pipermai

Re: [PATCH 0/6] Fix issues reported by static analysis tool.

2018-05-23 Thread Sakari Ailus
Hi Pankaj, On Wed, May 23, 2018 at 10:51:30AM +0530, Pankaj Bharadiya wrote: > This patch series fixes some of the issues reported by static analysis > tool. > > Pankaj Bharadiya (6): > media: staging: atomisp: remove redundent check > media: staging: atomisp: Remove useless if statement >

[PATCH 2/2] staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211conv

2018-05-23 Thread Tim Collier
To avoid possible issues with repeated reference to the macro argument as reported by checkpatch, macro P80211SKB_RXMETA is replaced with an equivalent inline function. The function is named p80211skb_rxmeta to follow the coding style guidelines; references to the macro are updated to reference the

[PATCH 1/2] staging: wlan-ng: convert P80211SKB_FRMMETA to inline function in p80211conv

2018-05-23 Thread Tim Collier
To avoid possible issues with repeated reference to the macro argument as reported by checkpatch, macro P80211SKB_FRMMETA is replaced with an equivalent inline function. The function is named p80211skb_frmmeta to follow the coding style guidelines; references to the macro are updated to reference t

[PATCH 0/2] staging: wlan-ng: fix coding style issues in p80211conv.h

2018-05-23 Thread Tim Collier
Replace two macros defined in p80211conv.h with equivalent inline functions to avoid potential issues with repeated use of macro arguments as reported by checkpatch. With these changes, which must be applied in order, p80211conv.h is checkpatch clean. Tim Collier (2): staging: wlan-ng: convert