linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Byungchul Park <byungchul.park@lge.com>,
	Thomas Gleixner <tglx@linutronix.de>
Cc: peterz@infradead.org, tglx@linutronix.de, walken@google.com,
	boqun.feng@gmail.com, kirill@shutemov.name,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	akpm@linux-foundation.org, willy@infradead.org,
	npiggin@gmail.com, kernel-team@lge.com
Subject: Re: [PATCH v8 00/14] lockdep: Implement crossrelease feature
Date: Tue, 15 Aug 2017 10:20:20 +0200	[thread overview]
Message-ID: <20170815082020.fvfahxwx2zt4ps4i@gmail.com> (raw)
In-Reply-To: <1502089981-21272-1-git-send-email-byungchul.park@lge.com>


So with the latest fixes there's a new lockdep warning on one of my testboxes:

[   11.322487] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)

[   11.495661] ======================================================
[   11.502093] WARNING: possible circular locking dependency detected
[   11.508507] 4.13.0-rc5-00497-g73135c58-dirty #1 Not tainted
[   11.514313] ------------------------------------------------------
[   11.520725] umount/533 is trying to acquire lock:
[   11.525657]  ((complete)&barr->done){+.+.}, at: [<ffffffff810fdbb3>] flush_work+0x213/0x2f0
[   11.534411] 
               but task is already holding lock:
[   11.540661]  (lock#3){+.+.}, at: [<ffffffff8122678d>] lru_add_drain_all_cpuslocked+0x3d/0x190
[   11.549613] 
               which lock already depends on the new lock.

The full splat is below. The kernel config is nothing fancy - distro derived, 
pretty close to defconfig, with lockdep enabled.

Thanks,

	Ingo

[   11.322487] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)

[   11.495661] ======================================================
[   11.502093] WARNING: possible circular locking dependency detected
[   11.508507] 4.13.0-rc5-00497-g73135c58-dirty #1 Not tainted
[   11.514313] ------------------------------------------------------
[   11.520725] umount/533 is trying to acquire lock:
[   11.525657]  ((complete)&barr->done){+.+.}, at: [<ffffffff810fdbb3>] flush_work+0x213/0x2f0
[   11.534411] 
               but task is already holding lock:
[   11.540661]  (lock#3){+.+.}, at: [<ffffffff8122678d>] lru_add_drain_all_cpuslocked+0x3d/0x190
[   11.549613] 
               which lock already depends on the new lock.

[   11.558349] 
               the existing dependency chain (in reverse order) is:
[   11.566229] 
               -> #3 (lock#3){+.+.}:
[   11.571439]        lock_acquire+0xe7/0x1d0
[   11.575765]        __mutex_lock+0x75/0x8e0
[   11.580086]        lru_add_drain_all_cpuslocked+0x3d/0x190
[   11.585797]        lru_add_drain_all+0xf/0x20
[   11.590402]        invalidate_bdev+0x3e/0x60
[   11.594901]        ext4_put_super+0x1f9/0x3d0
[   11.599485]        generic_shutdown_super+0x64/0x110
[   11.604685]        kill_block_super+0x21/0x50
[   11.609270]        deactivate_locked_super+0x39/0x70
[   11.614462]        cleanup_mnt+0x3b/0x70
[   11.618612]        task_work_run+0x72/0x90
[   11.622955]        exit_to_usermode_loop+0x93/0xa0
[   11.627971]        do_syscall_64+0x1a2/0x1c0
[   11.632470]        return_from_SYSCALL_64+0x0/0x7a
[   11.637487] 
               -> #2 (cpu_hotplug_lock.rw_sem){++++}:
[   11.644144]        lock_acquire+0xe7/0x1d0
[   11.648487]        cpus_read_lock+0x2b/0x60
[   11.652897]        apply_workqueue_attrs+0x12/0x50
[   11.657917]        __alloc_workqueue_key+0x2f2/0x510
[   11.663110]        scsi_host_alloc+0x353/0x470
[   11.667780]        _scsih_probe+0x5bb/0x7b0
[   11.672192]        local_pci_probe+0x3f/0x90
[   11.676714]        work_for_cpu_fn+0x10/0x20
[   11.681213]        process_one_work+0x1fc/0x670
[   11.685971]        worker_thread+0x219/0x3e0
[   11.690469]        kthread+0x13a/0x170
[   11.694465]        ret_from_fork+0x27/0x40
[   11.698790] 
               -> #1 ((&wfc.work)){+.+.}:
[   11.704433]        worker_thread+0x219/0x3e0
[   11.708930]        kthread+0x13a/0x170
[   11.712908]        ret_from_fork+0x27/0x40
[   11.717234]        0xffffffffffffffff
[   11.721142] 
               -> #0 ((complete)&barr->done){+.+.}:
[   11.727633]        __lock_acquire+0x1433/0x14a0
[   11.732392]        lock_acquire+0xe7/0x1d0
[   11.736715]        wait_for_completion+0x4e/0x170
[   11.741664]        flush_work+0x213/0x2f0
[   11.745919]        lru_add_drain_all_cpuslocked+0x149/0x190
[   11.751718]        lru_add_drain_all+0xf/0x20
[   11.756303]        invalidate_bdev+0x3e/0x60
[   11.760819]        ext4_put_super+0x1f9/0x3d0
[   11.765403]        generic_shutdown_super+0x64/0x110
[   11.770596]        kill_block_super+0x21/0x50
[   11.775181]        deactivate_locked_super+0x39/0x70
[   11.780372]        cleanup_mnt+0x3b/0x70
[   11.784522]        task_work_run+0x72/0x90
[   11.788848]        exit_to_usermode_loop+0x93/0xa0
[   11.793875]        do_syscall_64+0x1a2/0x1c0
[   11.798399]        return_from_SYSCALL_64+0x0/0x7a
[   11.803416] 
               other info that might help us debug this:

[   11.811997] Chain exists of:
                 (complete)&barr->done --> cpu_hotplug_lock.rw_sem --> lock#3

[   11.823810]  Possible unsafe locking scenario:

[   11.830120]        CPU0                    CPU1
[   11.834878]        ----                    ----
[   11.839636]   lock(lock#3);
[   11.842653]                                lock(cpu_hotplug_lock.rw_sem);
[   11.849697]                                lock(lock#3);
[   11.855236]   lock((complete)&barr->done);
[   11.859560] 
                *** DEADLOCK ***

[   11.866054] 3 locks held by umount/533:
[   11.870117]  #0:  (&type->s_umount_key#24){+.+.}, at: [<ffffffff8129b7ad>] deactivate_super+0x4d/0x60
[   11.879737]  #1:  (cpu_hotplug_lock.rw_sem){++++}, at: [<ffffffff812268ea>] lru_add_drain_all+0xa/0x20
[   11.889445]  #2:  (lock#3){+.+.}, at: [<ffffffff8122678d>] lru_add_drain_all_cpuslocked+0x3d/0x190
[   11.898805] 
               stack backtrace:
[   11.903573] CPU: 12 PID: 533 Comm: umount Not tainted 4.13.0-rc5-00497-g73135c58-dirty #1
[   11.912169] Hardware name: Supermicro H8DG6/H8DGi/H8DG6/H8DGi, BIOS 2.0b       03/01/2012
[   11.920759] Call Trace:
[   11.923433]  dump_stack+0x5e/0x8e
[   11.926975]  print_circular_bug+0x204/0x310
[   11.931385]  ? add_lock_to_list.isra.29+0xb0/0xb0
[   11.936316]  check_prev_add+0x444/0x860
[   11.940382]  ? generic_shutdown_super+0x64/0x110
[   11.945237]  ? add_lock_to_list.isra.29+0xb0/0xb0
[   11.950168]  ? __lock_acquire+0x1433/0x14a0
[   11.954578]  __lock_acquire+0x1433/0x14a0
[   11.958818]  lock_acquire+0xe7/0x1d0
[   11.962621]  ? flush_work+0x213/0x2f0
[   11.966506]  wait_for_completion+0x4e/0x170
[   11.970915]  ? flush_work+0x213/0x2f0
[   11.974807]  ? flush_work+0x1e6/0x2f0
[   11.978699]  flush_work+0x213/0x2f0
[   11.982416]  ? flush_workqueue_prep_pwqs+0x1b0/0x1b0
[   11.987610]  ? mark_held_locks+0x66/0x90
[   11.991778]  ? queue_work_on+0x41/0x70
[   11.995755]  lru_add_drain_all_cpuslocked+0x149/0x190
[   12.001034]  lru_add_drain_all+0xf/0x20
[   12.005124]  invalidate_bdev+0x3e/0x60
[   12.009094]  ext4_put_super+0x1f9/0x3d0
[   12.013159]  generic_shutdown_super+0x64/0x110
[   12.017856]  kill_block_super+0x21/0x50
[   12.021922]  deactivate_locked_super+0x39/0x70
[   12.026591]  cleanup_mnt+0x3b/0x70
[   12.030242]  task_work_run+0x72/0x90
[   12.034063]  exit_to_usermode_loop+0x93/0xa0
[   12.038561]  do_syscall_64+0x1a2/0x1c0
[   12.042541]  entry_SYSCALL64_slow_path+0x25/0x25
[   12.047384] RIP: 0033:0x7fc3f2854a37
[   12.051189] RSP: 002b:00007fff660582b8 EFLAGS: 00000246 ORIG_RAX: 00000000000000a6
[   12.059162] RAX: 0000000000000000 RBX: 00000074471c14e0 RCX: 00007fc3f2854a37
[   12.066530] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000074471c22e0
[   12.073895] RBP: 00000074471c22e0 R08: 0000000000000000 R09: 0000000000000002
[   12.081264] R10: 00007fff66058050 R11: 0000000000000246 R12: 00007fc3f35e6890
[   12.088656] R13: 0000000000000000 R14: 00000074471c1660 R15: 0000000000000000
[   12.110307] dracut: Checking ext4: /dev/sda2

  parent reply	other threads:[~2017-08-15  8:20 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07  7:12 [PATCH v8 00/14] lockdep: Implement crossrelease feature Byungchul Park
2017-08-07  7:12 ` [PATCH v8 01/14] lockdep: Refactor lookup_chain_cache() Byungchul Park
2017-08-10 12:18   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 02/14] lockdep: Add a function building a chain between two classes Byungchul Park
2017-08-10 12:18   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 03/14] lockdep: Change the meaning of check_prev_add()'s return value Byungchul Park
2017-08-10 12:19   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 04/14] lockdep: Make check_prev_add() able to handle external stack_trace Byungchul Park
2017-08-10 12:19   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 05/14] lockdep: Implement crossrelease feature Byungchul Park
2017-08-09 14:05   ` Peter Zijlstra
2017-08-10  1:30     ` Byungchul Park
2017-08-10  9:21       ` Peter Zijlstra
2017-08-10 12:19   ` [tip:locking/core] locking/lockdep: Implement the 'crossrelease' feature tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 06/14] lockdep: Detect and handle hist_lock ring buffer overwrite Byungchul Park
2017-08-09 14:16   ` Peter Zijlstra
2017-08-10  1:32     ` Byungchul Park
2017-08-10  9:22       ` Peter Zijlstra
2017-08-10 10:32     ` Byungchul Park
2017-08-10 11:59   ` Boqun Feng
2017-08-10 12:11     ` Byungchul Park
2017-08-10 12:51       ` Boqun Feng
2017-08-10 13:17         ` Boqun Feng
2017-08-11  0:44           ` Byungchul Park
2017-08-11  3:43           ` Byungchul Park
2017-08-11  8:03             ` Boqun Feng
2017-08-11  8:52               ` Byungchul Park
2017-08-11  9:44                 ` Byungchul Park
2017-08-11 13:06                   ` Byungchul Park
2017-08-14  7:05                     ` Boqun Feng
2017-08-14  7:22                       ` Byungchul Park
2017-08-14  7:29                       ` Byungchul Park
2017-08-11  0:40         ` Byungchul Park
2017-08-11  1:03           ` Boqun Feng
2017-08-10 12:20   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 07/14] lockdep: Handle non(or multi)-acquisition of a crosslock Byungchul Park
2017-08-10 12:20   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 08/14] lockdep: Make print_circular_bug() aware of crossrelease Byungchul Park
2017-08-10 12:21   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-07  7:12 ` [PATCH v8 09/14] lockdep: Apply crossrelease to completions Byungchul Park
2017-08-07 10:20   ` kbuild test robot
2017-08-07 11:45   ` kbuild test robot
2017-08-09  9:51   ` Peter Zijlstra
2017-08-09 10:24     ` Peter Zijlstra
2017-08-10  1:24       ` Byungchul Park
2017-08-10 12:21   ` [tip:locking/core] locking/lockdep: " tip-bot for Byungchul Park
2017-08-14  8:50   ` [PATCH v8 09/14] lockdep: " Arnd Bergmann
2017-08-18 23:43     ` Boqun Feng
2017-08-19 12:51       ` Arnd Bergmann
2017-08-19 13:34         ` Arnd Bergmann
2017-08-23 14:43           ` Boqun Feng
2017-08-20  3:18         ` Boqun Feng
2017-08-07  7:12 ` [PATCH v8 10/14] pagemap.h: Remove trailing white space Byungchul Park
2017-08-07  7:12 ` [PATCH v8 11/14] lockdep: Apply crossrelease to PG_locked locks Byungchul Park
2017-08-07 10:36   ` kbuild test robot
2017-08-10  1:35   ` Byungchul Park
2017-08-10  9:25     ` Peter Zijlstra
2017-09-05  1:03   ` Byungchul Park
2017-08-07  7:12 ` [PATCH v8 12/14] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked Byungchul Park
2017-08-07  7:13 ` [PATCH v8 13/14] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext Byungchul Park
2017-08-07 10:43   ` kbuild test robot
2017-08-07  7:13 ` [PATCH v8 14/14] lockdep: Crossrelease feature documentation Byungchul Park
2017-08-07 15:58   ` kbuild test robot
2017-08-10 12:22   ` [tip:locking/core] locking/lockdep: Add 'crossrelease' " tip-bot for Byungchul Park
2017-08-09 15:50 ` [PATCH v8 00/14] lockdep: Implement crossrelease feature Peter Zijlstra
2017-08-10  0:55   ` Byungchul Park
2017-08-10  3:47     ` Byungchul Park
2017-08-10 10:52     ` Byungchul Park
2017-08-10  9:37   ` Byungchul Park
2017-08-10 10:52     ` Peter Zijlstra
2017-08-10 11:10 ` Ingo Molnar
2017-08-10 11:45   ` Byungchul Park
2017-08-14 10:57     ` Ingo Molnar
2017-08-14 11:10       ` Byungchul Park
2017-08-15  8:20 ` Ingo Molnar [this message]
2017-08-16  0:16   ` Byungchul Park
2017-08-16  4:05     ` Boqun Feng
2017-08-16  4:37       ` Byungchul Park
2017-08-16  5:40         ` Boqun Feng
2017-08-16  6:37           ` Byungchul Park
2017-08-16  5:05       ` Byungchul Park
2017-08-16  5:58         ` Boqun Feng
2017-08-16  7:14           ` Byungchul Park
2017-08-16  8:06             ` Byungchul Park
2017-08-16  9:38               ` Byungchul Park
2017-08-17  7:48       ` Ingo Molnar
2017-08-17  8:04         ` Boqun Feng
2017-08-17  8:12           ` Ingo Molnar
2017-08-17  8:33             ` Boqun Feng

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=20170815082020.fvfahxwx2zt4ps4i@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=boqun.feng@gmail.com \
    --cc=byungchul.park@lge.com \
    --cc=kernel-team@lge.com \
    --cc=kirill@shutemov.name \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=npiggin@gmail.com \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=walken@google.com \
    --cc=willy@infradead.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).