index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
report.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
1
-11
/
+30
2023-01-12
kasan: mark kasan_kunit_executing as static
Andrey Konovalov
1
-1
/
+1
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2022-12-12
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
1
-0
/
+53
2022-12-03
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-2
/
+2
2022-11-09
kasan: switch kunit tests to console tracepoints
Andrey Konovalov
1
-31
/
+0
2022-10-04
kasan: better invalid/double-free report header
Andrey Konovalov
1
-7
/
+16
2022-10-04
kasan: introduce kasan_complete_mode_report_info
Andrey Konovalov
1
-16
/
+14
2022-10-04
kasan: rework function arguments in report.c
Andrey Konovalov
1
-12
/
+11
2022-10-04
kasan: fill in cache and object in complete_report_info
Andrey Konovalov
1
-8
/
+13
2022-10-04
kasan: introduce complete_report_info
Andrey Konovalov
1
-2
/
+15
2022-10-04
kasan: simplify print_report
Andrey Konovalov
1
-6
/
+5
2022-10-04
kasan: make kasan_addr_to_page static
Andrey Konovalov
1
-2
/
+2
2022-10-04
kasan: use kasan_addr_to_slab in print_address_description
Andrey Konovalov
1
-9
/
+2
2022-10-04
kasan: use virt_addr_valid in kasan_addr_to_page/slab
Andrey Konovalov
1
-2
/
+2
2022-10-04
kasan: cosmetic changes in report.c
Andrey Konovalov
1
-7
/
+4
2022-10-04
kasan: introduce kasan_get_alloc_track
Andrey Konovalov
1
-4
/
+4
2022-10-04
kasan: introduce kasan_print_aux_stacks
Andrey Konovalov
1
-14
/
+1
2022-07-18
kasan: separate double free case from invalid free
Kuan-Ying Lee
1
-4
/
+8
2022-05-27
mm: kasan: fix input of vmalloc_to_page()
Kefeng Wang
1
-1
/
+1
2022-03-25
kasan: disable LOCKDEP when printing reports
Andrey Konovalov
1
-1
/
+5
2022-03-25
kasan: move and hide kasan_save_enable/restore_multi_shot
Andrey Konovalov
1
-13
/
+17
2022-03-25
kasan: reorder reporting functions
Andrey Konovalov
1
-41
/
+41
2022-03-25
kasan: respect KASAN_BIT_REPORTED in all reporting routines
Andrey Konovalov
1
-3
/
+32
2022-03-25
kasan: add comment about UACCESS regions to kasan_report
Andrey Konovalov
1
-0
/
+5
2022-03-25
kasan: rename kasan_access_info to kasan_report_info
Andrey Konovalov
1
-4
/
+4
2022-03-25
kasan: move and simplify kasan_report_async
Andrey Konovalov
1
-14
/
+14
2022-03-25
kasan: call print_report from kasan_report_invalid_free
Andrey Konovalov
1
-16
/
+26
2022-03-25
kasan: merge __kasan_report into kasan_report
Andrey Konovalov
1
-21
/
+15
2022-03-25
kasan: restructure kasan_report
Andrey Konovalov
1
-6
/
+9
2022-03-25
kasan: simplify kasan_find_first_bad_addr call sites
Andrey Konovalov
1
-4
/
+1
2022-03-25
kasan: split out print_report from __kasan_report
Andrey Konovalov
1
-27
/
+31
2022-03-25
kasan: move disable_trace_on_warning to start_report
Andrey Konovalov
1
-1
/
+2
2022-03-25
kasan: move update_kunit_status to start_report
Andrey Konovalov
1
-41
/
+34
2022-03-25
kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
Andrey Konovalov
1
-1
/
+1
2022-03-25
kasan: simplify kasan_update_kunit_status() and call sites
Andrey Konovalov
1
-16
/
+14
2022-03-25
kasan: simplify async check in end_report()
Andrey Konovalov
1
-1
/
+1
2022-03-25
kasan: rearrange stack frame info in reports
Andrey Konovalov
1
-3
/
+9
2022-03-25
kasan: more line breaks in reports
Andrey Konovalov
1
-2
/
+5
2022-03-25
kasan: drop addr check from describe_object_addr
Andrey Konovalov
1
-3
/
+0
2022-03-25
kasan: print virtual mapping info in reports
Andrey Konovalov
1
-1
/
+14
2022-03-25
kasan: test: support async (again) and asymm modes for HW_TAGS
Andrey Konovalov
1
-8
/
+9
2022-03-24
kasan: no need to unset panic_on_warn in end_report()
Tiezhu Yang
1
-9
/
+1
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
1
-2
/
+11
2022-01-06
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
1
-1
/
+1
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+4
2021-11-09
mm: kasan: use is_kernel() helper
Kefeng Wang
1
-1
/
+1
2021-11-09
lib, stackdepot: add helper to print stack entries
Imran Khan
1
-12
/
+3
2021-10-07
kasan: Extend KASAN mode kernel parameter
Vincenzo Frascino
1
-1
/
+1
2021-09-03
mm/kasan: move kasan.fault to mm/kasan/report.c
Woody Lin
1
-3
/
+26
[next]