rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Brendan Shephard <bshephar@bne-home.net>,
	aliceryhl@google.com, joelagnelf@nvidia.com, acourbot@nvidia.com,
	airlied@redhat.com
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	rust-for-linux@vger.kernel.org, nouveau@lists.freedesktop.org,
	Brendan Shephard <bshephar@bne-home.net>
Subject: Re: [PATCH v3] drm/nova: Align GEM memory allocation to system page size
Date: Sat, 13 Dec 2025 22:45:18 +0800	[thread overview]
Message-ID: <202512132208.bhsQf8d8-lkp@intel.com> (raw)
In-Reply-To: <20251208071810.653223-1-bshephar@bne-home.net>

Hi Brendan,

kernel test robot noticed the following build errors:

[auto build test ERROR on 37bb2e7217b01404e2abf9d90d8e5705a5603b52]

url:    https://github.com/intel-lab-lkp/linux/commits/Brendan-Shephard/drm-nova-Align-GEM-memory-allocation-to-system-page-size/20251208-153603
base:   37bb2e7217b01404e2abf9d90d8e5705a5603b52
patch link:    https://lore.kernel.org/r/20251208071810.653223-1-bshephar%40bne-home.net
patch subject: [PATCH v3] drm/nova: Align GEM memory allocation to system page size
config: x86_64-buildonly-randconfig-002-20251213 (https://download.01.org/0day-ci/archive/20251213/202512132208.bhsQf8d8-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251213/202512132208.bhsQf8d8-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202512132208.bhsQf8d8-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error[E0599]: no method named `ok_or` found for type `usize` in the current scope
   --> drivers/gpu/drm/nova/gem.rs:31:45
   |
   31 |         let aligned_size = page_align(size).ok_or(EINVAL)?;
   |                                             ^^^^^ method not found in `usize`

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

      reply	other threads:[~2025-12-13 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-08  7:18 [PATCH v3] drm/nova: Align GEM memory allocation to system page size Brendan Shephard
2025-12-13 14:45 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202512132208.bhsQf8d8-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=acourbot@nvidia.com \
    --cc=airlied@redhat.com \
    --cc=aliceryhl@google.com \
    --cc=bshephar@bne-home.net \
    --cc=joelagnelf@nvidia.com \
    --cc=llvm@lists.linux.dev \
    --cc=nouveau@lists.freedesktop.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rust-for-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).