mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: James Morris <jmorris@namei.org>, Thomas Liu <tliu@redhat.com>,
	Eric Paris <eparis@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: [origin tree boot crash #2] kernel BUG at kernel/cred.c:855!
Date: Sat, 12 Sep 2009 09:58:16 +0200	[thread overview]
Message-ID: <20090912075816.GA27306@elte.hu> (raw)
In-Reply-To: <20090912072450.GA6767@elte.hu>


below is another boot crash. This is with the revert in place so 
sourced elsewhere. I already bisected the other one, making this one 
much more difficult to bisect ...

[    0.022999] Security Framework initialized
[    0.023999] SELinux:  Disabled at boot.
[    0.024999] Mount-cache hash table entries: 512
[    0.028999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.029999] CPU: L2 Cache: 512K (64 bytes/line)
[    0.030999] CPU: Physical Processor ID: 0
[    0.031999] CPU: Processor Core ID: 0
[    0.032999] Checking 'hlt' instruction... OK.
[    0.038999] CRED: Invalid process credentials
[    0.039999] CRED: At kernel/cred.c:267
[    0.040999] CRED: Real credentials: c19ab770 [init][real][eff]
[    0.041999] CRED: ->magic=43736564, put_addr=(null)
[    0.042999] CRED: ->usage=4, subscr=2
[    0.043999] CRED: ->*uid = { 0,0,0,0 }
[    0.044999] CRED: ->*gid = { 0,0,0,0 }
[    0.045999] CRED: ->security is (null)
[    0.046999] CRED: Effective creds == Real creds
[    0.047999] ------------[ cut here ]------------
[    0.047999] kernel BUG at kernel/cred.c:855!
[    0.047999] invalid opcode: 0000 [#1] SMP DEBUG_PAGEALLOC
[    0.047999] last sysfs file: 
[    0.047999] Modules linked in:
[    0.047999] 
[    0.047999] Pid: 0, comm: swapper Not tainted (2.6.31-tip-02294-g6f4c721-dirty #12983) System Product Name
[    0.047999] EIP: 0060:[<c1064f9c>] EFLAGS: 00010282 CPU: 0
[    0.047999] EIP is at __validate_process_creds+0xd6/0xfe
[    0.047999] EAX: c18642ba EBX: c19ab770 ECX: c106d02f EDX: c16cde5d
[    0.047999] ESI: c19a5960 EDI: 0000010b EBP: c199fea4 ESP: c199fe94
[    0.047999]  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[    0.047999] Process swapper (pid: 0, ti=c199f000 task=c19a5960 task.ti=c199f000)
[    0.047999] Stack:
[    0.047999]  c18642e2 f7868000 c19a5960 00000000 c199feb8 c10653b1 f7868000 00800b00
[    0.047999] <0> 00000000 c199fed4 c1065771 f7868000 00000000 f7868000 00000000 00000000
[    0.047999] <0> c199ff04 c104c8d8 f7868000 c199ff84 00000000 00800b00 00000001 00000000
[    0.047999] Call Trace:
[    0.047999]  [<c10653b1>] ? prepare_creds+0x1e/0xb1
[    0.047999]  [<c1065771>] ? copy_creds+0x85/0x1cc
[    0.047999]  [<c104c8d8>] ? copy_process+0x18b/0xc75
[    0.047999]  [<c104d4d5>] ? do_fork+0x113/0x28d
[    0.047999]  [<c106faef>] ? __lock_release+0x15e/0x164
[    0.047999]  [<c16ccd91>] ? __mutex_unlock_slowpath+0xf8/0x107
[    0.047999]  [<c1017b13>] ? kernel_thread+0x80/0x88
[    0.047999]  [<c1a15331>] ? kernel_init+0x0/0xa6
[    0.047999]  [<c1a15331>] ? kernel_init+0x0/0xa6
[    0.047999]  [<c1019ab0>] ? kernel_thread_helper+0x0/0x10
[    0.047999]  [<c169c241>] ? rest_init+0x19/0x5f
[    0.047999]  [<c1a158c7>] ? start_kernel+0x310/0x315
[    0.047999]  [<c1a15098>] ? __init_begin+0x98/0x9d
[    0.047999] Code: ff 8b 86 dc 02 00 00 83 c4 10 3b 86 d8 02 00 00 74 0e 89 f1 ba b0 42 86 c1 e8 55 fe ff ff eb 0b 68 ba 42 86 c1 e8 d9 6f 66 00 58 <0f> 0b eb fe 81 7b 0c 64 65 73 43 75 9f e9 58 ff ff ff 81 79 0c 
[    0.047999] EIP: [<c1064f9c>] __validate_process_creds+0xd6/0xfe SS:ESP 0068:c199fe94

I'll try a blind (and manual) revert of:

ee18d64: KEYS: Add a keyctl to install a process's session keyring on its parent [try #6

	Ingo

  reply	other threads:[~2009-09-12  7:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-04 17:08 [PATCH] IMA: update ima_counts_put Mimi Zohar
2009-09-06 21:59 ` Eric Paris
2009-09-07  2:17 ` [GIT] IMA regression fix James Morris
2009-09-12  7:24   ` [origin tree boot crash] Revert "selinux: clean up avc node cache when disabling selinux" Ingo Molnar
2009-09-12  7:58     ` Ingo Molnar [this message]
2009-09-12  8:19       ` [origin tree boot crash #2] kernel BUG at kernel/cred.c:855! Ingo Molnar
2009-09-12  8:40         ` [PATCH] out-of-tree: Whack warning off in kernel/cred.c Ingo Molnar
2009-09-12  9:58       ` [origin tree boot crash #2] kernel BUG at kernel/cred.c:855! Eric Paris
2009-09-12  9:46     ` [origin tree boot crash] Revert "selinux: clean up avc node cache when disabling selinux" Eric Paris
2009-09-12 10:43       ` Ingo Molnar
2009-09-12 13:58         ` [origin tree boot hang] lockup in key_schedule_gc() Ingo Molnar
2009-09-12 20:27           ` Eric Paris
2009-09-14  6:15             ` Ingo Molnar
2009-09-14 14:38           ` David Howells
2009-09-13  2:28     ` [origin tree boot crash] Revert "selinux: clean up avc node cache when disabling selinux" Eric Paris
2009-09-13 23:03       ` Eric Paris
2009-09-14  7:16       ` [origin tree SLAB corruption] BUG kmalloc-64: Poison overwritten, INFO: Allocated in bdi_alloc_work+0x2b/0x100 age=175 cpu=1 pid=3514 Ingo Molnar
2009-09-14  7:57         ` Pekka Enberg
2009-09-14  9:20           ` Jens Axboe
2009-09-14  9:23             ` Pekka Enberg
2009-09-14 14:40         ` Linus Torvalds
2009-09-14 16:29           ` Paul E. McKenney
2009-09-14 17:10             ` Jens Axboe
2009-09-15  6:57               ` Ingo Molnar
2009-09-15  7:00                 ` Jens Axboe
2009-09-15  7:11                 ` [origin tree SLAB corruption #2] " Ingo Molnar
2009-09-15  7:24                   ` Jens Axboe
2009-09-15  7:44                     ` Ingo Molnar
2009-09-15  7:48                       ` Ingo Molnar
2009-09-15  7:51                         ` Jens Axboe

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=20090912075816.GA27306@elte.hu \
    --to=mingo@elte.hu \
    --cc=eparis@redhat.com \
    --cc=jmorris@namei.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tliu@redhat.com \
    --cc=torvalds@linux-foundation.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

Powered by JetHome