bug#68267: [PATCH] maint: add attributes to two functions without side effects

2024-01-06 Thread Paul Eggert
On 2024-01-06 07:34, Pádraig Brady wrote: Though I'm not seeing this suggestion with GCC 13.2.1, so perhaps GCC 12 can determine the loops are finite? I'll apply this since GCC 13 is less that a year old, but in general we try to avoid littering code like this. I would not apply this, as it's

bug#68267: [PATCH] maint: add attributes to two functions without side effects

2024-01-06 Thread Pádraig Brady
On 05/01/2024 16:44, Samuel Tardieu wrote: * src/date.c (res_width): This function computes its result solely from the value of its parameter and qualifies for the const attribute. * src/tee.c (get_next_out): This function has no side effect and qualifies for the pure attribute. Those two

bug#68283: ls -l issues on cifs mounted directories

2024-01-06 Thread Pádraig Brady
On 06/01/2024 13:08, Bjoern Voigt via GNU coreutils Bug Reports wrote: After upgrading coreutils from version 9.3 to 9.4, "ls -l" shows error messages, if the files or directories are in a cifs/smb3 mounted directory. Example: /mnt/cifstest here is mounted with "mount -t cifs -o username=myuser

bug#68283: ls -l issues on cifs mounted directories

2024-01-06 Thread Bjoern Voigt via GNU coreutils Bug Reports
After upgrading coreutils from version 9.3 to 9.4, "ls -l" shows error messages, if the files or directories are in a cifs/smb3 mounted directory. Example: /mnt/cifstest here is mounted with "mount -t cifs -o username=myuser //192.168.1.2/all /mnt/cifstest/". The server is a Samba 4.19.2