Re: vmt.c: Change space character to TAB

2022-12-27 Thread Giovanni Bechis
On Wed, Dec 28, 2022 at 03:36:56PM +0900, Masato Asou wrote: > ok? > > -- > ASOU Masato > sure, ok giovanni@ Cheers Giovanni > Index: sys/dev/pv/vmt.c > === > RCS file: /cvs/src/sys/dev/pv/vmt.c,v > retrieving revision 1.28 > dif

Re: vmt.c: Change space character to TAB

2022-12-27 Thread Mike Larkin
On Wed, Dec 28, 2022 at 03:36:56PM +0900, Masato Asou wrote: > ok? > > -- > ASOU Masato ok mlarkin > > Index: sys/dev/pv/vmt.c > === > RCS file: /cvs/src/sys/dev/pv/vmt.c,v > retrieving revision 1.28 > diff -u -p -r1.28 vmt.c > ---

vmt.c: Change space character to TAB

2022-12-27 Thread Masato Asou
ok? -- ASOU Masato Index: sys/dev/pv/vmt.c === RCS file: /cvs/src/sys/dev/pv/vmt.c,v retrieving revision 1.28 diff -u -p -r1.28 vmt.c --- sys/dev/pv/vmt.c26 Dec 2022 04:09:14 - 1.28 +++ sys/dev/pv/vmt.c28 Dec 2022 06

Re: Size reduction experiments for LLVM-built sparc64 kernel

2022-12-27 Thread Koakuma
Jeremie Courreges-Anglas wrote: > Koakuma koac...@protonmail.com wrote: > > 2. I tried a larger set of LLVM patches (D51206, D128263, D130006, > > D132465, D135515, D138532, D138741, D138887, D138922, D139535, and > > D140515) and while it does reduce the kernel binary, it did not > > do it much -

Re: [patch(es)] fix a few typos in /src

2022-12-27 Thread Jason McIntyre
On Thu, Dec 22, 2022 at 10:49:06PM -0500, Paul Tagliamonte wrote: > > Updated patch attached with your feedback, thank you Crystal > i've committed the bits of this that i though correct. i'll note below anything rejected from the /lib parts. i've finished with this diff now. jmc > Index: lib/

Re: bgpd: refining role capability code

2022-12-27 Thread Theo Buehler
On Tue, Dec 27, 2022 at 05:44:39PM +0100, Claudio Jeker wrote: > The role capability only works on ebgp sessions. It makes no sense on > ibgp sessions and the RFC 9234 does not define any behaviour for that. > I decided to: > - Exclude the role capability for ibgp sessions when sending an OPEN >

bgpd: refining role capability code

2022-12-27 Thread Claudio Jeker
The role capability only works on ebgp sessions. It makes no sense on ibgp sessions and the RFC 9234 does not define any behaviour for that. I decided to: - Exclude the role capability for ibgp sessions when sending an OPEN - Warn when a role capability is received on an iBGP session - Make sure

Re: [patch(es)] fix a few typos in /src

2022-12-27 Thread Jason McIntyre
On Fri, Dec 23, 2022 at 10:33:43AM -0500, Paul Tagliamonte wrote: > On Fri, Dec 23, 2022 at 03:03:15PM +, Stuart Henderson wrote: > > > A bunch of the files in your diff come from external upstream sources > > which are still synced from upstream (or at least should be); patching > > in the Op