Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support of user-class option in dhclient #81

Closed
wants to merge 1 commit into from
Closed

Fix support of user-class option in dhclient #81

wants to merge 1 commit into from

Conversation

baarde
Copy link

@baarde baarde commented Jul 26, 2016

dhclient does not send the user-class option (77) because it's not in the default dhcp option priority list, as reported in Bug 184117.

dumbbell added a commit to dumbbell/freebsd-src that referenced this pull request Sep 6, 2016
* drm: Move sysctl tree init/cleanup in drm_debugfs.c

Before, the sysctl tree was initialized from drm_sysfs.c. However, it
was never destroyed on unload and, unfortunately, there is no good place
to do it. In particular, it is too late in drm_sysfs_release() because
the device private data pointer (device_get_drvdata()) is already
cleared.

Therefore, the initialization and cleanup are made from drm_debugfs.c.

* linux_fb.c: Do not clear fb_helper->fbdev in unregister_framebuffer()

This leaked memory: framebuffer_release() is supposed to free that
memory and clear the pointer, but it obviously couldn't do much.

* linux_fb.c: Free `info` after freeing struct members

"Fortunately", framebuffer_release() was never called because of the bug
fixed in the previous commit, so it never crashed.

* drm/i915: Remove intel_fb.c

This is a leftover from HEAD's DRM and is no longer compiled in the
driver. Furthermore, it made debugging framebuffer more complicated
because I was looking at the wrong file...

* drm: Remove trailing whitespaces in drm_sysctl.c
@cemeyer
Copy link
Member

cemeyer commented Sep 17, 2016

FreeBSD doesn't take PRs directly, sorry. But I've posted the change in our code review system and have taken assignment of the bug. Here's the link: https://reviews.freebsd.org/D7911

@baarde
Copy link
Author

baarde commented Sep 29, 2016

Thank you. I'll close this PR.

@baarde baarde closed this Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants