Displaying 20 results from an estimated 25 matches for "yongjun_wei".
2013 Apr 06
2
[PATCH -next] virtio_console: make local symbols static
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Those symbols only used within this file, and should be static.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/char/virtio_console.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/char/virtio_console.c b...
2013 Apr 06
2
[PATCH -next] virtio_console: make local symbols static
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Those symbols only used within this file, and should be static.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/char/virtio_console.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/char/virtio_console.c b...
2013 May 31
2
[PATCH] xen-pciback: fix error return code in pcistub_irq_handler_switch()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Fix to return -ENOENT in the pcistub_device_find() and pci_get_drvdata()
error handling case instead of 0(overwrite to 0 by str_to_slot()), as done
elsewhere in this function.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/xen/xen-pciback...
2013 May 31
2
[PATCH] xen-pciback: fix error return code in pcistub_irq_handler_switch()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Fix to return -ENOENT in the pcistub_device_find() and pci_get_drvdata()
error handling case instead of 0(overwrite to 0 by str_to_slot()), as done
elsewhere in this function.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/xen/xen-pciback...
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Add the missing unlock before return from function fill_balloon()
in the error handling case.
Introduced by 9864a8(virtio_balloon: introduce migration primitives
to balloon pages)
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signe...
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Add the missing unlock before return from function fill_balloon()
in the error handling case.
Introduced by 9864a8(virtio_balloon: introduce migration primitives
to balloon pages)
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signe...
2016 Jul 19
1
[PATCH -next] drm/virtio: Fix non static symbol warning
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Fixes the following sparse warning:
drivers/gpu/drm/virtio/virtgpu_display.c:349:37: warning:
symbol 'virtio_mode_config_helpers' was not declared. Should it be static?
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/gpu/drm/vir...
2016 Jul 19
1
[PATCH -next] drm/virtio: Fix non static symbol warning
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Fixes the following sparse warning:
drivers/gpu/drm/virtio/virtgpu_display.c:349:37: warning:
symbol 'virtio_mode_config_helpers' was not declared. Should it be static?
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/gpu/drm/vir...
2013 Mar 11
1
[PATCH -next] vhost-blk: remove unused variable
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
The variable vq is initialized but never used
otherwise, so remove the unused variable.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/vhost/blk.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/vhost/blk.c b/drivers/vhost/b...
2013 Mar 11
1
[PATCH -next] vhost-blk: remove unused variable
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
The variable vq is initialized but never used
otherwise, so remove the unused variable.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/vhost/blk.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/vhost/blk.c b/drivers/vhost/b...
2013 Mar 11
1
[Bridge] [PATCH -next] bridge: using for_each_set_bit_from to simplify the code
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Using for_each_set_bit_from() to simplify the code.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
net/bridge/br_fdb.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c
index b0812c9....
2016 Jul 06
1
[PATCH -next] drm/nouveau/device: fix return value check in nvkm_device_tegra_probe_iommu()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
In case of error, the function iommu_domain_alloc() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/gpu/drm/nouveau/nvkm/eng...
2012 Oct 07
0
[PATCH] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
arch/x86/xen/enlighten.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86...
2012 Oct 07
0
[PATCH] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
arch/x86/xen/enlighten.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86...
2013 Dec 13
0
[PATCH V10 07/14] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
arch/x86/xen/enlighten.c...
2016 Jul 06
0
[PATCH -next] drm/nouveau/device: fix return value check in nvkm_device_tegra_probe_iommu()
On Wed, Jul 6, 2016 at 9:23 PM, <weiyj_lk at 163.com> wrote:
> From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
>
> In case of error, the function iommu_domain_alloc() returns NULL
> pointer not ERR_PTR(). The IS_ERR() test in the return value check
> should be replaced with NULL test.
Reviewed-by: Alexandre Courbot <acourbot at nvidia.com>
Thanks!
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...;
Wei Ni <wni@nvidia.com>
Wei Shuai <cpuwolf@gmail.com>
Wei Wang <Bessel.Wang@huawei.com>
Wei WANG <wei_wang@realsil.com.cn>
Wei Yang <w90p710@gmail.com>
Wei Yang <Wei.Yang@windriver.com>
Wei Yang <weiyang@linux.vnet.ibm.com>
Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Weiping Pan <panweiping3@gmail.com>
Weiping Pan <wpan@redhat.com>
weixing <weixing@hanwang.com.cn>
Wen Congyang <wency@cn.fujitsu.com>
Wen Xiong <wenxiong@linux.vnet.ibm.com>
Wen-chien Jesse Sung <jesse.sung@canonical.com>
Wenq...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...;
Wei Ni <wni@nvidia.com>
Wei Shuai <cpuwolf@gmail.com>
Wei Wang <Bessel.Wang@huawei.com>
Wei WANG <wei_wang@realsil.com.cn>
Wei Yang <w90p710@gmail.com>
Wei Yang <Wei.Yang@windriver.com>
Wei Yang <weiyang@linux.vnet.ibm.com>
Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Weiping Pan <panweiping3@gmail.com>
Weiping Pan <wpan@redhat.com>
weixing <weixing@hanwang.com.cn>
Wen Congyang <wency@cn.fujitsu.com>
Wen Xiong <wenxiong@linux.vnet.ibm.com>
Wen-chien Jesse Sung <jesse.sung@canonical.com>
Wenq...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...;
Wei Ni <wni@nvidia.com>
Wei Shuai <cpuwolf@gmail.com>
Wei Wang <Bessel.Wang@huawei.com>
Wei WANG <wei_wang@realsil.com.cn>
Wei Yang <w90p710@gmail.com>
Wei Yang <Wei.Yang@windriver.com>
Wei Yang <weiyang@linux.vnet.ibm.com>
Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Weiping Pan <panweiping3@gmail.com>
Weiping Pan <wpan@redhat.com>
weixing <weixing@hanwang.com.cn>
Wen Congyang <wency@cn.fujitsu.com>
Wen Xiong <wenxiong@linux.vnet.ibm.com>
Wen-chien Jesse Sung <jesse.sung@canonical.com>
Wenq...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;
Wei Ni <wni@nvidia.com>
Wei Shuai <cpuwolf@gmail.com>
Wei Wang <Bessel.Wang@huawei.com>
Wei WANG <wei_wang@realsil.com.cn>
Wei Yang <w90p710@gmail.com>
Wei Yang <Wei.Yang@windriver.com>
Wei Yang <weiyang@linux.vnet.ibm.com>
Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Weiping Pan <panweiping3@gmail.com>
Weiping Pan <wpan@redhat.com>
weixing <weixing@hanwang.com.cn>
Wen Congyang <wency@cn.fujitsu.com>
Wen Xiong <wenxiong@linux.vnet.ibm.com>
Wen-chien Jesse Sung <jesse.sung@canonical.com>
Weng...