Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Aug 2022 05:09:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 265612] [PATCH] linuxkpi mod_devicetable.h out of sync with linux
Message-ID:  <bug-265612-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265612

            Bug ID: 265612
           Summary: [PATCH] linuxkpi mod_devicetable.h out of sync with
                    linux
           Product: Base System
           Version: 13.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: crahman@gmail.com

Created attachment 235663
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235663&action=
=3Dedit
Update dmi_strmatch structure and DMI_EXACT_MATCH() to current (08/2022) li=
nux
specification.

Using DMI_EXACT_MATCH causes match failures because the structure used by l=
inux
in, e.g. the drm-kmod kernel modules is different than that in the kernel
compat module.

So, for example, dmi_first_match() and related functions never match.

This breaks the quirk table lookups in the drm-kmod.ko modules.

A patch to update the mod_devicetable.h file is attached.  Of course, anyth=
ing
dependent upon it will need to be rebuilt.

--=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-265612-227>