Date: Fri, 24 Sep 2021 07:32:55 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 245624] www/chromium: kernel: WARNING (chrome): ioctl sign-extension ioctl ffffffff80045612 Message-ID: <bug-245624-28929-kl6UM3QsIk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245624-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-245624-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245624 --- Comment #4 from Hans Petter Selasky <hselasky@FreeBSD.org> --- I think chromium uses its own IOCTL definitions. You'll need to find those = and change them to use unsigned integer format. BTW: The kernel warning is harmless, because the kernel will always cast the cmd argument to 32-bit. It should not affect audio. Try to install "sndio" and run "service sndiod onestart" if there is no aud= io in chrome. --HPS --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245624-28929-kl6UM3QsIk>