Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336229
b: refs/heads/master
c: 84ecfd1
h: refs/heads/master
i:
  336227: 94f224e
v: v3
  • Loading branch information
James Hogan authored and Rusty Russell committed Dec 3, 2012
1 parent 51d95e0 commit eb6fa98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbdbf2abb7844548a7d7a6a2ae7af6b6fbcea401
refs/heads/master: 84ecfd15f5547c992c901df6ec14b4d507eb2c6e
4 changes: 2 additions & 2 deletions trunk/kernel/modsign_pubkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ struct key *modsign_keyring;
extern __initdata const u8 modsign_certificate_list[];
extern __initdata const u8 modsign_certificate_list_end[];
asm(".section .init.data,\"aw\"\n"
"modsign_certificate_list:\n"
SYMBOL_PREFIX "modsign_certificate_list:\n"
".incbin \"signing_key.x509\"\n"
".incbin \"extra_certificates\"\n"
"modsign_certificate_list_end:"
SYMBOL_PREFIX "modsign_certificate_list_end:"
);

/*
Expand Down

0 comments on commit eb6fa98

Please sign in to comment.