dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jan 22 (amdgpu)
       [not found] <20210122180643.7039571c@canb.auug.org.au>
@ 2021-01-22 18:02 ` Randy Dunlap
  2021-01-25  4:55   ` Chen, Guchun
  2021-01-22 18:05 ` linux-next: Tree for Jan 22 (drm/i915) Randy Dunlap
  1 sibling, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-01-22 18:02 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: amd-gfx, Linux Kernel Mailing List, dri-devel

On 1/21/21 11:06 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20210121:
> 

on i386:

ERROR: modpost: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
ERROR: modpost: "__divdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!



-- 
~Randy
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Jan 22 (drm/i915)
       [not found] <20210122180643.7039571c@canb.auug.org.au>
  2021-01-22 18:02 ` linux-next: Tree for Jan 22 (amdgpu) Randy Dunlap
@ 2021-01-22 18:05 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-01-22 18:05 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List, Jani Nikula,
	Joonas Lahtinen, Rodrigo Vivi
  Cc: intel-gfx, Linux Kernel Mailing List, dri-devel

[-- Attachment #1: Type: text/plain, Size: 2749 bytes --]

On 1/21/21 11:06 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20210121:
> 
> The drm-intel tree lost its build failure.
> 
> The notifications tree gained conflicts against the keys tree.
> 
> Non-merge commits (relative to Linus' tree): 4819
>  5269 files changed, 192976 insertions(+), 126175 deletions(-)
> 
> ----------------------------------------------------------------------------
> 
> I have created today's linux-next tree at
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> (patches at http://www.kernel.org/pub/linux/kernel/next/ ).  If you
> are tracking the linux-next tree using git, you should not use "git pull"
> to do so as that will try to merge the new linux-next release with the
> old one.  You should use "git fetch" and checkout or reset to the new
> master.
> 
> You can see which trees have been included by looking in the Next/Trees
> file in the source.  There are also quilt-import.log and merge.log
> files in the Next directory.  Between each merge, the tree was built
> with a ppc64_defconfig for powerpc, an allmodconfig for x86_64, a
> multi_v7_defconfig for arm and a native build of tools/perf. After
> the final fixups (if any), I do an x86_64 modules_install followed by
> builds for x86_64 allnoconfig, powerpc allnoconfig (32 and 64 bit),
> ppc44x_defconfig, allyesconfig and pseries_le_defconfig and i386, sparc
> and sparc64 defconfig and htmldocs. And finally, a simple boot test
> of the powerpc pseries_le_defconfig kernel in qemu (with and without
> kvm enabled).
> 
> Below is a summary of the state of the merge.
> 
> I am currently merging 333 trees (counting Linus' and 86 trees of bug
> fix patches pending for the current merge release).
> 
> Stats about the size of the tree over time can be seen at
> http://neuling.org/linux-next-size.html .
> 
> Status of my local build tests will be at
> http://kisskb.ellerman.id.au/linux-next .  If maintainers want to give
> advice about cross compilers/configs that work, we are always open to add
> more builds.
> 
> Thanks to Randy Dunlap for doing many randconfig builds.  And to Paul
> Gortmaker for triage and bug fixes.
> 

on x86_64:

WARNING: unmet direct dependencies detected for DRM_I915_WERROR
  Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
  Selected by [m]:
  - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]

../drivers/gpu/drm/i915/i915_gem.c: In function ‘i915_gem_freeze_late’:
../drivers/gpu/drm/i915/i915_gem.c:1182:2: error: implicit declaration of function ‘wbinvd_on_all_cpus’; did you mean ‘wrmsr_on_cpus’? [-Werror=implicit-function-declaration]
  wbinvd_on_all_cpus();



Full randconfig file is attached.

-- 
~Randy

[-- Attachment #2: config-r7373.gz --]
[-- Type: application/gzip, Size: 48499 bytes --]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: linux-next: Tree for Jan 22 (amdgpu)
  2021-01-22 18:02 ` linux-next: Tree for Jan 22 (amdgpu) Randy Dunlap
@ 2021-01-25  4:55   ` Chen, Guchun
  0 siblings, 0 replies; 3+ messages in thread
From: Chen, Guchun @ 2021-01-25  4:55 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, Linux Next Mailing List
  Cc: dri-devel, Linux Kernel Mailing List, amd-gfx

[AMD Public Use]

The link error has been fixed by:

5da047444e82 drm/amd/display: fix 64-bit division issue on 32-bit OS

Regards,
Guchun

-----Original Message-----
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Randy Dunlap
Sent: Saturday, January 23, 2021 2:02 AM
To: Stephen Rothwell <sfr@canb.auug.org.au>; Linux Next Mailing List <linux-next@vger.kernel.org>
Cc: amd-gfx@lists.freedesktop.org; Linux Kernel Mailing List <linux-kernel@vger.kernel.org>; dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: linux-next: Tree for Jan 22 (amdgpu)

On 1/21/21 11:06 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20210121:
> 

on i386:

ERROR: modpost: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
ERROR: modpost: "__divdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!



-- 
~Randy
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Famd-gfx&amp;data=04%7C01%7Cguchun.chen%40amd.com%7C32b5c3dbae684672163608d8bf82ab0c%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637469915239051891%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=0a61RTCcYsAXilfnxqSzPXxA2q6sIYDKEkMWL6HGJro%3D&amp;reserved=0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-25  4:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210122180643.7039571c@canb.auug.org.au>
2021-01-22 18:02 ` linux-next: Tree for Jan 22 (amdgpu) Randy Dunlap
2021-01-25  4:55   ` Chen, Guchun
2021-01-22 18:05 ` linux-next: Tree for Jan 22 (drm/i915) Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).