Source-Changes archive

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

CVS commit: src/sys/dev




To: source-changes%NetBSD.org@localhost

Subject: CVS commit: src/sys/dev

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>

Date: Fri, 1 Apr 2022 00:21:19 +0000


Module Name:    src
Committed By:   riastradh
Date:           Fri Apr  1 00:21:19 UTC 2022

Modified Files:
        src/sys/dev: cgd.c

Log Message:
cgd(4): Remove recently added dependency on adiantum.

While this dependency is technically correct, it triggers a problem
with module initialization for builtin modules that manifests as an
instant crash on boot for x86 (and likely arm) kernels, and that
problem is not trivial to solve immediately.  See the top of
sys/crypto/aes/aes_impl.c for a summary of the problem and why it's
tricky.

So as a stop-gap measure, we'll remove this dependency for now; we
can reinstate it later once the underlying problem with module
initialization order is resolved.

Reported-by: syzbot+e9b3550af985b6557414%syzkaller.appspotmail.com@localhost
(actually first reported, to my knowledge, by pgoyette@, but this
line tells syzkaller that we fixed the problem)


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/dev/cgd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.






Prev by Date: CVS commit: src/sys/kern

Next by Date: CVS commit: src/tests/usr.bin/xlint/lint2

Previous by Thread: CVS commit: src/sys/kern

Next by Thread: CVS commit: src/tests/usr.bin/xlint/lint2

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index