[PATCH] amdgpu: disable amdgpu_dpm on THTF-SW831-1W-DS25_MB board

2024-08-28 Thread WangYuli
] amdgpu: finishing device. Console: switching to colour dummy device 80x25 ... Signed-off-by: wenlunpeng Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b

Re: [PATCH] amdgpu: disable amdgpu_dpm on THTF-SW831-1W-DS25_MB board

2024-08-28 Thread WangYuli
here. Unfortunately again. There's not much we as kernel developers can do when devices behave unpredictably. -- *WangYuli *

Re: [PATCH] amdgpu: disable amdgpu_dpm on THTF-SW831-1W-DS25_MB board

2024-08-28 Thread WangYuli
On 2024/8/28 23:30, Alex Deucher wrote: On Wed, Aug 28, 2024 at 7:28 AM WangYuli wrote: This will disable dpm on all devices that you might install on this platform. If this is specific to a particular platform and board combination, it might be better to check the platform in the dpm_init

[PATCH] treewide: Correct the typo 'retun'

2024-09-05 Thread WangYuli
There are some spelling mistakes of 'retun' in comments which should be instead of 'return'. Signed-off-by: WangYuli --- arch/arm/mach-omap2/omap-mpuss-lowpower.c | 2 +- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h | 2 +- drivers/infiniband/core/sa_query.c| 2 +-

[PATCH] drm/ci: Upgrade setuptools requirement to 70.0.0

2024-07-17 Thread WangYuli
To avoid disturbing everyone with the kernel repo hosted on GitHub, I suggest we upgrade our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1 file changed, 1 inser

[PATCH v2] drm/amd/amdgpu: Properly tune the size of struct

2024-07-29 Thread WangYuli
npeng Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h b/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h index fb2b394bb9c5..6e9eeaeb3de1 100644 --- a/driver

[PATCH] drm/amd/amdgpu: Properly tune the size of struct

2024-07-29 Thread WangYuli
npeng Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h b/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h index fb2b394bb9c5..6e9eeaeb3de1 100644 --- a/driver

[PATCH v3] drm/amd/amdgpu: Properly tune the size of struct

2024-07-30 Thread WangYuli
interface") Cc: Dan Carpenter Cc: wenlunpeng Reported-by: Su Hui Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h b/drivers/gpu/drm/amd/amdgpu/am

Re: [RESEND. PATCH 1/5] drm/ci: Upgrade requirements because of bothering by GitHub Dependabot

2024-10-30 Thread WangYuli
On 2024/10/29 18:47, Vignesh Raman wrote: Hi Helen, On 29/10/24 16:07, Helen Mae Koike Fornazier wrote: On Thu, 17 Oct 2024 00:39:48 -0300 WangYuli  wrote ---   > GitHub Dependabot keeps bugging us about old, vulnerable Python packages.   >   > Until we figure out a way t

Re: [PATCH v1] drm/ci: remove update-xfails.py

2024-10-30 Thread WangYuli
ser = argparse.ArgumentParser(description="Update xfails from a given pipeline.") -parser.add_argument("pipeline_urls", nargs="+", type=str, help="URLs to the pipelines to analyze the failures.") -parser.add_argument("--only-flakes", action=

Re: [PATCH] treewide: Correct the typo 'acccess'

2024-09-19 Thread WangYuli
在 2024/9/20 03:01, Christian König wrote: Am 19.09.24 um 20:28 schrieb WangYuli: There are some spelling mistakes of 'acccess' in comments which should be instead of 'access'. Signed-off-by: WangYuli ---   drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c   | 2 +-   driver

[PATCH] drm/amdgpu: Fix typo "acccess" and improve the comment style here

2024-09-19 Thread WangYuli
om/ Acked-by: Thomas Zimmermann Link: https://lore.kernel.org/all/0c768bf6-bc19-43de-a30b-ff5e3ddfd...@suse.de/ Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 6 -- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 6 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff

Re: [PATCH] treewide: Correct the typo 'acccess'

2024-09-19 Thread WangYuli
On 2024/9/20 02:58, Thomas Zimmermann wrote: Hi Am 19.09.24 um 20:28 schrieb WangYuli: There are some spelling mistakes of 'acccess' in comments which should be instead of 'access'. Signed-off-by: WangYuli ---   drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c   | 2 +-   driver

[PATCH 2/4] drm/ci: Upgrade requests requirement to 2.32.0

2024-09-18 Thread WangYuli
our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Link: https://github.com/psf/requests/pull/6655 Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/

[PATCH 3/4] drm/ci: Upgrade idna requirement to 3.7

2024-09-18 Thread WangYuli
m/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ci/xfails/requirements.txt b/drivers/gpu/drm/ci/xfails/requirements.txt index f69b58356a37..8b

[PATCH 0/4] drm/ci: Upgrade requirements because of bothering by GitHub Dependabot

2024-09-18 Thread WangYuli
GitHub Dependabot keeps bugging us about old, vulnerable Python packages. Until we figure out a way to make it calm, we're stuck updating our dependencies whenever it complains. I guess it's a good thing in the long run, though, right? Makes our CI a bit "more secure"... Sig

[PATCH 4/4] drm/ci: Upgrade certifi requirement to 2024.07.04

2024-09-18 Thread WangYuli
GitHub, I suggest we upgrade our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1

[PATCH 1/4] drm/ci: Upgrade urllib3 requirement to 2.2.2

2024-09-18 Thread WangYuli
one CVE ID:CVE-2024-37891" To avoid disturbing everyone with the kernel repo hosted on GitHub, I suggest we upgrade our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt

[PATCH] treewide: Correct the typo 'acccess'

2024-09-19 Thread WangYuli
There are some spelling mistakes of 'acccess' in comments which should be instead of 'access'. Signed-off-by: WangYuli --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 2 +- drivers/leds/rgb/leds-group-multicolor.c | 2 +-

[RESEND. PATCH 3/5] drm/ci: Upgrade requests requirement to 2.32.0

2024-10-16 Thread WangYuli
our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Link: https://github.com/psf/requests/pull/6655 Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/

[RESEND. PATCH 5/5] drm/ci: Upgrade certifi requirement to 2024.07.04

2024-10-16 Thread WangYuli
GitHub, I suggest we upgrade our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/XpknYMPO8dI Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1

[RESEND. PATCH 4/5] drm/ci: Upgrade idna requirement to 3.7

2024-10-16 Thread WangYuli
m/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ci/xfails/requirements.txt b/drivers/gpu/drm/ci/xfails/requirements.txt index f69b58356a37..8b

[RESEND. PATCH 2/5] drm/ci: Upgrade urllib3 requirement to 2.2.2

2024-10-16 Thread WangYuli
one CVE ID:CVE-2024-37891" To avoid disturbing everyone with the kernel repo hosted on GitHub, I suggest we upgrade our python dependencies once again to appease GitHub Dependabot. Link: https://github.com/dependabot Signed-off-by: WangYuli --- drivers/gpu/drm/ci/xfails/requirements.txt

[RESEND. PATCH 1/5] drm/ci: Upgrade requirements because of bothering by GitHub Dependabot

2024-10-16 Thread WangYuli
GitHub Dependabot keeps bugging us about old, vulnerable Python packages. Until we figure out a way to make it calm, we're stuck updating our dependencies whenever it complains. I guess it's a good thing in the long run, though, right? Makes our CI a bit "more secure"... Sig

[PATCH] treewide: Fix typo "previlege"

2025-04-21 Thread WangYuli
/lore.kernel.org/all/20250420142208.2252280-1-wheatfo...@icloud.com/ Signed-off-by: WangYuli --- drivers/s390/char/vmlogrdr.c | 4 ++-- include/linux/habanalabs/hl_boot_if.h | 2 +- scripts/spelling.txt | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH v2] treewide: Fix typo "previlege"

2025-04-21 Thread WangYuli
/lore.kernel.org/all/20250420142208.2252280-1-wheatfo...@icloud.com/ Signed-off-by: WangYuli --- Changelog: *v1->v2: Fix typo in commit msg... --- drivers/s390/char/vmlogrdr.c | 4 ++-- include/linux/habanalabs/hl_boot_if.h | 2 +- scripts/spelling.txt | 2 ++ 3 file

[PATCH] drm/arm: Suppress "ARM devices" menu if not essential

2025-03-10 Thread WangYuli
| COMPILE_TEST), and displaying a blank menu in other architectures is unwarranted. Signed-off-by: WangYuli --- drivers/gpu/drm/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig index c901ac00c0c3..0aa6a54567b6

[PATCH] backlight: tdo24m: Eliminate redundant whitespace

2025-03-09 Thread WangYuli
The description for CONFIG_LCD_TDO24M has redundant whitespace. Trim it to keep the code tidy. Signed-off-by: WangYuli --- drivers/video/backlight/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index

[PATCH] drm/uapi: Fix typo "restictions"

2025-05-12 Thread WangYuli
://github.com/deepin-community/kernel/pull/796 Signed-off-by: WangYuli --- include/uapi/drm/drm.h | 2 +- scripts/spelling.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index 7fba37b94401..16f772dd7069 100644 --- a/include/

[PATCH] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c| 4 ++-- drivers/cxl/core/mce.h

[PATCH RESEND] drm/uapi: Fix typo "restictions"

2025-07-03 Thread WangYuli
://github.com/deepin-community/kernel/pull/796 Signed-off-by: WangYuli --- include/uapi/drm/drm.h | 2 +- scripts/spelling.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index e63a71d3c607..c996d19cb2de 100644 --- a/include/

[PATCH v2 1/8] KVM: x86: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[PATCH v2 3/8] drm/xe: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/gpu/drm/xe/xe_vm_types.h | 2 +- 1 file changed, 1 inse

[PATCH v2 2/8] cxl: mce: Fix typo "notifer"

2025-07-15 Thread WangYuli
According to the context, "mce_notifer" should be "mce_notifier". Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache&

[PATCH v2 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file change

[PATCH v2 4/8] net: mvneta: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/net/ethernet/marvell/mvneta.c | 2 +- 1 file change

[PATCH v2 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

2025-07-15 Thread WangYuli
This typo was not listed in scripts/spelling.txt, thus it was more difficult to detect. Add it for convenience. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- scripts/spelling.txt | 1 + 1 file changed, 1 insertion

[PATCH v2 5/8] wifi: brcmfmac: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c |

[PATCH v2 0/8] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ WangYuli (8): KVM: x86: Fix typo "

[PATCH v2 7/8] xen/xenbus: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- include/xen/xenbus.h | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
feelings or preferences on this matter. Since you've requested it, I'll go ahead and split it up and send a v2 patchset. Thanks, -- WangYuli OpenPGP_0xC5DA1F3046F40BEE.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-22 Thread WangYuli
Hi greg k-h, On 2025/7/16 16:08, Greg KH wrote: Signed-off-by: WangYuli Is your name all one word like that, or should there be a " " between them? If I were to follow Western naming conventions, my name would be written as 'Yuli Wang'. However, frankly, I find it u

[PATCH v3 1/8] KVM: x86: Fix typo "notifer"

2025-07-22 Thread WangYuli
There are some spelling mistakes of 'notifer' which should be 'notifier'. Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index 739aa6c0d0c3..9ff55112900a 1

[PATCH v3 5/8] wifi: brcmfmac: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Acked-by: Arend van Spriel Signed-off-by: WangYuli --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH v3 3/8] drm/xe: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Signed-off-by: WangYuli --- drivers/gpu/drm/xe/xe_vm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe

[PATCH v3 2/8] cxl: mce: Fix typo "notifer"

2025-07-22 Thread WangYuli
According to the context, "mce_notifer" should be "mce_notifier". Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache") Reviewed-by: Jonathan Cameron Reviewed-by: Dave Jiang Signed-off-by: WangYuli --- drivers/cxl/core/m

[PATCH v3 0/8] treewide: Fix typo "notifer"

2025-07-22 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. WangYuli (8): KVM: x86: Fix typo "notifer" cxl: mce: Fix typo "notifer" drm/xe: Fix typo "notifer" net: mvn

[PATCH v3 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

2025-07-22 Thread WangYuli
This typo was not listed in scripts/spelling.txt, thus it was more difficult to detect. Add it for convenience. Reviewed-by: Jonathan Cameron Signed-off-by: WangYuli --- scripts/spelling.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index

[PATCH v3 4/8] net: mvneta: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Simon Horman Signed-off-by: WangYuli --- drivers/net/ethernet/marvell/mvneta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell

[PATCH v3 7/8] xen/xenbus: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Juergen Gross Signed-off-by: WangYuli --- include/xen/xenbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xen/xenbus.h b/include/xen/xenbus.

[PATCH v3 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Andy Shevchenko Signed-off-by: WangYuli --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250

Re: Re: [PATCH v3] virtio: Update kerneldoc in drivers/virtio/virtio_dma_buf.c

2025-07-22 Thread WangYuli
Hi Peng Jiang, Please feel free to add "Reviewed-by: WangYuli " to your patch v4. [1] [1]. https://lore.kernel.org/all/20250716094357-mutt-send-email-...@kernel.org/ Thanks, -- WangYuli