linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next 20171018: reboot after 'freeing SMP alternatives memory'
@ 2017-10-22 11:42 Pavel Machek
  2017-11-05  8:40 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2017-10-22 11:42 UTC (permalink / raw)
  To: tglx, mingo, hpa, kernel list

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

Hi!

Machine is thinkpad x60; 32-bit intel.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: linux-next 20171018: reboot after 'freeing SMP alternatives memory'
  2017-10-22 11:42 linux-next 20171018: reboot after 'freeing SMP alternatives memory' Pavel Machek
@ 2017-11-05  8:40 ` Pavel Machek
  2017-11-09 11:47   ` linux-next 20171018 to 20171108: " Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2017-11-05  8:40 UTC (permalink / raw)
  To: tglx, mingo, hpa, kernel list

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

Hi!

> Machine is thinkpad x60; 32-bit intel.

On next-20171103: I get past kernel boot, but there's kernel panic
(probably) while X is starting. (I can see the capslock led blinking.)

Any ideas?
								Pavel





-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* linux-next 20171018 to 20171108: reboot after 'freeing SMP alternatives memory'
  2017-11-05  8:40 ` Pavel Machek
@ 2017-11-09 11:47   ` Pavel Machek
  2017-11-09 23:04     ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2017-11-09 11:47 UTC (permalink / raw)
  To: tglx, mingo, hpa, kernel list, sfr

Hi!

> > Machine is thinkpad x60; 32-bit intel.
> 
> On next-20171103: I get past kernel boot, but there's kernel panic
> (probably) while X is starting. (I can see the capslock led blinking.)
> 
> Any ideas?

With yesterday's git, it now hangs after "freeing SMP alternatives
memory".

Does it work for anyone on 32-bit Intel?

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: linux-next 20171018 to 20171108: reboot after 'freeing SMP alternatives memory'
  2017-11-09 11:47   ` linux-next 20171018 to 20171108: " Pavel Machek
@ 2017-11-09 23:04     ` Thomas Gleixner
  2017-11-10 10:52       ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2017-11-09 23:04 UTC (permalink / raw)
  To: Pavel Machek; +Cc: mingo, hpa, kernel list, sfr

On Thu, 9 Nov 2017, Pavel Machek wrote:
> Hi!
> 
> > > Machine is thinkpad x60; 32-bit intel.
> > 
> > On next-20171103: I get past kernel boot, but there's kernel panic
> > (probably) while X is starting. (I can see the capslock led blinking.)
> > 
> > Any ideas?
> 
> With yesterday's git, it now hangs after "freeing SMP alternatives
> memory".
> 
> Does it work for anyone on 32-bit Intel?

Yes, it does for me, but my test system is some arcane desktop box.

Thanks,

	tglx

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

* Re: linux-next 20171018 to 20171108: reboot after 'freeing SMP alternatives memory'
  2017-11-09 23:04     ` Thomas Gleixner
@ 2017-11-10 10:52       ` Pavel Machek
  0 siblings, 0 replies; 5+ messages in thread
From: Pavel Machek @ 2017-11-10 10:52 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: mingo, hpa, kernel list, sfr

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

On Fri 2017-11-10 00:04:07, Thomas Gleixner wrote:
> On Thu, 9 Nov 2017, Pavel Machek wrote:
> > Hi!
> > 
> > > > Machine is thinkpad x60; 32-bit intel.
> > > 
> > > On next-20171103: I get past kernel boot, but there's kernel panic
> > > (probably) while X is starting. (I can see the capslock led blinking.)
> > > 
> > > Any ideas?
> > 
> > With yesterday's git, it now hangs after "freeing SMP alternatives
> > memory".
> > 
> > Does it work for anyone on 32-bit Intel?
> 
> Yes, it does for me, but my test system is some arcane desktop box.

Ok, so I debugged some more, and it looks like I have two separate
problems:

1) Hang when the machine boots "hot". This has been there for long
long time, but the place of hang recently moved, which confused me.

2) next-20171103: I get past kernel boot, but there's kernel panic
(probably) while X is starting. (I can see the capslock led
blinking.). This still happens on next-20171110, if I boot the machine
"cold". This is new.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2017-11-10 10:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-22 11:42 linux-next 20171018: reboot after 'freeing SMP alternatives memory' Pavel Machek
2017-11-05  8:40 ` Pavel Machek
2017-11-09 11:47   ` linux-next 20171018 to 20171108: " Pavel Machek
2017-11-09 23:04     ` Thomas Gleixner
2017-11-10 10:52       ` Pavel Machek

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