Re: update xf86-video-amdgpu to latest git

2021-07-09 Thread rgc
On Thu, Jul 08, 2021 at 05:29:01PM +1000, Jonathan Gray wrote: > The latest xf86-video-amdgpu release was in 2019. > > xf86-video-amdgpu-19.1.0..origin/master 8>< snipped just finished rebuilding xenocara build fine booted fine none of my previous issues (see links below) happening yet.

Re: crypto(9): remove unused members from 'cryptocap' structure

2021-07-09 Thread Alexander Bluhm
On Fri, Jul 09, 2021 at 11:48:42PM +0300, Vitaliy Makkoveev wrote: > Sorry for delay. > > I removed `cc_koperations' and `cc_queued'. > > Do we have interest of statistics provided by cc_operations and cc_bytes > couters? Is it useful? I don't know. But usually when hunting bugs I am happy

Re: Read/Write whole fusebufs

2021-07-09 Thread Martin Pieuchot
On 08/06/21(Tue) 23:32, Helg wrote: > Hello tech@ > > Due to the challenges of having a large diff reviewed I've had another > think about how I can break up the FUSE changes so that they are smaller > and easier to review. > > This is the first of these diffs. > > The current design uses a

Re: crypto(9): remove unused members from 'cryptocap' structure

2021-07-09 Thread Vitaliy Makkoveev
On Tue, Jun 29, 2021 at 05:25:41PM +0200, Alexander Bluhm wrote: > On Fri, Jun 18, 2021 at 11:49:25PM +0300, Vitaliy Makkoveev wrote: > > I'm lurking in crypto(9) and I found 'cryptocap' structure has unused > > members. Do we want to keep them or they could gone? > > Looks like statistics that

Re: forwarding in parallel

2021-07-09 Thread Vitaliy Makkoveev
Hi, If I understood your diff right, pipex(4) is also affected through: ip_local() -> ip_deliver() -> (*pr_input)() -> gre_input() -> gre_input_key() -> gre_input_1() -> pipex_pptp_input() > On 7 Jul 2021, at 00:05, Alexander Bluhm wrote: > >

Re: xmm(4): WIP diff for Intel XMM7360 LTE modem

2021-07-09 Thread Stuart Henderson
On 2021/07/09 16:33, Stuart Henderson wrote: > Notes so far: > > > +xmmc*) > > + dev=${U%.*} > > + func=${U#*.} > > + M xmmc$U c 101 $(($(($dev*16))+$func)) 660 > > + ;; > > "sh MAKEDEV xmmc" isn't enough, it needs "sh MAKEDEV xmmc.0" > > > + ret = EIO; > > + syslog(LOG_ERR, "FCC

Re: more MAKEDEV cleanup

2021-07-09 Thread Martin Pieuchot
On 05/04/21(Mon) 09:25, Miod Vallat wrote: > The following diff attempts to clean up a few loose ends in the current > MAKEDEV files: > > - remove no-longer applicable device definitions (MSCP and SMD disks, > this kind of thing). > - makes sure all platforms use the same `ramdisk' target for >

Re: xmm(4): WIP diff for Intel XMM7360 LTE modem

2021-07-09 Thread Stuart Henderson
Notes so far: > +xmmc*) > + dev=${U%.*} > + func=${U#*.} > + M xmmc$U c 101 $(($(($dev*16))+$func)) 660 > + ;; "sh MAKEDEV xmmc" isn't enough, it needs "sh MAKEDEV xmmc.0" > + ret = EIO; > + syslog(LOG_ERR, "FCC unlock not implemented, yet"); Thus ends my initial

Re: forwarding in parallel with ipsec panic

2021-07-09 Thread Alexander Bluhm
I think we see two problems here: 1. With non parallel forwarding the IPsec traffic stalls after a while. Compiled with ENCDEBUG I get this message for each received ESP packet: esp_input_cb: authentication failed for packet in SA 10.3.45.35/83089fff I can reproduce it more or less after 30

Re: update xf86-video-amdgpu to latest git

2021-07-09 Thread Eric Auge
Hello, X1 gen5 continues to work fine. X1 gen9 x11 stopped crashing and is now usable! (Tiger lake) Thank you! Eric On Thu, 8 Jul 2021 at 09:41, Jonathan Gray wrote: > > The latest xf86-video-amdgpu release was in 2019. > > xf86-video-amdgpu-19.1.0..origin/master > > minus commits we already

Re: free() sizes in zlib

2021-07-09 Thread Theo Buehler
mpi reminded me of this diff. On Tue, May 14, 2019 at 01:51:05PM +, Miod Vallat wrote: > This tries to keep diffability against upstream, hence a questionable > choice of the size type for zcfree() - but all sizes should fit in 32 > bits anyway. > > Since all zcfree routines used in the tree