Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1498000

Re: [git pull] vfs pile 1 (splice)

From Linus Torvalds <torvalds@linux-foundation.org>
Newsgroups linux.kernel
Subject Re: [git pull] vfs pile 1 (splice)
Date 2016-10-09 21:20 +0200
Message-ID <sqrND-8d3-9@gated-at.bofh.it> (permalink)
References <spLOp-6SF-31@gated-at.bofh.it> <sqft7-vM-7@gated-at.bofh.it> <sqrkB-7O8-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Oct 9, 2016 at 11:40 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> I'll continue with *just* SLUB debugging on, but I thought it was
> interesting how enabling more memory access debugging actually ends up
> changing some really subtle code.

Indeed, now with DEBUG_PAGEALLOC disabled, I got a crash again. It
apparently happened earlier in the call chain (so maybe the slub
debugging found something), which should be good. Except it now
happens in a context where I just see a hung machine, and nothing
makes it onto the screen or into the logs ;(

So this thing is apparently not all that hard to trigger, but it
doesn't exactly seem easy either. It tends to happen fairly soon after
a reboot, which makes me suspect it's some cold-cache issue, but that
doesn't narrow things down as much as you'd think. It could still be
the block layer changes, but it could also equally well be the ext4
changes.

I don't think there's any splice activity anywhere, but who knows. And
the splice changes could have buggered the pipe locking, so..

Anyway, I don't think I can bisect it, but I'll try to narrow it down
a *bit* at least.

Not doing any more pulls on this unstable base, I've been puttering
around in trying to clean up some stupid printk logging issues
instead.

                  Linus

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[git pull] vfs pile 1 (splice) Al Viro <viro@ZenIV.linux.org.uk> - 2016-10-08 00:30 +0200
  Re: [git pull] vfs pile 1 (splice) Linus Torvalds <torvalds@linux-foundation.org> - 2016-10-09 08:10 +0200
    Re: [git pull] vfs pile 1 (splice) Linus Torvalds <torvalds@linux-foundation.org> - 2016-10-09 20:50 +0200
      Re: [git pull] vfs pile 1 (splice) Linus Torvalds <torvalds@linux-foundation.org> - 2016-10-09 21:20 +0200
      Re: [git pull] vfs pile 1 (splice) Christoph Lameter <cl@linux.com> - 2016-10-10 16:10 +0200
        Re: [git pull] vfs pile 1 (splice) Linus Torvalds <torvalds@linux-foundation.org> - 2016-10-10 22:10 +0200
          Re: [git pull] vfs pile 1 (splice) Christoph Lameter <cl@linux.com> - 2016-10-12 16:20 +0200

csiph-web