This definitely isn't an Ubuntu kernel bug, I will reject it as such.
You can file an issue here:
https://gitlab.freedesktop.org/drm/amd/-/issues if you have problems
stemming from that script.
** Changed in: linux (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2080294
Title:
linux 6.8.0-44 + amdgpu 6.2.60200-2009582.24.04
Status in linux package in Ubuntu:
Invalid
Bug description:
The following information was taken from (1) the command line after
package updates and (2) make.log
These errors occurred after updating the Linux kernel packages to 6.8.0-44
through the package:
linux-image-generic-hwe-24.04
amdgpu is installed from repo.radeon.com:
deb [arch=amd64] https://repo.radeon.com/rocm/apt/6.2 noble main
#### BEGIN >> apt upgrade / dpkg --configure -a
##
#
checking for nproc... (cached) yes
checking for module configuration... done
configure: creating ./config.status
config.status: creating config/config.h
Building module:
Cleaning build area...(bad exit status: 2)
. /tmp/amd.dijYOF1P/.env && make -j6 KERNELRELEASE=6.8.0-44-generic
TTM_NAME=amdttm SCHED_NAME=amd-sched -C /lib/modules/6.8.0
ric/build
M=/tmp/amd.dijYOF1P....................................................(bad
exit status: 2)
ERROR: Cannot create report: [Errno 17] File exists:
'/var/crash/amdgpu-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.8.0-44-generic (x86_64)
Consult /var/lib/dkms/amdgpu/6.8.5-2009582.24.04/build/make.log for more
information.
dkms autoinstall on 6.8.0-44-generic/x86_64 succeeded for virtualbox
dkms autoinstall on 6.8.0-44-generic/x86_64 failed for amdgpu(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-44-generic
...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.8.0-44-generic (--configure):
installed linux-image-6.8.0-44-generic package post-installation script
subprocess returned error exit status 11
Errors were encountered while processing:
linux-headers-6.8.0-44-generic
linux-headers-generic-hwe-24.04
linux-image-6.8.0-44-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
#
##
#### END >> apt upgrade / dpkg --configure -a
#### BEGIN >> /var/lib/dkms/amdgpu/6.8.5-2009582.24.04/build/make.log
##
#
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../pm/amdgpu_dpm.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../pm/amdgpu_pm.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../pm/amdgpu_dpm_internal.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crtc.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.o
CC [M]
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_color.o
CC [M]
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_services.o
CC [M]
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.o
CC [M] /tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_pp_smu.o
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c: In
function ‘dm_helpers_dp_mst_send_payload_allocation’:
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:563:64:
error: passing argument 2 of ‘drm_dp_add_payload_part2’ from incompatible
pointer type [-Werror=incompatible-pointer-types]
563 | ret = drm_dp_add_payload_part2(mst_mgr,
mst_state->base.state, new_payload);
| ~~~~~~~~~~~~~~~^~~~~~
| |
| struct
drm_atomic_state *
In file included from
/tmp/amd.dijYOF1P/include/kcl/header/drm/display/drm_dp_mst_helper.h:6,
from
/tmp/amd.dijYOF1P/include/kcl/backport/kcl_drm_dp_mst_helper_backport.h:25,
from /tmp/amd.dijYOF1P/amd/backport/backport.h:57,
from <command-line>:
./include/drm/display/drm_dp_mst_helper.h:854:64: note: expected ‘struct
drm_dp_mst_atomic_payload *’ but argument is of type ‘struct drm_atomic_state *’
854 | struct drm_dp_mst_atomic_payload
*payload);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:563:15:
error: too many arguments to function ‘drm_dp_add_payload_part2’
563 | ret = drm_dp_add_payload_part2(mst_mgr,
mst_state->base.state, new_payload);
| ^~~~~~~~~~~~~~~~~~~~~~~~
./include/drm/display/drm_dp_mst_helper.h:853:5: note: declared here
853 | int drm_dp_add_payload_part2(struct drm_dp_mst_topology_mgr *mgr,
| ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:243:
/tmp/amd.dijYOF1P/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:481: /tmp/amd.dijYOF1P/amd/amdgpu] Error
2
make[1]: *** [/usr/src/linux-headers-6.8.0-44-generic/Makefile:1925:
/tmp/amd.dijYOF1P] Error 2
make: *** [Makefile:240: __sub-make] Error 2
make: Leaving directory '/usr/src/linux-headers-6.8.0-44-generic'
#
##
#### END >> /var/lib/dkms/amdgpu/6.8.5-2009582.24.04/build/make.log
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-44-generic 6.8.0-44.44
ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12
Uname: Linux 6.8.0-41-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: underwood 4012 F.... pipewire
/dev/snd/controlC0: underwood 4016 F.... wireplumber
/dev/snd/controlC1: underwood 4016 F.... wireplumber
CasperMD5CheckResult: unknown
Date: Tue Sep 10 16:07:22 2024
HibernationDevice:
#### Dear PC, don't use hibernation. kthanksbye
#### RESUME=UUID=0d04cbce-9ec1-46bc-932e-2d13fe673d86
RESUME=none
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/xubuntu-1@/vmlinuz-6.8.0-41-generic
root=ZFS=ptcju1_zmirror/ROOT/xubuntu-1 ro noresume nosplash boot=zfs
rpool=ptcju1_zmirror root=ZFS=ptcju1_zmirror/ROOT/xubuntu-1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
linux-restricted-modules-6.8.0-41-generic N/A
linux-backports-modules-6.8.0-41-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.3
RfKill:
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to noble on 2024-09-02 (9 days ago)
dmi.bios.date: 11/03/2020
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P4.60
dmi.board.name: B450M Pro4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias:
dmi:bvnAmericanMegatrendsInc.:bvrP4.60:bd11/03/2020:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB450MPro4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2080294/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp