[kbuild] fs/afs/dir.c:839:20: warning: Variable 'dentry->d_fsdata' is reassigned a value before the old one has been used.

2020-09-24 Thread kernel test robot
CC: kbuild-...@lists.01.org CC: linux-ker...@vger.kernel.org TO: David Howells tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 171d4ff79f965c1f164705ef0aaea102a6ad238b commit: e49c7b2f6de7ff81ca34c56e4eeb4fa740c099f2 afs: Build an abstraction around an

[kbuild] [peterz-queue:sched/wip2 1/9] kernel/stop_machine.c:513:15: warning: Variable 'stopper->fn' is reassigned a value before the old one has been used.

2020-09-24 Thread kernel test robot
CC: kbuild-...@lists.01.org TO: Peter Zijlstra tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git sched/wip2 head: 05b12ada8e74101db269732c30802ef809eba3c9 commit: 4ed032c4bc376317ec19ffa13e86cae46aef2ea5 [1/9] stop_machine: Add function and caller debug info ::

[kbuild] [linux-next:master 5623/10763] arch/x86/kernel/sev-es.c:239 handle_vc_boot_ghcb() error: we previously assumed 'boot_ghcb' could be null (see line 236)

2020-09-24 Thread kernel test robot
CC: kbuild-...@lists.01.org TO: Joerg Roedel CC: Borislav Petkov tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: d1d2220c7f39d0fca302c4ba6cca4ede01660a2b commit: 1aa9aa8ee517e0443b06e816a4fd2d15f2113615 [5623/10763] x86/sev-es: Setup GHCB-based boot

[kbuild] [linux-next:master 7429/10763] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hubp.c:752 hubp1_is_flip_pending() error: we previously assumed 'hubp' could be null (see line 737)

2020-09-24 Thread kernel test robot
timeout due to disabled hubp :: branch date: 11 hours ago :: commit date: 9 days ago config: i386-randconfig-m021-20200924 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot Reported-by: Dan

[kbuild] Re: [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings

2020-09-24 Thread kernel test robot
commits/Alan-Maguire/bpf-add-helpers-to-support-BTF-based-kernel-data-display/20200924-015115 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master :: branch date: 22 hours ago :: commit date: 22 hours ago compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue

[kbuild] drivers/staging/octeon/ethernet-util.h:17 cvm_oct_get_buffer_ptr() warn: should '((packet_ptr.s.addr >> 7) - packet_ptr.s.back) << 7' be a 64 bit

2020-09-24 Thread kernel test robot
c8c Revert "staging/octeon: Mark Ethernet driver as BROKEN" date: 8 months ago :: branch date: 15 hours ago :: commit date: 8 months ago config: x86_64-randconfig-m001-20200924 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue, kindly add followin

[kbuild] [linux-next:master 9986/10367] drivers/gpu/drm/i915/gem/i915_gem_pages.c:295 i915_gem_object_map_pfn() error: uninitialized symbol 'i'.

2020-09-24 Thread kernel test robot
] drm/i915: use vmap in i915_gem_object_map :: branch date: 23 hours ago :: commit date: 35 hours ago config: i386-randconfig-m021-20200924 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test

[kbuild] Re: [PATCH RFC v2 4/4] 9p: fix race issue in fid contention.

2020-09-24 Thread Dan Carpenter
On Thu, Sep 24, 2020 at 08:29:48AM +, Reshetova, Elena wrote: > > > >> net/9p/client.c:1469:6-25: atomic_dec_and_test variation before object > > > >> free at > > line 1497. > > > > > > This warning was confusing for me. Perhaps a better wording would be: > > "Use refcount_t instead of

[kbuild] Re: [PATCH v2 11/11] spi: dw-dma: Add one-by-one SG list entries transfer

2020-09-24 Thread kernel test robot
CC: kbuild-...@lists.01.org In-Reply-To: <20200920112322.24585-12-sergey.se...@baikalelectronics.ru> References: <20200920112322.24585-12-sergey.se...@baikalelectronics.ru> TO: Serge Semin TO: Mark Brown CC: Serge Semin CC: Alexey Malahov CC: Georgy Vlasov CC: Ramil Zaripov CC: Pavel

[kbuild] Re: [PATCH RFC v2 4/4] 9p: fix race issue in fid contention.

2020-09-24 Thread Dan Carpenter
> >> net/9p/client.c:1469:6-25: atomic_dec_and_test variation before object > >> free at line 1497. This warning was confusing for me. Perhaps a better wording would be: "Use refcount_t instead of atomic_t for refcounting"? I don't think we need to print the line number where "fid" is freed.