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_allow_uninit_stack | include/linux/bpf.h | d79a3549754725bb90e58104417449edddf3da3d | static inline bool bpf_allow_uninit_stack(void) | static inline bool bpf_allow_uninit_stack(const struct bpf_token *token) | param_type_changed |
function_signature_change | bpf_bypass_spec_v1 | include/linux/bpf.h | d79a3549754725bb90e58104417449edddf3da3d | static inline bool bpf_bypass_spec_v1(void) | static inline bool bpf_bypass_spec_v1(const struct bpf_token *token) | param_type_changed |
function_signature_change | bpf_bypass_spec_v4 | include/linux/bpf.h | d79a3549754725bb90e58104417449edddf3da3d | static inline bool bpf_bypass_spec_v4(void) | static inline bool bpf_bypass_spec_v4(const struct bpf_token *token) | param_type_changed |
function_signature_change | bpf_base_func_proto | include/linux/bpf.h | bbc1d24724e110b86a1a7c3c1724ce0d62cc1e2e | const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id) | const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
const struct bpf_prog *prog) | param_added |
function_signature_change | bpf_sk_base_func_proto | net/core/filter.c | bbc1d24724e110b86a1a7c3c1724ce0d62cc1e2e | static const struct bpf_func_proto *
bpf_sk_base_func_proto(enum bpf_func_id func_id) | static const struct bpf_func_proto *
bpf_sk_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) | param_added |
function_signature_change | map_check_btf | kernel/bpf/syscall.c | a177fc2bf6fd83704854feaf7aae926b1df4f0b9 | static int map_check_btf(struct bpf_map *map, const struct btf *btf,
u32 btf_key_id, u32 btf_value_id) | static int map_check_btf(struct bpf_map *map, struct bpf_token *token,
const struct btf *btf, u32 btf_key_id, u32 btf_value_id) | param_added |
function_signature_change | mbm_config_write_domain | arch/x86/kernel/cpu/resctrl/rdtgroup.c | fc747eebef734563cf68a512f57937c8f231834a | static int mbm_config_write_domain(struct rdt_resource *r,
struct rdt_domain *d, u32 evtid, u32 val) | static void mbm_config_write_domain(struct rdt_resource *r,
struct rdt_domain *d, u32 evtid, u32 val) | return_type_changed |
function_signature_change | perf_mem_events__record_args | tools/perf/util/mem-events.c | 70f4b20d07df94916230b6783097358703c90113 | int perf_mem_events__record_args(const char **rec_argv, int *argv_nr,
char **rec_tmp, int *tmp_nr) | int perf_mem_events__record_args(const char **rec_argv, int *argv_nr) | param_removed |
function_signature_change | perf_mem_events__record_args | tools/perf/util/mem-events.h | 70f4b20d07df94916230b6783097358703c90113 | int perf_mem_events__record_args(const char **rec_argv, int *argv_nr,
char **rec_tmp, int *tmp_nr) | int perf_mem_events__record_args(const char **rec_argv, int *argv_nr) | param_removed |
function_signature_change | is_mem_loads_aux_event | tools/perf/util/mem-events.c | 8ea9dfb916618043a8daff8cf06ac66e8f0d0c7b | __weak bool is_mem_loads_aux_event(struct evsel *leader __maybe_unused) | bool is_mem_loads_aux_event(struct evsel *leader) | return_type_changed |
function_signature_change | perf_pmu__arch_init | tools/perf/util/pmu.c | bb65acdc832ec84fa42d752c50247e968381d057 | void __weak
perf_pmu__arch_init(struct perf_pmu *pmu __maybe_unused) | void __weak
perf_pmu__arch_init(struct perf_pmu *pmu) | param_type_changed |
function_signature_change | devcoredump_snapshot | drivers/gpu/drm/xe/xe_devcoredump.c | 98fefec8c38117d50cbbc6ca240ed953570ea778 | static void devcoredump_snapshot(struct xe_devcoredump *coredump,
struct xe_exec_queue *q) | static void devcoredump_snapshot(struct xe_devcoredump *coredump,
struct xe_sched_job *job) | param_type_changed |
function_signature_change | xe_devcoredump | drivers/gpu/drm/xe/xe_devcoredump.c | 98fefec8c38117d50cbbc6ca240ed953570ea778 | void xe_devcoredump(struct xe_exec_queue *q) | void xe_devcoredump(struct xe_sched_job *job) | param_type_changed |
function_signature_change | xe_devcoredump | drivers/gpu/drm/xe/xe_devcoredump.h | 98fefec8c38117d50cbbc6ca240ed953570ea778 | void xe_devcoredump(struct xe_exec_queue *q) | void xe_devcoredump(struct xe_sched_job *job) | param_type_changed |
function_signature_change | xe_guc_exec_queue_snapshot_capture | drivers/gpu/drm/xe/xe_guc_submit.h | 98fefec8c38117d50cbbc6ca240ed953570ea778 | struct xe_guc_submit_exec_queue_snapshot *
xe_guc_exec_queue_snapshot_capture(struct xe_exec_queue *q) | struct xe_guc_submit_exec_queue_snapshot *
xe_guc_exec_queue_snapshot_capture(struct xe_sched_job *job) | return_type_changed |
function_signature_change | calculate_ofdmr_parameter | drivers/staging/vt6655/card.c | 11e922cf62ee8a61e807c6205fce8cce2d0e11eb | static void calculate_ofdmr_parameter(unsigned char rate,
u8 bb_type,
unsigned char *tx_rate,
unsigned char *rsv_time) | static void calculate_ofdmr_parameter(unsigned char rate,
u8 bb_type,
unsigned char *tx_rate,
unsigned char *rsv_time) | param_type_changed |
function_signature_change | card_update_tsf | drivers/staging/vt6655/card.c | 11e922cf62ee8a61e807c6205fce8cce2d0e11eb | bool card_update_tsf(struct vnt_private *priv, unsigned char rx_rate,
u64 bss_timestamp) | bool card_update_tsf(struct vnt_private *priv, unsigned char rx_rate,
u64 bss_timestamp) | param_type_changed |
function_signature_change | card_set_beacon_period | drivers/staging/vt6655/card.c | 11e922cf62ee8a61e807c6205fce8cce2d0e11eb | bool card_set_beacon_period(struct vnt_private *priv,
unsigned short beacon_interval) | bool card_set_beacon_period(struct vnt_private *priv,
unsigned short beacon_interval) | param_type_changed |
struct_layout_change | cb_desc | drivers/staging/rtl8192e/rtllib.h | 9ad8d831a08e28fa532d3fd0db359afdb1e3bab4 | null | null | fields_modified |
function_signature_change | fsnotify_event_needs_parent | fs/notify/fsnotify.c | 082fd1ea1f98e6bb1189213a2404ddd774de3843 | static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt,
__u32 mask) | static bool fsnotify_event_needs_parent(struct inode *inode, __u32 mnt_mask,
__u32 mask) | param_type_changed |
struct_layout_change | mbm_state | arch/x86/kernel/cpu/resctrl/internal.h | c2427e70c1630d98966375fffc2b713ab9768a94 | null | null | fields_modified |
function_signature_change | ufshcd_mcq_get_tag | drivers/ufs/core/ufs-mcq.c | 01f256228c0f89c4b48fbc7c67b64a26cdcfd740 | static int ufshcd_mcq_get_tag(struct ufs_hba *hba,
struct ufs_hw_queue *hwq,
struct cq_entry *cqe) | static int ufshcd_mcq_get_tag(struct ufs_hba *hba, struct cq_entry *cqe) | param_removed |
struct_layout_change | ufs_mtk_host | drivers/ufs/host/ufs-mediatek.h | e0dc13e5a3cb9de98fd00b7718738f9eef4bd0ce | null | null | fields_modified |
struct_layout_change | ufs_mtk_host | drivers/ufs/host/ufs-mediatek.h | 0652205b4ce2c954a08f9cbba432aadda79c6484 | null | null | fields_modified |
function_signature_change | gve_num_tx_qpls | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static inline u32 gve_num_tx_qpls(struct gve_priv *priv) | static inline u32 gve_num_tx_qpls(const struct gve_queue_config *tx_cfg,
int num_xdp_queues,
bool is_qpl) | param_added |
function_signature_change | gve_num_rx_qpls | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static inline u32 gve_num_rx_qpls(struct gve_priv *priv) | static inline u32 gve_num_rx_qpls(const struct gve_queue_config *rx_cfg,
bool is_qpl) | param_added |
function_signature_change | gve_rx_start_qpl_id | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static inline u32 gve_rx_start_qpl_id(struct gve_priv *priv) | static inline u32 gve_rx_start_qpl_id(const struct gve_queue_config *tx_cfg) | param_type_changed |
function_signature_change | gve_unassign_qpl | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static inline void gve_unassign_qpl(struct gve_priv *priv, int id) | static inline void gve_unassign_qpl(struct gve_qpl_config *qpl_cfg, int id) | param_type_changed |
function_signature_change | gve_tx_free_rings_gqi | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_tx_free_rings_gqi(struct gve_priv *priv, int start_id, int num_rings) | void gve_tx_free_rings_gqi(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_removed |
function_signature_change | gve_rx_free_rings_gqi | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_rx_free_rings_gqi(struct gve_priv *priv) | void gve_rx_free_rings_gqi(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
struct_layout_change | gve_tx_alloc_rings_cfg | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | null | null | fields_modified |
struct_layout_change | gve_rx_alloc_rings_cfg | drivers/net/ethernet/google/gve/gve.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | null | null | fields_modified |
function_signature_change | gve_tx_alloc_rings_dqo | drivers/net/ethernet/google/gve/gve_dqo.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | int gve_tx_alloc_rings_dqo(struct gve_priv *priv) | int gve_tx_alloc_rings_dqo(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_tx_free_rings_dqo | drivers/net/ethernet/google/gve/gve_dqo.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_tx_free_rings_dqo(struct gve_priv *priv) | void gve_tx_free_rings_dqo(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_alloc_rings_dqo | drivers/net/ethernet/google/gve/gve_dqo.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | int gve_rx_alloc_rings_dqo(struct gve_priv *priv) | int gve_rx_alloc_rings_dqo(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_free_rings_dqo | drivers/net/ethernet/google/gve/gve_dqo.h | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_rx_free_rings_dqo(struct gve_priv *priv) | void gve_rx_free_rings_dqo(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_alloc_rings | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static int gve_alloc_rings(struct gve_priv *priv) | static int gve_alloc_rings(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *tx_alloc_cfg,
struct gve_rx_alloc_rings_cfg *rx_alloc_cfg) | param_added |
function_signature_change | gve_free_rings | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_free_rings(struct gve_priv *priv) | static void gve_free_rings(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *tx_cfg,
struct gve_rx_alloc_rings_cfg *rx_cfg) | param_added |
function_signature_change | gve_alloc_queue_page_list | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static int gve_alloc_queue_page_list(struct gve_priv *priv, u32 id,
int pages) | static int gve_alloc_queue_page_list(struct gve_priv *priv,
struct gve_queue_page_list *qpl,
u32 id, int pages) | param_added |
function_signature_change | gve_free_queue_page_list | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_free_queue_page_list(struct gve_priv *priv, u32 id) | static void gve_free_queue_page_list(struct gve_priv *priv,
struct gve_queue_page_list *qpl,
int id) | param_added |
function_signature_change | gve_alloc_qpls | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static int gve_alloc_qpls(struct gve_priv *priv) | static int gve_alloc_qpls(struct gve_priv *priv,
struct gve_qpls_alloc_cfg *cfg) | param_added |
function_signature_change | gve_free_qpls | drivers/net/ethernet/google/gve/gve_main.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_free_qpls(struct gve_priv *priv) | static void gve_free_qpls(struct gve_priv *priv,
struct gve_qpls_alloc_cfg *cfg) | param_added |
function_signature_change | gve_rx_unfill_pages | drivers/net/ethernet/google/gve/gve_rx.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_rx_unfill_pages(struct gve_priv *priv, struct gve_rx_ring *rx) | static void gve_rx_unfill_pages(struct gve_priv *priv,
struct gve_rx_ring *rx,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_free_rings_gqi | drivers/net/ethernet/google/gve/gve_rx.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_rx_free_rings_gqi(struct gve_priv *priv) | void gve_rx_free_rings_gqi(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_free_ring_dqo | drivers/net/ethernet/google/gve/gve_rx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_rx_free_ring_dqo(struct gve_priv *priv, int idx) | static void gve_rx_free_ring_dqo(struct gve_priv *priv, struct gve_rx_ring *rx,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_alloc_ring_dqo | drivers/net/ethernet/google/gve/gve_rx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static int gve_rx_alloc_ring_dqo(struct gve_priv *priv, int idx) | static int gve_rx_alloc_ring_dqo(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg,
struct gve_rx_ring *rx,
int idx) | param_added |
function_signature_change | gve_rx_alloc_rings_dqo | drivers/net/ethernet/google/gve/gve_rx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | int gve_rx_alloc_rings_dqo(struct gve_priv *priv) | int gve_rx_alloc_rings_dqo(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_rx_free_rings_dqo | drivers/net/ethernet/google/gve/gve_rx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_rx_free_rings_dqo(struct gve_priv *priv) | void gve_rx_free_rings_dqo(struct gve_priv *priv,
struct gve_rx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_tx_free_rings_gqi | drivers/net/ethernet/google/gve/gve_tx.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_tx_free_rings_gqi(struct gve_priv *priv, int start_id, int num_rings) | void gve_tx_free_rings_gqi(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_removed |
function_signature_change | gve_tx_free_ring_dqo | drivers/net/ethernet/google/gve/gve_tx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static void gve_tx_free_ring_dqo(struct gve_priv *priv, int idx) | static void gve_tx_free_ring_dqo(struct gve_priv *priv, struct gve_tx_ring *tx,
struct gve_tx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_tx_alloc_ring_dqo | drivers/net/ethernet/google/gve/gve_tx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | static int gve_tx_alloc_ring_dqo(struct gve_priv *priv, int idx) | static int gve_tx_alloc_ring_dqo(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg,
struct gve_tx_ring *tx,
int idx) | param_added |
function_signature_change | gve_tx_alloc_rings_dqo | drivers/net/ethernet/google/gve/gve_tx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | int gve_tx_alloc_rings_dqo(struct gve_priv *priv) | int gve_tx_alloc_rings_dqo(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_tx_free_rings_dqo | drivers/net/ethernet/google/gve/gve_tx_dqo.c | f13697cc7a19225307d85b0a77ef1c15abe95a7d | void gve_tx_free_rings_dqo(struct gve_priv *priv) | void gve_tx_free_rings_dqo(struct gve_priv *priv,
struct gve_tx_alloc_rings_cfg *cfg) | param_added |
function_signature_change | gve_napi_poll | drivers/net/ethernet/google/gve/gve_main.c | 1dfc2e46117e5c41037e27e859e75a7518881ee6 | static int gve_napi_poll(struct napi_struct *napi, int budget) | int gve_napi_poll(struct napi_struct *napi, int budget) | return_type_changed |
function_signature_change | gve_napi_poll_dqo | drivers/net/ethernet/google/gve/gve_main.c | 1dfc2e46117e5c41037e27e859e75a7518881ee6 | static int gve_napi_poll_dqo(struct napi_struct *napi, int budget) | int gve_napi_poll_dqo(struct napi_struct *napi, int budget) | return_type_changed |
function_signature_change | BTF_ID_FLAGS | tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c | 0253e0590e2dc46996534371d56b5297099aed4e | BTF_SET8_START(bpf_testmod_check_kfunc_ids)
BTF_ID_FLAGS(func, bpf_testmod_test_mod_kfunc)
BTF_ID_FLAGS(func, bpf_kfunc_call_test1)
BTF_ID_FLAGS(func, bpf_kfunc_call_test2)
BTF_ID_FLAGS(func, bpf_kfunc_call_test3)
BTF_ID_FLAGS(func, bpf_kfunc_call_test4)
BTF_ID_FLAGS(func, bpf_kfunc_call_test_mem_len_pass1)
BTF_ID_FLAG... | BTF_SET8_START(bpf_testmod_common_kfunc_ids)
BTF_ID_FLAGS(func, bpf_iter_testmod_seq_new, KF_ITER_NEW)
BTF_ID_FLAGS(func, bpf_iter_testmod_seq_next, KF_ITER_NEXT | KF_RET_NULL)
BTF_ID_FLAGS(func, bpf_iter_testmod_seq_destroy, KF_ITER_DESTROY)
BTF_ID_FLAGS(func, bpf_kfunc_common_test)
BTF_SET8_END(bpf_testmod_common_kfu... | param_added |
function_signature_change | find_struct_ops_kern_types | tools/lib/bpf/libbpf.c | 9e926acda0c2e21bca431a1818665ddcd6939755 | static int
find_struct_ops_kern_types(const struct btf *btf, const char *tname,
const struct btf_type **type, __u32 *type_id,
const struct btf_type **vtype, __u32 *vtype_id,
const struct btf_member **data_member) | static int
find_struct_ops_kern_types(struct bpf_object *obj, const char *tname,
struct module_btf **mod_btf,
const struct btf_type **type, __u32 *type_id,
const struct btf_type **vtype, __u32 *vtype_id,
const struct btf_member **data_member) | param_added |
function_signature_change | bpf_map__init_kern_struct_ops | tools/lib/bpf/libbpf.c | 9e926acda0c2e21bca431a1818665ddcd6939755 | static int bpf_map__init_kern_struct_ops(struct bpf_map *map,
const struct btf *btf,
const struct btf *kern_btf) | static int bpf_map__init_kern_struct_ops(struct bpf_map *map) | param_removed |
function_signature_change | bpf_struct_ops_desc_init | kernel/bpf/bpf_struct_ops.c | f6be98d19985411ca1f3d53413d94d5b7f41c200 | static void bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
struct btf *btf,
struct bpf_verifier_log *log) | int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
struct btf *btf,
struct bpf_verifier_log *log) | return_type_changed |
function_signature_change | btf_add_struct_ops | kernel/bpf/btf.c | f6be98d19985411ca1f3d53413d94d5b7f41c200 | static int
btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops) | static int
btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops,
struct bpf_verifier_log *log) | param_added |
function_signature_change | BTF_ID | kernel/bpf/bpf_struct_ops.c | 612d087d4ba54cef47946e22e5dabad762dd7ed5 | BTF_ID_LIST(st_ops_ids)
BTF_ID(struct, module)
enum | BTF_ID_LIST(st_ops_ids)
BTF_ID(struct, module)
BTF_ID(struct, bpf_struct_ops_common_value)
enum | param_type_changed |
function_signature_change | bpf_struct_ops_find | include/linux/bpf.h | 689423db3bda2244c24db8a64de4cdb37be1de41 | const struct bpf_struct_ops_desc *bpf_struct_ops_find(u32 type_id) | const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) | param_added |
struct_layout_change | bpf_map_info | include/uapi/linux/bpf.h | 1338b93346587a2a6ac79bbcf55ef5b357745573 | null | null | fields_modified |
struct_layout_change | bpf_map_info | tools/include/uapi/linux/bpf.h | 1338b93346587a2a6ac79bbcf55ef5b357745573 | null | null | fields_modified |
function_signature_change | check_zero_holes | kernel/bpf/bpf_struct_ops.c | 47f4f657acd5d04c78c5c5ac7022cba9ce3b4a7d | static int check_zero_holes(const struct btf_type *t, void *data) | static int check_zero_holes(const struct btf *btf, const struct btf_type *t, void *data) | param_added |
function_signature_change | bpf_struct_ops_find | include/linux/bpf.h | 4c5763ed996a61b51d721d0968d0df957826ea49 | const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) | const struct bpf_struct_ops_desc *bpf_struct_ops_find(u32 type_id) | return_type_changed |
function_signature_change | verify_kmulti_link_info | tools/testing/selftests/bpf/prog_tests/fill_link_info.c | 59a89706c40c153a74a3a9570b4d696cf9eebb0b | static int verify_kmulti_link_info(int fd, bool retprobe) | static int verify_kmulti_link_info(int fd, bool retprobe, bool has_cookies) | param_added |
function_signature_change | test_kprobe_multi_fill_link_info | tools/testing/selftests/bpf/prog_tests/fill_link_info.c | 59a89706c40c153a74a3a9570b4d696cf9eebb0b | static void test_kprobe_multi_fill_link_info(struct test_fill_link_info *skel,
bool retprobe, bool invalid) | static void test_kprobe_multi_fill_link_info(struct test_fill_link_info *skel,
bool retprobe, bool cookies,
bool invalid) | param_added |
function_signature_change | BTF_ID_FLAGS | net/core/filter.c | e472f88891abbc535a5e16a68a104073985f6061 | BTF_SET8_START(bpf_kfunc_check_set_skb)
BTF_ID_FLAGS(func, bpf_dynptr_from_skb)
BTF_SET8_END(bpf_kfunc_check_set_skb)
BTF_SET8_START(bpf_kfunc_check_set_xdp)
BTF_ID_FLAGS(func, bpf_dynptr_from_xdp)
BTF_SET8_END(bpf_kfunc_check_set_xdp)
BTF_SET8_START(bpf_kfunc_check_set_sock_addr)
BTF_ID_FLAGS(func, bpf_sock_addr_set... | BTF_SET8_START(bpf_kfunc_check_set_skb)
BTF_ID_FLAGS(func, bpf_dynptr_from_skb)
BTF_SET8_END(bpf_kfunc_check_set_skb)
BTF_SET8_START(bpf_kfunc_check_set_xdp)
BTF_ID_FLAGS(func, bpf_dynptr_from_xdp)
BTF_SET8_END(bpf_kfunc_check_set_xdp)
BTF_SET8_START(bpf_kfunc_check_set_sock_addr)
BTF_ID_FLAGS(func, bpf_sock_addr_set... | return_type_changed |
function_signature_change | emif_debugfs_init | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __init_or_module emif_debugfs_init(struct emif_data *emif) | static void emif_debugfs_init(struct emif_data *emif) | return_type_changed |
function_signature_change | emif_debugfs_exit | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __exit emif_debugfs_exit(struct emif_data *emif) | static void emif_debugfs_exit(struct emif_data *emif) | return_type_changed |
function_signature_change | setup_interrupts | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static int __init_or_module setup_interrupts(struct emif_data *emif, u32 irq) | static int setup_interrupts(struct emif_data *emif, u32 irq) | return_type_changed |
function_signature_change | emif_onetime_settings | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __init_or_module emif_onetime_settings(struct emif_data *emif) | static void emif_onetime_settings(struct emif_data *emif) | return_type_changed |
function_signature_change | of_get_custom_configs | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __init_or_module of_get_custom_configs(struct device_node *np_emif,
struct emif_data *emif) | static void of_get_custom_configs(struct device_node *np_emif,
struct emif_data *emif) | return_type_changed |
function_signature_change | of_get_ddr_info | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __init_or_module of_get_ddr_info(struct device_node *np_emif,
struct device_node *np_ddr,
struct ddr_device_info *dev_info) | static void of_get_ddr_info(struct device_node *np_emif,
struct device_node *np_ddr,
struct ddr_device_info *dev_info) | return_type_changed |
function_signature_change | emif_probe | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static int __init_or_module emif_probe(struct platform_device *pdev) | static int emif_probe(struct platform_device *pdev) | return_type_changed |
function_signature_change | emif_remove | drivers/memory/emif.c | f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 | static void __exit emif_remove(struct platform_device *pdev) | static void emif_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | emif_debugfs_init | drivers/memory/emif.c | b8631e4b96bb4b0c4f5a57d5767afe5e56eba075 | static inline int __init_or_module emif_debugfs_init(struct emif_data *emif) | static void __init_or_module emif_debugfs_init(struct emif_data *emif) | return_type_changed |
function_signature_change | emif_debugfs_exit | drivers/memory/emif.c | b8631e4b96bb4b0c4f5a57d5767afe5e56eba075 | static inline void __exit emif_debugfs_exit(struct emif_data *emif) | static void __exit emif_debugfs_exit(struct emif_data *emif) | return_type_changed |
function_signature_change | sock_diag_register_inet_compat | include/linux/sock_diag.h | 86e8921df05c6e9423ab74ab8d41022775d8b83a | void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) | void sock_diag_register_inet_compat(const struct sock_diag_inet_compat *ptr) | param_type_changed |
function_signature_change | sock_diag_unregister_inet_compat | include/linux/sock_diag.h | 86e8921df05c6e9423ab74ab8d41022775d8b83a | void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) | void sock_diag_unregister_inet_compat(const struct sock_diag_inet_compat *ptr) | param_type_changed |
function_signature_change | sock_diag_register_inet_compat | net/core/sock_diag.c | 86e8921df05c6e9423ab74ab8d41022775d8b83a | void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) | void sock_diag_register_inet_compat(const struct sock_diag_inet_compat *ptr) | param_type_changed |
function_signature_change | sock_diag_unregister_inet_compat | net/core/sock_diag.c | 86e8921df05c6e9423ab74ab8d41022775d8b83a | void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)) | void sock_diag_unregister_inet_compat(const struct sock_diag_inet_compat *ptr) | param_type_changed |
function_signature_change | sock_diag_unregister | net/core/sock_diag.c | 1d55a6974756cf3979efd2cc68bcece611a44053 | void sock_diag_unregister(const struct sock_diag_handler *hnld) | void sock_diag_unregister(const struct sock_diag_handler *hndl) | param_type_changed |
function_signature_change | rtw89_mac_port_cfg_rx_sync | drivers/net/wireless/realtek/rtw89/mac.c | f59a98c82534e986b06615ba94e060aa3129b08b | static void rtw89_mac_port_cfg_rx_sync(struct rtw89_dev *rtwdev,
struct rtw89_vif *rtwvif) | void rtw89_mac_port_cfg_rx_sync(struct rtw89_dev *rtwdev,
struct rtw89_vif *rtwvif, bool en) | param_added |
function_signature_change | rtw89_mac_c2h_chk_atomic | drivers/net/wireless/realtek/rtw89/mac.c | bcbefbd032df6bfe925e6afeca82eb9d2cc0cb23 | bool rtw89_mac_c2h_chk_atomic(struct rtw89_dev *rtwdev, u8 class, u8 func) | bool rtw89_mac_c2h_chk_atomic(struct rtw89_dev *rtwdev, struct sk_buff *c2h,
u8 class, u8 func) | param_added |
function_signature_change | rtw89_mac_c2h_chk_atomic | drivers/net/wireless/realtek/rtw89/mac.h | bcbefbd032df6bfe925e6afeca82eb9d2cc0cb23 | bool rtw89_mac_c2h_chk_atomic(struct rtw89_dev *rtwdev, u8 class, u8 func) | bool rtw89_mac_c2h_chk_atomic(struct rtw89_dev *rtwdev, struct sk_buff *c2h,
u8 class, u8 func) | param_added |
function_signature_change | rtw89_mac_c2h_scanofld_rsp | drivers/net/wireless/realtek/rtw89/mac.c | b9979843febfad8e346b25da1d4999d755663ef2 | static void
rtw89_mac_c2h_scanofld_rsp(struct rtw89_dev *rtwdev, struct sk_buff *c2h,
u32 len) | static void
rtw89_mac_c2h_scanofld_rsp(struct rtw89_dev *rtwdev, struct sk_buff *skb,
u32 len) | param_type_changed |
function_signature_change | rtw89_fw_h2c_scan_list_offload | drivers/net/wireless/realtek/rtw89/fw.c | 49d158557474a0c173e313ba1b7d0bd9d1f815a2 | int rtw89_fw_h2c_scan_list_offload(struct rtw89_dev *rtwdev, int len,
struct list_head *chan_list) | int rtw89_fw_h2c_scan_list_offload(struct rtw89_dev *rtwdev, int ch_num,
struct list_head *chan_list) | param_type_changed |
function_signature_change | rtw89_fw_h2c_scan_list_offload | drivers/net/wireless/realtek/rtw89/fw.h | 49d158557474a0c173e313ba1b7d0bd9d1f815a2 | int rtw89_fw_h2c_scan_list_offload(struct rtw89_dev *rtwdev, int len,
struct list_head *chan_list) | int rtw89_fw_h2c_scan_list_offload(struct rtw89_dev *rtwdev, int ch_num,
struct list_head *chan_list) | param_type_changed |
function_signature_change | etnaviv_iommu_map | drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 9e2e8a5113bf452081cb1f6a13617e36f5298cbf | static int etnaviv_iommu_map(struct etnaviv_iommu_context *context, u32 iova,
struct sg_table *sgt, unsigned len, int prot) | static int etnaviv_iommu_map(struct etnaviv_iommu_context *context, u32 iova,
struct sg_table *sgt, int prot) | param_removed |
function_signature_change | add_sched_event_sleep | tools/perf/builtin-sched.c | 68f87f24f953cf3147afa01ef123d8fd3c1162b6 | static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task,
u64 timestamp, u64 task_state __maybe_unused) | static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task,
u64 timestamp, const char task_state __maybe_unused) | param_type_changed |
function_signature_change | timehist_print_sample | tools/perf/builtin-sched.c | 68f87f24f953cf3147afa01ef123d8fd3c1162b6 | static void timehist_print_sample(struct perf_sched *sched,
struct evsel *evsel,
struct perf_sample *sample,
struct addr_location *al,
struct thread *thread,
u64 t, int state) | static void timehist_print_sample(struct perf_sched *sched,
struct evsel *evsel,
struct perf_sample *sample,
struct addr_location *al,
struct thread *thread,
u64 t, const char state) | param_type_changed |
function_signature_change | qmp_kick | drivers/soc/qcom/qcom_aoss.c | b65a3fa38dbb5c84f360a48f0d5da3aed0011964 | static void qmp_kick(struct qmp *qmp) | readl(qmp->msgram + qmp->offset);
qmp_kick(qmp) | return_type_changed |
struct_layout_change | replay_settings | drivers/gpu/drm/amd/display/dc/dc_types.h | f980579c29a6df2d30b44af958992be07baa0fcc | null | null | fields_modified |
function_signature_change | dmub_srv_calc_region_info | drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c | 624e0d7f39cb5849016c2093e4ea620842e0cf8a | enum dmub_status
dmub_srv_calc_region_info(struct dmub_srv *dmub,
const struct dmub_srv_region_params *params,
struct dmub_srv_region_info *out) | enum dmub_status
dmub_srv_calc_region_info(struct dmub_srv *dmub,
const struct dmub_srv_region_params *params,
struct dmub_srv_region_info *out) | param_type_changed |
struct_layout_change | dc_crtc_timing | drivers/gpu/drm/amd/display/dc/dc_hw_types.h | c597479f27b6b96c61c70cb25b5e1a4f9ea4c7f7 | null | null | fields_modified |
function_signature_change | dcn10_log_hw_state | drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | efbfc987a331f5e33e8ea16fe8471b82c4a5fcd9 | void dcn10_log_hw_state(struct dc *dc,
struct dc_log_buffer_ctx *log_ctx) | void dcn10_log_hw_state(struct dc *dc,
struct dc_log_buffer_ctx *log_ctx) | param_type_changed |
function_signature_change | amdgpu_seq64_map | drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c | 00a11f977beb752186221679db2265a69118a5a7 | int amdgpu_seq64_map(struct amdgpu_device *adev, struct amdgpu_vm *vm,
struct amdgpu_bo_va **bo_va, u64 seq64_addr,
uint32_t size) | int amdgpu_seq64_map(struct amdgpu_device *adev, struct amdgpu_vm *vm,
struct amdgpu_bo_va **bo_va) | param_removed |
function_signature_change | amdgpu_seq64_alloc | drivers/gpu/drm/amd/amdgpu/amdgpu_seq64.c | 00a11f977beb752186221679db2265a69118a5a7 | int amdgpu_seq64_alloc(struct amdgpu_device *adev, u64 *gpu_addr,
u64 **cpu_addr) | int amdgpu_seq64_alloc(struct amdgpu_device *adev, u64 *va, u64 **cpu_addr) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.