Activity log for bug #2028165

Date Who What changed Old value New value Message
2023-07-19 13:09:46 Paolo Pisati bug added bug
2023-07-19 13:12:38 Paolo Pisati description [Impact] [Fix] [How to test] [Regression potential] [Impact] In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21, from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-instance.c:13: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types] 164 | return get_user_pages_remote(tsk, mm, start, nr_pages, flags, | ^~~ | | | struct task_struct * [Fix] Apply the attached fix. [How to test] Install (and build) the patched packet. [Regression potential] The fix is composed of two patches:
2023-07-19 13:15:24 Paolo Pisati description [Impact] In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21, from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-instance.c:13: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types] 164 | return get_user_pages_remote(tsk, mm, start, nr_pages, flags, | ^~~ | | | struct task_struct * [Fix] Apply the attached fix. [How to test] Install (and build) the patched packet. [Regression potential] The fix is composed of two patches: [Impact] In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21,                  from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-instance.c:13: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types]   164 | return get_user_pages_remote(tsk, mm, start, nr_pages, flags,       | ^~~       | |       | struct task_struct * [Fix] Apply the attached fix. [How to test] Install (and build) the patched packet. [Regression potential] The fix is composed of two patches: 1) the first patch simply garbage collect a reference to a function that was never used but that had the API changed in Linux 6.5 - so, it's a trivial change. 2) the second patch actually reimplement part of the vma scanning that was removed in __get_user_pages_locked() in upstream commit b2cac248191b7466c5819e0da617b0705a26e197 "mm/gup: removed vmas array from internal GUP functions" - here is where most likely any regression could be found.
2023-07-19 13:15:28 Paolo Pisati nominated for series Ubuntu Mantic
2023-07-19 13:15:28 Paolo Pisati bug task added nvidia-graphics-drivers-390 (Ubuntu Mantic)
2023-07-19 13:16:26 Paolo Pisati description [Impact] In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21,                  from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-instance.c:13: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types]   164 | return get_user_pages_remote(tsk, mm, start, nr_pages, flags,       | ^~~       | |       | struct task_struct * [Fix] Apply the attached fix. [How to test] Install (and build) the patched packet. [Regression potential] The fix is composed of two patches: 1) the first patch simply garbage collect a reference to a function that was never used but that had the API changed in Linux 6.5 - so, it's a trivial change. 2) the second patch actually reimplement part of the vma scanning that was removed in __get_user_pages_locked() in upstream commit b2cac248191b7466c5819e0da617b0705a26e197 "mm/gup: removed vmas array from internal GUP functions" - here is where most likely any regression could be found. [Impact] ... In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21,                  from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-instance.c:13: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types]   164 | return get_user_pages_remote(tsk, mm, start, nr_pages, flags,       | ^~~       | |       | struct task_struct * ... [Fix] Apply the attached fix. [How to test] Install (and build) the patched packet. [Regression potential] The fix is composed of two patches: 1) the first patch simply garbage collect a reference to a function that was never used but that had the API changed in Linux 6.5 - so, it's a trivial change. 2) the second patch actually reimplement part of the vma scanning that was removed in __get_user_pages_locked() in upstream commit b2cac248191b7466c5819e0da617b0705a26e197 "mm/gup: removed vmas array from internal GUP functions" - here is where most likely any regression could be found.
2023-07-19 13:58:34 Paolo Pisati attachment added nvidia-graphics-drivers-390_390.157-0ubuntu8.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+attachment/5687148/+files/nvidia-graphics-drivers-390_390.157-0ubuntu8.debdiff
2023-07-19 16:16:02 Ubuntu Foundations Team Bug Bot tags patch
2023-07-20 13:16:09 Paolo Pisati bug task added nvidia-graphics-drivers-525 (Ubuntu)
2023-07-20 13:51:13 Paolo Pisati attachment added nvidia-graphics-drivers-525_525.125.06-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-525/+bug/2028165/+attachment/5687461/+files/nvidia-graphics-drivers-525_525.125.06-0ubuntu2.debdiff
2023-07-21 14:39:55 Paolo Pisati bug task added nvidia-graphics-drivers-470 (Ubuntu)
2023-07-24 12:16:52 Paolo Pisati attachment added nvidia-graphics-drivers-470_470.199.02-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-525/+bug/2028165/+attachment/5688058/+files/nvidia-graphics-drivers-470_470.199.02-0ubuntu2.debdiff
2023-07-24 13:50:43 Paolo Pisati bug task added nvidia-graphics-drivers-470-server (Ubuntu)
2023-07-24 15:24:22 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu Mantic): assignee Alberto Milone (albertomilone)
2023-07-24 15:24:24 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu Mantic): assignee Alberto Milone (albertomilone)
2023-07-24 15:24:25 Alberto Milone nvidia-graphics-drivers-470-server (Ubuntu Mantic): assignee Alberto Milone (albertomilone)
2023-07-24 15:24:27 Alberto Milone nvidia-graphics-drivers-525 (Ubuntu Mantic): assignee Alberto Milone (albertomilone)
2023-07-24 15:24:32 Alberto Milone nvidia-graphics-drivers-390 (Ubuntu Mantic): status New In Progress
2023-07-24 15:24:34 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu Mantic): status New In Progress
2023-07-24 15:24:36 Alberto Milone nvidia-graphics-drivers-470-server (Ubuntu Mantic): status New In Progress
2023-07-24 15:24:39 Alberto Milone nvidia-graphics-drivers-525 (Ubuntu Mantic): status New In Progress
2023-07-25 14:30:44 Paolo Pisati attachment added nvidia-graphics-drivers-470_470.199.02-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+attachment/5688321/+files/nvidia-graphics-drivers-470_470.199.02-0ubuntu2.debdiff
2023-07-25 16:20:01 Paolo Pisati attachment added nvidia-graphics-drivers-470-server_470.199.02-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+attachment/5688347/+files/nvidia-graphics-drivers-470-server_470.199.02-0ubuntu2.debdiff
2023-07-26 11:16:20 Paolo Pisati bug task added nvidia-graphics-drivers-525-server (Ubuntu)
2023-07-26 11:17:04 Paolo Pisati attachment added nvidia-graphics-drivers-525-server_525.125.06-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-525-server/+bug/2028165/+attachment/5688552/+files/nvidia-graphics-drivers-525-server_525.125.06-0ubuntu2.debdiff
2023-07-27 09:43:52 Paolo Pisati bug task added nvidia-graphics-drivers-450-server (Ubuntu)
2023-07-27 09:44:20 Paolo Pisati attachment added nvidia-graphics-drivers-450-server_450.248.02-0ubuntu2.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450-server/+bug/2028165/+attachment/5688839/+files/nvidia-graphics-drivers-450-server_450.248.02-0ubuntu2.debdiff
2023-08-24 01:54:54 Launchpad Janitor nvidia-graphics-drivers-450-server (Ubuntu): status New Confirmed
2023-08-24 01:54:54 Launchpad Janitor nvidia-graphics-drivers-525-server (Ubuntu): status New Confirmed
2023-08-29 07:56:24 Launchpad Janitor nvidia-graphics-drivers-525-server (Ubuntu Mantic): status Confirmed Fix Released
2023-08-29 08:36:42 Launchpad Janitor nvidia-graphics-drivers-470 (Ubuntu Mantic): status In Progress Fix Released
2023-08-29 08:36:48 Launchpad Janitor nvidia-graphics-drivers-470-server (Ubuntu Mantic): status In Progress Fix Released
2023-08-29 09:28:10 Launchpad Janitor nvidia-graphics-drivers-450-server (Ubuntu Mantic): status Confirmed Fix Released
2023-08-29 09:38:09 Paolo Pisati attachment added nvidia-graphics-drivers-525_525.125.06-0ubuntu4.debdiff https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+attachment/5696045/+files/nvidia-graphics-drivers-525_525.125.06-0ubuntu4.debdiff
2023-08-29 14:27:13 Launchpad Janitor nvidia-graphics-drivers-525 (Ubuntu Mantic): status In Progress Fix Released
2023-09-01 12:02:35 Launchpad Janitor nvidia-graphics-drivers-390 (Ubuntu Mantic): status In Progress Fix Released
2024-01-28 08:35:23 tarantoga bug added subscriber tarantoga
2024-01-29 03:22:36 Daniel van Vugt nominated for series Ubuntu Jammy
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-390 (Ubuntu Jammy)
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-450-server (Ubuntu Jammy)
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-470 (Ubuntu Jammy)
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-470-server (Ubuntu Jammy)
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-525 (Ubuntu Jammy)
2024-01-29 03:22:36 Daniel van Vugt bug task added nvidia-graphics-drivers-525-server (Ubuntu Jammy)
2024-01-29 03:22:58 Daniel van Vugt nvidia-graphics-drivers-390 (Ubuntu Jammy): status New Confirmed
2024-01-29 03:23:08 Daniel van Vugt nvidia-graphics-drivers-450-server (Ubuntu Jammy): status New Invalid
2024-01-29 03:23:16 Daniel van Vugt nvidia-graphics-drivers-470 (Ubuntu Jammy): status New Invalid
2024-01-29 03:23:29 Daniel van Vugt nvidia-graphics-drivers-470-server (Ubuntu Jammy): status New Invalid
2024-01-29 03:23:38 Daniel van Vugt nvidia-graphics-drivers-525 (Ubuntu Jammy): status New Invalid
2024-01-29 03:23:48 Daniel van Vugt nvidia-graphics-drivers-525-server (Ubuntu Jammy): status New Invalid
2024-01-29 03:27:25 Daniel van Vugt bug added subscriber Daniel van Vugt
2024-01-29 05:13:17 Daniel van Vugt tags patch patch regression-update
2024-01-29 22:04:29 Paul Broadhead bug added subscriber Paul Broadhead
2024-02-11 20:33:37 Scott Moore bug added subscriber Scott Moore
2024-02-16 10:43:47 Dmitry Lapshin bug added subscriber Dmitry Lapshin
2024-02-22 17:29:39 Daniel Letzeisen tags patch regression-update patch regression-release regression-update
2024-02-22 20:10:58 Steve Langasek tags patch regression-release regression-update patch regression-update
2024-04-02 19:32:39 XaTTa6bl4 bug added subscriber XaTTa6bl4
2024-04-07 12:55:34 Dying Soldier bug added subscriber Dying Soldier
2024-05-03 10:05:01 Ginés Utrera Pavón attachment added Screenshot_2024-05-03_12-04-41.png https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+attachment/5774289/+files/Screenshot_2024-05-03_12-04-41.png
2024-05-03 20:19:12 Martin Mohr bug added subscriber Martin Mohr