type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | remove_zspage | mm/zsmalloc.c | 67eaedc1c52f0ac3ea99e4fc0bc3d7940344b94b | static void remove_zspage(struct size_class *class,
struct zspage *zspage,
int fullness) | static void remove_zspage(struct size_class *class, struct zspage *zspage) | param_removed |
function_signature_change | compact_node | mm/compaction.c | f6f3f27597864d38bce5b4c346494970ecc19544 | for_each_online_node(nid)
compact_node(NODE_DATA(nid), false) | static int compact_node(pg_data_t *pgdat, bool proactive) | return_type_changed |
function_signature_change | compact_nodes | mm/compaction.c | f6f3f27597864d38bce5b4c346494970ecc19544 | static void compact_nodes(void) | static int compact_nodes(void) | return_type_changed |
function_signature_change | damos_new_quota_goal | include/linux/damon.h | bcce9bc16f56fbc254857fcb31674ab868b824d7 | struct damos_quota_goal *damos_new_quota_goal(
unsigned long target_value, unsigned long current_value) | struct damos_quota_goal *damos_new_quota_goal(
enum damos_quota_goal_metric metric,
unsigned long target_value) | return_type_changed |
function_signature_change | damos_new_quota_goal | include/linux/damon.h | 06ba5b309ed870cf1a0fedc611d0e7fbb6425a2d | struct damos_quota_goal *damos_new_quota_goal(
unsigned long (*get_score)(void *), void *get_score_arg) | struct damos_quota_goal *damos_new_quota_goal(
unsigned long target_value, unsigned long current_value) | return_type_changed |
function_signature_change | damos_sysfs_set_quota_scores | mm/damon/sysfs-common.h | 9e736fdffe527b25cdd8c5b019e88681796fdb6e | void damos_sysfs_set_quota_scores(struct damon_sysfs_schemes *sysfs_schemes,
struct damon_ctx *ctx) | int damos_sysfs_set_quota_scores(struct damon_sysfs_schemes *sysfs_schemes,
struct damon_ctx *ctx) | return_type_changed |
function_signature_change | damos_sysfs_set_quota_score | mm/damon/sysfs-schemes.c | 9e736fdffe527b25cdd8c5b019e88681796fdb6e | static void damos_sysfs_set_quota_score(
struct damos_sysfs_quota_goals *sysfs_goals,
struct damos_quota *quota) | static int damos_sysfs_set_quota_score(
struct damos_sysfs_quota_goals *sysfs_goals,
struct damos_quota *quota) | return_type_changed |
function_signature_change | damos_sysfs_set_quota_scores | mm/damon/sysfs-schemes.c | 9e736fdffe527b25cdd8c5b019e88681796fdb6e | void damos_sysfs_set_quota_scores(struct damon_sysfs_schemes *sysfs_schemes,
struct damon_ctx *ctx) | int damos_sysfs_set_quota_scores(struct damon_sysfs_schemes *sysfs_schemes,
struct damon_ctx *ctx) | return_type_changed |
function_signature_change | __crash_kexec | include/linux/kexec.h | 02aff8480533817a29e820729360866441d7403d | extern void __crash_kexec(struct pt_regs *) | static inline void __crash_kexec(struct pt_regs *regs) | return_type_changed |
function_signature_change | crash_kexec | include/linux/kexec.h | 02aff8480533817a29e820729360866441d7403d | extern void crash_kexec(struct pt_regs *) | static inline void crash_kexec(struct pt_regs *regs) | return_type_changed |
function_signature_change | kexec_should_crash | include/linux/kexec.h | 02aff8480533817a29e820729360866441d7403d | int kexec_should_crash(struct task_struct *) | static inline int kexec_should_crash(struct task_struct *p) | return_type_changed |
function_signature_change | kexec_crash_loaded | include/linux/kexec.h | 02aff8480533817a29e820729360866441d7403d | int kexec_crash_loaded(void) | static inline int kexec_crash_loaded(void) | return_type_changed |
function_signature_change | purge_vmap_node | mm/vmalloc.c | 72210662c5a2b6005f6daea7fe293a0dc573e1a5 | static unsigned long
purge_vmap_node(struct vmap_node *vn) | static void purge_vmap_node(struct work_struct *work) | return_type_changed |
function_signature_change | __purge_vmap_area_lazy | mm/vmalloc.c | 72210662c5a2b6005f6daea7fe293a0dc573e1a5 | static bool __purge_vmap_area_lazy(unsigned long start, unsigned long end) | static bool __purge_vmap_area_lazy(unsigned long start, unsigned long end,
bool full_pool_decay) | param_added |
function_signature_change | s_stop | mm/vmalloc.c | d093602919ad5908532142a048539800fa94a0d1 | static void s_stop(struct seq_file *m, void *p)
__releases(&vmap_area_lock)
__releases(&vmap_purge_lock) | static void s_stop(struct seq_file *m, void *p) | param_type_changed |
function_signature_change | vmap_init_free_space | mm/vmalloc.c | d093602919ad5908532142a048539800fa94a0d1 | static void vmap_init_free_space(void) | static void __init vmap_init_free_space(void) | return_type_changed |
struct_layout_change | stack_record | include/linux/stackdepot.h | 4bedfb314bdd85c1662ecc46fa25b33b998f994d | null | null | fields_modified |
function_signature_change | sha256_block_data_order | arch/arm/crypto/sha256_glue.c | 53cc9baeb9bc2a187eb9c9790d30995148852b12 | asmlinkage void sha256_block_data_order(u32 *digest, const void *data,
unsigned int num_blks) | asmlinkage void sha256_block_data_order(struct sha256_state *state,
const u8 *data, int num_blks) | param_type_changed |
function_signature_change | sha512_block_data_order | arch/arm/crypto/sha512-glue.c | 53cc9baeb9bc2a187eb9c9790d30995148852b12 | asmlinkage void sha512_block_data_order(u64 *state, u8 const *src, int blocks) | asmlinkage void sha512_block_data_order(struct sha512_state *state,
u8 const *src, int blocks) | param_type_changed |
function_signature_change | sidtab_context_to_sid | security/selinux/ss/sidtab.c | dc9a746798263d300ff7a9968042e7977f2fff02 | int sidtab_context_to_sid(struct sidtab *s, struct context *context,
u32 *sid) | int sidtab_context_to_sid(struct sidtab *s, struct context *context, u32 *sid) | param_type_changed |
function_signature_change | sidtab_convert_tree | security/selinux/ss/sidtab.c | dc9a746798263d300ff7a9968042e7977f2fff02 | static int sidtab_convert_tree(union sidtab_entry_inner *edst,
union sidtab_entry_inner *esrc,
u32 *pos, u32 count, u32 level,
struct sidtab_convert_params *convert) | static int sidtab_convert_tree(union sidtab_entry_inner *edst,
union sidtab_entry_inner *esrc, u32 *pos,
u32 count, u32 level,
struct sidtab_convert_params *convert) | param_type_changed |
function_signature_change | sidtab_freeze_begin | security/selinux/ss/sidtab.c | dc9a746798263d300ff7a9968042e7977f2fff02 | void sidtab_freeze_begin(struct sidtab *s, unsigned long *flags) __acquires(&s->lock) | void sidtab_freeze_begin(struct sidtab *s, unsigned long *flags)
__acquires(&s->lock) | param_type_changed |
function_signature_change | sidtab_freeze_end | security/selinux/ss/sidtab.c | dc9a746798263d300ff7a9968042e7977f2fff02 | void sidtab_freeze_end(struct sidtab *s, unsigned long *flags) __releases(&s->lock) | void sidtab_freeze_end(struct sidtab *s, unsigned long *flags)
__releases(&s->lock) | param_type_changed |
function_signature_change | sidtab_sid2str_get | security/selinux/ss/sidtab.c | dc9a746798263d300ff7a9968042e7977f2fff02 | int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry,
char **out, u32 *out_len) | int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry, char **out,
u32 *out_len) | param_type_changed |
function_signature_change | sidtab_sid2str_get | security/selinux/ss/sidtab.h | 72a1c577d11936e33fbe3238021ade7201223b89 | int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry,
char **out, u32 *out_len) | int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry, char **out,
u32 *out_len) | param_type_changed |
function_signature_change | context_read_and_validate | security/selinux/ss/policydb.c | ec12c6ee2ae643693902013f50cade6764eae75c | static int context_read_and_validate(struct context *c,
struct policydb *p,
void *fp) | static int context_read_and_validate(struct context *c, struct policydb *p,
void *fp) | param_type_changed |
function_signature_change | read_cons_helper | security/selinux/ss/policydb.c | ec12c6ee2ae643693902013f50cade6764eae75c | static int read_cons_helper(struct policydb *p,
struct constraint_node **nodep,
u32 ncons, int allowxtarget, void *fp) | static int read_cons_helper(struct policydb *p, struct constraint_node **nodep,
u32 ncons, int allowxtarget, void *fp) | param_type_changed |
function_signature_change | ocontext_read | security/selinux/ss/policydb.c | ec12c6ee2ae643693902013f50cade6764eae75c | static int ocontext_read(struct policydb *p, const struct policydb_compat_info *info,
void *fp) | static int ocontext_read(struct policydb *p,
const struct policydb_compat_info *info, void *fp) | param_type_changed |
function_signature_change | context_write | security/selinux/ss/policydb.c | ec12c6ee2ae643693902013f50cade6764eae75c | static int context_write(struct policydb *p, struct context *c,
void *fp) | static int context_write(struct policydb *p, struct context *c, void *fp) | param_type_changed |
function_signature_change | ocontext_write | security/selinux/ss/policydb.c | ec12c6ee2ae643693902013f50cade6764eae75c | static int ocontext_write(struct policydb *p, const struct policydb_compat_info *info,
void *fp) | static int ocontext_write(struct policydb *p,
const struct policydb_compat_info *info, void *fp) | param_type_changed |
function_signature_change | put_entry | security/selinux/ss/policydb.h | a32582db36dcf3b23f860e092485e5e06b1b966c | static inline int put_entry(const void *buf, size_t bytes, size_t num, struct policy_file *fp) | static inline int put_entry(const void *buf, size_t bytes, size_t num,
struct policy_file *fp) | param_type_changed |
function_signature_change | policydb_filenametr_search | security/selinux/ss/policydb.h | a32582db36dcf3b23f860e092485e5e06b1b966c | extern struct filename_trans_datum *policydb_filenametr_search(
struct policydb *p, struct filename_trans_key *key) | extern struct filename_trans_datum *
policydb_filenametr_search(struct policydb *p, struct filename_trans_key *key) | return_type_changed |
function_signature_change | policydb_rangetr_search | security/selinux/ss/policydb.h | a32582db36dcf3b23f860e092485e5e06b1b966c | extern struct mls_range *policydb_rangetr_search(
struct policydb *p, struct range_trans *key) | extern struct mls_range *policydb_rangetr_search(struct policydb *p,
struct range_trans *key) | return_type_changed |
function_signature_change | policydb_roletr_search | security/selinux/ss/policydb.h | a32582db36dcf3b23f860e092485e5e06b1b966c | extern struct role_trans_datum *policydb_roletr_search(
struct policydb *p, struct role_trans_key *key) | extern struct role_trans_datum *
policydb_roletr_search(struct policydb *p, struct role_trans_key *key) | return_type_changed |
function_signature_change | mls_level_eq | security/selinux/ss/mls_types.h | 793f9add024abfaa8dfeac48704e39ca8649f02a | static inline int mls_level_eq(const struct mls_level *l1, const struct mls_level *l2) | static inline int mls_level_eq(const struct mls_level *l1,
const struct mls_level *l2) | param_type_changed |
function_signature_change | mls_level_dom | security/selinux/ss/mls_types.h | 793f9add024abfaa8dfeac48704e39ca8649f02a | static inline int mls_level_dom(const struct mls_level *l1, const struct mls_level *l2) | static inline int mls_level_dom(const struct mls_level *l1,
const struct mls_level *l2) | param_type_changed |
function_signature_change | mls_sid_to_context | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | void mls_sid_to_context(struct policydb *p,
struct context *context,
char **scontext) | void mls_sid_to_context(struct policydb *p, struct context *context,
char **scontext) | param_type_changed |
function_signature_change | mls_context_to_sid | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_context_to_sid(struct policydb *pol,
char oldc,
char *scontext,
struct context *context,
struct sidtab *s,
u32 def_sid) | int mls_context_to_sid(struct policydb *pol, char oldc, char *scontext,
struct context *context, struct sidtab *s, u32 def_sid) | param_type_changed |
function_signature_change | mls_range_set | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_range_set(struct context *context,
struct mls_range *range) | int mls_range_set(struct context *context, struct mls_range *range) | param_type_changed |
function_signature_change | mls_setup_user_range | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_setup_user_range(struct policydb *p,
struct context *fromcon, struct user_datum *user,
struct context *usercon) | int mls_setup_user_range(struct policydb *p, struct context *fromcon,
struct user_datum *user, struct context *usercon) | param_type_changed |
function_signature_change | mls_convert_context | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_convert_context(struct policydb *oldp,
struct policydb *newp,
struct context *oldc,
struct context *newc) | int mls_convert_context(struct policydb *oldp, struct policydb *newp,
struct context *oldc, struct context *newc) | param_type_changed |
function_signature_change | mls_compute_sid | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_compute_sid(struct policydb *p,
struct context *scontext,
struct context *tcontext,
u16 tclass,
u32 specified,
struct context *newcontext,
bool sock) | int mls_compute_sid(struct policydb *p, struct context *scontext,
struct context *tcontext, u16 tclass, u32 specified,
struct context *newcontext, bool sock) | param_type_changed |
function_signature_change | mls_export_netlbl_lvl | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | void mls_export_netlbl_lvl(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | void mls_export_netlbl_lvl(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_import_netlbl_lvl | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | void mls_import_netlbl_lvl(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | void mls_import_netlbl_lvl(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_export_netlbl_cat | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_export_netlbl_cat(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | int mls_export_netlbl_cat(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_import_netlbl_cat | security/selinux/ss/mls.c | 4afec3607b1487ecb556f890abd4d2c5c3bcfedd | int mls_import_netlbl_cat(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | int mls_import_netlbl_cat(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_export_netlbl_lvl | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | void mls_export_netlbl_lvl(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | void mls_export_netlbl_lvl(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_import_netlbl_lvl | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | void mls_import_netlbl_lvl(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | void mls_import_netlbl_lvl(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_export_netlbl_cat | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_export_netlbl_cat(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | int mls_export_netlbl_cat(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_import_netlbl_cat | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_import_netlbl_cat(struct policydb *p,
struct context *context,
struct netlbl_lsm_secattr *secattr) | int mls_import_netlbl_cat(struct policydb *p, struct context *context,
struct netlbl_lsm_secattr *secattr) | param_type_changed |
function_signature_change | mls_context_to_sid | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_context_to_sid(struct policydb *p,
char oldc,
char *scontext,
struct context *context,
struct sidtab *s,
u32 def_sid) | int mls_context_to_sid(struct policydb *p, char oldc, char *scontext,
struct context *context, struct sidtab *s, u32 def_sid) | param_type_changed |
function_signature_change | mls_convert_context | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_convert_context(struct policydb *oldp,
struct policydb *newp,
struct context *oldc,
struct context *newc) | int mls_convert_context(struct policydb *oldp, struct policydb *newp,
struct context *oldc, struct context *newc) | param_type_changed |
function_signature_change | mls_compute_sid | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_compute_sid(struct policydb *p,
struct context *scontext,
struct context *tcontext,
u16 tclass,
u32 specified,
struct context *newcontext,
bool sock) | int mls_compute_sid(struct policydb *p, struct context *scontext,
struct context *tcontext, u16 tclass, u32 specified,
struct context *newcontext, bool sock) | param_type_changed |
function_signature_change | mls_setup_user_range | security/selinux/ss/mls.h | 470948bc2dc9ae47f69b2ec0f1974e37f14af7b0 | int mls_setup_user_range(struct policydb *p,
struct context *fromcon, struct user_datum *user,
struct context *usercon) | int mls_setup_user_range(struct policydb *p, struct context *fromcon,
struct user_datum *user, struct context *usercon) | param_type_changed |
function_signature_change | __hashtab_insert | security/selinux/ss/hashtab.c | dfd9bb40a48ee7f54a89cde2a1094e886f955382 | int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst,
void *key, void *datum) | int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key,
void *datum) | param_type_changed |
function_signature_change | hashtab_map | security/selinux/ss/hashtab.c | dfd9bb40a48ee7f54a89cde2a1094e886f955382 | int hashtab_map(struct hashtab *h,
int (*apply)(void *k, void *d, void *args),
void *args) | int hashtab_map(struct hashtab *h, int (*apply)(void *k, void *d, void *args),
void *args) | param_type_changed |
function_signature_change | hashtab_duplicate | security/selinux/ss/hashtab.c | dfd9bb40a48ee7f54a89cde2a1094e886f955382 | int hashtab_duplicate(struct hashtab *new, struct hashtab *orig,
int (*copy)(struct hashtab_node *new,
struct hashtab_node *orig, void *args),
int (*destroy)(void *k, void *d, void *args),
void *args) | int hashtab_duplicate(struct hashtab *new, struct hashtab *orig,
int (*copy)(struct hashtab_node *new,
struct hashtab_node *orig, void *args),
int (*destroy)(void *k, void *d, void *args), void *args) | param_type_changed |
function_signature_change | __hashtab_insert | security/selinux/ss/hashtab.h | a84f5aa628321ece019e5d3e02b54cbd782b22dd | int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst,
void *key, void *datum) | int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, void *key,
void *datum) | param_type_changed |
function_signature_change | hashtab_map | security/selinux/ss/hashtab.h | a84f5aa628321ece019e5d3e02b54cbd782b22dd | int hashtab_map(struct hashtab *h,
int (*apply)(void *k, void *d, void *args),
void *args) | int hashtab_map(struct hashtab *h, int (*apply)(void *k, void *d, void *args),
void *args) | param_type_changed |
function_signature_change | hashtab_duplicate | security/selinux/ss/hashtab.h | a84f5aa628321ece019e5d3e02b54cbd782b22dd | int hashtab_duplicate(struct hashtab *new, struct hashtab *orig,
int (*copy)(struct hashtab_node *new,
struct hashtab_node *orig, void *args),
int (*destroy)(void *k, void *d, void *args),
void *args) | int hashtab_duplicate(struct hashtab *new, struct hashtab *orig,
int (*copy)(struct hashtab_node *new,
struct hashtab_node *orig, void *args),
int (*destroy)(void *k, void *d, void *args), void *args) | param_type_changed |
function_signature_change | ebitmap_and | security/selinux/ss/ebitmap.c | e951485f7419e73bcb4fd370825cceae53cf9712 | int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) | int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1,
const struct ebitmap *e2) | param_type_changed |
function_signature_change | ebitmap_contains | security/selinux/ss/ebitmap.c | e951485f7419e73bcb4fd370825cceae53cf9712 | int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit) | int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,
u32 last_e2bit) | param_type_changed |
function_signature_change | ebitmap_and | security/selinux/ss/ebitmap.h | 3ec3a835acdfe2a499ff6afdfdd55cc5ac2e4f9b | int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) | int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1,
const struct ebitmap *e2) | param_type_changed |
function_signature_change | ebitmap_contains | security/selinux/ss/ebitmap.h | 3ec3a835acdfe2a499ff6afdfdd55cc5ac2e4f9b | int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit) | int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,
u32 last_e2bit) | param_type_changed |
function_signature_change | mls_context_cpy | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int mls_context_cpy(struct context *dst, const struct context *src) | static inline int mls_context_cpy(struct context *dst,
const struct context *src) | param_type_changed |
function_signature_change | mls_context_cpy_low | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int mls_context_cpy_low(struct context *dst, const struct context *src) | static inline int mls_context_cpy_low(struct context *dst,
const struct context *src) | param_type_changed |
function_signature_change | mls_context_cpy_high | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int mls_context_cpy_high(struct context *dst, const struct context *src) | static inline int mls_context_cpy_high(struct context *dst,
const struct context *src) | param_type_changed |
function_signature_change | mls_context_glblub | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int mls_context_glblub(struct context *dst,
const struct context *c1, const struct context *c2) | static inline int mls_context_glblub(struct context *dst,
const struct context *c1,
const struct context *c2) | param_type_changed |
function_signature_change | mls_context_cmp | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int mls_context_cmp(const struct context *c1, const struct context *c2) | static inline int mls_context_cmp(const struct context *c1,
const struct context *c2) | param_type_changed |
function_signature_change | context_cmp | security/selinux/ss/context.h | b27e564c09e05fb483c8960831c644de69c79de6 | static inline int context_cmp(const struct context *c1, const struct context *c2) | static inline int context_cmp(const struct context *c1,
const struct context *c2) | param_type_changed |
function_signature_change | cond_write_av_list | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | static int cond_write_av_list(struct policydb *p,
struct cond_av_list *list, struct policy_file *fp) | static int cond_write_av_list(struct policydb *p, struct cond_av_list *list,
struct policy_file *fp) | param_type_changed |
function_signature_change | cond_write_node | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | static int cond_write_node(struct policydb *p, struct cond_node *node,
struct policy_file *fp) | static int cond_write_node(struct policydb *p, struct cond_node *node,
struct policy_file *fp) | param_type_changed |
function_signature_change | cond_compute_xperms | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
struct extended_perms_decision *xpermd) | void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
struct extended_perms_decision *xpermd) | param_type_changed |
function_signature_change | cond_compute_av | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
struct av_decision *avd, struct extended_perms *xperms) | void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
struct av_decision *avd, struct extended_perms *xperms) | param_type_changed |
function_signature_change | cond_dup_av_list | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | static int cond_dup_av_list(struct cond_av_list *new,
struct cond_av_list *orig,
struct avtab *avtab) | static int cond_dup_av_list(struct cond_av_list *new, struct cond_av_list *orig,
struct avtab *avtab) | param_type_changed |
function_signature_change | cond_bools_copy | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) | static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig,
void *args) | param_type_changed |
function_signature_change | duplicate_policydb_bools | security/selinux/ss/conditional.c | ade6a96f129aa08dfe4630bdd07b932f612cb899 | static int duplicate_policydb_bools(struct policydb *newdb,
struct policydb *orig) | static int duplicate_policydb_bools(struct policydb *newdb,
struct policydb *orig) | param_type_changed |
function_signature_change | cond_compute_av | security/selinux/ss/conditional.h | 1602a6c2ecd2bd15037c9016a178d1e0ee4bea23 | void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
struct av_decision *avd, struct extended_perms *xperms) | void cond_compute_av(struct avtab *ctab, struct avtab_key *key,
struct av_decision *avd, struct extended_perms *xperms) | param_type_changed |
function_signature_change | cond_compute_xperms | security/selinux/ss/conditional.h | 1602a6c2ecd2bd15037c9016a178d1e0ee4bea23 | void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
struct extended_perms_decision *xpermd) | void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
struct extended_perms_decision *xpermd) | param_type_changed |
function_signature_change | avtab_write_item | security/selinux/ss/avtab.h | 954a8ac0ce265ec6880f738959c7bb85d511268e | int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp) | int avtab_write_item(struct policydb *p, const struct avtab_node *cur,
void *fp) | param_type_changed |
function_signature_change | avtab_search_node_next | security/selinux/ss/avtab.h | 954a8ac0ce265ec6880f738959c7bb85d511268e | struct avtab_node *avtab_search_node_next(struct avtab_node *node, u16 specified) | struct avtab_node *avtab_search_node_next(struct avtab_node *node,
u16 specified) | return_type_changed |
struct_layout_change | vgic_dist | include/kvm/arm_vgic.h | 05f4d4f5d462618150a199bf26fd442b54b5d41a | null | null | fields_modified |
struct_layout_change | vgic_dist | include/kvm/arm_vgic.h | 9880835af78e05eb8e1f2f330c11840d96f815a3 | null | null | fields_modified |
struct_layout_change | vgic_dist | include/kvm/arm_vgic.h | 1d6f83f60f79ff0118823d904dc1f04ba89f9428 | null | null | fields_modified |
function_signature_change | kvm_arch_create_vm_debugfs | arch/powerpc/kvm/powerpc.c | 284851ee5caef1b42b513752bf1642ce4570bdc1 | int kvm_arch_create_vm_debugfs(struct kvm *kvm) | void kvm_arch_create_vm_debugfs(struct kvm *kvm) | return_type_changed |
function_signature_change | kvm_arch_create_vm_debugfs | arch/x86/kvm/debugfs.c | 284851ee5caef1b42b513752bf1642ce4570bdc1 | int kvm_arch_create_vm_debugfs(struct kvm *kvm) | void kvm_arch_create_vm_debugfs(struct kvm *kvm) | return_type_changed |
function_signature_change | kvm_arch_create_vm_debugfs | include/linux/kvm_host.h | 284851ee5caef1b42b513752bf1642ce4570bdc1 | int kvm_arch_create_vm_debugfs(struct kvm *kvm) | void kvm_arch_create_vm_debugfs(struct kvm *kvm) | return_type_changed |
function_signature_change | kvm_arch_create_vm_debugfs | virt/kvm/kvm_main.c | 284851ee5caef1b42b513752bf1642ce4570bdc1 | int __weak kvm_arch_create_vm_debugfs(struct kvm *kvm) | void __weak kvm_arch_create_vm_debugfs(struct kvm *kvm) | return_type_changed |
function_signature_change | thermal_zone_device_register_with_trips | include/linux/thermal.h | 698a1eb1f75eb6ac957d2af7721a3b1a94281e5d | struct thermal_zone_device *thermal_zone_device_register_with_trips(
const char *type,
const struct thermal_trip *trips,
int num_trips, int mask,
void *devdata,
struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp,
int passive_delay, int polling_delay) | struct thermal_zone_device *thermal_zone_device_register_with_trips(
const char *type,
const struct thermal_trip *trips,
int num_trips, int mask,
void *devdata,
const struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp,
int passive_delay, int polling_delay) | return_type_changed |
function_signature_change | thermal_tripless_zone_device_register | include/linux/thermal.h | 698a1eb1f75eb6ac957d2af7721a3b1a94281e5d | struct thermal_zone_device *thermal_tripless_zone_device_register(
const char *type,
void *devdata,
struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp) | struct thermal_zone_device *thermal_tripless_zone_device_register(
const char *type,
void *devdata,
const struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp) | return_type_changed |
function_signature_change | pch_wpt_add_acpi_psv_trip | drivers/thermal/intel/intel_pch_thermal.c | fcbf8780008609380d2e5b407c5bb7950fff018c | static int pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, int trip) | static int pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd,
struct thermal_trip *trip) | param_type_changed |
function_signature_change | add_dts_thermal_zone | drivers/thermal/intel/intel_soc_dts_iosf.c | fcbf8780008609380d2e5b407c5bb7950fff018c | static int add_dts_thermal_zone(int id, struct intel_soc_dts_sensor_entry *dts,
bool critical_trip) | static int add_dts_thermal_zone(int id, struct intel_soc_dts_sensor_entry *dts,
struct thermal_trip *trips,
bool critical_trip) | param_added |
function_signature_change | acpi_thermal_get_trip_points | drivers/acpi/thermal.c | 9686f04a7ba6366dbdbb5609dc26a6282803b888 | static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) | static void acpi_thermal_get_trip_points(struct acpi_thermal *tz) | return_type_changed |
function_signature_change | acpi_thermal_register_thermal_zone | drivers/acpi/thermal.c | 9686f04a7ba6366dbdbb5609dc26a6282803b888 | static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz,
unsigned int trip_count,
int passive_delay) | static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz,
const struct thermal_trip *trip_table,
unsigned int trip_count,
int passive_delay) | param_added |
function_signature_change | thermal_zone_device_register_with_trips | include/linux/thermal.h | 9b0a62758665e4d76269bba61eb63e5b8d18e499 | struct thermal_zone_device *thermal_zone_device_register_with_trips(
const char *type,
struct thermal_trip *trips,
int num_trips, int mask,
void *devdata,
struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp,
int passive_delay, int polling_delay) | struct thermal_zone_device *thermal_zone_device_register_with_trips(
const char *type,
const struct thermal_trip *trips,
int num_trips, int mask,
void *devdata,
struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp,
int passive_delay, int polling_delay) | return_type_changed |
struct_layout_change | fuse_open_out | include/uapi/linux/fuse.h | 7dc4e97a4f9a55bae6ed6ab3f96c92921259d59f | null | null | fields_modified |
struct_layout_change | fuse_init_out | include/uapi/linux/fuse.h | 7dc4e97a4f9a55bae6ed6ab3f96c92921259d59f | null | null | fields_modified |
function_signature_change | fuse_dio_unlock | fs/fuse/file.c | 205c1d8026835746d8597e1aa70c370e014e83fa | static void fuse_dio_unlock(struct inode *inode, bool exclusive) | static void fuse_dio_unlock(struct kiocb *iocb, bool exclusive) | param_type_changed |
function_signature_change | fuse_file_uncached_io_start | fs/fuse/iomode.c | 205c1d8026835746d8597e1aa70c370e014e83fa | static int fuse_file_uncached_io_start(struct inode *inode, struct fuse_file *ff) | int fuse_file_uncached_io_start(struct inode *inode, struct fuse_file *ff) | return_type_changed |
function_signature_change | fuse_file_uncached_io_end | fs/fuse/iomode.c | 205c1d8026835746d8597e1aa70c370e014e83fa | static void fuse_file_uncached_io_end(struct inode *inode, struct fuse_file *ff) | void fuse_file_uncached_io_end(struct inode *inode, struct fuse_file *ff) | return_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.