git: bf8d4cfe347b - main - eqos: Fix group address filtering.

2024-10-16 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=bf8d4cfe347b34a9ca21e2cdab5f9bba09be73bf commit bf8d4cfe347b34a9ca21e2cdab5f9bba09be73bf Author: Peter Jeremy AuthorDate: 2024-10-16 07:20:30 + Commit: Peter Jeremy CommitDate: 2024-10-16 07

Re: git: bf454ca88bdf - main - wg: Add netmap support

2024-06-15 Thread Peter Jeremy
if_attach()) requires that both transmit and qflush must either be NULL or set but if DEV_NETMAP is undefined, this code only sets qflush, guaranteeing a panic() as soon as a wg is attached. Unfortunately, I don't understand the code well enough to offer a fix. -- Peter Jeremy signature.asc Description: PGP signature

git: 3fe25a9bfcd9 - main - mii: Add support for Realtek RTL8211F-VD PHY

2024-05-08 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=3fe25a9bfcd9c8afeb096828567353a84be37423 commit 3fe25a9bfcd9c8afeb096828567353a84be37423 Author: Peter Jeremy AuthorDate: 2024-05-08 08:17:00 + Commit: Peter Jeremy CommitDate: 2024-05-08 08

git: b54d4a16271c - main - dtb: rockchip: Add Radxa ROCK 4C Plus to the build.

2024-05-08 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=b54d4a16271cf9e8947be04e9221e6e26a7b90b1 commit b54d4a16271cf9e8947be04e9221e6e26a7b90b1 Author: Peter Jeremy AuthorDate: 2024-05-08 08:06:42 + Commit: Peter Jeremy CommitDate: 2024-05-08 08

Re: git: 42f722e721cd - main - amd64: store pcids pmap data in pcpu zone

2023-05-05 Thread Peter Jeremy
ed by: The FreeBSD Foundation >Differential revision: https://reviews.freebsd.org/D39890 This breaks the !SMP case: Whilst references to pm_pcids have been replaced in the SMP case, there are still references to pmap->pm_pcids[0] in the !SMP cane. -- Peter Jeremy signature.asc Description: PGP signature

git: b9600db494a0 - main - prometheus_sysctl_exporter: Replace magic numbers with identifiers.

2023-04-26 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=b9600db494a04db6fbf1a16dbcf92f7c64d5e863 commit b9600db494a04db6fbf1a16dbcf92f7c64d5e863 Author: Peter Jeremy AuthorDate: 2023-04-26 08:29:33 + Commit: Peter Jeremy CommitDate: 2023-04-26 08

git: c02d4224c83e - main - arm64: allwinner: aw_r_intc: Add A64 and H6 compatible.

2022-09-10 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=c02d4224c83e6460c2b89261c822027a25752f0d commit c02d4224c83e6460c2b89261c822027a25752f0d Author: Peter Jeremy AuthorDate: 2022-09-10 10:36:22 + Commit: Peter Jeremy CommitDate: 2022-09-10 10

Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different.

2022-08-31 Thread Peter Jeremy
On 2022-Aug-31 11:15:18 +0800, Ganbold Tsagaankhuu wrote: >Peter, > >Does the following patch work for you? Yes, it does. Thank you. -- Peter Jeremy signature.asc Description: PGP signature

Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different.

2022-08-20 Thread Peter Jeremy
_READ() instead, but neither my RK3328 TRM (revision 1.2 from July 2017) nor my RK3399 TRM (revision 1.4 from April 2017) document a GPIO register at offset 0x78 - both only go to 0x60. (If you have a later TRM for either chip, I would be interested in a copy). -- Peter Jeremy signature.asc Description: PGP signature

Re: git: cd8822075a38 - main - MFV c144cc54795d: zlib 1.2.12.

2022-04-02 Thread Peter Jeremy
pect that the lack of Z_U4 and Z_U8 definitions within the kernel is at least a misconfiguration on all architecture, even if it only actively breaks the build on arm64. -- Peter Jeremy signature.asc Description: PGP signature

git: 9a89977bf633 - main - kern: Fix typo in kassert message.

2022-04-02 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=9a89977bf633d71760fa57a7542ef0f7fc0349e5 commit 9a89977bf633d71760fa57a7542ef0f7fc0349e5 Author: Peter Jeremy AuthorDate: 2022-04-02 10:36:17 + Commit: Peter Jeremy CommitDate: 2022-04-02 10

git: 34f1d516aa90 - stable/13 - systat: Display seconds in vmstat mode

2022-03-04 Thread Peter Jeremy
The branch stable/13 has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=34f1d516aa90e5f89f89bb52b01e8983e6363a4e commit 34f1d516aa90e5f89f89bb52b01e8983e6363a4e Author: Peter Jeremy AuthorDate: 2022-01-29 09:41:19 + Commit: Peter Jeremy CommitDate: 2022-03-05

git: a65f526addaf - stable/13 - geom_gate: Distinguish between classes of errors

2022-03-04 Thread Peter Jeremy
The branch stable/13 has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=a65f526addafccfe55aa3dab3d8c912eb8f05b4f commit a65f526addafccfe55aa3dab3d8c912eb8f05b4f Author: Peter Jeremy AuthorDate: 2022-01-29 10:15:51 + Commit: Peter Jeremy CommitDate: 2022-03-05

git: afcd1210246b - main - geom_gate: Distinguish between classes of errors

2022-01-29 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=afcd1210246bebd8ed9bdaf31bd5218630af4cdc commit afcd1210246bebd8ed9bdaf31bd5218630af4cdc Author: Peter Jeremy AuthorDate: 2022-01-29 10:15:51 + Commit: Peter Jeremy CommitDate: 2022-01-29 10

git: c9d1fa7003d5 - main - systat: Display seconds in vmstat mode

2022-01-29 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=c9d1fa7003d5def224e9cfa5d38314f187487eb9 commit c9d1fa7003d5def224e9cfa5d38314f187487eb9 Author: Peter Jeremy AuthorDate: 2022-01-29 09:41:19 + Commit: Peter Jeremy CommitDate: 2022-01-29 09

Re: git: b19740f4ce7a - main - swap_pager: lock vnode in swapdev_strategy()

2021-11-28 Thread Peter Jeremy
at the check will often fail, leaving the swap device active. -- Peter Jeremy signature.asc Description: PGP signature

Re: git: b19740f4ce7a - main - swap_pager: lock vnode in swapdev_strategy()

2021-11-27 Thread Peter Jeremy
On 2021-Nov-28 04:00:56 +0200, Konstantin Belousov wrote: >On Sun, Nov 28, 2021 at 12:22:46PM +1100, Peter Jeremy wrote: >> On 2021-Nov-27 01:26:17 +0200, Konstantin Belousov >> wrote: >The cause for your panic is not the network interface down state (in fact, >I think th

Re: git: b19740f4ce7a - main - swap_pager: lock vnode in swapdev_strategy()

2021-11-27 Thread Peter Jeremy
nel shuts down. What's really needed is a way to detect that the relevant swap I/O provider has gone away and return to swapoff_all() without panicing. -- Peter Jeremy signature.asc Description: PGP signature

Re: git: b19740f4ce7a - main - swap_pager: lock vnode in swapdev_strategy()

2021-11-26 Thread Peter Jeremy
el0_sync+0x90 --- exception, esr 0x5600 KDB: enter: panic [ thread pid 1 tid 12 ] Stopped at kdb_enter+0x48: undefined f900c11f db> -- Peter Jeremy

Re: git: 7b1e19ad78c6 - main - Add libfido2 to the build

2021-10-26 Thread Peter Jeremy
obj/usr/src/arm64.aarch64/lib/libfido2' .TARGETS='install' DESTDIR='/usr/obj/usr/src/arm64.aarch64/tmp' A retry succeeded so this may indicate a dependency tracking issue. I haven't dug into this further yet. -- Peter Jeremy signature.asc Description: PGP signature

git: 292bcaa4ba28 - stable/13 - arm64: Add support for the RK805/RK808 RTC

2021-04-09 Thread Peter Jeremy
The branch stable/13 has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=292bcaa4ba2843da2757368094241c50c7cc0474 commit 292bcaa4ba2843da2757368094241c50c7cc0474 Author: Peter Jeremy AuthorDate: 2021-03-12 22:06:04 + Commit: Peter Jeremy CommitDate: 2021-04-09

git: cdac5f398bf8 - main - nfs: Cleanup dead files

2021-03-16 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=cdac5f398bf8680677b71447465c32327767879b commit cdac5f398bf8680677b71447465c32327767879b Author: Peter Jeremy AuthorDate: 2021-03-16 19:16:31 + Commit: Peter Jeremy CommitDate: 2021-03-16 19

git: 07564e176201 - main - arm64: Add support for the RK805/RK808 RTC

2021-03-12 Thread Peter Jeremy
The branch main has been updated by peterj: URL: https://cgit.FreeBSD.org/src/commit/?id=07564e1762010ba7e8ef5a7574bf9ceee811e95c commit 07564e1762010ba7e8ef5a7574bf9ceee811e95c Author: Peter Jeremy AuthorDate: 2021-03-12 22:06:04 + Commit: Peter Jeremy CommitDate: 2021-03-12 22

Re: git: f76393a6305b - stable/13 - armv8crypto: add AES-GCM support

2021-03-06 Thread Peter Jeremy via dev-commits-src-all
eleng/13.0 60e8939aa85b and revert f76393a6305b, the problem goes away. By "fail": geli attaches without issue but the .eli device returns garbage (though the garbage is consistent between reboots). -- Peter Jeremy signature.asc Description: PGP signature

Re: git: ba27dd8be821 - main - zfs: merge OpenZFS master-9312e0fd1

2021-02-22 Thread Peter Jeremy via dev-commits-src-all
error: undefined symbol: zfs_racct_write >>>> referenced by dmu.c >>>> dmu.o:(dmu_buf_hold_array_by_dnode) >>>> referenced by dmu.c >>>> dmu.o:(dmu_assign_arcbuf_by_dnode) >*** [kernel] Error code 1 I can reproduce this as well. This commit has omitted the following line from sys/conf/files and therefore broken building ZFS into the kernel: contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c optional zfs compile-with "${ZFS_C}" -- Peter Jeremy signature.asc Description: PGP signature

Re: git: ee10666327b6 - main - Links for bmake and bmake.1

2021-02-15 Thread Peter Jeremy via dev-commits-src-all
install: link /mntmake -> /mntbmake: No such file or directory *** Error code 71 I suspect you want something like: LINKS= ${BINDIR}/make ${BINDIR}/bmake Also, it seems odd that you only want the link if tests are enabled - this would seem likely to create more confusion, rather than less. -- Peter Jeremy signature.asc Description: PGP signature

Re: git: 83c20b8a2da0 - main - tests/sys/kern/crc32: Check for SSE4.2 before using it

2021-02-03 Thread Peter Jeremy via dev-commits-src-all
PROGS=t PROG=libkern_crc32 ) Building /usr/src/sys/libkern/arm64/crc32c_armv8.o clang -cc1as: error: unable to open output file '/usr/src/sys/libkern/arm64/crc32c_armv8.o': 'Read-only file system' *** Error code 1 I do have an (empty) /usr/obj/usr/src/arm64.aarch64/tests/sys/kern/usr/src/sys/libkern/arm64 -- Peter Jeremy signature.asc Description: PGP signature

Re: git: ac5f382a9d0a - main - stand: properly declare subdir deps or .WAIT, do parallel build

2021-01-06 Thread Peter Jeremy via dev-commits-src-all
to make all_subdir_stand/fdt. Stop Either MK_FDT needs to be forced on by MK_EFI or the dependency needs to be made conditional. -- Peter Jeremy signature.asc Description: PGP signature

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Peter Jeremy via dev-commits-src-all
On 2021-Jan-06 14:50:38 +0200, Toomas Soome wrote: > > >> On 6. Jan 2021, at 12:33, Peter Jeremy wrote: >> >> On 2021-Jan-02 20:09:25 +, Toomas Soome wrote: >>> The branch main has been updated by tsoome: >>> >>>

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Peter Jeremy via dev-commits-src-all
the WITH_VT build option. I suspect that stand/fonts should be likewise dependent on WITH_VT -- Peter Jeremy signature.asc Description: PGP signature