All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 203107] New: Bad page map in process during boot
@ 2019-03-29 20:46 bugzilla-daemon
  2019-04-02 10:16 ` Jan Kara
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-03-29 20:46 UTC (permalink / raw)
  To: linux-ext4

https://bugzilla.kernel.org/show_bug.cgi?id=203107

            Bug ID: 203107
           Summary: Bad page map in process during boot
           Product: File System
           Version: 2.5
    Kernel Version: 5.0.5
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: ext4
          Assignee: fs_ext4@kernel-bugs.osdl.org
          Reporter: echto1@gmail.com
        Regression: No

Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.

https://justpaste.it/387uf

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* Re: [Bug 203107] New: Bad page map in process during boot
  2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
@ 2019-04-02 10:16 ` Jan Kara
  2019-04-04 13:08   ` Kirill A. Shutemov
  2019-04-02 10:33 ` [Bug 203107] " bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Jan Kara @ 2019-04-02 10:16 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-ext4, linux-mm

Switching to email...

On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=203107
> 
>             Bug ID: 203107
>            Summary: Bad page map in process during boot
>            Product: File System
>            Version: 2.5
>     Kernel Version: 5.0.5
>           Hardware: All
>                 OS: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: ext4
>           Assignee: fs_ext4@kernel-bugs.osdl.org
>           Reporter: echto1@gmail.com
>         Regression: No
> 
> Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
> 
> https://justpaste.it/387uf

I don't think this is an ext4 error. Sure this is an error in file mapping
of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
little to say wrt how or which PTEs are installed. And the problem is that
invalid PTE (dead000000000100) is present in page tables. So this looks
more like a problem in MM itself. Adding MM guys to CC.

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

* [Bug 203107] Bad page map in process during boot
  2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
  2019-04-02 10:16 ` Jan Kara
@ 2019-04-02 10:33 ` bugzilla-daemon
  2019-04-02 13:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-04-02 10:33 UTC (permalink / raw)
  To: linux-ext4

https://bugzilla.kernel.org/show_bug.cgi?id=203107

--- Comment #1 from Jan Kara (jack@suse.cz) ---
Switching to email...

On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=203107
> 
>             Bug ID: 203107
>            Summary: Bad page map in process during boot
>            Product: File System
>            Version: 2.5
>     Kernel Version: 5.0.5
>           Hardware: All
>                 OS: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: ext4
>           Assignee: fs_ext4@kernel-bugs.osdl.org
>           Reporter: echto1@gmail.com
>         Regression: No
> 
> Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
> 
> https://justpaste.it/387uf

I don't think this is an ext4 error. Sure this is an error in file mapping
of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
little to say wrt how or which PTEs are installed. And the problem is that
invalid PTE (dead000000000100) is present in page tables. So this looks
more like a problem in MM itself. Adding MM guys to CC.

                                                                Honza

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 203107] Bad page map in process during boot
  2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
  2019-04-02 10:16 ` Jan Kara
  2019-04-02 10:33 ` [Bug 203107] " bugzilla-daemon
@ 2019-04-02 13:00 ` bugzilla-daemon
  2019-04-04 13:08 ` bugzilla-daemon
  2019-04-04 14:23 ` bugzilla-daemon
  4 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-04-02 13:00 UTC (permalink / raw)
  To: linux-ext4

https://bugzilla.kernel.org/show_bug.cgi?id=203107

--- Comment #2 from echto1@gmail.com ---
Thank you.

On April 2, 2019 3:33:49 AM PDT, bugzilla-daemon@bugzilla.kernel.org wrote:
>https://bugzilla.kernel.org/show_bug.cgi?id=203107
>
>--- Comment #1 from Jan Kara (jack@suse.cz) ---
>Switching to email...
>
>On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
>> https://bugzilla.kernel.org/show_bug.cgi?id=203107
>> 
>>             Bug ID: 203107
>>            Summary: Bad page map in process during boot
>>            Product: File System
>>            Version: 2.5
>>     Kernel Version: 5.0.5
>>           Hardware: All
>>                 OS: Linux
>>               Tree: Mainline
>>             Status: NEW
>>           Severity: normal
>>           Priority: P1
>>          Component: ext4
>>           Assignee: fs_ext4@kernel-bugs.osdl.org
>>           Reporter: echto1@gmail.com
>>         Regression: No
>> 
>> Error occurs randomly at boot after upgrading kernel from 5.0.0 to
>5.0.4.
>> 
>> https://justpaste.it/387uf
>
>I don't think this is an ext4 error. Sure this is an error in file
>mapping
>of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has
>very
>little to say wrt how or which PTEs are installed. And the problem is
>that
>invalid PTE (dead000000000100) is present in page tables. So this looks
>more like a problem in MM itself. Adding MM guys to CC.
>
>                                                                Honza
>
>-- 
>You are receiving this mail because:
>You reported the bug.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* Re: [Bug 203107] New: Bad page map in process during boot
  2019-04-02 10:16 ` Jan Kara
@ 2019-04-04 13:08   ` Kirill A. Shutemov
  2019-04-04 14:10     ` Vlastimil Babka
  0 siblings, 1 reply; 8+ messages in thread
From: Kirill A. Shutemov @ 2019-04-04 13:08 UTC (permalink / raw)
  To: Jan Kara; +Cc: bugzilla-daemon, linux-ext4, linux-mm

On Tue, Apr 02, 2019 at 12:16:13PM +0200, Jan Kara wrote:
> Switching to email...
> 
> On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=203107
> > 
> >             Bug ID: 203107
> >            Summary: Bad page map in process during boot
> >            Product: File System
> >            Version: 2.5
> >     Kernel Version: 5.0.5
> >           Hardware: All
> >                 OS: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: normal
> >           Priority: P1
> >          Component: ext4
> >           Assignee: fs_ext4@kernel-bugs.osdl.org
> >           Reporter: echto1@gmail.com
> >         Regression: No
> > 
> > Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
> > 
> > https://justpaste.it/387uf
> 
> I don't think this is an ext4 error. Sure this is an error in file mapping
> of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
> little to say wrt how or which PTEs are installed. And the problem is that
> invalid PTE (dead000000000100) is present in page tables. So this looks
> more like a problem in MM itself. Adding MM guys to CC.

0xdead000000000100 and 0xdead000000000200 are LIST_POISON1 and
LIST_POISON2 repectively. Have no idea how would they end up in page table.

-- 
 Kirill A. Shutemov

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

* [Bug 203107] Bad page map in process during boot
  2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-04-02 13:00 ` bugzilla-daemon
@ 2019-04-04 13:08 ` bugzilla-daemon
  2019-04-04 14:23 ` bugzilla-daemon
  4 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-04-04 13:08 UTC (permalink / raw)
  To: linux-ext4

https://bugzilla.kernel.org/show_bug.cgi?id=203107

--- Comment #3 from Kirill A. Shutemov (kirill@shutemov.name) ---
On Tue, Apr 02, 2019 at 12:16:13PM +0200, Jan Kara wrote:
> Switching to email...
> 
> On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=203107
> > 
> >             Bug ID: 203107
> >            Summary: Bad page map in process during boot
> >            Product: File System
> >            Version: 2.5
> >     Kernel Version: 5.0.5
> >           Hardware: All
> >                 OS: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: normal
> >           Priority: P1
> >          Component: ext4
> >           Assignee: fs_ext4@kernel-bugs.osdl.org
> >           Reporter: echto1@gmail.com
> >         Regression: No
> > 
> > Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
> > 
> > https://justpaste.it/387uf
> 
> I don't think this is an ext4 error. Sure this is an error in file mapping
> of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
> little to say wrt how or which PTEs are installed. And the problem is that
> invalid PTE (dead000000000100) is present in page tables. So this looks
> more like a problem in MM itself. Adding MM guys to CC.

0xdead000000000100 and 0xdead000000000200 are LIST_POISON1 and
LIST_POISON2 repectively. Have no idea how would they end up in page table.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* Re: [Bug 203107] New: Bad page map in process during boot
  2019-04-04 13:08   ` Kirill A. Shutemov
@ 2019-04-04 14:10     ` Vlastimil Babka
  0 siblings, 0 replies; 8+ messages in thread
From: Vlastimil Babka @ 2019-04-04 14:10 UTC (permalink / raw)
  To: Kirill A. Shutemov, Jan Kara; +Cc: bugzilla-daemon, linux-ext4, linux-mm

On 4/4/19 3:08 PM, Kirill A. Shutemov wrote:
> On Tue, Apr 02, 2019 at 12:16:13PM +0200, Jan Kara wrote:
>> Switching to email...
>>
>> On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
>>> https://bugzilla.kernel.org/show_bug.cgi?id=203107
>>>
>>>             Bug ID: 203107
>>>            Summary: Bad page map in process during boot
>>>            Product: File System
>>>            Version: 2.5
>>>     Kernel Version: 5.0.5
>>>           Hardware: All
>>>                 OS: Linux
>>>               Tree: Mainline
>>>             Status: NEW
>>>           Severity: normal
>>>           Priority: P1
>>>          Component: ext4
>>>           Assignee: fs_ext4@kernel-bugs.osdl.org
>>>           Reporter: echto1@gmail.com
>>>         Regression: No
>>>
>>> Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
>>>
>>> https://justpaste.it/387uf
>>
>> I don't think this is an ext4 error. Sure this is an error in file mapping
>> of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
>> little to say wrt how or which PTEs are installed. And the problem is that
>> invalid PTE (dead000000000100) is present in page tables. So this looks
>> more like a problem in MM itself. Adding MM guys to CC.
> 
> 0xdead000000000100 and 0xdead000000000200 are LIST_POISON1 and
> LIST_POISON2 repectively. Have no idea how would they end up in page table.

It's possible that CONFIG_DEBUG_LIST could catch the issue. Between
5.0.0 to 5.0.4 it should be also relatively easy to bisect with the
stable git tree [1], although if it happens randomly, you need to
perform enough attempts to accurately determine which commit is "good".

[1] git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git


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

* [Bug 203107] Bad page map in process during boot
  2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-04-04 13:08 ` bugzilla-daemon
@ 2019-04-04 14:23 ` bugzilla-daemon
  4 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-04-04 14:23 UTC (permalink / raw)
  To: linux-ext4

https://bugzilla.kernel.org/show_bug.cgi?id=203107

--- Comment #4 from Vlastimil Babka (vbabka@suse.cz) ---
On 4/4/19 3:08 PM, Kirill A. Shutemov wrote:
> On Tue, Apr 02, 2019 at 12:16:13PM +0200, Jan Kara wrote:
>> Switching to email...
>>
>> On Fri 29-03-19 20:46:22, bugzilla-daemon@bugzilla.kernel.org wrote:
>>> https://bugzilla.kernel.org/show_bug.cgi?id=203107
>>>
>>>             Bug ID: 203107
>>>            Summary: Bad page map in process during boot
>>>            Product: File System
>>>            Version: 2.5
>>>     Kernel Version: 5.0.5
>>>           Hardware: All
>>>                 OS: Linux
>>>               Tree: Mainline
>>>             Status: NEW
>>>           Severity: normal
>>>           Priority: P1
>>>          Component: ext4
>>>           Assignee: fs_ext4@kernel-bugs.osdl.org
>>>           Reporter: echto1@gmail.com
>>>         Regression: No
>>>
>>> Error occurs randomly at boot after upgrading kernel from 5.0.0 to 5.0.4.
>>>
>>> https://justpaste.it/387uf
>>
>> I don't think this is an ext4 error. Sure this is an error in file mapping
>> of libblkid.so.1.1.0 (which is handled by ext4) but the filesystem has very
>> little to say wrt how or which PTEs are installed. And the problem is that
>> invalid PTE (dead000000000100) is present in page tables. So this looks
>> more like a problem in MM itself. Adding MM guys to CC.
> 
> 0xdead000000000100 and 0xdead000000000200 are LIST_POISON1 and
> LIST_POISON2 repectively. Have no idea how would they end up in page table.

It's possible that CONFIG_DEBUG_LIST could catch the issue. Between
5.0.0 to 5.0.4 it should be also relatively easy to bisect with the
stable git tree [1], although if it happens randomly, you need to
perform enough attempts to accurately determine which commit is "good".

[1] git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

end of thread, other threads:[~2019-04-04 14:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 20:46 [Bug 203107] New: Bad page map in process during boot bugzilla-daemon
2019-04-02 10:16 ` Jan Kara
2019-04-04 13:08   ` Kirill A. Shutemov
2019-04-04 14:10     ` Vlastimil Babka
2019-04-02 10:33 ` [Bug 203107] " bugzilla-daemon
2019-04-02 13:00 ` bugzilla-daemon
2019-04-04 13:08 ` bugzilla-daemon
2019-04-04 14:23 ` bugzilla-daemon

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.