| Summary: | [PATCH] Virtualbox host chapter lost necessary information between updates | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Guido Falsi <madpilot> | ||||||
| Component: | Books & Articles | Assignee: | Sevan Janiyan <sevan> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | markj, sevan | ||||||
| Priority: | --- | Keywords: | patch | ||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| URL: | https://reviews.freebsd.org/D16681 | ||||||||
| Attachments: |
|
||||||||
|
Description
Guido Falsi
2018-01-05 10:19:41 UTC
Created attachment 189449 [details]
Add back text removed in r49599
Previous patch missed a newline in code block.
A commit references this bug: Author: sevan Date: Sun Aug 19 14:57:40 UTC 2018 New revision: 52161 URL: https://svnweb.freebsd.org/changeset/doc/52161 Log: Re-add instructions for USB devfs rules. PR: 224928 Submitted by: madpilot Approved by: bcr Differential Revision: https://reviews.freebsd.org/D16681 Changes: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Thanks for the patch & heads up, that's been committed now. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=71776d67198fadd7d96937c9bdd22063636b132b commit 71776d67198fadd7d96937c9bdd22063636b132b Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-05-26 13:49:49 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-05-26 14:42:36 +0000 oce: Fix handling of m_pullup() errors in oce_tso_setup() m_pullup() frees the input mbuf chain upon a failure. Set *mpp to NULL in this case to ensure that the caller does not free the chain again. PR: 224928 Submitted by: Lv Yunlong <lylgood@foxmail.com> (original version) MFC after: 1 week sys/dev/oce/oce_if.c | 3 --- 1 file changed, 3 deletions(-) (In reply to commit-hook from comment #4) Sorry, that was a typo. |