kernel_samsung_a53x/lib
Ido Schimmel 13d49f6959 lib: objagg: Fix general protection fault
[ Upstream commit b4a3a89fffcdf09702b1f161b914e52abca1894d ]

The library supports aggregation of objects into other objects only if
the parent object does not have a parent itself. That is, nesting is not
supported.

Aggregation happens in two cases: Without and with hints, where hints
are a pre-computed recommendation on how to aggregate the provided
objects.

Nesting is not possible in the first case due to a check that prevents
it, but in the second case there is no check because the assumption is
that nesting cannot happen when creating objects based on hints. The
violation of this assumption leads to various warnings and eventually to
a general protection fault [1].

Before fixing the root cause, error out when nesting happens and warn.

[1]
general protection fault, probably for non-canonical address 0xdead000000000d90: 0000 [#1] PREEMPT SMP PTI
CPU: 1 PID: 1083 Comm: kworker/1:9 Tainted: G        W          6.9.0-rc6-custom-gd9b4f1cca7fb #7
Hardware name: Mellanox Technologies Ltd. MSN3700/VMOD0005, BIOS 5.11 01/06/2019
Workqueue: mlxsw_core mlxsw_sp_acl_tcam_vregion_rehash_work
RIP: 0010:mlxsw_sp_acl_erp_bf_insert+0x25/0x80
[...]
Call Trace:
 <TASK>
 mlxsw_sp_acl_atcam_entry_add+0x256/0x3c0
 mlxsw_sp_acl_tcam_entry_create+0x5e/0xa0
 mlxsw_sp_acl_tcam_vchunk_migrate_one+0x16b/0x270
 mlxsw_sp_acl_tcam_vregion_rehash_work+0xbe/0x510
 process_one_work+0x151/0x370
 worker_thread+0x2cb/0x3e0
 kthread+0xd0/0x100
 ret_from_fork+0x34/0x50
 ret_from_fork_asm+0x1a/0x30
 </TASK>

Fixes: 9069a3817d82 ("lib: objagg: implement optimization hints assembly and use hints for object creation")
Reported-by: Alexander Zubkov <green@qrator.net>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Amit Cohen <amcohen@nvidia.com>
Tested-by: Alexander Zubkov <green@qrator.net>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:20:07 +01:00
..
842 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crypto Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dim Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fonts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kunit kunit: Fix timeout message 2024-11-19 14:19:41 +01:00
livepatch Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lz4 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lzo Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
math Optimized Integer SQRT. for upto 3x faster operation 2024-11-17 17:43:31 +01:00
mpi crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init 2024-11-18 12:13:33 +01:00
pldmfw Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
raid6 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
reed_solomon Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vdso Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xz lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
zlib_deflate Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zlib_dfltcc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zlib_inflate lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
zstd lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
argv_split.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ashldi3.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ashrdi3.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
asn1_decoder.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
assoc_array.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atomic64.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atomic64_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
audit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bch.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bitfield_kunit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bitmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bitrev.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bootconfig.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bsearch.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bucket_locks.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bug.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
build_OID_registry Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bust_spinlocks.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
check_signature.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
checksum.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
clz_ctz.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
clz_tab.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cmdline.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
cmpdi2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
compat_audit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpu_rmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpumask.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc-ccitt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc-itu-t.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc-t10dif.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc4.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc7.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc8.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc16.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32.c lib/crc32: Make crc32_be weak for arch override 2024-11-19 17:59:39 +01:00
crc32defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc32test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crc64.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ctype.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debug_info.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debug_locks.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debugobjects.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dec_and_lock.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress_bunzip2.c lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
decompress_inflate.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress_unlz4.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress_unlzma.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress_unlzo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress_unxz.c lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
decompress_unzstd.c lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
devres.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
digsig.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dump_stack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dynamic_debug.c dyndbg: fix old BUG_ON in >control parser 2024-11-19 11:32:49 +01:00
dynamic_queue_limits.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
earlycpio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
errname.c parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes 2024-11-18 12:11:10 +01:00
error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
errseq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
extable.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fault-inject-usercopy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fault-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_addresses.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_empty_tree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_ro.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_rw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_strerror.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_sw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdt_wip.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
find_bit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
find_bit_benchmark.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
flex_proportions.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gen_crc32table.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gen_crc64table.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
genalloc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
generic-radix-tree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
glob.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
globtest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hexdump.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hweight.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
idr.c ida: Fix crash in ida_free when the bitmap is empty 2024-11-18 12:12:17 +01:00
inflate.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
interval_tree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
interval_tree_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iomap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iomap_copy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iommu-helper.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iov_iter.c bvec/iter: disallow zero-length segment bvecs 2024-11-19 17:42:21 +01:00
irq_poll.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
irq_regs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
is_single_threaded.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kasprintf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig.debug lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default 2024-11-08 11:26:07 +01:00
Kconfig.kasan Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig.kcsan Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig.kfence Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig.kgdb Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig.ubsan Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kfifo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
klist.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kobject.c kobject: Fix slab-out-of-bounds in fill_kobj_path() 2024-11-18 10:58:32 +01:00
kobject_uevent.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kstrtox.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
kstrtox.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
libcrc32c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
linear_ranges.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
list-test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
list_debug.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
list_sort.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
llist.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-hardirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-mutex.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-rlock-hardirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-rlock-softirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-rlock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-rsem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-rtmutex.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-softirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-spin-hardirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-spin-softirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-spin.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-wlock-hardirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-wlock-softirq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-wlock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest-wsem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locking-selftest.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lockref.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
logic_pio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lru_cache.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lshrdi3.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memcat_p.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memneq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memory-notifier-error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memregion.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memweight.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
muldi3.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net_utils.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netdev-notifier-error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nlattr.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
nmi_backtrace.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nodemask.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
notifier-error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
notifier-error-inject.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
objagg.c lib: objagg: Fix general protection fault 2024-11-23 23:20:07 +01:00
of-reconfig-notifier-error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
oid_registry.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
once.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
packing.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
parman.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
parser.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci_iomap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
percpu-refcount.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
percpu_counter.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
percpu_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
plist.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pm-notifier-error-inject.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
radix-tree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
random32.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ratelimit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rbtree.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rbtree_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
refcount.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rhashtable.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sbitmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scatterlist.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seq_buf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sg_pool.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sg_split.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sha1.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
show_mem.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
siphash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
smp_processor_id.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sort.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stackdepot.c stackdepot: respect __GFP_NOLOCKDEP allocation flag 2024-11-19 11:32:39 +01:00
stmp_device.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
string.c lib/string: optimized memmove 2024-11-19 18:06:13 +01:00
string_helpers.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
strncpy_from_user.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
strnlen_user.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
syscall.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test-kstrtox.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test-string_helpers.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_bitmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_bitops.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_bits.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_blackhole_dev.c net: blackhole_dev: fix build warning for ethh set but not used 2024-11-19 08:44:39 +01:00
test_bpf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_debug_virtual.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_firmware.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_fpu.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_free_pages.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_hash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_hexdump.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_hmm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_hmm_uapi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_ida.c ida: Fix crash in ida_free when the bitmap is empty 2024-11-18 12:12:17 +01:00
test_kasan.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_kasan_module.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_kmod.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_linear_ranges.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_list_sort.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_lockup.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_memcat_p.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_meminit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_min_heap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_module.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_objagg.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_overflow.c overflow: Implement size_t saturating arithmetic helpers 2024-11-18 11:42:47 +01:00
test_parman.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_printf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_rhashtable.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_siphash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_sort.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_stackinit.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_static_key_base.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_static_keys.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_string.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_strscpy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_sysctl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_ubsan.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_user_copy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_uuid.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_vmalloc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test_xarray.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
textsearch.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
timerqueue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts_bm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts_fsm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts_kmp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ubsan.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ubsan.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ucmpdi2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ucs2_string.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usercopy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uuid.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vsprintf.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
win_minmax.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xarray.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xxhash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00