rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [paulmck-rcu:dev.2023.05.20a] [rcuscale] 812195e4f7: BUG:kernel_NULL_pointer_dereference,address
       [not found] ` <e4328f8b-6ec5-46eb-bc43-1217feba7ca2@paulmck-laptop>
@ 2023-05-26  7:59   ` Yujie Liu
  2023-05-26  9:49     ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Yujie Liu @ 2023-05-26  7:59 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: oe-lkp, lkp, linux-kernel, rcu

Hi Paul,

On Thu, May 25, 2023 at 09:45:11AM -0700, Paul E. McKenney wrote:
> On Thu, May 25, 2023 at 01:37:13AM +0800, kernel test robot wrote:
> > Hello,
> > 
> > kernel test robot noticed "BUG:kernel_NULL_pointer_dereference,address" on:
> > 
> > commit: 812195e4f70ef0e9fc68127355c553c537749546 ("rcuscale: Measure grace-period kthread CPU time")
> > https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git dev.2023.05.20a
> > 
> > in testcase: boot
> > 
> > compiler: clang-14
> > test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 16G
> > 
> > (please refer to attached dmesg/kmsg for entire log/backtrace)
> > 
> > 
> > +---------------------------------------------+------------+------------+
> > |                                             | 2393139b67 | 812195e4f7 |
> > +---------------------------------------------+------------+------------+
> > | boot_successes                              | 8          | 0          |
> > | boot_failures                               | 0          | 8          |
> > | BUG:kernel_NULL_pointer_dereference,address | 0          | 8          |
> > | Oops:#[##]                                  | 0          | 8          |
> > | Kernel_panic-not_syncing:Fatal_exception    | 0          | 8          |
> > +---------------------------------------------+------------+------------+
> > 
> > 
> > If you fix the issue, kindly add following tag
> > | Reported-by: kernel test robot <yujie.liu@intel.com>
> > | Closes: https://lore.kernel.org/oe-lkp/202305241757.57c30887-yujie.liu@intel.com
> 
> This commmit has since been replaced by this one, which should fix this
> problem:
> 
> 60901dadfadc ("rcuscale: Measure grace-period kthread CPU time")
> 
> Please let me know if the problem still exists with that commit.

The problem is gone on commit 60901dadfadc. Thanks.

Tested-by: Yujie Liu <yujie.liu@intel.com>

=========================================================================================
compiler/kconfig/rootfs/sleep/tbox_group/testcase:
  clang-14/x86_64-randconfig-a015-20230522/debian-11.1-i386-20220923.cgz/300/vm-snb/boot

commit:
  812195e4f70e ("rcuscale: Measure grace-period kthread CPU time")  <-- old commit from dev.2023.05.20a branch
  60901dadfadc ("rcuscale: Measure grace-period kthread CPU time")  <-- new commit from rcu/next branch

812195e4f70ef0e9 60901dadfadcc152ae5cad7ebae
---------------- ---------------------------
       fail:runs  %reproduction    fail:runs
           |             |             |
          6:6         -100%            :7     dmesg.BUG:kernel_NULL_pointer_dereference,address
          6:6         -100%            :7     dmesg.Kernel_panic-not_syncing:Fatal_exception
          6:6         -100%            :7     dmesg.Oops:#[##]
          6:6         -100%            :7     dmesg.boot_failures

--
Best Regards,
Yujie


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

* Re: [paulmck-rcu:dev.2023.05.20a] [rcuscale] 812195e4f7: BUG:kernel_NULL_pointer_dereference,address
  2023-05-26  7:59   ` [paulmck-rcu:dev.2023.05.20a] [rcuscale] 812195e4f7: BUG:kernel_NULL_pointer_dereference,address Yujie Liu
@ 2023-05-26  9:49     ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2023-05-26  9:49 UTC (permalink / raw)
  To: Yujie Liu; +Cc: oe-lkp, lkp, linux-kernel, rcu

On Fri, May 26, 2023 at 03:59:48PM +0800, Yujie Liu wrote:
> Hi Paul,
> 
> On Thu, May 25, 2023 at 09:45:11AM -0700, Paul E. McKenney wrote:
> > On Thu, May 25, 2023 at 01:37:13AM +0800, kernel test robot wrote:
> > > Hello,
> > > 
> > > kernel test robot noticed "BUG:kernel_NULL_pointer_dereference,address" on:
> > > 
> > > commit: 812195e4f70ef0e9fc68127355c553c537749546 ("rcuscale: Measure grace-period kthread CPU time")
> > > https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git dev.2023.05.20a
> > > 
> > > in testcase: boot
> > > 
> > > compiler: clang-14
> > > test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 16G
> > > 
> > > (please refer to attached dmesg/kmsg for entire log/backtrace)
> > > 
> > > 
> > > +---------------------------------------------+------------+------------+
> > > |                                             | 2393139b67 | 812195e4f7 |
> > > +---------------------------------------------+------------+------------+
> > > | boot_successes                              | 8          | 0          |
> > > | boot_failures                               | 0          | 8          |
> > > | BUG:kernel_NULL_pointer_dereference,address | 0          | 8          |
> > > | Oops:#[##]                                  | 0          | 8          |
> > > | Kernel_panic-not_syncing:Fatal_exception    | 0          | 8          |
> > > +---------------------------------------------+------------+------------+
> > > 
> > > 
> > > If you fix the issue, kindly add following tag
> > > | Reported-by: kernel test robot <yujie.liu@intel.com>
> > > | Closes: https://lore.kernel.org/oe-lkp/202305241757.57c30887-yujie.liu@intel.com
> > 
> > This commmit has since been replaced by this one, which should fix this
> > problem:
> > 
> > 60901dadfadc ("rcuscale: Measure grace-period kthread CPU time")
> > 
> > Please let me know if the problem still exists with that commit.
> 
> The problem is gone on commit 60901dadfadc. Thanks.
> 
> Tested-by: Yujie Liu <yujie.liu@intel.com>

And thank you again for your testing efforts!

							Thanx, Paul

> =========================================================================================
> compiler/kconfig/rootfs/sleep/tbox_group/testcase:
>   clang-14/x86_64-randconfig-a015-20230522/debian-11.1-i386-20220923.cgz/300/vm-snb/boot
> 
> commit:
>   812195e4f70e ("rcuscale: Measure grace-period kthread CPU time")  <-- old commit from dev.2023.05.20a branch
>   60901dadfadc ("rcuscale: Measure grace-period kthread CPU time")  <-- new commit from rcu/next branch
> 
> 812195e4f70ef0e9 60901dadfadcc152ae5cad7ebae
> ---------------- ---------------------------
>        fail:runs  %reproduction    fail:runs
>            |             |             |
>           6:6         -100%            :7     dmesg.BUG:kernel_NULL_pointer_dereference,address
>           6:6         -100%            :7     dmesg.Kernel_panic-not_syncing:Fatal_exception
>           6:6         -100%            :7     dmesg.Oops:#[##]
>           6:6         -100%            :7     dmesg.boot_failures
> 
> --
> Best Regards,
> Yujie
> 

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

end of thread, other threads:[~2023-05-26  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202305241757.57c30887-yujie.liu@intel.com>
     [not found] ` <e4328f8b-6ec5-46eb-bc43-1217feba7ca2@paulmck-laptop>
2023-05-26  7:59   ` [paulmck-rcu:dev.2023.05.20a] [rcuscale] 812195e4f7: BUG:kernel_NULL_pointer_dereference,address Yujie Liu
2023-05-26  9:49     ` Paul E. McKenney

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).