All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/i915/gt/intel_timeline.c:302 timeline_advance() warn: maybe use && instead of &
@ 2022-09-02  1:57 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-09-02  1:57 UTC (permalink / raw)
  To: kbuild

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

BCC: lkp(a)intel.com
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Masahiro Yamada <masahiroy@kernel.org>
CC: Nicolas Schier <nicolas@fjasle.eu>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   42e66b1cc3a070671001f8a1e933a80818a192bf
commit: 9413e7640564fe70b24ea1a9ff3fb92c5bb52fcb kbuild: split the second line of *.mod into *.usyms
date:   4 months ago
:::::: branch date: 10 hours ago
:::::: commit date: 4 months ago
config: x86_64-randconfig-m031-20220829 (https://download.01.org/0day-ci/archive/20220902/202209020949.2IaurF6j-lkp(a)intel.com/config)
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>

smatch warnings:
drivers/gpu/drm/i915/gt/intel_timeline.c:302 timeline_advance() warn: maybe use && instead of &

vim +302 drivers/gpu/drm/i915/gt/intel_timeline.c

531958f6f357cf drivers/gpu/drm/i915/gt/intel_timeline.c Chris Wilson   2019-08-15  298  
f0c02c1b91888c drivers/gpu/drm/i915/gt/intel_timeline.c Tvrtko Ursulin 2019-06-21  299  static u32 timeline_advance(struct intel_timeline *tl)
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  300  {
ccb23d2dcc300d drivers/gpu/drm/i915/gt/intel_timeline.c Chris Wilson   2019-08-15  301  	GEM_BUG_ON(!atomic_read(&tl->pin_count));
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01 @302  	GEM_BUG_ON(tl->seqno & tl->has_initial_breadcrumb);
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  303  
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  304  	return tl->seqno += 1 + tl->has_initial_breadcrumb;
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  305  }
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  306  

:::::: The code at line 302 was first introduced by commit
:::::: ebece7539242a9204e5748fb6a6b5031d220b164 drm/i915: Keep timeline HWSP allocated until idle across the system

:::::: TO: Chris Wilson <chris@chris-wilson.co.uk>
:::::: CC: Chris Wilson <chris@chris-wilson.co.uk>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 2+ messages in thread
* drivers/gpu/drm/i915/gt/intel_timeline.c:302 timeline_advance() warn: maybe use && instead of &
@ 2022-08-31 13:13 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-08-31 13:13 UTC (permalink / raw)
  To: kbuild

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

BCC: lkp(a)intel.com
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Masahiro Yamada <masahiroy@kernel.org>
CC: Nicolas Schier <nicolas@fjasle.eu>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dcf8e5633e2e69ad60b730ab5905608b756a032f
commit: 9413e7640564fe70b24ea1a9ff3fb92c5bb52fcb kbuild: split the second line of *.mod into *.usyms
date:   4 months ago
:::::: branch date: 2 days ago
:::::: commit date: 4 months ago
config: x86_64-randconfig-m031-20220829 (https://download.01.org/0day-ci/archive/20220831/202208312112.6kOG43uK-lkp(a)intel.com/config)
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>

smatch warnings:
drivers/gpu/drm/i915/gt/intel_timeline.c:302 timeline_advance() warn: maybe use && instead of &

vim +302 drivers/gpu/drm/i915/gt/intel_timeline.c

531958f6f357cf drivers/gpu/drm/i915/gt/intel_timeline.c Chris Wilson   2019-08-15  298  
f0c02c1b91888c drivers/gpu/drm/i915/gt/intel_timeline.c Tvrtko Ursulin 2019-06-21  299  static u32 timeline_advance(struct intel_timeline *tl)
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  300  {
ccb23d2dcc300d drivers/gpu/drm/i915/gt/intel_timeline.c Chris Wilson   2019-08-15  301  	GEM_BUG_ON(!atomic_read(&tl->pin_count));
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01 @302  	GEM_BUG_ON(tl->seqno & tl->has_initial_breadcrumb);
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  303  
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  304  	return tl->seqno += 1 + tl->has_initial_breadcrumb;
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  305  }
ebece7539242a9 drivers/gpu/drm/i915/i915_timeline.c     Chris Wilson   2019-03-01  306  

:::::: The code at line 302 was first introduced by commit
:::::: ebece7539242a9204e5748fb6a6b5031d220b164 drm/i915: Keep timeline HWSP allocated until idle across the system

:::::: TO: Chris Wilson <chris@chris-wilson.co.uk>
:::::: CC: Chris Wilson <chris@chris-wilson.co.uk>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

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

end of thread, other threads:[~2022-09-02  1:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02  1:57 drivers/gpu/drm/i915/gt/intel_timeline.c:302 timeline_advance() warn: maybe use && instead of & kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31 13:13 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.