=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== kpatch-0.6.0/kmod/patch/kpatch.lds.S:1:__kpatch_funcs = ADDR(.kpatch.funcs); kpatch-0.6.0/kmod/patch/kpatch.lds.S:2:__kpatch_funcs_end = ADDR(.kpatch.funcs) + SIZEOF(.kpatch.funcs); kpatch-0.6.0/kmod/patch/kpatch.lds.S-3- kpatch-0.6.0/kmod/patch/kpatch.lds.S-4-#ifdef __KPATCH_MODULE__ kpatch-0.6.0/kmod/patch/kpatch.lds.S:5:__kpatch_dynrelas = ADDR(.kpatch.dynrelas); kpatch-0.6.0/kmod/patch/kpatch.lds.S:6:__kpatch_dynrelas_end = ADDR(.kpatch.dynrelas) + SIZEOF(.kpatch.dynrelas); kpatch-0.6.0/kmod/patch/kpatch.lds.S:7:__kpatch_checksum = ADDR(.kpatch.checksum); kpatch-0.6.0/kmod/patch/kpatch.lds.S-8-#endif ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-460- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:461:static inline gasm *as_a_gasm(gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-462-{ ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-465- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:466:static inline const gasm *as_a_const_gasm(const_gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-467-{ ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-584-#if BUILDING_GCC_VERSION == 4009 kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:585:typedef struct gimple_statement_asm gasm; kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-586-typedef struct gimple_statement_base gassign; ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-593- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:594:static inline gasm *as_a_gasm(gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-595-{ ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-598- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:599:static inline const gasm *as_a_const_gasm(const_gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-600-{ ############################################## kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-848- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:849:static inline gasm *as_a_gasm(gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-850-{ kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:851: return as_a<gasm *>(stmt); kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-852-} kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-853- kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:854:static inline const gasm *as_a_const_gasm(const_gimple stmt) kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-855-{ kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h:856: return as_a<const gasm *>(stmt); kpatch-0.6.0/kpatch-build/gcc-plugins/gcc-common.h-857-} ############################################## kpatch-0.6.0/test/integration/centos-7/macro-printk.patch-90-@@ -1099,6 +1108,7 @@ struct fib_info *fib_create_info(struct kpatch-0.6.0/test/integration/centos-7/macro-printk.patch:91: fib_info_update_nh_saddr(net, nexthop_nh); kpatch-0.6.0/test/integration/centos-7/macro-printk.patch-92- fib_add_weight(fi, nexthop_nh); ############################################## kpatch-0.6.0/test/integration/fedora-27/macro-printk.patch-90-@@ -1242,6 +1253,7 @@ struct fib_info *fib_create_info(struct kpatch-0.6.0/test/integration/fedora-27/macro-printk.patch:91: fib_info_update_nh_saddr(net, nexthop_nh); kpatch-0.6.0/test/integration/fedora-27/macro-printk.patch-92- fib_add_weight(fi, nexthop_nh); ############################################## kpatch-0.6.0/test/integration/kpatch-test-122-unload_all() { kpatch-0.6.0/test/integration/kpatch-test:123: for i in `/sbin/lsmod |egrep '^kpatch' |awk '{print $1}'`; do kpatch-0.6.0/test/integration/kpatch-test-124- if [[ $i != kpatch ]]; then ############################################## kpatch-0.6.0/test/integration/ubuntu-16.04/macro-printk.patch-88-@@ -1170,6 +1179,7 @@ struct fib_info *fib_create_info(struct kpatch-0.6.0/test/integration/ubuntu-16.04/macro-printk.patch:89: fib_info_update_nh_saddr(net, nexthop_nh); kpatch-0.6.0/test/integration/ubuntu-16.04/macro-printk.patch-90- fib_add_weight(fi, nexthop_nh);