Re: "don't know how to make /usr/main-src/sys/contrib/dev/iwm/iwm-3160-17.fw.uu. Stop"

2025-01-28 Thread Emmanuel Vadot
Hello, On Wed, 29 Jan 2025 03:33:17 + (UTC) "Bjoern A. Zeeb" wrote: > On Mon, 27 Jan 2025, Mark Millard wrote: > > > On Jan 26, 2025, at 20:51, Adrian Chadd wrote: > > > > > >> Hi! > > > > Hello. > > > >> So, there's no longer a build target for the firmware uuencoded files -> > >> ker

Re: HEADS UP: NFS changes coming into CURRENT early February

2025-01-28 Thread Gleb Smirnoff
On Tue, Jan 28, 2025 at 09:14:00PM -0800, Gleb Smirnoff wrote: T> Second, with the patch the M_RPC leak count for me is 2. And I found that these T> two items are basically is a clnt_vc that belongs to a closed connection: T> T> f80029614a80 tcp4 0 0 10.6.6.9.772 10.6.6.9.204

Re: HEADS UP: NFS changes coming into CURRENT early February

2025-01-28 Thread Gleb Smirnoff
On Mon, Jan 27, 2025 at 06:10:42PM -0800, Rick Macklem wrote: R> I think I've found a memory leak, but it shouldn't be a show stopper. R> R> What I did on the NFS client side is: R> # vmstat -m | fgrep -i rpc R> # mount -t nfs -o nfsv4,tls nfsv4-server:/ /mnt R> # ls --lR /mnt R> --> Then I networ

Re: "don't know how to make /usr/main-src/sys/contrib/dev/iwm/iwm-3160-17.fw.uu. Stop"

2025-01-28 Thread Bjoern A. Zeeb
On Mon, 27 Jan 2025, Mark Millard wrote: On Jan 26, 2025, at 20:51, Adrian Chadd wrote: Hi! Hello. So, there's no longer a build target for the firmware uuencoded files -> kernel module. Yea. But there are the sys/conf/files dependency lines in main that still list .fw.uu files. That

Re: WITH_META_MODE: base clang excessive compiles

2025-01-28 Thread Nuno Teixeira
Hello! So nice, I can see now: Skipping meta for ...: ... some_file.meta: 23: file 'other' is newer than the target... This is great! Thank you so much, Simon J. Gerraty escreveu (terça, 28/01/2025 à(s) 22:51): > Nuno Teixeira wrote: > > Just to check that I'm using the correct setting for

Re: WITH_META_MODE: base clang excessive compiles

2025-01-28 Thread Simon J. Gerraty
Nuno Teixeira wrote: > Just to check that I'm using the correct setting for WITH_META_MODE > since almost everytime I update main tree, I got clang compiled. > > Is that normal? Quite possibly. You can add -dM to your make command line and meta mode will explain why it thinks a target is out o

Re: January 2025 stabilization week

2025-01-28 Thread Gleb Smirnoff
On Mon, Jan 27, 2025 at 01:01:16AM -0800, Gleb Smirnoff wrote: T> This is an automated email to inform you that the January 2025 stabilization week T> started with FreeBSD/main at main-n275044-c6767dc1f236, which was tagged as T> main-stabweek-2025-Jan. Two regressions were identified: * Compila

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-28 Thread Ian FREISLICH
On 2025-01-28 06:23, Milan Obuch wrote: On Mon, 27 Jan 2025 19:28:28 +0100 Yamagi wrote: Hi, sounds like the Alder Lakes PCID bug in N100 flavor. On the small cores the INVLPG instruction is broken, failing to flush all (global?) TLP entries leading to cache corruption. FreeBSD has a work

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-28 Thread Maxim Sobolev
Discussed between 3 people, creating the problem for 3,000. Great! -Max On Tue, Jan 28, 2025, 7:05 PM Alexander Leidinger wrote: > Am 2025-01-28 18:32, schrieb Maxim Sobolev: > > I also think this should be reverted back to default. "-n" refers to IP to > name functionality, "default" is clearl

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-28 Thread Alexey Dokuchaev
On Tue, Jan 28, 2025 at 08:46:04AM -0800, Gleb Smirnoff wrote: > On Sun, Jan 26, 2025 at 04:58:57PM +0100, Alexander Leidinger wrote: > A> something has changed in the output of "netstat -rn" between > A> 2024-11-23-195545 and 2025-01-22-151306. The default route is not listed as > A> "default" any

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-28 Thread Alexander Leidinger
Am 2025-01-28 18:32, schrieb Maxim Sobolev: I also think this should be reverted back to default. "-n" refers to IP to name functionality, "default" is clearly a special case. If someone wants it, some other option can be added to emit 0.0.0.0/0 [1] (not sure why but ok). This was discussed

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-28 Thread Sulev-Madis Silber
while why is it 0.0.0.0 and not 0.0.0.0/0, 0/0 or 0? why is it ::/0 not ::, 0:0:0:0:0:0:0:0, 0:0:0:0:0:0:0:0/0, ::::::: or :::::::/0? realistically we need automated interfaces too. parsing everything out of human ui is very error

Re: Difference in "netstat -rn" output in the last 2 months

2025-01-28 Thread Gleb Smirnoff
On Sun, Jan 26, 2025 at 04:58:57PM +0100, Alexander Leidinger wrote: A> something has changed in the output of "netstat -rn" between A> 2024-11-23-195545 and 2025-01-22-151306. The default route is not listed as A> "default" anymore, but with "0.0.0.0" resp. "::/0". This breaks some tools A> (e.g.

WITH_META_MODE: base clang excessive compiles

2025-01-28 Thread Nuno Teixeira
Hello, Just to check that I'm using the correct setting for WITH_META_MODE since almost everytime I update main tree, I got clang compiled. Is that normal? -- $ kldstat | grep filemon 111 0x849f2000 3250 filemon.ko /etc/src-env.conf: WITH_META_MODE=yes --- (maybe usefull to sho

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-28 Thread Milan Obuch
On Mon, 27 Jan 2025 19:28:28 +0100 Yamagi wrote: > Hi, > > sounds like the Alder Lakes PCID bug in N100 flavor. On the small > cores the INVLPG instruction is broken, failing to flush all > (global?) TLP entries leading to cache corruption. FreeBSD has a work > around for > that: > https://cgit