Nov 3 2023
Oct 31 2023
Mar 1 2023
Recently got this patch working on 13.1, quiets the fans down on my Late 2003 PowerBook5,2. In fact the fans are barely on as far as I can tell, I'll have to investigate temperatures.
Oct 6 2022
This was superseded by https://reviews.freebsd.org/D36420
Oct 4 2022
Oct 3 2022
Sep 30 2022
I'm also seeing this issue when zfs tries to mount my partition.
Considering PowerPC has been broken for quite some time, this seems a good approach, while the real issue on LLD or the kernel linker is not resolved.
Sep 29 2022
Make this change powerpc* only in order to unbreak pfsync module and
the test infrastructure.
Aug 17 2022
working with gsoc student on ppc64 Linuxulator we see the same relocation problem with copyin/copyout calls from loadable modules
Aug 16 2022
This is rather strange. The description makes it sound like there is a bug somewhere in powerpc relocation handling, nothing specifically to do with cpuset code.
May 31 2022
May 30 2022
I think this is fine as is.
There's no need to check for nfs in the middle of a string, unless there's some use case I'm unaware of...
May 6 2022
I like the idea! However I burned an DVD for a PowerBook G4 and I only see the regular disc icon.
What's your device model? (based on other sources your patch looks correct. Maybe my firmware is too old for this feature)
May 5 2022
May 3 2022
It really needs someone familiar with bootstrapping to review this.
(Except for being the nfs case, it really has nothing to do with nfs.)
May 2 2022
@rmacklem, 'vfs.root.mountroot' is used as a kernel parameter to specify (or override) where is the root filesystem to be mounted and its partition type. It's usually something like "vfs.root.mountroot=ufs:/dev/da0s1a" if you use a local disk, or "vfs.root.mountroot=nfs:192.168.0.1:/tftpboot/root" if using nfs.
use strncmp instead of strstr in order to match only the beginning of the string
Apr 30 2022
Beyond changing strstr() to a check for "nfs:" at the beginning of the
string, as suggested by sjg@, I don't see a problem with this.
Apr 29 2022
Apr 12 2022
Anything new on this?
Mar 15 2022
edit: commented on wrong revision
Mar 14 2022
Mar 7 2022
Mar 3 2022
Suspending this since it requires changes to continue.
The OS revision part is now being discussed in D34429.
Feb 28 2022
Feb 25 2022
You may cherry pick https://github.com/llvm/llvm-project/commit/53fc5d9b9a0110f097c6e9f7aa3bff3621eaf268 to avoid the local changes.