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
-
:
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
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
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
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
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
---
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
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
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/
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
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
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 |
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
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
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
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
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
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
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
>
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
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
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
22 matches
Mail list logo