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 | BPF_PROG | tools/testing/selftests/bpf/progs/struct_ops_module.c | 169e650069647325496e5a65408ff301874c8e01 | int BPF_PROG(test_2, int a, int b) | void BPF_PROG(test_2, int a, int b) | return_type_changed |
function_signature_change | cw1200_spi_off | drivers/net/wireless/st/cw1200/cw1200_spi.c | 2719a9e7156c4b3983b43db467c1ff96801bda99 | static int cw1200_spi_off(const struct cw1200_platform_data_spi *pdata) | static int cw1200_spi_off(struct hwbus_priv *self, const struct cw1200_platform_data_spi *pdata) | param_added |
function_signature_change | cw1200_spi_on | drivers/net/wireless/st/cw1200/cw1200_spi.c | 2719a9e7156c4b3983b43db467c1ff96801bda99 | static int cw1200_spi_on(const struct cw1200_platform_data_spi *pdata) | static int cw1200_spi_on(struct hwbus_priv *self, const struct cw1200_platform_data_spi *pdata) | param_added |
function_signature_change | blk_mq_use_cached_rq | block/blk-mq.c | 337e89feb7c29043dacd851b6ac28542a9a8aacf | static bool blk_mq_use_cached_rq(struct request *rq, struct blk_plug *plug,
struct bio *bio) | static void blk_mq_use_cached_rq(struct request *rq, struct blk_plug *plug,
struct bio *bio) | return_type_changed |
function_signature_change | mark_all_dquot_dirty | fs/quota/dquot.c | d0aa72604fbd80c8aabb46eda00535ed35570f1f | static inline int mark_all_dquot_dirty(struct dquot * const *dquot) | static inline int mark_all_dquot_dirty(struct dquot * const *dquots) | param_type_changed |
function_signature_change | media_pipeline_walk_pop | drivers/media/mc/mc-entity.c | b3decc5ce7d778224d266423b542326ad469cb5f | static void media_pipeline_walk_pop(struct media_pipeline_walk *walk) | static bool media_pipeline_walk_pop(struct media_pipeline_walk *walk) | return_type_changed |
function_signature_change | device_suspend_noirq | drivers/base/power/main.c | 86205785443bd6eff65152a24501ca58f301ab41 | static int device_suspend_noirq(struct device *dev) | static int device_suspend_noirq(struct device *dev, pm_message_t state, bool async) | param_added |
function_signature_change | device_suspend_late | drivers/base/power/main.c | 86205785443bd6eff65152a24501ca58f301ab41 | static int device_suspend_late(struct device *dev) | static int device_suspend_late(struct device *dev, pm_message_t state, bool async) | param_added |
function_signature_change | device_suspend | drivers/base/power/main.c | 86205785443bd6eff65152a24501ca58f301ab41 | static int device_suspend(struct device *dev) | static int device_suspend(struct device *dev, pm_message_t state, bool async) | param_added |
function_signature_change | dpm_save_failed_dev | include/linux/suspend.h | 9ff544fa5f94fe07f99a36d2138075b322067546 | static inline void dpm_save_failed_dev(const char *name) | void dpm_save_failed_dev(const char *name) | return_type_changed |
function_signature_change | dpm_save_failed_step | include/linux/suspend.h | 9ff544fa5f94fe07f99a36d2138075b322067546 | static inline void dpm_save_failed_step(enum suspend_stat_step step) | void dpm_save_failed_step(enum suspend_stat_step step) | return_type_changed |
function_signature_change | simple_nosetlease | fs/libfs.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | int
simple_nosetlease(struct file *filp, int arg, struct file_lock **flp,
void **priv) | int
simple_nosetlease(struct file *filp, int arg, struct file_lease **flp,
void **priv) | param_type_changed |
function_signature_change | lease_breaking | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool lease_breaking(struct file_lock *fl) | static bool lease_breaking(struct file_lease *fl) | param_type_changed |
function_signature_change | target_leasetype | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int target_leasetype(struct file_lock *fl) | static int target_leasetype(struct file_lease *fl) | param_type_changed |
function_signature_change | lease_break_callback | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool
lease_break_callback(struct file_lock *fl) | static bool
lease_break_callback(struct file_lease *fl) | param_type_changed |
function_signature_change | lease_setup | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static void
lease_setup(struct file_lock *fl, void **priv) | static void
lease_setup(struct file_lease *fl, void **priv) | param_type_changed |
function_signature_change | lease_init | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int lease_init(struct file *filp, int type, struct file_lock *fl) | static int lease_init(struct file *filp, int type, struct file_lease *fl) | param_type_changed |
function_signature_change | lease_clear_pending | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static void lease_clear_pending(struct file_lock *fl, int arg) | static void lease_clear_pending(struct file_lease *fl, int arg) | param_type_changed |
function_signature_change | lease_modify | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | int lease_modify(struct file_lock *fl, int arg, struct list_head *dispose) | int lease_modify(struct file_lease *fl, int arg, struct list_head *dispose) | param_type_changed |
function_signature_change | any_leases_conflict | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool
any_leases_conflict(struct inode *inode, struct file_lock *breaker) | static bool
any_leases_conflict(struct inode *inode, struct file_lease *breaker) | param_type_changed |
function_signature_change | generic_add_lease | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int
generic_add_lease(struct file *filp, int arg, struct file_lock **flp, void **priv) | static int
generic_add_lease(struct file *filp, int arg, struct file_lease **flp, void **priv) | param_type_changed |
function_signature_change | generic_setlease | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | int generic_setlease(struct file *filp, int arg, struct file_lock **flp,
void **priv) | int generic_setlease(struct file *filp, int arg, struct file_lease **flp,
void **priv) | param_type_changed |
function_signature_change | setlease_notifier | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static inline void
setlease_notifier(int arg, struct file_lock *lease) | static inline void
setlease_notifier(int arg, struct file_lease *lease) | param_type_changed |
function_signature_change | vfs_setlease | fs/locks.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | int
vfs_setlease(struct file *filp, int arg, struct file_lock **lease, void **priv) | int
vfs_setlease(struct file *filp, int arg, struct file_lease **lease, void **priv) | param_type_changed |
function_signature_change | nfs4_proc_setlease | fs/nfs/nfs4_fs.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | extern int nfs4_proc_setlease(struct file *file, int arg,
struct file_lock **lease, void **priv) | extern int nfs4_proc_setlease(struct file *file, int arg,
struct file_lease **lease, void **priv) | param_type_changed |
function_signature_change | nfs4_setlease | fs/nfs/nfs4file.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int nfs4_setlease(struct file *file, int arg, struct file_lock **lease,
void **priv) | static int nfs4_setlease(struct file *file, int arg, struct file_lease **lease,
void **priv) | param_type_changed |
function_signature_change | nfs4_add_lease | fs/nfs/nfs4proc.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int nfs4_add_lease(struct file *file, int arg, struct file_lock **lease,
void **priv) | static int nfs4_add_lease(struct file *file, int arg, struct file_lease **lease,
void **priv) | param_type_changed |
function_signature_change | nfs4_proc_setlease | fs/nfs/nfs4proc.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | int nfs4_proc_setlease(struct file *file, int arg, struct file_lock **lease,
void **priv) | int nfs4_proc_setlease(struct file *file, int arg, struct file_lease **lease,
void **priv) | param_type_changed |
function_signature_change | nfsd4_layout_lm_break | fs/nfsd/nfs4layouts.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool
nfsd4_layout_lm_break(struct file_lock *fl) | static bool
nfsd4_layout_lm_break(struct file_lease *fl) | param_type_changed |
function_signature_change | nfsd4_layout_lm_change | fs/nfsd/nfs4layouts.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int
nfsd4_layout_lm_change(struct file_lock *onlist, int arg,
struct list_head *dispose) | static int
nfsd4_layout_lm_change(struct file_lease *onlist, int arg,
struct list_head *dispose) | param_type_changed |
function_signature_change | nfsd_break_deleg_cb | fs/nfsd/nfs4state.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool
nfsd_break_deleg_cb(struct file_lock *fl) | static bool
nfsd_break_deleg_cb(struct file_lease *fl) | param_type_changed |
function_signature_change | nfsd_breaker_owns_lease | fs/nfsd/nfs4state.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static bool nfsd_breaker_owns_lease(struct file_lock *fl) | static bool nfsd_breaker_owns_lease(struct file_lease *fl) | param_type_changed |
function_signature_change | nfsd_change_deleg_cb | fs/nfsd/nfs4state.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int
nfsd_change_deleg_cb(struct file_lock *onlist, int arg,
struct list_head *dispose) | static int
nfsd_change_deleg_cb(struct file_lease *onlist, int arg,
struct list_head *dispose) | param_type_changed |
function_signature_change | cifs_setlease | fs/smb/client/cifsfs.c | c69ff4071935f946f1cddc59e1d36a03442ed015 | static int
cifs_setlease(struct file *file, int arg, struct file_lock **lease, void **priv) | static int
cifs_setlease(struct file *file, int arg, struct file_lease **lease, void **priv) | param_type_changed |
function_signature_change | generic_setlease | include/linux/filelock.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | int generic_setlease(struct file *, int, struct file_lock **, void **priv) | int generic_setlease(struct file *, int, struct file_lease **, void **priv) | param_type_changed |
function_signature_change | vfs_setlease | include/linux/filelock.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | int vfs_setlease(struct file *, int, struct file_lock **, void **) | int vfs_setlease(struct file *, int, struct file_lease **, void **) | param_type_changed |
function_signature_change | lease_modify | include/linux/filelock.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | int lease_modify(struct file_lock *, int, struct list_head *) | int lease_modify(struct file_lease *, int, struct list_head *) | param_type_changed |
function_signature_change | locks_alloc_lock | include/linux/filelock.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | struct file_lock * locks_alloc_lock(void) | struct file_lock *locks_alloc_lock(void) | return_type_changed |
function_signature_change | simple_nosetlease | include/linux/fs.h | c69ff4071935f946f1cddc59e1d36a03442ed015 | extern int simple_nosetlease(struct file *, int, struct file_lock **, void **) | extern int simple_nosetlease(struct file *, int, struct file_lease **, void **) | param_type_changed |
function_signature_change | lock_get_status | fs/locks.c | a1c2af326cb7d7cd07db38740ebb3aafa428fd6f | static void lock_get_status(struct seq_file *f, struct file_lock *fl,
loff_t id, char *pfx, int repeat) | static void lock_get_status(struct seq_file *f, struct file_lock_core *flc,
loff_t id, char *pfx, int repeat) | param_type_changed |
function_signature_change | locks_translate_pid | fs/locks.c | ae7eb16e0b5043beeca4f78fa2cde5f075cddda1 | static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns) | static pid_t locks_translate_pid(struct file_lock_core *fl, struct pid_namespace *ns) | param_type_changed |
function_signature_change | locks_insert_lock_ctx | fs/locks.c | 7c18509bdaefe2164e62829d614ef9ea429f29d2 | static void
locks_insert_lock_ctx(struct file_lock *fl, struct list_head *before) | static void
locks_insert_lock_ctx(struct file_lock_core *fl, struct list_head *before) | param_type_changed |
function_signature_change | locks_unlink_lock_ctx | fs/locks.c | 7c18509bdaefe2164e62829d614ef9ea429f29d2 | static void
locks_unlink_lock_ctx(struct file_lock *fl) | static void
locks_unlink_lock_ctx(struct file_lock_core *fl) | param_type_changed |
function_signature_change | locks_delete_lock_ctx | fs/locks.c | 7c18509bdaefe2164e62829d614ef9ea429f29d2 | static void
locks_delete_lock_ctx(struct file_lock *fl, struct list_head *dispose) | static void
locks_delete_lock_ctx(struct file_lock_core *fl, struct list_head *dispose) | param_type_changed |
function_signature_change | locks_wake_up_blocks | fs/locks.c | 347d49fdf36c5e2411afdb312935d88183fe5811 | static void locks_wake_up_blocks(struct file_lock *blocker) | static void locks_wake_up_blocks(struct file_lock_core *blocker) | param_type_changed |
function_signature_change | assign_type | fs/locks.c | d9077f7bad141df143cc4fa000a68a868bcea7c0 | static int assign_type(struct file_lock *fl, int type) | static int assign_type(struct file_lock_core *flc, int type) | param_type_changed |
function_signature_change | __locks_delete_block | fs/locks.c | 269a6194dcbaa5d8e61f32000486fc0f2acf08d0 | static void __locks_delete_block(struct file_lock_core *waiter) | static int __locks_delete_block(struct file_lock_core *waiter) | return_type_changed |
function_signature_change | locks_delete_block | fs/locks.c | 269a6194dcbaa5d8e61f32000486fc0f2acf08d0 | int locks_delete_block(struct file_lock *waiter_fl) | int locks_delete_block(struct file_lock *waiter) | param_type_changed |
function_signature_change | __locks_insert_block | fs/locks.c | 269a6194dcbaa5d8e61f32000486fc0f2acf08d0 | static void __locks_insert_block(struct file_lock *blocker_fl,
struct file_lock *waiter_fl,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | static void __locks_insert_block(struct file_lock_core *blocker,
struct file_lock_core *waiter,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | param_type_changed |
function_signature_change | locks_insert_block | fs/locks.c | 269a6194dcbaa5d8e61f32000486fc0f2acf08d0 | static void locks_insert_block(struct file_lock *blocker,
struct file_lock *waiter,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | static void locks_insert_block(struct file_lock_core *blocker,
struct file_lock_core *waiter,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | param_type_changed |
function_signature_change | locks_delete_block | fs/locks.c | e8a166cf3d72373d71af45438b8cbb05dc5e3cf6 | int locks_delete_block(struct file_lock *waiter) | int locks_delete_block(struct file_lock *waiter_fl) | param_type_changed |
function_signature_change | __locks_insert_block | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static void __locks_insert_block(struct file_lock *blocker,
struct file_lock *waiter,
bool conflict(struct file_lock *,
struct file_lock *)) | static void __locks_insert_block(struct file_lock *blocker_fl,
struct file_lock *waiter_fl,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | param_type_changed |
function_signature_change | locks_insert_block | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static void locks_insert_block(struct file_lock *blocker,
struct file_lock *waiter,
bool conflict(struct file_lock *,
struct file_lock *)) | static void locks_insert_block(struct file_lock *blocker,
struct file_lock *waiter,
bool conflict(struct file_lock_core *,
struct file_lock_core *)) | param_type_changed |
function_signature_change | locks_conflict | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static bool locks_conflict(struct file_lock *caller_fl,
struct file_lock *sys_fl) | static bool locks_conflict(struct file_lock_core *caller_flc,
struct file_lock_core *sys_flc) | param_type_changed |
function_signature_change | posix_locks_conflict | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static bool posix_locks_conflict(struct file_lock *caller_fl,
struct file_lock *sys_fl) | static bool posix_locks_conflict(struct file_lock_core *caller_flc,
struct file_lock_core *sys_flc) | param_type_changed |
function_signature_change | flock_locks_conflict | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static bool flock_locks_conflict(struct file_lock *caller_fl,
struct file_lock *sys_fl) | static bool flock_locks_conflict(struct file_lock_core *caller_flc,
struct file_lock_core *sys_flc) | param_type_changed |
function_signature_change | posix_locks_deadlock | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static int posix_locks_deadlock(struct file_lock *caller_fl,
struct file_lock *block_fl) | static bool posix_locks_deadlock(struct file_lock *caller_fl,
struct file_lock *block_fl) | return_type_changed |
function_signature_change | leases_conflict | fs/locks.c | b6be3714005c3933886be71011f19119e219e77c | static bool leases_conflict(struct file_lock *lease, struct file_lock *breaker) | static bool leases_conflict(struct file_lock_core *lc, struct file_lock_core *bc) | param_type_changed |
function_signature_change | __locks_delete_block | fs/locks.c | 1a62c22a156f7235acdbdb7ca0dcddf5062744b0 | static void __locks_delete_block(struct file_lock *waiter) | static void __locks_delete_block(struct file_lock_core *waiter) | param_type_changed |
function_signature_change | __locks_wake_up_blocks | fs/locks.c | 1a62c22a156f7235acdbdb7ca0dcddf5062744b0 | static void __locks_wake_up_blocks(struct file_lock *blocker) | static void __locks_wake_up_blocks(struct file_lock_core *blocker) | param_type_changed |
function_signature_change | locks_insert_global_blocked | fs/locks.c | 1a6c75d4bbd297a2121e3ea1e21aa964d65cbc5a | static void locks_insert_global_blocked(struct file_lock *waiter) | static void locks_insert_global_blocked(struct file_lock_core *waiter) | param_type_changed |
function_signature_change | locks_delete_global_blocked | fs/locks.c | 1a6c75d4bbd297a2121e3ea1e21aa964d65cbc5a | static void locks_delete_global_blocked(struct file_lock *waiter) | static void locks_delete_global_blocked(struct file_lock_core *waiter) | param_type_changed |
function_signature_change | locks_insert_global_locks | fs/locks.c | 4629172fd7290233d65a08ce2f2e2cbbcdbcd255 | static void locks_insert_global_locks(struct file_lock *fl) | static void locks_insert_global_locks(struct file_lock_core *flc) | param_type_changed |
function_signature_change | locks_delete_global_locks | fs/locks.c | 4629172fd7290233d65a08ce2f2e2cbbcdbcd255 | static void locks_delete_global_locks(struct file_lock *fl) | static void locks_delete_global_locks(struct file_lock_core *flc) | param_type_changed |
function_signature_change | posix_owner_key | fs/locks.c | ad399740bd41da5558d8b8b2b19481740ca063cb | static unsigned long
posix_owner_key(struct file_lock *fl) | static unsigned long
posix_owner_key(struct file_lock_core *flc) | param_type_changed |
function_signature_change | posix_same_owner | fs/locks.c | 9bb430a89d2dfce58a3d61a3a04e149109d3934e | static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2) | static int posix_same_owner(struct file_lock_core *fl1, struct file_lock_core *fl2) | param_type_changed |
function_signature_change | locks_check_ctx_file_list | fs/locks.c | fde4951834c22fc634c1e1238b874f894ef46c9c | static void
locks_check_ctx_file_list(struct file *filp, struct list_head *list,
char *list_type) | static void
locks_check_ctx_file_list(struct file *filp, struct list_head *list, char *list_type) | param_type_changed |
function_signature_change | locks_owner_has_blockers | fs/locks.c | fde4951834c22fc634c1e1238b874f894ef46c9c | bool locks_owner_has_blockers(struct file_lock_context *flctx,
fl_owner_t owner) | bool locks_owner_has_blockers(struct file_lock_context *flctx, fl_owner_t owner) | param_type_changed |
function_signature_change | locks_init_lock_heads | fs/locks.c | 4ca52f539865853e6ddbc393745cd0b305f0d810 | static void locks_init_lock_heads(struct file_lock *fl) | static void locks_init_lock_heads(struct file_lock_core *flc) | param_type_changed |
function_signature_change | log_ctrl | drivers/media/v4l2-core/v4l2-ctrls-core.c | 9801b5b28c6929139d6fceeee8d739cc67bb2739 | static void log_ctrl(const struct v4l2_ctrl *ctrl,
const char *prefix, const char *colon) | static void log_ctrl(const struct v4l2_ctrl_handler *hdl,
struct v4l2_ctrl *ctrl,
const char *prefix, const char *colon) | param_added |
function_signature_change | worker_attach_to_pool | kernel/workqueue.c | 4cb1ef64609f9b0254184b2947824f4b46ccab22 | static void worker_attach_to_pool(struct worker *worker,
struct worker_pool *pool) | static void worker_attach_to_pool(struct worker *worker,
struct worker_pool *pool) | param_type_changed |
function_signature_change | rxe_mr_init_user | drivers/infiniband/sw/rxe/rxe_loc.h | aafe4cc5096996873817ff4981a3744e8caf7808 | int rxe_mr_init_user(struct rxe_dev *rxe, u64 start, u64 length, u64 iova,
int access, struct rxe_mr *mr) | int rxe_mr_init_user(struct rxe_dev *rxe, u64 start, u64 length,
int access, struct rxe_mr *mr) | param_removed |
function_signature_change | rxe_mr_init_user | drivers/infiniband/sw/rxe/rxe_mr.c | aafe4cc5096996873817ff4981a3744e8caf7808 | int rxe_mr_init_user(struct rxe_dev *rxe, u64 start, u64 length, u64 iova,
int access, struct rxe_mr *mr) | int rxe_mr_init_user(struct rxe_dev *rxe, u64 start, u64 length,
int access, struct rxe_mr *mr) | param_removed |
function_signature_change | parse_events_error__print | tools/perf/util/parse-events.c | fd7b8e8fb20f51d60dfee7792806548f3c6a4c2c | void parse_events_error__print(struct parse_events_error *err,
const char *event) | void parse_events_error__print(const struct parse_events_error *err,
const char *event) | param_type_changed |
function_signature_change | parse_events_error__print | tools/perf/util/parse-events.h | fd7b8e8fb20f51d60dfee7792806548f3c6a4c2c | void parse_events_error__print(struct parse_events_error *err,
const char *event) | void parse_events_error__print(const struct parse_events_error *err,
const char *event) | param_type_changed |
function_signature_change | pmu_alias_terms | tools/perf/util/pmu.c | f5144ecad74101f87843aa08070df26a3937102a | static int pmu_alias_terms(struct perf_pmu_alias *alias, struct list_head *terms) | static int pmu_alias_terms(struct perf_pmu_alias *alias, int err_loc, struct list_head *terms) | param_added |
function_signature_change | selinux_socket_getpeersec_dgram | security/selinux/hooks.c | bfda63fa2243f66e3d07cce2f38cf12d68a2ddf0 | static int selinux_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) | static int selinux_socket_getpeersec_dgram(struct socket *sock,
struct sk_buff *skb, u32 *secid) | param_type_changed |
function_signature_change | mark_readonly | init/main.c | 398ec3e925eb1c4d5850ec60f7075e0c20199003 | static inline void mark_readonly(void) | static void mark_readonly(void) | return_type_changed |
function_signature_change | ice_vsi_cfg_txq | drivers/net/ethernet/intel/ice/ice_base.c | a292ba981324ec790eb671df1c64fae5c98c4b3d | int
ice_vsi_cfg_txq(struct ice_vsi *vsi, struct ice_tx_ring *ring,
struct ice_aqc_add_tx_qgrp *qg_buf) | static int
ice_vsi_cfg_txq(struct ice_vsi *vsi, struct ice_tx_ring *ring,
struct ice_aqc_add_tx_qgrp *qg_buf) | return_type_changed |
function_signature_change | ice_vsi_cfg_rxq | drivers/net/ethernet/intel/ice/ice_base.c | 3e5fb691faee1d43ee13d4ce2666b0a05e1555b3 | int ice_vsi_cfg_rxq(struct ice_rx_ring *ring) | static int ice_vsi_cfg_rxq(struct ice_rx_ring *ring) | return_type_changed |
function_signature_change | iwl_acpi_get_dsm | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | dc4fe7500e7a1a1ab56a7708ac9be4c90fd12174 | int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt,
enum iwl_dsm_funcs_rev_0 func, u32 *value) | int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt,
enum iwl_dsm_funcs func, u32 *value) | param_type_changed |
function_signature_change | iwl_acpi_get_dsm | drivers/net/wireless/intel/iwlwifi/fw/acpi.h | dc4fe7500e7a1a1ab56a7708ac9be4c90fd12174 | int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt,
enum iwl_dsm_funcs_rev_0 func, u32 *value) | int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt,
enum iwl_dsm_funcs func, u32 *value) | param_type_changed |
function_signature_change | iwl_mvm_eval_dsm_rfi | drivers/net/wireless/intel/iwlwifi/mvm/fw.c | dc2b94a111e0fb3779a86dd8d303ad842880f869 | static u8 iwl_mvm_eval_dsm_rfi(struct iwl_mvm *mvm) | static bool iwl_mvm_eval_dsm_rfi(struct iwl_mvm *mvm) | return_type_changed |
function_signature_change | iwl_acpi_get_eckv | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 20935f3e646e687f32f044d9d75a4a8637c086db | int iwl_acpi_get_eckv(struct device *dev, u32 *extl_clk) | int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) | param_type_changed |
function_signature_change | iwl_acpi_get_eckv | drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 20935f3e646e687f32f044d9d75a4a8637c086db | int iwl_acpi_get_eckv(struct device *dev, u32 *extl_clk) | int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) | param_type_changed |
function_signature_change | iwl_acpi_get_mcc | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 669761e897a4fc87ae0e4625590f2a396a87a3d1 | int iwl_acpi_get_mcc(struct device *dev, char *mcc) | int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) | param_type_changed |
function_signature_change | iwl_acpi_get_mcc | drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 669761e897a4fc87ae0e4625590f2a396a87a3d1 | int iwl_acpi_get_mcc(struct device *dev, char *mcc) | int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) | param_type_changed |
struct_layout_change | iwl_link_config_cmd | drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h | 4dde4ff0eadd6cde43aa5f39fbea36355f9f6e44 | null | null | fields_modified |
function_signature_change | iwl_acpi_get_pwr_limit | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | a51d1cf5ad64a17230cf90e1770d363c5cbc0d5c | u64 iwl_acpi_get_pwr_limit(struct device *dev) | int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, u64 *dflt_pwr_limit) | param_added |
function_signature_change | iwl_acpi_get_pwr_limit | drivers/net/wireless/intel/iwlwifi/fw/acpi.h | a51d1cf5ad64a17230cf90e1770d363c5cbc0d5c | u64 iwl_acpi_get_pwr_limit(struct device *dev) | int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, u64 *dflt_pwr_limit) | param_added |
function_signature_change | ieee80211_set_fils_discovery | net/mac80211/cfg.c | 392d3dfdfd68f4be6964d4fc8f3979a7a859e6f2 | static int ieee80211_set_fils_discovery(struct ieee80211_sub_if_data *sdata,
struct cfg80211_fils_discovery *params,
struct ieee80211_link_data *link,
struct ieee80211_bss_conf *link_conf) | static int ieee80211_set_fils_discovery(struct ieee80211_sub_if_data *sdata,
struct cfg80211_fils_discovery *params,
struct ieee80211_link_data *link,
struct ieee80211_bss_conf *link_conf,
u64 *changed) | param_added |
function_signature_change | iwl_acpi_get_tas | drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 3bc67e7c18cd69e88b801336cfe2a4dc7b4981a4 | int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt,
union iwl_tas_config_cmd *cmd, int fw_ver) | int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt,
struct iwl_tas_data *tas_data) | param_removed |
function_signature_change | iwl_acpi_get_tas | drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 3bc67e7c18cd69e88b801336cfe2a4dc7b4981a4 | int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt,
union iwl_tas_config_cmd *cmd, int fw_ver) | int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt,
struct iwl_tas_data *data) | param_removed |
function_signature_change | iwl_parse_tas_selection | drivers/net/wireless/intel/iwlwifi/fw/regulatory.c | 3bc67e7c18cd69e88b801336cfe2a4dc7b4981a4 | int iwl_parse_tas_selection(struct iwl_fw_runtime *fwrt,
union iwl_tas_config_cmd *cmd, int fw_ver,
const u32 tas_selection) | int iwl_parse_tas_selection(struct iwl_fw_runtime *fwrt,
struct iwl_tas_data *tas_data,
const u32 tas_selection) | param_removed |
function_signature_change | iwl_parse_tas_selection | drivers/net/wireless/intel/iwlwifi/fw/regulatory.h | 3bc67e7c18cd69e88b801336cfe2a4dc7b4981a4 | int iwl_parse_tas_selection(struct iwl_fw_runtime *fwrt,
union iwl_tas_config_cmd *cmd, int fw_ver,
const u32 tas_selection) | int iwl_parse_tas_selection(struct iwl_fw_runtime *fwrt,
struct iwl_tas_data *tas_data,
const u32 tas_selection) | param_removed |
function_signature_change | iwl_mvm_sar_select_profile | drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 427661e4c48887ea2a226cd972e574ae7686fb95 | inline int iwl_mvm_sar_select_profile(struct iwl_mvm *mvm,
int prof_a, int prof_b) | int iwl_mvm_sar_select_profile(struct iwl_mvm *mvm, int prof_a, int prof_b) | return_type_changed |
function_signature_change | iwl_mvm_get_sar_geo_profile | drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 427661e4c48887ea2a226cd972e574ae7686fb95 | inline int iwl_mvm_get_sar_geo_profile(struct iwl_mvm *mvm) | int iwl_mvm_get_sar_geo_profile(struct iwl_mvm *mvm) | return_type_changed |
function_signature_change | iwl_mvm_wowlan_config_rsc_tsc | drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8c9bef26e98b71b18afe8de6212b750c4e9f9ecf | static int iwl_mvm_wowlan_config_rsc_tsc(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | static int iwl_mvm_wowlan_config_rsc_tsc(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
struct iwl_mvm_vif_link_info *mvm_link) | param_added |
function_signature_change | iwl_mvm_send_patterns | drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8c9bef26e98b71b18afe8de6212b750c4e9f9ecf | static int iwl_mvm_send_patterns(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
struct cfg80211_wowlan *wowlan) | static int iwl_mvm_send_patterns(struct iwl_mvm *mvm,
struct iwl_mvm_vif_link_info *mvm_link,
struct cfg80211_wowlan *wowlan) | param_type_changed |
function_signature_change | iwl_mvm_wowlan_config_key_params | drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8c9bef26e98b71b18afe8de6212b750c4e9f9ecf | static int iwl_mvm_wowlan_config_key_params(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | static int iwl_mvm_wowlan_config_key_params(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
struct iwl_mvm_vif_link_info *mvm_link) | param_added |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.