linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Page BUGs
@ 2021-04-16 17:20 Drew Abbott
  2021-04-16 17:29 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Abbott @ 2021-04-16 17:20 UTC (permalink / raw)
  To: linux-kernel

Hello,

I have been troubleshooting problems with the vanilla and lts linux kernels
for a couple of weeks now and saw this mailing list in MAINTAINERS for
problems with mm.h; apologies if this is the wrong place to ask. I have
been experiencing many freezes and panics with this hardware:
https://pcpartpicker.com/user/Abbott/saved/#view=wXdgt6
Originally[0], many of the traces referred to cpu idling funcs that seem to
be addressed already[1][2], but now all of the traces refer to problems
with paging[3][4][5][6]. I normally mount a mergerfs filesystem at boot
that I thought was causing the panics[7], but I have since removed that
entry from fstab and can still see paging bugs without that fs (or any
other FUSE fs) mounted[7].
What can I do to keep my computer from freezing and panicking?

Thank you,
Drew Abbott

[0] https://bbs.archlinux.org/viewtopic.php?id=259571
[1] https://bugzilla.kernel.org/show_bug.cgi?id=212087
[2] https://bugzilla.kernel.org/show_bug.cgi?id=212543
[3] https://imgur.com/HT4F7p7
[4] https://imgur.com/pTb4Miu
[5] https://imgur.com/pTb4Miu
[6] https://imgur.com/JVueE3m
[7] http://0x0.st/-ATM.log

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

* Re: Page BUGs
  2021-04-16 17:20 Page BUGs Drew Abbott
@ 2021-04-16 17:29 ` Randy Dunlap
  2021-04-16 17:31   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-04-16 17:29 UTC (permalink / raw)
  To: Drew Abbott, linux-kernel

On 4/16/21 10:20 AM, Drew Abbott wrote:
> Hello,
> 
> I have been troubleshooting problems with the vanilla and lts linux kernels
> for a couple of weeks now and saw this mailing list in MAINTAINERS for
> problems with mm.h; apologies if this is the wrong place to ask. I have

MAINTAINERS file says:

MEMORY MANAGEMENT
M:	Andrew Morton <akpm@linux-foundation.org>
L:	linux-mm@kvack.org
S:	Maintained
W:	http://www.linux-mm.org
T:	quilt https://ozlabs.org/~akpm/mmotm/
T:	quilt https://ozlabs.org/~akpm/mmots/
T:	git git://github.com/hnaz/linux-mm.git
F:	include/linux/gfp.h
F:	include/linux/memory_hotplug.h
F:	include/linux/mm.h
F:	include/linux/mmzone.h
F:	include/linux/pagewalk.h
F:	include/linux/vmalloc.h
F:	mm/

so linux-mm@kvack.org would be better IMO.

> been experiencing many freezes and panics with this hardware:
> https://pcpartpicker.com/user/Abbott/saved/#view=wXdgt6
> Originally[0], many of the traces referred to cpu idling funcs that seem to
> be addressed already[1][2], but now all of the traces refer to problems
> with paging[3][4][5][6]. I normally mount a mergerfs filesystem at boot
> that I thought was causing the panics[7], but I have since removed that
> entry from fstab and can still see paging bugs without that fs (or any
> other FUSE fs) mounted[7].
> What can I do to keep my computer from freezing and panicking?
> 
> Thank you,
> Drew Abbott
> 
> [0] https://bbs.archlinux.org/viewtopic.php?id=259571
> [1] https://bugzilla.kernel.org/show_bug.cgi?id=212087
> [2] https://bugzilla.kernel.org/show_bug.cgi?id=212543
> [3] https://imgur.com/HT4F7p7
> [4] https://imgur.com/pTb4Miu
> [5] https://imgur.com/pTb4Miu
> [6] https://imgur.com/JVueE3m
> [7] http://0x0.st/-ATM.log

[7] tells me:
SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 16 of the JSON data



-- 
~Randy


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

* Re: Page BUGs
  2021-04-16 17:29 ` Randy Dunlap
@ 2021-04-16 17:31   ` Randy Dunlap
  2021-04-16 17:44     ` Drew Abbott
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-04-16 17:31 UTC (permalink / raw)
  To: Drew Abbott, linux-kernel

On 4/16/21 10:29 AM, Randy Dunlap wrote:
> On 4/16/21 10:20 AM, Drew Abbott wrote:
>> Hello,
>>
>> I have been troubleshooting problems with the vanilla and lts linux kernels
>> for a couple of weeks now and saw this mailing list in MAINTAINERS for
>> problems with mm.h; apologies if this is the wrong place to ask. I have
> 
> MAINTAINERS file says:
> 
> MEMORY MANAGEMENT
> M:	Andrew Morton <akpm@linux-foundation.org>
> L:	linux-mm@kvack.org
> S:	Maintained
> W:	http://www.linux-mm.org
> T:	quilt https://ozlabs.org/~akpm/mmotm/
> T:	quilt https://ozlabs.org/~akpm/mmots/
> T:	git git://github.com/hnaz/linux-mm.git
> F:	include/linux/gfp.h
> F:	include/linux/memory_hotplug.h
> F:	include/linux/mm.h
> F:	include/linux/mmzone.h
> F:	include/linux/pagewalk.h
> F:	include/linux/vmalloc.h
> F:	mm/
> 
> so linux-mm@kvack.org would be better IMO.
> 
>> been experiencing many freezes and panics with this hardware:
>> https://pcpartpicker.com/user/Abbott/saved/#view=wXdgt6
>> Originally[0], many of the traces referred to cpu idling funcs that seem to
>> be addressed already[1][2], but now all of the traces refer to problems
>> with paging[3][4][5][6]. I normally mount a mergerfs filesystem at boot
>> that I thought was causing the panics[7], but I have since removed that
>> entry from fstab and can still see paging bugs without that fs (or any
>> other FUSE fs) mounted[7].
>> What can I do to keep my computer from freezing and panicking?
>>
>> Thank you,
>> Drew Abbott
>>
>> [0] https://bbs.archlinux.org/viewtopic.php?id=259571
>> [1] https://bugzilla.kernel.org/show_bug.cgi?id=212087
>> [2] https://bugzilla.kernel.org/show_bug.cgi?id=212543
>> [3] https://imgur.com/HT4F7p7
>> [4] https://imgur.com/pTb4Miu
>> [5] https://imgur.com/pTb4Miu
>> [6] https://imgur.com/JVueE3m
>> [7] http://0x0.st/-ATM.log
> 
> [7] tells me:
> SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 16 of the JSON data

That was on Firefox.
Opera can display it successfully.


-- 
~Randy


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

* Re: Page BUGs
  2021-04-16 17:31   ` Randy Dunlap
@ 2021-04-16 17:44     ` Drew Abbott
  0 siblings, 0 replies; 4+ messages in thread
From: Drew Abbott @ 2021-04-16 17:44 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel

> so linux-mm@kvack.org would be better IMO.
Thank you, I will try this message there instead.

> [7] tells me:
> SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 16 of the JSON data
I'll put my log up on another paste host, thanks again.

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

end of thread, other threads:[~2021-04-16 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 17:20 Page BUGs Drew Abbott
2021-04-16 17:29 ` Randy Dunlap
2021-04-16 17:31   ` Randy Dunlap
2021-04-16 17:44     ` Drew Abbott

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