[Bug 208965] extattr(2) doesn't allow attribute names of length EXTATTR_MAXNAMELEN

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208965 Conrad Meyer changed: What|Removed |Added Status|New |In Progress

[Bug 208965] extattr(2) doesn't allow attribute names of length EXTATTR_MAXNAMELEN

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208965 --- Comment #3 from Conrad Meyer --- FWIW, UFS_EXTATTR only disables the crummy extattrs in UFS1. UFS2 extattrs are not controlled by that knob. https://reviews.freebsd.org/D24584 is a proposed patch; it compiles but I have not tested

[Bug 208965] extattr(2) doesn't allow attribute names of length EXTATTR_MAXNAMELEN

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208965 --- Comment #2 from Conrad Meyer --- I believe this is due to copyinstr(), which works with NUL-terminated strings (and lengths), while the stack buffer in sys_extattr_set_fd(), etc, are only sized to EXTATTR_MAXNAMELEN. To fix this I

Quarantine server has prevented delivery of 19 messages to freebsd-bugs@freebsd.org

2020-04-26 Thread freebsd.org
www.freebsd.org

Problem reports for b...@freebsd.org that need special attention

2020-04-26 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 240729] ThinkPad T420s - suspend/resume does not work after 12-STABLE (rev?) -> 12.1-BETA1 update

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240729 verma...@interia.pl changed: What|Removed |Added Status|Open|Closed

[Bug 240700] [META] FreeBSD 12.1-RELEASE post-release EN candidates

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240700 Bug 240700 depends on bug 240729, which changed state. Bug 240729 Summary: ThinkPad T420s - suspend/resume does not work after 12-STABLE (rev?) -> 12.1-BETA1 update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240729 What

[Bug 240729] ThinkPad T420s - suspend/resume does not work after 12-STABLE (rev?) -> 12.1-BETA1 update

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240729 --- Comment #21 from verma...@interia.pl --- I can confirm that it works again ... but I had to change configuration files. I just removed all 'doubtful' settings from these files: /etc/sysctl.conf /etc/rc.conf /boot/loader.conf ... and

[Bug 173866] SD card reader malfunction (false card locked reported)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173866 Fernando ApesteguĂ­a changed: What|Removed |Added Resolution|--- |Overcome By Events

[Bug 245931] buildworld fails to build WITHOUT_CRYPT

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245931 Bug ID: 245931 Summary: buildworld fails to build WITHOUT_CRYPT Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New

[Bug 240729] ThinkPad T420s - suspend/resume does not work after 12-STABLE (rev?) -> 12.1-BETA1 update

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240729 --- Comment #20 from Daniel Ebdrup Jensen --- Can I go ahead and close this issue as fixed? My T420 has working suspend after 12.1 at least. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 231828] em(4) is unusable after suspend/resume

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231828 --- Comment #17 from Daniel Ebdrup Jensen --- Pete, would you be okay with me closing this bug as fixed? It works on my T420 as of 12.1, and it seems to work for Mason too. Or would you to test first? -- You are receiving this mail

[Bug 245908] i915 GPU fails to suspend

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245908 --- Comment #4 from Poul-Henning Kamp --- Yes, I build a almost-sterile system with src/tools/tools/sysbuild, so kernel/userland/ports is always consistent. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 245908] i915 GPU fails to suspend

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245908 Niclas Zeising changed: What|Removed |Added CC||zeis...@freebsd.org --- Comment