HardenedBSD/src ab85d5fcontrib/wpa/src/ap ieee802_11.c wpa_auth.c, contrib/wpa/src/common qca-vendor.h

Merge remote-tracking branch 'internal/hardened/current/master' into hardened/current/cross-dso-cfi

Conflicts:
        cddl/sbin/zfs/Makefile (unresolved)
        cddl/sbin/zpool/Makefile (unresolved)
        lib/csu/amd64/Makefile (unresolved)
        lib/libpmc/pmu-events/Makefile (unresolved)
        usr.bin/ofed/Makefile (unresolved)
        usr.bin/ofed/infiniband-diags/Makefile (unresolved)
DeltaFile
+6,161-156contrib/wpa/src/common/qca-vendor.h
+2,299-1,477contrib/wpa/src/ap/ieee802_11.c
+2,659-756contrib/wpa/src/drivers/driver_nl80211.c
+2,464-124contrib/wpa/src/crypto/crypto_openssl.c
+1,967-402contrib/wpa/src/ap/wpa_auth.c
+1,836-392contrib/wpa/src/rsn_supp/wpa.c
+17,386-3,3074,417 files not shown
+76,392-26,3214,423 files

HardenedBSD/src 64288f3contrib/wpa/src/ap ieee802_11.c wpa_auth.c, contrib/wpa/src/common qca-vendor.h

Merge remote-tracking branch 'internal/freebsd/current/main' into hardened/current/master

Conflicts:
        sys/sys/elf_common.h (unresolved)
DeltaFile
+6,161-156contrib/wpa/src/common/qca-vendor.h
+2,299-1,477contrib/wpa/src/ap/ieee802_11.c
+2,659-756contrib/wpa/src/drivers/driver_nl80211.c
+2,464-124contrib/wpa/src/crypto/crypto_openssl.c
+1,967-402contrib/wpa/src/ap/wpa_auth.c
+1,836-392contrib/wpa/src/rsn_supp/wpa.c
+17,386-3,307655 files not shown
+67,469-13,018661 files

HardenedBSD/src 5b56413sys/dev/ahci ahci.c, sys/dev/nfsmb nfsmb.c

newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY

Sponsored by:           Netflix
DeltaFile
+688-0sys/dev/xen/pcifront/pcifront.c
+8-8sys/dev/sound/pci/emu10kx.c
+3-3sys/powerpc/ps3/ps3bus.c
+3-3sys/dev/nfsmb/nfsmb.c
+3-3sys/dev/ahci/ahci.c
+3-3sys/dev/usb/misc/cp2112.c
+708-20175 files not shown
+894-206181 files

HardenedBSD/src 7a78fd3sys/dev/cxgbe t4_main.c, sys/dev/cxgbe/common t4_hw.c common.h

Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
DeltaFile
+50-139sys/dev/cxgbe/common/t4_hw.c
+77-41usr.sbin/cxgbetool/cxgbetool.c
+34-22sys/dev/cxgbe/t4_main.c
+49-3sys/dev/cxgbe/common/common.h
+10-42sys/dev/cxgbe/tom/t4_ddp.c
+9-41sys/dev/cxgbe/tom/t4_tom.c
+229-2888 files not shown
+262-38814 files

HardenedBSD/src c68eb58sys/dev/cxgbe t4_main.c t4_sge.c, sys/dev/cxgbe/common t4_hw.c common.h

Merge branch 'freebsd/13-stable/main' into hardened/13-stable/master
DeltaFile
+50-139sys/dev/cxgbe/common/t4_hw.c
+77-41usr.sbin/cxgbetool/cxgbetool.c
+34-22sys/dev/cxgbe/t4_main.c
+10-9sys/dev/cxgbe/t4_sge.c
+7-3sys/dev/cxgbe/common/common.h
+5-3sys/dev/cxgbe/tom/t4_tom.c
+183-2175 files not shown
+194-22711 files

HardenedBSD/src 8b6adcbsys/dev/cxgbe t4_main.c adapter.h, sys/dev/cxgbe/common t4_hw.c

cxgbe(4): Rename rx_c_chan to rx_chan.

It is the equivalent of tx_chan but for receive so rx_chan is a better
name.  Initialize both using helper functions and make sure both are
displayed in the sysctl MIB.

Sponsored by:   Chelsio Communications

(cherry picked from commit 480ff89c67b25113515018cdcd13179229b4a0d3)
DeltaFile
+10-2sys/dev/cxgbe/common/t4_hw.c
+4-2sys/dev/cxgbe/t4_main.c
+2-2sys/dev/cxgbe/adapter.h
+1-1sys/dev/cxgbe/crypto/t4_crypto.c
+17-74 files

HardenedBSD/src 0ca32f0sys/dev/cxgbe t4_main.c adapter.h, sys/dev/cxgbe/common t4_hw.c

cxgbe(4): Rename rx_c_chan to rx_chan.

It is the equivalent of tx_chan but for receive so rx_chan is a better
name.  Initialize both using helper functions and make sure both are
displayed in the sysctl MIB.

Sponsored by:   Chelsio Communications

(cherry picked from commit 480ff89c67b25113515018cdcd13179229b4a0d3)
DeltaFile
+10-2sys/dev/cxgbe/common/t4_hw.c
+4-2sys/dev/cxgbe/t4_main.c
+2-2sys/dev/cxgbe/adapter.h
+1-1sys/dev/cxgbe/crypto/t4_crypto.c
+17-74 files

HardenedBSD/src bf58f90stand/userboot/test test.c, sys/dev/cxgbe t4_main.c t4_sge.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+168-42stand/userboot/test/test.c
+20-18sys/dev/cxgbe/common/t4_hw.c
+25-10sys/dev/cxgbe/t4_main.c
+10-9sys/dev/cxgbe/t4_sge.c
+13-1sys/kern/kern_cons.c
+10-0sys/sys/_maxphys.h
+246-8015 files not shown
+275-10421 files

HardenedBSD/src 06104f0stand/userboot/test test.c, sys/dev/cxgbe t4_main.c t4_sge.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+168-42stand/userboot/test/test.c
+20-18sys/dev/cxgbe/common/t4_hw.c
+25-10sys/dev/cxgbe/t4_main.c
+10-9sys/dev/cxgbe/t4_sge.c
+13-1sys/kern/kern_cons.c
+10-0sys/sys/_maxphys.h
+246-8015 files not shown
+275-10421 files

HardenedBSD/src 480ff89sys/dev/cxgbe t4_main.c adapter.h, sys/dev/cxgbe/common t4_hw.c

cxgbe(4): Rename rx_c_chan to rx_chan.

It is the equivalent of tx_chan but for receive so rx_chan is a better
name.  Initialize both using helper functions and make sure both are
displayed in the sysctl MIB.

MFC after:      1 week
Sponsored by:   Chelsio Communications
DeltaFile
+10-2sys/dev/cxgbe/common/t4_hw.c
+4-2sys/dev/cxgbe/t4_main.c
+2-2sys/dev/cxgbe/adapter.h
+1-1sys/dev/cxgbe/crypto/t4_crypto.c
+17-74 files

HardenedBSD/src 97f1bcecontrib/libevent ltmain.sh configure, contrib/libevent/build-aux ltmain.sh config.sub

Merge remote-tracking branch 'internal/hardened/current/master' into hardened/current/cross-dso-cfi

Conflicts:
        share/man/man5/src.conf.5 (unresolved)
        share/mk/src.opts.mk (unresolved)
DeltaFile
+11,369-0contrib/libevent/build-aux/ltmain.sh
+0-11,147contrib/libevent/ltmain.sh
+2,733-365contrib/libevent/configure
+1,114-917contrib/libevent/event_rpcgen.py
+0-1,807contrib/libevent/config.sub
+1,793-0contrib/libevent/build-aux/config.sub
+17,009-14,2368,605 files not shown
+45,456-43,8888,611 files

HardenedBSD/src 4f86b13bin/cat cat.c, libexec/ftpd ftpd.c

Merge remote-tracking branch 'internal/freebsd/current/main' into hardened/current/master

Conflicts:
        sys/amd64/amd64/elf_machdep.c (unresolved)
        sys/amd64/sgx/sgx.c (deleted)
        sys/amd64/sgx/sgx_linux.c (deleted)
        sys/arm/arm/elf_machdep.c (unresolved)
        sys/arm64/arm64/elf_machdep.c (unresolved)
        sys/kern/imgact_aout.c (deleted)
        sys/kern/kern_environment.c (unresolved)
        sys/kern/kern_module.c (unresolved)
        sys/kern/kern_priv.c (unresolved)
        sys/kern/kern_procctl.c (unresolved)
        sys/kern/kern_resource.c (unresolved)
        sys/kern/sys_process.c (unresolved)
        sys/netlink/netlink_message_writer.c (unresolved)
        sys/riscv/riscv/elf_machdep.c (unresolved)
        sys/vm/vm_map.c (unresolved)
DeltaFile
+13-80sys/sys/cdefs.h
+0-20tests/sys/opencrypto/cryptodevh.py
+0-18sbin/routed/rtquery/rtquery.c
+0-15libexec/ftpd/ftpd.c
+0-14sbin/mount_cd9660/mount_cd9660.c
+0-14bin/cat/cat.c
+13-1617,935 files not shown
+249-18,3017,941 files

HardenedBSD/src fdafd31sys/dev/malo if_malohal.c if_malo_pci.c, sys/net80211 ieee80211_action.c ieee80211_sta.c

sys: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/

Sponsored by:           Netflix
DeltaFile
+0-4sys/net80211/ieee80211_action.c
+0-4sys/net80211/ieee80211_sta.c
+0-4sys/net80211/ieee80211_monitor.c
+0-4sys/net80211/ieee80211_adhoc.c
+0-4sys/dev/malo/if_malohal.c
+0-4sys/dev/malo/if_malo_pci.c
+0-241,811 files not shown
+84-1,8811,817 files

HardenedBSD/src 33e9fd4sys/dev/cxgbe/crypto t4_crypto.c, sys/dev/sound/pcm sndstat.c

Merge branch 'freebsd/13-stable/main' into hardened/13-stable/master
DeltaFile
+87-22tests/sys/aio/lio_test.c
+41-40sys/dev/cxgbe/crypto/t4_crypto.c
+13-56tests/sys/cddl/zfs/tests/zfsd/zfsd_fault_001_pos.ksh
+14-51sys/dev/sound/pcm/sndstat.c
+29-0sys/geom/mirror/g_mirror.c
+21-8tests/sys/cddl/zfs/tests/zfsd/zfsd.kshlib
+205-17735 files not shown
+373-27041 files

HardenedBSD/src 12e299esys/dev/cxgbe adapter.h, sys/dev/cxgbe/crypto t4_crypto.c

ccr: Retire ccr_softc member in struct adapter.

Prior to Conrad's changes to replace session integer IDs with a
pointer to the driver-specific state in commit 1b0909d51a8aa, the
driver had to find the softc pointer from the adapter before it could
locate the ccr_session structure for a completed request.  Since
Conrad's changes, the ccr_session pointer can now be obtained directly
from the crp.  Add a backpoint from ccr_session back to ccr_softc and
use this in place of the ccr_softc member in cxgbe's struct adapter.

Sponsored by:   Chelsio Communications

(cherry picked from commit 7063b9974f8a39d860b7abd03884324e71994f65)
DeltaFile
+41-40sys/dev/cxgbe/crypto/t4_crypto.c
+0-1sys/dev/cxgbe/adapter.h
+41-412 files

HardenedBSD/src cb0c532contrib/less screen.c, sys/kern vfs_subr.c

Merge remote-tracking branch 'internal/freebsd/13-stable/main' into hardened/13-stable/master

Conflicts:
        bin/cat/cat.c
        lib/libc/gen/auxv.3
        libexec/rc/rc.d/archdep
        share/man/man5/src.conf.5
        sys/amd64/amd64/elf_machdep.c
        sys/amd64/cloudabi64/cloudabi64_sysvec.c
        sys/amd64/linux/linux_sysvec.c
        sys/amd64/linux32/linux32_sysvec.c
        sys/arm/arm/elf_machdep.c
        sys/arm64/linux/linux_sysvec.c
        sys/compat/ia32/ia32_sysvec.c
        sys/i386/cloudabi32/cloudabi32_sysvec.c
        sys/i386/linux/imgact_linux.c
        sys/i386/linux/linux_sysvec.c
        sys/kern/imgact_aout.c
        sys/kern/kern_module.c

    [22 lines not shown]
DeltaFile
+175-44sys/vm/vm_map.c
+97-38sys/kern/vfs_subr.c
+64-0tests/sys/vm/stack/stack_dlopen_exec_test.c
+57-0tests/sys/vm/stack/stack_mprotect_exec_test.c
+42-11contrib/less/screen.c
+51-0tests/sys/vm/mmap_map_32bit_helper.c
+486-9331,889 files not shown
+1,170-49,85331,895 files

HardenedBSD/src 3bc8099sys/arm/arm swtch-v6.S, sys/arm64/qoriq qoriq_dw_pci.c

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
DeltaFile
+0-3sys/dev/cfe/cfe_env.c
+0-3sys/dev/extres/clk/clk_mux.c
+0-3sys/dev/cxgb/common/cxgb_t3_hw.c
+0-3sys/arm/arm/swtch-v6.S
+0-3sys/arm64/qoriq/qoriq_dw_pci.c
+0-3sys/kern/subr_syscall.c
+0-184,033 files not shown
+0-7,9144,039 files

HardenedBSD/src acf3d6esys/arm64/arm64 pl031_rtc.c, sys/compat/linux linux_socket.c

Merge remote-tracking branch 'internal/hardened/current/master' into hardened/current/cross-dso-cfi

Conflicts:
        tools/build/options/WITH_OFED_EXTRA (deleted)
        usr.sbin/rpc.yppasswdd/Makefile (unresolved)
DeltaFile
+697-0sys/dev/virtio/gpu/virtio_gpu.c
+454-0sys/dev/virtio/gpu/virtio_gpu.h
+153-0sys/arm64/arm64/pl031_rtc.c
+80-52sys/compat/linux/linux_socket.c
+107-0tools/build/freebsd-yeet.pl
+87-11sys/dev/ixl/ixl_pf_main.c
+1,578-6331,042 files not shown
+2,188-48,40531,048 files

HardenedBSD/src 2226d61sys/arm64/arm64 pl031_rtc.c, sys/compat/linux linux_socket.c

Merge remote-tracking branch 'internal/freebsd/current/main' into hardened/current/master

Conflicts:
        bin/cat/cat.c (unresolved)
        lib/csu/aarch64/crt1_c.c (unresolved)
        lib/csu/amd64/crt1_c.c (unresolved)
        lib/csu/i386/crt1_c.c (unresolved)
        lib/csu/powerpc64/crt1_c.c (unresolved)
        lib/csu/powerpc64/reloc.c (unresolved)
        lib/csu/riscv/crt1_c.c (unresolved)
        lib/libc/gen/auxv.3 (unresolved)
        lib/libcasper/services/cap_net/cap_net.3 (unresolved)
        sys/amd64/amd64/elf_machdep.c (unresolved)
        sys/amd64/include/sgxreg.h (deleted)
        sys/amd64/linux/linux_sysvec.c (unresolved)
        sys/amd64/linux32/linux32_sysvec.c (unresolved)
        sys/amd64/sgx/sgx.c (deleted)
        sys/amd64/sgx/sgx_linux.c (deleted)
        sys/amd64/sgx/sgxvar.h (deleted)

    [29 lines not shown]
DeltaFile
+697-0sys/dev/virtio/gpu/virtio_gpu.c
+454-0sys/dev/virtio/gpu/virtio_gpu.h
+153-0sys/arm64/arm64/pl031_rtc.c
+80-52sys/compat/linux/linux_socket.c
+107-0tools/build/freebsd-yeet.pl
+87-11sys/dev/ixl/ixl_pf_main.c
+1,578-6331,044 files not shown
+2,304-48,37531,050 files

HardenedBSD/src 685dc74sys/arm64/arm64 cpufunc_asm.S, sys/cam/ctl ctl_scsi_all.h

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
DeltaFile
+0-3sys/cam/ctl/ctl_scsi_all.h
+0-3sys/arm64/arm64/cpufunc_asm.S
+0-3sys/dev/bxe/57710_int_offsets.h
+0-3sys/dev/bxe/57711_int_offsets.h
+0-3sys/dev/bxe/57712_int_offsets.h
+0-3sys/dev/cfe/cfe_env.c
+0-183,795 files not shown
+0-7,4523,801 files

HardenedBSD/src c2a779bcrypto/openssh ChangeLog, sys/dev/ice ice_ddp_common.c

Merge remote-tracking branch 'origin/hardened/13-stable/master' into shawn.webb/13-stable/offensive-openssl/main
DeltaFile
+5,636-0sys/dev/irdma/irdma_ctrl.c
+4,204-0sys/dev/irdma/irdma_cm.c
+1,806-1,924crypto/openssh/ChangeLog
+3,636-0sys/dev/irdma/irdma_verbs.c
+2,782-0sys/dev/irdma/irdma_hw.c
+2,532-0sys/dev/ice/ice_ddp_common.c
+20,596-1,9241,475 files not shown
+91,138-25,5271,481 files

HardenedBSD/src 6defd54bin/nproc nproc.c nproc.1, sbin/hastd crc32.c crc32.h

Merge remote-tracking branch 'freebsd/stable/13' into hardened/13-stable/master
DeltaFile
+112-106sys/contrib/zlib/deflate.c
+132-0bin/nproc/nproc.c
+61-62sys/contrib/zlib/trees.c
+0-115sbin/hastd/crc32.c
+59-0bin/nproc/nproc.1
+0-28sbin/hastd/crc32.h
+364-31138 files not shown
+613-41044 files

HardenedBSD/src fe67dc3sys/crypto/ccp ccp.c, sys/dev/cxgbe/crypto t4_crypto.c

ccr,ccp: Fix argument order to sglist_append_vmpages.

The offset comes before the byte count.

Reported by:    br
Reviewed by:    asomers, markj
MFC after:      1 week
Sponsored by:   DARPA
Differential Revision:  https://reviews.freebsd.org/D38375

(cherry picked from commit 70efe1a2fe13642732e56c7f040fe63f62bc6a6b)
DeltaFile
+1-1sys/dev/cxgbe/crypto/t4_crypto.c
+1-1sys/crypto/ccp/ccp.c
+2-22 files

HardenedBSD/src 50994e3contrib/llvm-project/clang/lib/Headers opencl-c.h, contrib/llvm-project/llvm/lib/Support UnicodeNameToCodepointGenerated.cpp

Merge remote-tracking branch 'internal/hardened/current/master' into hardened/current/cross-dso-cfi

Conflicts:
        contrib/llvm-project/llvm/tools/llvm-objcopy/llvm-objcopy.cpp (unresolved)
DeltaFile
+20,911-0contrib/llvm-project/llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+6,634-6,860contrib/llvm-project/clang/lib/Headers/opencl-c.h
+6,600-6,569contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h
+3,362-1,144contrib/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+3,150-1,233contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+2,921-1,406contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+43,578-17,2128,111 files not shown
+494,492-225,0368,117 files

HardenedBSD/src cc20ee0crypto/openssh ChangeLog ed25519.c

Merge remote-tracking branch 'freebsd/main' into hardened/current/master

Conflicts:
        crypto/openssh/sshd_config (unresolved)
DeltaFile
+1,806-1,924crypto/openssh/ChangeLog
+1,968-82crypto/openssh/ed25519.c
+407-1,600crypto/openssh/sshkey.c
+653-553crypto/openssh/config.guess
+0-858crypto/openssh/ge25519_base.data
+424-419crypto/openssh/moduli
+5,258-5,436226 files not shown
+11,547-8,300232 files

HardenedBSD/src 70efe1asys/crypto/ccp ccp.c, sys/dev/cxgbe/crypto t4_crypto.c

ccr,ccp: Fix argument order to sglist_append_vmpages.

The offset comes before the byte count.

Reported by:    br
Reviewed by:    asomers, markj
MFC after:      1 week
Sponsored by:   DARPA
Differential Revision:  https://reviews.freebsd.org/D38375
DeltaFile
+1-1sys/crypto/ccp/ccp.c
+1-1sys/dev/cxgbe/crypto/t4_crypto.c
+2-22 files

HardenedBSD/src 6205c0ccontrib/sqlite3 shell.c sqlite3.c, contrib/xz ChangeLog

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+57,309-23,497sys/dev/bnxt/hsi_struct_def.h
+6,176-5,121contrib/xz/ChangeLog
+0-6,260sys/dev/cp/cpddk.c
+3,941-1,156contrib/sqlite3/shell.c
+3,365-1,532contrib/sqlite3/sqlite3.c
+0-4,338sys/dev/ce/tau32-ddk.c
+70,791-41,9045,321 files not shown
+286,050-103,2935,327 files

HardenedBSD/src 86e11c7sys/dev/cxgbe/crypto t4_crypto.c, sys/kern kern_descrip.c

Merge remote-tracking branch 'freebsd/main' into hardened/current/master
DeltaFile
+56-36tests/atf_python/sys/net/vnet.py
+41-40sys/dev/cxgbe/crypto/t4_crypto.c
+15-15tests/sys/netinet6/test_ip6_output.py
+23-0sys/kern/kern_descrip.c
+16-4sys/ufs/ffs/ffs_suspend.c
+11-1tests/atf_python/utils.py
+162-966 files not shown
+167-10112 files

HardenedBSD/src 7063b99sys/dev/cxgbe adapter.h, sys/dev/cxgbe/crypto t4_crypto.c

ccr: Retire ccr_softc member in struct adapter.

Prior to Conrad's changes to replace session integer IDs with a
pointer to the driver-specific state in commit 1b0909d51a8aa, the
driver had to find the softc pointer from the adapter before it could
locate the ccr_session structure for a completed request.  Since
Conrad's changes, the ccr_session pointer can now be obtained directly
from the crp.  Add a backpoint from ccr_session back to ccr_softc and
use this in place of the ccr_softc member in cxgbe's struct adapter.

Sponsored by:   Chelsio Communications
DeltaFile
+41-40sys/dev/cxgbe/crypto/t4_crypto.c
+0-1sys/dev/cxgbe/adapter.h
+41-412 files

HardenedBSD/src ef4a6ddcontrib/libarchive/libarchive/test test_read_format_rar5_sfx.exe.uu, contrib/sqlite3 sqlite3.c

Merge remote-tracking branch 'origin/hardened/13-stable/master' into hardened/13-stable/blackhawk
DeltaFile
+46,300-0sys/contrib/dev/rtw88/rtw8822c_table.c
+22,204-0sys/contrib/dev/rtw88/rtw8822b_table.c
+9,441-436sys/contrib/zlib/crc32.h
+5,882-3,904contrib/sqlite3/sqlite3.c
+7,048-0contrib/libarchive/libarchive/test/test_read_format_rar5_sfx.exe.uu
+7,008-0sys/contrib/dev/rtw88/rtw8821c_table.c
+97,883-4,34010,149 files not shown
+651,663-267,13710,155 files