[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=87bf0aaba8f1bd743d4df24ae422dd8075260d45

commit 87bf0aaba8f1bd743d4df24ae422dd8075260d45
Author: Henrich Hartzer 
AuthorDate: 2024-05-10 23:03:14 +
Commit: Warner Losh 
CommitDate: 2024-05-23 20:30:57 +

Remove COMPAT_FREEBSD4/5/6/7/9 from MINIMAL and FIRECRACKER kernel
configurations

FIRECRACKER is not a legacy config, so remove the really old FreeBSD
versions from it. MINIMAL has a similar history, and limited target
audience which has little to no overlap with really old binaries. Either
of these is really easy to get additional binary compat with the include
directive, so balance things better. Leave GENERIC alone.

PR: 231768
Signed-off-by: Henrich Hartzer 
Reviewed by: imp (MINIMAL), cperciva (FIRECRACKER)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1228

 sys/amd64/conf/FIRECRACKER | 5 -
 sys/amd64/conf/MINIMAL | 5 -
 sys/i386/conf/MINIMAL  | 5 -
 3 files changed, 15 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #9 from Dag-Erling Smørgrav  ---
Hard no.  This is change for change's sake, with no justification beyond a
handwavy “muh security”.

If you have concrete issues with any of these options, feel free to raise them
in separate PRs.  Otherwise, let FreeBSD be FreeBSD.  If you prefer
HardenedBSD, you know where to find it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

--- Comment #8 from Henrich Hartzer  ---
I think Rust will be okay as this doesn't touch version 10 and supposedly it's
being bumped along: https://github.com/rust-lang/rust/issues/89058

I'll send an email to arch@. That seems like a good idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Warner Losh  changed:

   What|Removed |Added

 CC||i...@freebsd.org

--- Comment #7 from Warner Losh  ---
I think this is a good idea... But it's scope is larger than just a bug
request... Maybe post it to arch@ as a discussion point? I suspect people will
be like "sure, no problem." One question you should have answered up front is
"how will this affect rust since it uses that old FreeBSD 10 binary stuff" or
did at one point. That's the only possible reason to keep old stuff... and I
think that it's fine to do this, and there's no lurking 'killer ap' that would
need it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Henrich Hartzer  changed:

   What|Removed |Added

 CC||henrichhart...@tuta.io

--- Comment #6 from Henrich Hartzer  ---
Is this still something that's on the table?

I feel like ideally we would remove the default options for one major release
(15.X?) and then remove a lot of the old code in the next major release.

Not sure how hard this would be, but it seems like a sensible move in my mind.
Could maybe keep support for 3 or 4 major versions by default, moving forward?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2024-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Mark Linimon  changed:

   What|Removed |Added

 Status|In Progress |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

--- Comment #4 from voidanix  ---
(In reply to Ed Maste from comment #3)

Yup, although I'm willing to initiate the discussion this weekend (time
reasons).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Ed Maste  changed:

   What|Removed |Added

 Status|New |In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org

--- Comment #3 from Ed Maste  ---
This came up in a triage session at the 2019 Waterloo Hackathon but this issue
needs to be addressed via discussion on mailing list, presumably as an FCP.
Would  you start the discussion on -arch or -current?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 231768] [request] Disable COMPAT_FREEBSD4/5/6/7/9 as default kernel option

2019-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231768

voidanix  changed:

   What|Removed |Added

URL||https://reviews.freebsd.org
   ||/D17375
   Keywords||needs-qa, patch
Summary|[request] Remove|[request] Disable
   |COMPAT_FREEBSD4 (or newer)  |COMPAT_FREEBSD4/5/6/7/9 as
   |default kernel option   |default kernel option

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"