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

2024-06-30 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 obsolete releases.

Status  |Bug Id | Description
+---+---
New |252123 | fetch(3): Fix wrong usage of proxy when request i 
New |262764 | After DVD1 13.0-R install with ports tree, portsn 
New |262989 | sys/conf/files, sys/conf/options, sys/conf/NOTES: 
New |269994 | build options have different kernel and userland  
New |276571 | makefs(8) creates broken UFS images with sectorsi 
New |276985 | crash in LinuxKPI/drm 
New |279203 | killpg(): Forking fast leads to livelock  
Open| 46441 | sh(1): Does not support PS1, PS2, PS4 parameter e 
Open|165059 | vtnet(4): Networking breaks with a router using v 
Open|177821 | sysctl: Some security.jail nodes are funky, dupli 
Open|220246 | syslogd does not send RFC3164-conformant messages 
Open|250309 | devmatch: panic: general protection fault: sysctl 
Open|255130 | Issue with rtsx driver
Open|256952 | kqueue(2): Improve epoll Linux compatibility (com 
Open|257149 | CFLAGS not passed to whole build  
Open|257646 | opensm: rc service is installed by default, but o 
Open|258665 | lib/libfetch: Add Happy Eyeballs (RFC8305) suppor 
Open|259292 | vmware/pvscsi: UNMAP fails on VMWare 6.7 thinly p 
Open|259636 | multiple components: Change "Take Affect" to "Tak 
Open|259655 | periodic: security/security.functions does not re 
Open|259703 | In sys/dev/pci/pci.c, error in do_power_nodriver  
Open|259808 | etc/periodic/daily/100.clean-disks: Fix error (Di 
Open|260214 | acpi_battery: Should provide current/max battery  
Open|260245 | swap/vm: Apparent memory leak: 100% swap usage
Open|261640 | sysctl: Add -F option to display sysctl format st 
Open|261641 | drm-kmod: Launch message is written into (possibl 
Open|261771 | nvme(4): Reports errors every 5 minutes: PRP OFFS 
Open|261971 | kernel crash launching bhyve guest on ZFS: #15 bu 
Open|262157 | su+j: Crashes during mmc(4) fsck after timeout: E 
Open|262192 | Crashes at boot with kern.random.initial_seeding. 
Open|264028 | loader: Incorrect (32gb) memory reported by BTX l 
Open|264075 | freebsd-update in 13.1-RELEASE detects an install 
Open|264188 | kinit(1): Ignores KRB5CCNAME environment variable 
Open|264226 | setting kern.vty=sc causes hang during UEFI boot  
Open|264757 | fetch: Show correct port number in -vv output 
Open|264833 | 12.3-STABLE panic on sync and reboot: panic: slee 
Open|266419 | mrsas: Corrupts memory (crashes) when reading dat 

37 problems total for which you should take action.


[Bug 175688] after the system is constantly being written to the log message: fbsd kernel: hdacc0: Unexpected unsolicited response with tag 0: 00000000

2024-06-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175688

Mark Linimon  changed:

   What|Removed |Added

Version|Unspecified |14.1-RELEASE

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 175688] after the system is constantly being written to the log message: fbsd kernel: hdacc0: Unexpected unsolicited response with tag 0: 00000000

2024-06-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175688

fabio.como...@gmail.com changed:

   What|Removed |Added

 CC||fabio.como...@gmail.com

--- Comment #4 from fabio.como...@gmail.com ---
FWIW, still present in 14.1-RELEASE-p1. In my case it happened after unlocking
my X session (Mate) 

2024-06-30T17:45:15.924184+02:00 tu45b-freebsd kernel: hdacc1: Unexpected
unsolicited response with tag 63: 
2024-06-30T17:45:15.924202+02:00 tu45b-freebsd kernel: hdacc1: Unexpected
unsolicited response with tag 63: 
2024-06-30T17:45:26.019020+02:00 tu45b-freebsd kernel: hdac0: Command
0x20320011 timeout on address 2
2024-06-30T17:45:26.019035+02:00 tu45b-freebsd kernel: hdac0: Command
0x20370d01 timeout on address 2
2024-06-30T17:45:26.019035+02:00 tu45b-freebsd kernel: hdac0: Command
0x20370610 timeout on address 2
...
2024-06-30T17:45:26.019107+02:00 tu45b-freebsd kernel: hdac0: Command
0x204732c0 timeout on address 2
2024-06-30T17:45:26.019108+02:00 tu45b-freebsd kernel: hdacc1: Unexpected
unsolicited response with tag 0: 
2024-06-30T17:45:26.019118+02:00 tu45b-freebsd kernel: hdacc1: Unexpected
unsolicited response with tag 0: 
2024-06-30T17:45:26.019119+02:00 tu45b-freebsd kernel: hdacc1: Unexpected
unsolicited response with tag 0: 000
...

and so on.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279762] libedit's cv_prev_word() can read before start of buffer

2024-06-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279762

Mark Johnston  changed:

   What|Removed |Added

 Status|New |Open
 CC||ma...@freebsd.org

--- Comment #1 from Mark Johnston  ---
This should be addressed by
https://github.com/NetBSD/src/commit/62c70a7281dc4f524b80aed6ef9cebc0b65d6ec0

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 279772] use (write) after free in libedit's em_copy_prev_word()

2024-06-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279772

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org
 Status|New |Open

--- Comment #1 from Mark Johnston  ---
This is fixed upstream now:
https://github.com/NetBSD/src/commit/427b3799c0bef6c2025e1a9124677f02c6c64cb3

-- 
You are receiving this mail because:
You are the assignee for the bug.