Skip to content

Tags: Nevuly/WSL2-Linux-Kernel-Rolling

Tags

linux-wsl-stable-6.13.0

Toggle linux-wsl-stable-6.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
driver: hv: dxgkrnl: Switch __get_task_comm() to strscpy()

Error Logs:
drivers/hv/dxgkrnl/dxgvmbus.c: In function ‘dxgvmb_send_create_process’:
drivers/hv/dxgkrnl/dxgvmbus.c:693:9: error: implicit declaration of function ‘__get_task_comm’; did you mean ‘__set_task_comm’? [-Wimplicit-function-declaration]
  693 |         __get_task_comm(s, WIN_MAX_PATH, current);
      |         ^~~~~~~~~~~~~~~
      |         __set_task_comm

 * In 4cc0473, __get_task_comm() has been removed.
 * Switch to __get_task_comm() to strscpy().

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.10

Toggle linux-wsl-stable-6.12.10's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.9

Toggle linux-wsl-stable-6.12.9's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.8

Toggle linux-wsl-stable-6.12.8's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.7

Toggle linux-wsl-stable-6.12.7's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.6

Toggle linux-wsl-stable-6.12.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.5

Toggle linux-wsl-stable-6.12.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
gh-actions: Switch softprops/action-gh-release version from master to v2

Error Logs:
Run softprops/action-gh-release@master
Found release linux-wsl-stable-6.12.5 (with id=190802427)
⬆️ Uploading bzImage-x86_64-optional_install.tar.gz...
⬆️ Uploading bzImage-x86_64-modules_install.tar.gz...
⬆️ Uploading bzImage-x86_64...
⬆️ Uploading Image-arm64-optional_install.tar.gz...
⬆️ Uploading Image-arm64-modules_install.tar.gz...
⬆️ Uploading Image-arm64...
Error: Request body length does not match content-length header

 * `master` version of action-gh-release have problem to release packages. (softprops/action-gh-release#556)
 * So, I try to use `v2` version for avoid this problem.

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.4

Toggle linux-wsl-stable-6.12.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.3

Toggle linux-wsl-stable-6.12.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>

linux-wsl-stable-6.12.2

Toggle linux-wsl-stable-6.12.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Nevuly Jeonghun Yang
configs: Update x86 and arm64 defconfigs

 * Remove CONFIG_ZRAM_DEF_COMP in both defconfigs. (Commit ID: 856ea7e)

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>