NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52630 CVS commit: [netbsd-7] src/sys/dev



The following reply was made to PR kern/52630; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52630 CVS commit: [netbsd-7] src/sys/dev
Date: Mon, 23 Oct 2017 19:27:45 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Mon Oct 23 19:27:45 UTC 2017
 
 Modified Files:
 	src/sys/dev [netbsd-7]: cgd.c
 
 Log Message:
 Pull up following revision(s) (requested by kamil in ticket #1518):
 	sys/dev/cgd.c: revision 1.113
 PR kern/52630: The cgd(4) module requires des and blowfish symbols
 This has been exposed with the MODULAR kernel.
 kobj_checksyms, 979: [cgd]: linker error: symbol `BF_set_key' not found
 kobj_checksyms, 979: [cgd]: linker error: symbol `des_key_sched' not found
 kobj_checksyms, 979: [cgd]: linker error: symbol `des_ede3_cbc_encrypt' not found
 WARNING: module error: unable to affix module `cgd', error 8
 Reviewed by <riastradh>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.90.2.2 -r1.90.2.3 src/sys/dev/cgd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index