index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
overflow_kunit.c
Age
Commit message (
Expand
)
Author
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
2024-02-29
overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
Kees Cook
2024-02-29
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
2023-12-18
overflow: Replace fake root_device with kunit_device
davidgow@google.com
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
2022-11-02
overflow: Introduce overflows_type() and castable_to_type()
Kees Cook
2022-10-25
overflow: Refactor test skips for Clang-specific issues
Kees Cook
2022-10-25
overflow: disable failing tests for older clang versions
Nick Desaulniers
2022-10-06
Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-09-30
lib: overflow: update reference to kunit-tool
Tales Aparecida
2022-09-07
overflow: Split up kunit tests for smaller stack frames
Kees Cook
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
2022-07-01
lib: overflow: Do not define 64-bit tests on 32-bit
Kees Cook
2022-02-27
lib: overflow: Convert to Kunit
Kees Cook