Re: git: 41ee91c64f47 - main - newfs_msdos: fix build on non-FreeBSD systems

2024-06-04 Thread Shawn Webb
ecPerClust; > else > +#ifdef PAGE_SIZE > alignto = PAGE_SIZE / bpb.bpbBytesPerSec; > +#else > + alignto = 1; > +#endif Imagine the following: 1. someone builds FreeBSD on Linux or macOS 2. that build is deployed 3. FreeBSD is rebuilt on that deployment Co

Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func

2024-08-10 Thread Shawn Webb
Hey Bjoern, For some reason this commit breaks booting on two of my Dell laptops. I'm unsure why. Reverting this particular commit makes them happy again. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD Tor-ified Signal: +1 303-901-1600 / shawn_webb_opsec.50

Re: git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func

2024-08-11 Thread Shawn Webb
On Sun, Aug 11, 2024 at 02:38:16PM +, Bjoern A. Zeeb wrote: > On Sun, 11 Aug 2024, Shawn Webb wrote: > > > Hey Bjoern, > > > > For some reason this commit breaks booting on two of my Dell laptops. > > I'm unsure why. Reverting this particular commit m

Re: git: 417b35a97b76 - main - netinet: Add a sysctl to allow disabling connections to INADDR_ANY

2024-08-20 Thread Shawn Webb
. Only IPv4 is impacted. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD Tor-ified Signal: +1 303-901-1600 / shawn_webb_opsec.50 https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc On Tue, Aug 20, 2024 at 09:34

Re: git: aefe30c54371 - main - cat: capsicumize it

2021-01-16 Thread Shawn Webb
bo: > > > > > > > > > > URL: > > > > > https://cgit.FreeBSD.org/src/commit/?id=aefe30c5437159a5399bdbc1974d6fbf4 > > > 0f2ba0f > > > > > > > > > > commit aefe30c5437159a5399bdbc1974d6fbf40f2ba0f > > > &g

Re: git: 5299d64b2b9f - main - libc: fix buffer overrun in getrpcport(3)

2021-01-31 Thread Shawn Webb
interfaces need casts! :-( */ > return (pmap_getport(&addr, (u_long)prognum, (u_long)versnum, Does a fix like this need to get a security advisory report? Also, any plans to MFC? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD GPG Key ID: 0xFF2

Re: git: 24a3897c2c32 - main - x86 bounce_bus_dmamem_alloc(): use malloc_aligned() only when possible

2021-09-25 Thread Shawn Webb
dation > MFC after: 1 week > Differential revision: https://reviews.freebsd.org/D32127 Wrong Differential revision URL? The patch in the URL doesn't match what was committed here. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBS

Re: git: 24a3897c2c32 - main - x86 bounce_bus_dmamem_alloc(): use malloc_aligned() only when possible

2021-09-25 Thread Shawn Webb
On Sat, Sep 25, 2021 at 10:55:28AM -0500, Kyle Evans wrote: > On Sat, Sep 25, 2021 at 8:18 AM Shawn Webb wrote: > > > > On Sat, Sep 25, 2021 at 01:11:31PM +, Konstantin Belousov wrote: > > > The branch main has been updated by kib: > > > > > > URL:

Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD.

2021-10-03 Thread Shawn Webb
a quick example, but please don’t call > anything “new,” because it isn’t new for long. ;) My bikeshed is now painted with a color called "Freshmixer". What's your bikeshed called? ;-) (This is meant in jest.) -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://g

Re: git: 1b85b68da0b2 - main - llvm-readobj: Attach to buildsystem

2021-10-15 Thread Shawn Webb
mat/MsgPackDocumentYAML.cpp > +SRCS_MIN+= BinaryFormat/MsgPackReader.cpp Hey Alex, You'll also want to add BinaryFormat/MsgPackWriter.cpp. Adding that file fixes the build for HardenedBSD, since we use LTO, CFI, and SafeStack in base. Thanks,

Re: git: 076b3a50fd71 - main - pf: don't drop packets when redirection information comes from a state

2021-10-16 Thread Shawn Webb
s. > > PR: 259183 > Submitted by: Kajetan Staszkiewicz > Sponsored by: InnoGames GmbH Hey Kristof, Any plans to MFC? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/0

Re: git: 225639e7db68 - main - vt: Disable bell by default

2021-10-20 Thread Shawn Webb
27;re working with a local machine that have a loud buzzer. > Switch the default to have it disable. I have no objection to the change (or any opinion on the matter), but I wonder if changes like this carry an accessibility impact. I wonder if any hard-of-sight folks relied on the original be

Re: git: 225639e7db68 - main - vt: Disable bell by default

2021-10-22 Thread Shawn Webb
h > is > A5 (the second A above middle C). Please see > https://reviews.freebsd.org/D32594 > for a fix for the bug I found here. Tangentially related for curious minds: Tom Scott did a video in 2014 about how the types of trucks that beep when reversing are changing from

Re: git: 0dedcdaa1a02 - main - Revert "ossl: Add support for ETA mode"

2021-11-06 Thread Shawn Webb
h Macek > AuthorDate: 2021-11-06 16:45:50 + > Commit: Wojciech Macek > CommitDate: 2021-11-06 16:45:50 + > > Revert "ossl: Add support for ETA mode" > > This reverts commit 048a71b46e816de8fb95b553a8ad0e98c0d51e12. Why? -- Shawn W

Re: git: b014e0f15bc7 - main - Enable ASLR by default for 64-bit executables

2021-11-16 Thread Shawn Webb
for PIE binaries" > > What is the actual/correct behaviour of the control? It also doesn't make much sense to toggle AS{L}R for the different parts of an executable image. AS{L}R is an "all or nothing" thing. Really, there should be only a single toggle with four modes: 1. AS{L}R force disable 2. AS{L}R opt out 3. AS{L}R opt in 4. AS{L}R force enable HardenedBSD has found that users get confused or are unsure of having too many toggles. "What happens when I do ?" In this case, you'd probably have to have deeper knowledge of how FreeBSD's AS{L}R is implemented. Having a single sysctl knob makes life easier for users and reduces implementation complexity. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Shawn Webb
I wonder if it'd be worth it to report such data via sysctl. Thoughts? -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc On Fri, Mar 05, 2021 at 07:23:56PM

Re: git: 15dc713ceb57 - main - netmap: vtnet: add support for netmap offsets

2021-04-07 Thread Shawn Webb
4_t paddr; > void *addr = PNMB(na, slot, &paddr); > int err; > > - NM_CHECK_ADDR_LEN(na, addr, len); > + (void)addr; What is this change for? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.ha

Re: git: 15dc713ceb57 - main - netmap: vtnet: add support for netmap offsets

2021-04-07 Thread Shawn Webb
protocol headers from packets. > > Cheers, > Vincenzo > > On Wed, Apr 7, 2021, 11:46 PM Shawn Webb wrote: > > > Hey Vincenzo, > > > > On Wed, Apr 07, 2021 at 09:42:53PM +, Vincenzo Maffione wrote: > > > The branch main has been updated by vmaf

Re: git: 0dd13c77432a - main - libnv: Build PIC

2021-04-10 Thread Shawn Webb
index b13758931c4e..854cd2c7f3f3 100644 > --- a/lib/libnv/Makefile > +++ b/lib/libnv/Makefile > @@ -10,6 +10,7 @@ SHLIB_MAJOR= 0 > > .PATH: ${SRCTOP}/sys/contrib/libnv ${SRCTOP}/sys/sys > CFLAGS+=-I${.CURDIR} > +CFLAGS+=-fPIC Wouldn't the better fix be renaming L

Re: git: 0dd13c77432a - main - libnv: Build PIC

2021-04-12 Thread Shawn Webb
On Mon, Apr 12, 2021 at 01:39:50PM +0200, Kristof Provost wrote: > On 10 Apr 2021, at 17:27, Shawn Webb wrote: > > On Sat, Apr 10, 2021 at 09:16:22AM +, Kristof Provost wrote: > > > The branch main has been updated by kp: > > > > > > URL: > >

Re: git: 68a46f11eada - main - e1000: Restore VF interface random MAC

2021-04-15 Thread Shawn Webb
ddr[0] &= 0xFE; > > > > > + addr[0] |= 0x02; > > > > > + bcopy(addr, hw->mac.addr, sizeof(addr)); > > > > > + } else { > > > > > + device_printf(dev, &

Re: git: 68a46f11eada - main - e1000: Restore VF interface random MAC

2021-04-15 Thread Shawn Webb
Ah. I think I misinterpreted your email. Sorry about that! On Thu, Apr 15, 2021 at 03:22:41PM -0500, Kyle Evans wrote: > Yes, sorry, this is precisely what I meant. > > On Thu, Apr 15, 2021 at 3:20 PM Shawn Webb wrote: > > > > Could ether_gen_addr be updated to take in

Re: git: 45b48cbc2b58 - main - usb: real freebsd32 support for most ioctls

2021-12-18 Thread Shawn Webb
ality -Wno -error=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-error=unused-but-set-variable -Wno-format-zer o-length -std=iso9899:1999 -c /usr/src/sys/dev/hid/hidraw.c -o hidraw.o /usr/src/sys/dev/hid/h

Re: git: 9e891d43f586 - main - unionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXT

2022-01-03 Thread Shawn Webb
/reviews.freebsd.org/D33611 Hey Jason, Thanks for working on unionfs! I'm wondering if MFC'ing all the recent unionfs work to 13-stable is planned (or possible). Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Sh

Re: git: 72821668b039 - main - stand/kmem_zalloc: panic when a M_WAITOK allocation fails

2021-07-09 Thread Shawn Webb
gh, even as I type this email, I just realized that a different function, Malloc, is being called. What's the difference between malloc and Malloc? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CB

Re: git: 72821668b039 - main - stand/kmem_zalloc: panic when a M_WAITOK allocation fails

2021-07-09 Thread Shawn Webb
On Fri, Jul 09, 2021 at 02:34:12PM -0600, Warner Losh wrote: > On Fri, Jul 9, 2021 at 1:54 PM Shawn Webb > wrote: > > > On Fri, Jul 09, 2021 at 05:26:57PM +, Warner Losh wrote: > > > The branch main has been updated by imp: > > > > > > URL: &

Re: git: 7045b1603bdf - main - socket: Implement SO_RERROR

2021-07-28 Thread Shawn Webb
> sys/sys/socket.h | 1 + > sys/sys/socketvar.h| 6 - > 21 files changed, 100 insertions(+), 35 deletions(-) Hey Kevin, Would this commit be a good candidate for bumping __

Re: git: 021385aba562 - main - Add WITH_LLVM_BINUTILS to install LLVM binutils instead of Elftoolchain

2021-09-11 Thread Shawn Webb
ng packages since even ports-mgmt/pkg relies on strip. I'm working on a candidate patch to fix this right now. But if you beat me to the punch, all the better. ;-) Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master

Re: git: 021385aba562 - main - Add WITH_LLVM_BINUTILS to install LLVM binutils instead of Elftoolchain

2021-09-11 Thread Shawn Webb
On Sat, Sep 11, 2021 at 03:54:59PM +0100, Jessica Clarke wrote: > On 11 Sep 2021, at 15:43, Shawn Webb wrote: > > > > On Mon, Sep 06, 2021 at 09:24:02AM +, Alex Richardson wrote: > >> The branch main has been updated by arichardson: > >> > >> URL:

Re: git: e86bddea9fe6 - main - pf: Split pf_rule into kernel and user space versions

2021-04-29 Thread Shawn Webb
s > Sponsored by: Orange Business Services > Differential Revision: https://reviews.freebsd.org/D27758 Key Kristof, This commit breaks the security/expiretable port. Specifically, the guarding of the pf_state struct, which expiretable uses directly. Thanks, -- Shawn Webb Cofounder / Secu

Re: git: 5d8fd932e418 - main - This brings into sync FreeBSD with the netflix versions of rack and bbr. This fixes several breakages (panics) since the tcp_lro code was committed that have been report

2021-05-06 Thread Shawn Webb
net/tcp_ratelimit.h |4 +- > sys/netinet/tcp_sack.c | 11 + > sys/netinet/tcp_stacks/bbr.c | 92 +- > sys/netinet/tcp_stacks/rack.c| 9876 > ++ Hey Randall, Out of curiosity, did anyone take the time

Re: git: 3394d4239b85 - main - cam: allocate CCBs from UMA for SCSI and ATA IO

2021-05-15 Thread Shawn Webb
ead_loop() at taskqueue_thread_loop+0x9c fork_exit() at fork_exit+0x74 fork_trampoline() at fork_trampoline+0x14 KDB: enter: panic [ thread pid 0 tid 100023 ] Stopped at kdb_enter+0x44: undefined f904411f Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: af949c590bd8 - main - Disable stack gap for ntpd during build.

2021-05-21 Thread Shawn Webb
mization for a while, but if memory serves correctly, we made that change. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: af949c590bd8 - main - Disable stack gap for ntpd during build.

2021-05-21 Thread Shawn Webb
for it to set its limit to that. The > fact that FreeBSD decides to count an arbitrary, non-deterministic amount of > additional unusable virtual address space towards that limit is not its fault, > but a bug in FreeBSD that needs to be fixed as it’s entirely unreasonable for > appli

Re: git: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS

2021-06-03 Thread Shawn Webb
rr_lib.o' was not built (being made, type OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_WAIT|DONE_ALLSRC|DONECYCLE)! Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS

2021-06-03 Thread Shawn Webb
On Thu, Jun 03, 2021 at 09:38:07AM -0400, Ed Maste wrote: > On Thu, 3 Jun 2021 at 09:10, Shawn Webb wrote: > > > > There's something about this change that breaks buildkernel: > > > > make[4]: make[4]: don't know how to make > > /usr/src/sys/dev/hptr

Re: git: 160388166736 - main - zfs: merge openzfs/zfs@75b4cbf62 (master) into main

2021-06-08 Thread Shawn Webb
spl (obj,all,install) make[4]: don't know how to make atomic.S. Stop make[4]: stopped in /usr/src/cddl/lib/libspl Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA

Re: git: bfe290379839 - main - linux(4): Do not specify shared page for aout binaries.

2021-06-21 Thread Shawn Webb
for aout binaries. This was added on 64-bit Linuxulator import by mistake. Are there even any FreeBSD users running Linux aout binaries on FreeBSD? I'm wondering if Linux aout support can be ripped out entirely. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedb

Re: git: e17fede8ff46 - main - Fix too small sscanf output buffers in kbdmap

2022-02-06 Thread Shawn Webb
ATH_MAX]; > - char keym[64], lng[64], desc[256]; > + char keym[65], lng[65], desc[257]; > char dialect[64], lang_abk[64]; > struct keymap *km; > struct keymap **km_sorted; > Hey Dimitry, Would commits like this and d310bf3867b4168e57365196c3a31797c0538097 nor

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
, 94 insertions(+), 61 deletions(-) Hey Mark, Something about this commit breaks booting in Hyper-V. Reverting this particular commit makes Hyper-V happy again. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 09:45:28AM -0500, Mark Johnston wrote: > On Fri, Mar 04, 2022 at 09:24:47AM -0500, Shawn Webb wrote: > > On Tue, Mar 01, 2022 at 02:39:55PM +, Mark Johnston wrote: > > > The branch main has been updated by markj: > > > > > > URL:

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 10:13:54AM -0500, Mark Johnston wrote: > On Fri, Mar 04, 2022 at 09:24:47AM -0500, Shawn Webb wrote: > > On Tue, Mar 01, 2022 at 02:39:55PM +, Mark Johnston wrote: > > > The branch main has been updated by markj: > > > > > > URL:

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 12:52:26PM -0500, Shawn Webb wrote: > On Fri, Mar 04, 2022 at 10:13:54AM -0500, Mark Johnston wrote: > > On Fri, Mar 04, 2022 at 09:24:47AM -0500, Shawn Webb wrote: > > > On Tue, Mar 01, 2022 at 02:39:55PM +, Mark Johnston wrote: > > > > Th

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 01:31:10PM -0500, Mark Johnston wrote: > On Fri, Mar 04, 2022 at 01:15:29PM -0500, Shawn Webb wrote: > > On Fri, Mar 04, 2022 at 12:52:26PM -0500, Shawn Webb wrote: > > > On Fri, Mar 04, 2022 at 10:13:54AM -0500, Mark Johnston wrote: > > > >

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 01:31:10PM -0500, Mark Johnston wrote: > On Fri, Mar 04, 2022 at 01:15:29PM -0500, Shawn Webb wrote: > > On Fri, Mar 04, 2022 at 12:52:26PM -0500, Shawn Webb wrote: > > > On Fri, Mar 04, 2022 at 10:13:54AM -0500, Mark Johnston wrote: > > > >

Re: git: 84369dd52369 - main - x86: Probe the TSC frequency earlier

2022-03-04 Thread Shawn Webb
On Fri, Mar 04, 2022 at 04:10:27PM -0500, Shawn Webb wrote: > On Fri, Mar 04, 2022 at 01:31:10PM -0500, Mark Johnston wrote: > > On Fri, Mar 04, 2022 at 01:15:29PM -0500, Shawn Webb wrote: > > > On Fri, Mar 04, 2022 at 12:52:26PM -0500, Shawn Webb wrote: > > > > On F

Re: git: 393729916564 - main - netmap: Fix TOCTOU vulnerability in nmreq_copyin

2022-03-16 Thread Shawn Webb
if this has an assigned CVE, should it go through the normal FreeBSD security advisory process? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: abdcd967dc0c - main - =?utf-8?Q?Add new french b=C3=A9po keyboard layout (version 1.1rc2) normalized by F=

2022-04-12 Thread Shawn Webb
alt raltO > + 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O > + 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O > + 096 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 O > + 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fke

Re: git: 9b4c606b96ce - main - bsdinstall/partedit: Fix UFS auto partitioning

2022-04-29 Thread Shawn Webb
items[2].value = strdup(items[2].init); > + if (nitems > 3) > + items[3].value = strdup(items[3].init); > } > > /* > Hey Alfonso, Would it be a good idea to check the return value of strdup

Re: git: 716fd348e01c - main - zfs: merge openzfs/zfs@c0cf6ed67

2022-05-20 Thread Shawn Webb
#16 0x80baf625 in fork_exit ( callout=0xffff822b0be0 , arg=0xf80121887000, frame=0xfe03aa3a8f40) at /usr/src/sys/kern/kern_fork.c:1118 #17 (kgdb) Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 716fd348e01c - main - zfs: merge openzfs/zfs@c0cf6ed67

2022-05-27 Thread Shawn Webb
On Fri, May 27, 2022 at 02:18:54PM -0400, Alexander Motin wrote: > On 20.05.2022 15:12, Bryan Drewery wrote: > > On 5/20/2022 12:04 PM, Shawn Webb wrote: > > > On Wed, May 18, 2022 at 11:05:54PM +, Martin Matuska wrote: > > > > The branch main has been updated by

Re: git: 19e43c163c64 - main - netlink: add netlink KPI to the kernel by default

2023-03-27 Thread Shawn Webb
ipsec > inet | ipsec inet6 > netipsec/xform_tcp.c optional ipsec inet tcp_signature | \ >ipsec inet6 tcp_signature | ipsec_support inet tcp_signature | \ >ipsec_support inet6 tcp_signature > +netlink/netlink_generic_kpi.cstandard > +netlink/netli

Re: git: b674303707ea - main - MAINTAINERS: Remove myself from OpenSSL maintenance

2023-03-28 Thread Shawn Webb
d `git log --committer=benl` show that Ben Laurie's last commit to FreeBSD was in 2011. Does this mean that in-base OpenSSL effectively has no official maintainer? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/S

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-13 Thread Shawn Webb
t;>>> =3D3D3D=3D3D3D=3D3D3D > > >> >>>>>> Mark Millard > > >> >>>>>> marklmi at yahoo.com > > >> >>>>>> =3D20 > > >> >>>>> =3D20 > > >> >>>>> L

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-14 Thread Shawn Webb
On Thu, Apr 13, 2023 at 06:48:14PM -0400, Charlie Li wrote: > Shawn Webb wrote: > > Does the ZFS project have some sort of automated testing to catch > > data-gobbling, pool killing bugs? It seems like this would have been > > caught with some CI/CD stress testing automat

Re: git: 24e1824e4646 - main - Deprecate telnet daemon

2022-09-21 Thread Shawn Webb
to hardlink telnet(1) to nc(1). Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 24e1824e4646 - main - Deprecate telnet daemon

2022-09-21 Thread Shawn Webb
On Wed, Sep 21, 2022 at 02:55:36PM -0700, Cy Schubert wrote: > In message <20220921214546.426y6o4jpnsfsa2l@mutt-hbsd>, Shawn Webb writes: > > > > > > On Wed, Sep 21, 2022 at 02:11:44PM -0700, Gleb Smirnoff wrote: > > > Mike, > > >=20 > > >

Re: git: 7e5bf68495cc - main - netlink: add netlink support

2022-10-01 Thread Shawn Webb
t-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable -Qunused-arguments-c netlink_netlink.c -o netlink_netlink.o netlink_netlink.c:1:10: fatal error: 'netlink/netlink.h' file not found #include ^~~ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /usr/src/tools/build/test-includes *** Error code 1 Stop. make[2]: stopped in /usr/src Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 7e5bf68495cc - main - netlink: add netlink support

2022-10-01 Thread Shawn Webb
On Sat, Oct 01, 2022 at 05:40:05PM +0100, Alexander V. Chernikov wrote: > > > On 1 Oct 2022, at 17:35, Shawn Webb wrote: > > > > On Sat, Oct 01, 2022 at 02:19:03PM +, Alexander V. Chernikov wrote: > >> The branch main has been updated by melifar

Re: git: 7e5bf68495cc - main - netlink: add netlink support

2022-10-01 Thread Shawn Webb
On Sat, Oct 01, 2022 at 09:51:40AM -0700, Cy Schubert wrote: > In message <20221001164556.guh2gu6umjvehq3r@mutt-hbsd>, Shawn Webb writes: > > > > --iwomfqhvgfyzurjf > > Content-Type: text/plain; charset=utf-8 > > Content-Disposition: inline > > Cont

Re: git: 22893e584032 - main - bridge: default to not filtering L3

2022-10-24 Thread Shawn Webb
pfil_member are set. > > Reviewed by:Zhenlei Huang > MFC:never > Differential Revision: https://reviews.freebsd.org/D37009 Hey Kristof, Would this be a good candidate for RELNOTES? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBS

Re: git: be04fec42638 - main - Import _FORTIFY_SOURCE implementation from NetBSD

2024-05-18 Thread Shawn Webb
he beginning of working on this in 2021) > and it provides useful > > > What I would like to see working on FreeBSD is Safestack as a > > replacement for the stack protector, which we were so very slow to adopt > > even when it was originally developed in FreeBSD. I think othe

Re: git: be04fec42638 - main - Import _FORTIFY_SOURCE implementation from NetBSD

2024-05-19 Thread Shawn Webb
hope this makes sense. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD Tor-ified Signal: +1 303-901-1600 / shawn_webb_opsec.50 https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc On Sun, May 19, 2024 at 02:47:

Re: git: f2c8381fce9b - main - netlink: add snl(3) - simple netlink library

2022-12-23 Thread Shawn Webb
^~~~ I'm getting tons of errors like these with `make -sj10 buildworld`. -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Shawn Webb
t; #if defined(OPENSSL_VERSION_MAJOR) && (OPENSSL_VERSION_MAJOR >= 3) > > +#define CRYPTO_LIBRARY "/lib/libcrypto.so.30" > > This still assumes the native ABI is in use, i.e. doesn’t account for > libcompat. Can we please just drop the directory, or if it’s really

Re: git: 9c59988175ff - main - bsdinstall: prefer HTTP

2024-02-15 Thread Shawn Webb
tp.FreeBSD.org was less work. I'm curious to learn why you chose http:// rather than https://. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: 9c59988175ff - main - bsdinstall: prefer HTTP

2024-02-15 Thread Shawn Webb
On Thu, Feb 15, 2024 at 10:50:19PM +0800, Philip Paeps wrote: > On 2024-02-15 22:40:19 (+0800), Shawn Webb wrote: > > On Thu, Feb 15, 2024 at 10:28:53PM +0800, Philip Paeps wrote: > > > On 2024-02-15 22:06:09 (+0800), Ronald Klop wrote: > > > > Shouldn’t

Re: git: 6e69612d5df1 - main - pam: Add pam_xdg module

2024-02-26 Thread Shawn Webb
ut; > + } > + } > + > + /* Setup the environment variable */ > + asprintf(&runtime_dir, "XDG_RUNTIME_DIR=%s/%s", RUNTIME_DIR_PREFIX, > user); > + rv = pam_putenv(pamh, runtime_dir); > + if (rv != PAM_SUCCESS) { > +

Re: git: 6e69612d5df1 - main - pam: Add pam_xdg module

2024-02-26 Thread Shawn Webb
On Mon, Feb 26, 2024 at 06:14:34PM +, Shawn Webb wrote: > On Mon, Feb 26, 2024 at 05:35:57PM +, Emmanuel Vadot wrote: > > The branch main has been updated by manu: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=6e69612d5df1c1d5bd86990ea4d9a

Re: git: 6e69612d5df1 - main - pam: Add pam_xdg module

2024-02-26 Thread Shawn Webb
ly implemented in functions that recurse is to place a limit on how many times we recurse. HardenedBSD now places an arbitrarily picked limit of 1000 recursions: https://git.hardenedbsd.org/hardenedbsd/HardenedBSD/-/commit/148478d5743a8dd4362fd31dca4371618716d0a8 The limit can be changed at compile-time b

Re: git: 72ecb165a206 - main - amend! if_bnxt: Integrate AOC Cable Support into Current 40G PHY Speed

2024-03-07 Thread Shawn Webb
d > > Reviewed by:imp > Approved by:imp > Differential revision: https://reviews.freebsd.org/D42956 > Hey Sumit, What's the purpose of this commit? 0 files changed. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD

Re: git: 2cef62886dc7 - main - pf: convert state retrieval to netlink

2023-10-15 Thread Shawn Webb
HardenedBSD prevents loading of netlink.ko by default. The code is too new and too complex, with already a not-so-nice security history, to be trusted. A lot (all?) of the other netlink integration code respects the potential unavailability of netlink (or netlink.ko). Would it be possible to do the same in pf? Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc signature.asc Description: PGP signature

Re: git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present

2024-09-06 Thread Shawn Webb
On Fri, Sep 06, 2024 at 09:37:45AM UTC, John Baldwin wrote: > On 9/5/24 22:10, Shawn Webb wrote: > > Hey Mark, > > > > This commit seems to force me to now pass "-o pci.enable_bars=true" to > > all my VMs on amd64. I wonder if that might be a POLA violation.

Re: git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present

2024-09-05 Thread Shawn Webb
he default here really worth it for amd64? If so, I'm thinking this should be in both RELNOTES and UPDATING. I now have to propigate re-enabling this across my entire infrastructure. Thanks, -- Shawn Webb Cofounder / Security Engineer HardenedBSD Tor-ified Signal: +1 303-901-1600 / shawn

Re: git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present

2024-09-08 Thread Shawn Webb
On Fri, Sep 06, 2024 at 04:30:07PM UTC, Shawn Webb wrote: > On Fri, Sep 06, 2024 at 09:37:45AM UTC, John Baldwin wrote: > > On 9/5/24 22:10, Shawn Webb wrote: > > > Hey Mark, > > > > > > This commit seems to force me to now pass "-o pci.enable_bars=true&q