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
parse_fam10h_node_id
arch/x86/kernel/cpu/topology_amd.c
5754ace3c3199c162dcee1f3f87a538c46d1c832
static bool parse_fam10h_node_id(struct topo_scan *tscan)
static void parse_fam10h_node_id(struct topo_scan *tscan)
return_type_changed
function_signature_change
hsr_check_announce
net/hsr/hsr_device.c
4893b8b3ef8db2b182d1a1bebf6c7acf91405000
static void hsr_check_announce(struct net_device *hsr_dev, unsigned char old_operstate)
static void hsr_check_announce(struct net_device *hsr_dev)
param_removed
function_signature_change
rxrpc_input_data_one
net/rxrpc/input.c
012b7206918dcc5a4dcf1432b3e643114c95957e
static void rxrpc_input_data_one(struct rxrpc_call *call, struct sk_buff *skb, bool *_notify)
static void rxrpc_input_data_one(struct rxrpc_call *call, struct sk_buff *skb, bool *_notify, rxrpc_serial_t *_ack_serial, int *_ack_reason)
param_added
function_signature_change
intel_gt_apply_ccs_mode
drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.c
51c1b42a232f17743cd825be6790cb64735ff98f
void intel_gt_apply_ccs_mode(struct intel_gt *gt)
unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt)
return_type_changed
function_signature_change
intel_gt_apply_ccs_mode
drivers/gpu/drm/i915/gt/intel_gt_ccs_mode.h
51c1b42a232f17743cd825be6790cb64735ff98f
void intel_gt_apply_ccs_mode(struct intel_gt *gt)
unsigned int intel_gt_apply_ccs_mode(struct intel_gt *gt)
return_type_changed
function_signature_change
node_set_marks
lib/xarray.c
2a0774c2886d25f4d2987cd3e3813d16bf96f34f
static void node_set_marks(struct xa_node *node, unsigned int offset, struct xa_node *child, unsigned int marks)
static void node_set_marks(struct xa_node *node, unsigned int offset, struct xa_node *child, unsigned int sibs, unsigned int marks)
param_added
function_signature_change
make_uffd_wp_pte
fs/proc/task_mmu.c
2c7ad9a590d1a99ec59c7d90cef41e2b296944c4
static void make_uffd_wp_pte(struct vm_area_struct *vma, unsigned long addr, pte_t *pte)
static void make_uffd_wp_pte(struct vm_area_struct *vma, unsigned long addr, pte_t *pte, pte_t ptent)
param_added
function_signature_change
ks8851_rx_pkts
drivers/net/ethernet/micrel/ks8851_common.c
e0863634bf9f7cf36291ebb5bfa2d16632f79c49
static void ks8851_rx_pkts(struct ks8851_net *ks)
static void ks8851_rx_pkts(struct ks8851_net *ks, struct sk_buff_head *rxq)
param_added
function_signature_change
qca_check_bdaddr
drivers/bluetooth/btqca.c
dd336649ba89789c845618dcbc09867010aec673
static int qca_check_bdaddr(struct hci_dev *hdev)
static int qca_check_bdaddr(struct hci_dev *hdev, const struct qca_fw_config *config)
param_added
struct_layout_change
qca_fw_config
drivers/bluetooth/btqca.h
dd336649ba89789c845618dcbc09867010aec673
null
null
fields_modified
function_signature_change
qca_tlv_check_data
drivers/bluetooth/btqca.c
2e4edfa1e2bd821a317e7d006517dcf2f3fac68d
static void qca_tlv_check_data(struct hci_dev *hdev, struct qca_fw_config *config, u8 *fw_data, enum qca_btsoc_type soc_type)
static int qca_tlv_check_data(struct hci_dev *hdev, struct qca_fw_config *config, u8 *fw_data, size_t fw_size, enum qca_btsoc_type soc_type)
param_added
function_signature_change
alc287_s4_power_gpio3_default
sound/pci/hda/patch_realtek.c
fdb3f29dfe0d51bdb8e7b3a6d876ea8339d44df8
static void alc287_s4_power_gpio3_default(struct hda_codec *codec)
static void __maybe_unused alc287_s4_power_gpio3_default(struct hda_codec *codec)
return_type_changed
struct_layout_change
thread_struct
arch/x86/include/asm/processor.h
02b670c1f88e78f42a6c5aee155c7b26960ca054
null
null
fields_modified
function_signature_change
amdgpu_bo_move_notify
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
d3a9331a6591e9df64791e076f6591f440af51c3
void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict)
void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_resource *new_mem)
param_added
function_signature_change
amdgpu_bo_move_notify
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
d3a9331a6591e9df64791e076f6591f440af51c3
void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict)
void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_resource *new_mem)
param_added
function_signature_change
apic_set_fixmap
arch/x86/kernel/apic/apic.c
720a22fd6c1cdadf691281909950c0cbc5cdf17e
static __init void apic_set_fixmap(void)
static __init void apic_set_fixmap(bool read_apic)
param_type_changed
function_signature_change
found_btree_node_is_readable
fs/bcachefs/btree_node_scan.c
f7c3dc2646584cddae6fedc517cd58d97483e5cc
static bool found_btree_node_is_readable(struct btree_trans *trans, const struct found_btree_node *f)
static bool found_btree_node_is_readable(struct btree_trans *trans, struct found_btree_node *f)
param_type_changed
function_signature_change
erofs_default_options
fs/erofs/super.c
07abe43a28b2c660f726d66f5470f7f114f9643a
static void erofs_default_options(struct erofs_fs_context *ctx)
static void erofs_default_options(struct erofs_sb_info *sbi)
param_type_changed
function_signature_change
dpll_xa_ref_pin_add
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static int dpll_xa_ref_pin_add(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv)
static int dpll_xa_ref_pin_add(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
function_signature_change
dpll_xa_ref_pin_del
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static int dpll_xa_ref_pin_del(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv)
static int dpll_xa_ref_pin_del(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
function_signature_change
dpll_xa_ref_dpll_add
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static int dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv)
static int dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
function_signature_change
dpll_xa_ref_dpll_del
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static void dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv)
static void dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
function_signature_change
__dpll_pin_register
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static int __dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv)
static int __dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
function_signature_change
__dpll_pin_unregister
drivers/dpll/dpll_core.c
38d7b94e81d068b8d8c8392f421cfd2c3bbfd1a6
static void __dpll_pin_unregister(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv)
static void __dpll_pin_unregister(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie)
param_added
struct_layout_change
macsec_ops
include/net/macsec.h
475747a19316b08e856c666a20503e73d7ed67ed
null
null
fields_modified
function_signature_change
igc_setup_ldev
drivers/net/ethernet/intel/igc/igc_leds.c
c04d1b9ecce565455652ac3c6b17043cd475cf47
static void igc_setup_ldev(struct igc_led_classdev *ldev, struct net_device *netdev, int index)
static int igc_setup_ldev(struct igc_led_classdev *ldev, struct net_device *netdev, int index)
return_type_changed
function_signature_change
PageHuge
include/linux/page-flags.h
d99e3140a4d33e26066183ff727d8f02f56bec64
int PageHuge(const struct page *page)
static inline bool PageHuge(const struct page *page)
return_type_changed
function_signature_change
hci_connect_le
include/net/bluetooth/hci_core.h
2e7ed5f5e69b6fe93dd3c6b651d041e0a7a456d1
struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, bool dst_resolved, u8 sec_level, u16 conn_timeout, u8 role)
struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, bool dst_resolved, u8 sec_level, u16 conn_timeout, u8 role, u8 phy, u8 sec_phy)
param_added
function_signature_change
process_adv_report
net/bluetooth/hci_event.c
2e7ed5f5e69b6fe93dd3c6b651d041e0a7a456d1
static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *direct_addr, u8 direct_addr_type, s8 rssi, u8 *data, u8 len, bool ext_adv, bool ctl_time, u64 instant)
static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *direct_addr, u8 direct_addr_type, u8 phy, u8 sec_phy, s8 rssi, u8 *data, u8 len, bool ext_adv, bool ctl_time, u64 instant)
param_added
function_signature_change
xe_gt_ccs_mode_sysfs_init
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
d6dab9017b7cf155e73ba5c7f498de1beb5f8e24
void xe_gt_ccs_mode_sysfs_init(struct xe_gt *gt)
int xe_gt_ccs_mode_sysfs_init(struct xe_gt *gt)
return_type_changed
function_signature_change
xe_gt_ccs_mode_sysfs_init
drivers/gpu/drm/xe/xe_gt_ccs_mode.h
d6dab9017b7cf155e73ba5c7f498de1beb5f8e24
void xe_gt_ccs_mode_sysfs_init(struct xe_gt *gt)
int xe_gt_ccs_mode_sysfs_init(struct xe_gt *gt)
return_type_changed
function_signature_change
sk_memory_allocated_add
include/net/sock.h
3584718cf2ec7e79b6814f2596dcf398c5fb2eca
static inline void sk_memory_allocated_add(struct sock *sk, int amt)
static inline void sk_memory_allocated_add(const struct sock *sk, int val)
param_type_changed
function_signature_change
sk_memory_allocated_sub
include/net/sock.h
3584718cf2ec7e79b6814f2596dcf398c5fb2eca
static inline void sk_memory_allocated_sub(struct sock *sk, int amt)
static inline void sk_memory_allocated_sub(const struct sock *sk, int val)
param_type_changed
function_signature_change
xdp_do_generic_redirect_map
net/core/filter.c
5bcf0dcbf9066348058b88a510c57f70f384c92c
static int xdp_do_generic_redirect_map(struct net_device *dev, struct sk_buff *skb, struct xdp_buff *xdp, struct bpf_prog *xdp_prog, void *fwd, enum bpf_map_type map_type, u32 map_id)
static int xdp_do_generic_redirect_map(struct net_device *dev, struct sk_buff *skb, struct xdp_buff *xdp, struct bpf_prog *xdp_prog, void *fwd, enum bpf_map_type map_type, u32 map_id, u32 flags)
param_added
function_signature_change
v9fs_fid_iget
fs/9p/v9fs.h
d05dcfdf5e1659b2949d13060284eff3888b644e
extern struct inode *v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid)
extern struct inode *v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid, bool new)
param_added
function_signature_change
v9fs_fid_iget_dotl
fs/9p/v9fs.h
d05dcfdf5e1659b2949d13060284eff3888b644e
extern struct inode *v9fs_fid_iget_dotl(struct super_block *sb, struct p9_fid *fid)
extern struct inode *v9fs_fid_iget_dotl(struct super_block *sb, struct p9_fid *fid, bool new)
param_added
function_signature_change
emit_a32_mov_r
arch/arm/net/bpf_jit_32.c
c6f48506ba30c722dd9d89aa6a40eb1926277dff
static inline void emit_a32_mov_r(const s8 dst, const s8 src, const u8 off, struct jit_ctx *ctx)
static inline void emit_a32_mov_r(const s8 dst, const s8 src, struct jit_ctx *ctx)
param_removed
function_signature_change
reweight_eevdf
kernel/sched/fair.c
afae8002b4fd3560c8f5f1567f3c3202c30a70fa
static void reweight_eevdf(struct cfs_rq *cfs_rq, struct sched_entity *se, unsigned long weight)
static void reweight_eevdf(struct sched_entity *se, u64 avruntime, unsigned long weight)
param_type_changed
function_signature_change
mlxsw_env_max_module_eeprom_len_query
drivers/net/ethernet/mellanox/mlxsw/core_env.c
7e2050a8366315aeaf0316b3d362e67cf58f3ea8
static int mlxsw_env_max_module_eeprom_len_query(struct mlxsw_env *mlxsw_env)
static void mlxsw_env_max_module_eeprom_len_query(struct mlxsw_env *mlxsw_env)
return_type_changed
function_signature_change
cifs_put_tcon
fs/smb/client/cifsproto.h
afc23febd51c7e24361e3a9c09f3e892eb0a41ea
extern void cifs_put_tcon(struct cifs_tcon *tcon)
extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
param_added
function_signature_change
tcon_info_alloc
fs/smb/client/cifsproto.h
afc23febd51c7e24361e3a9c09f3e892eb0a41ea
extern struct cifs_tcon *tcon_info_alloc(bool dir_leases_enabled)
extern struct cifs_tcon *tcon_info_alloc(bool dir_leases_enabled, enum smb3_tcon_ref_trace trace)
param_added
function_signature_change
tconInfoFree
fs/smb/client/cifsproto.h
afc23febd51c7e24361e3a9c09f3e892eb0a41ea
extern void tconInfoFree(struct cifs_tcon *)
extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
param_added
function_signature_change
cifs_put_tcon
fs/smb/client/connect.c
afc23febd51c7e24361e3a9c09f3e892eb0a41ea
void cifs_put_tcon(struct cifs_tcon *tcon)
void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
param_added
function_signature_change
tconInfoFree
fs/smb/client/misc.c
afc23febd51c7e24361e3a9c09f3e892eb0a41ea
void tconInfoFree(struct cifs_tcon *tcon)
void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace)
param_added
function_signature_change
mesh_fast_tx_get
net/mac80211/mesh.h
8c75cdcdf869acabfdc7858827099dcde9f24e6c
struct ieee80211_mesh_fast_tx * mesh_fast_tx_get(struct ieee80211_sub_if_data *sdata, const u8 *addr)
struct ieee80211_mesh_fast_tx * mesh_fast_tx_get(struct ieee80211_sub_if_data *sdata, struct ieee80211_mesh_fast_tx_key *key)
return_type_changed
function_signature_change
inc_stack_record_count
mm/page_owner.c
f5c12105c15f0ddf0ff37646290568dd986fa2f3
static void inc_stack_record_count(depot_stack_handle_t handle, gfp_t gfp_mask)
static void inc_stack_record_count(depot_stack_handle_t handle, gfp_t gfp_mask, int nr_base_pages)
param_added
function_signature_change
dec_stack_record_count
mm/page_owner.c
f5c12105c15f0ddf0ff37646290568dd986fa2f3
static void dec_stack_record_count(depot_stack_handle_t handle)
static void dec_stack_record_count(depot_stack_handle_t handle, int nr_base_pages)
param_added
function_signature_change
dwc_pwm_init_one
drivers/pwm/pwm-dwc.c
a2ac1cbc5397eb4e400efa66c3337886d9a63026
static int dwc_pwm_init_one(struct device *dev, void __iomem *base, unsigned int offset)
static int dwc_pwm_init_one(struct device *dev, struct dwc_pwm_drvdata *ddata, unsigned int idx)
param_type_changed
struct_layout_change
dwc_pwm_info
drivers/pwm/pwm-dwc.h
a2ac1cbc5397eb4e400efa66c3337886d9a63026
null
null
fields_modified
struct_layout_change
bch_member_cpu
fs/bcachefs/super_types.h
27c15ed297cb71c2e7a839439b5a097081a32605
null
null
fields_modified
function_signature_change
xbc_exit
include/linux/bootconfig.h
89f9a1e876b5a7ad884918c03a46831af202c8a0
void __init xbc_exit(void)
static inline void xbc_exit(void)
return_type_changed
function_signature_change
xbc_free_mem
lib/bootconfig.c
89f9a1e876b5a7ad884918c03a46831af202c8a0
static inline void xbc_free_mem(void *addr, size_t size)
static inline void xbc_free_mem(void *addr, size_t size, bool early)
param_added
function_signature_change
run_btree_triggers
fs/bcachefs/btree_trans_commit.c
58caa786f1c02fd84919fb6db9eaecb22e8f7983
static int run_btree_triggers(struct btree_trans *trans, enum btree_id btree_id, struct btree_insert_entry *btree_id_start)
static int run_btree_triggers(struct btree_trans *trans, enum btree_id btree_id, unsigned btree_id_start)
param_type_changed
function_signature_change
qdio_establish_handle_irq
drivers/s390/cio/qdio_main.c
607638faf2ff1cede37458111496e7cc6c977f6f
static void qdio_establish_handle_irq(struct qdio_irq *irq_ptr, int cstat, int dstat)
static int qdio_establish_handle_irq(struct qdio_irq *irq_ptr, int cstat, int dstat, int dcc)
param_added
function_signature_change
ksft_exit_pass
tools/testing/selftests/kselftest.h
f7d5bcd35d427daac7e206b1073ca14f5db85c27
static inline int ksft_exit_pass(void)
static inline __noreturn int ksft_exit_pass(void)
return_type_changed
function_signature_change
ksft_exit_fail
tools/testing/selftests/kselftest.h
f7d5bcd35d427daac7e206b1073ca14f5db85c27
static inline int ksft_exit_fail(void)
static inline __noreturn int ksft_exit_fail(void)
return_type_changed
function_signature_change
ksft_exit_xfail
tools/testing/selftests/kselftest.h
f7d5bcd35d427daac7e206b1073ca14f5db85c27
static inline int ksft_exit_xfail(void)
static inline __noreturn int ksft_exit_xfail(void)
return_type_changed
function_signature_change
ksft_exit_xpass
tools/testing/selftests/kselftest.h
f7d5bcd35d427daac7e206b1073ca14f5db85c27
static inline int ksft_exit_xpass(void)
static inline __noreturn int ksft_exit_xpass(void)
return_type_changed
function_signature_change
store_node
arch/x86/kernel/cpu/topology_amd.c
1b3108f6898ef2e03973d65255182792e94e2240
static void store_node(struct topo_scan *tscan, unsigned int nr_nodes, u16 node_id)
static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id)
param_type_changed
function_signature_change
bch2_btree_set_root
fs/bcachefs/btree_update_interior.c
2b3e79fea66e166622a454715ce981432ac8c6e3
static void bch2_btree_set_root(struct btree_update *as, struct btree_trans *trans, struct btree_path *path, struct btree *b)
static int bch2_btree_set_root(struct btree_update *as, struct btree_trans *trans, struct btree_path *path, struct btree *b, bool nofail)
param_added
function_signature_change
gfn_to_pfn_cache_invalidate_start
virt/kvm/kvm_mm.h
eefb85b3f0310c2f4149c50cb9b13094ed1dde25
void gfn_to_pfn_cache_invalidate_start(struct kvm *kvm, unsigned long start, unsigned long end, bool may_block)
void gfn_to_pfn_cache_invalidate_start(struct kvm *kvm, unsigned long start, unsigned long end)
param_removed
function_signature_change
gfn_to_pfn_cache_invalidate_start
virt/kvm/pfncache.c
eefb85b3f0310c2f4149c50cb9b13094ed1dde25
void gfn_to_pfn_cache_invalidate_start(struct kvm *kvm, unsigned long start, unsigned long end, bool may_block)
void gfn_to_pfn_cache_invalidate_start(struct kvm *kvm, unsigned long start, unsigned long end)
param_removed
function_signature_change
l2_guest_code
tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c
40e0ee6338f0c042c0dabe1f17eb76eac37b5425
static void l2_guest_code(void)
static void l2_guest_code(u64 *a, u64 *b)
param_added
function_signature_change
vmx_get_perf_capabilities
arch/x86/kvm/vmx/vmx.c
447112d7edd77fa468938377418434233bcb3709
static u64 vmx_get_perf_capabilities(void)
static __init u64 vmx_get_perf_capabilities(void)
return_type_changed
struct_layout_change
kvm_vcpu_arch
arch/x86/include/asm/kvm_host.h
fd706c9b1674e2858766bfbf7430534c2b26fbef
null
null
fields_modified
function_signature_change
nf_flow_pppoe_proto
include/net/netfilter/nf_flow_table.h
87b3593bed1868b2d9fe096c01bcdf0ea86cbebf
static inline __be16 nf_flow_pppoe_proto(const struct sk_buff *skb)
static inline bool nf_flow_pppoe_proto(struct sk_buff *skb, __be16 *inner_proto)
param_added
function_signature_change
nf_flow_skb_encap_protocol
net/netfilter/nf_flow_table_ip.c
87b3593bed1868b2d9fe096c01bcdf0ea86cbebf
static bool nf_flow_skb_encap_protocol(const struct sk_buff *skb, __be16 proto, u32 *offset)
static bool nf_flow_skb_encap_protocol(struct sk_buff *skb, __be16 proto, u32 *offset)
param_type_changed
function_signature_change
br_pass_frame_up
net/bridge/br_input.c
751de2012eafa4d46d8081056761fa0e9cc8a178
static int br_pass_frame_up(struct sk_buff *skb)
static int br_pass_frame_up(struct sk_buff *skb, bool promisc)
param_added
struct_layout_change
br_input_skb_cb
net/bridge/br_private.h
751de2012eafa4d46d8081056761fa0e9cc8a178
null
null
fields_modified
function_signature_change
arch_cap_mmio_immune
arch/x86/kernel/cpu/common.c
d0485730d2189ffe5d986d4e9e191f1e4d5ffd24
static bool arch_cap_mmio_immune(u64 ia32_cap)
static bool arch_cap_mmio_immune(u64 x86_arch_cap_msr)
param_type_changed
function_signature_change
vulnerable_to_rfds
arch/x86/kernel/cpu/common.c
d0485730d2189ffe5d986d4e9e191f1e4d5ffd24
static bool __init vulnerable_to_rfds(u64 ia32_cap)
static bool __init vulnerable_to_rfds(u64 x86_arch_cap_msr)
param_type_changed
function_signature_change
dr_dump_rule_action_mem
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_rule_action_mem(struct seq_file *file, const u64 rule_id, struct mlx5dr_rule_action_member *action_mem)
static int dr_dump_rule_action_mem(struct seq_file *file, char *buff, const u64 rule_id, struct mlx5dr_rule_action_member *action_mem)
param_added
function_signature_change
dr_dump_rule_mem
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_rule_mem(struct seq_file *file, struct mlx5dr_ste *ste, bool is_rx, const u64 rule_id, u8 format_ver)
static int dr_dump_rule_mem(struct seq_file *file, char *buff, struct mlx5dr_ste *ste, bool is_rx, const u64 rule_id, u8 format_ver)
param_added
function_signature_change
dr_dump_rule_rx_tx
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_rule_rx_tx(struct seq_file *file, struct mlx5dr_rule_rx_tx *rule_rx_tx, bool is_rx, const u64 rule_id, u8 format_ver)
static int dr_dump_rule_rx_tx(struct seq_file *file, char *buff, struct mlx5dr_rule_rx_tx *rule_rx_tx, bool is_rx, const u64 rule_id, u8 format_ver)
param_added
function_signature_change
dr_dump_rule
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_rule(struct seq_file *file, struct mlx5dr_rule *rule)
static noinline_for_stack int dr_dump_rule(struct seq_file *file, struct mlx5dr_rule *rule)
return_type_changed
function_signature_change
dr_dump_matcher_mask
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_matcher_mask(struct seq_file *file, struct mlx5dr_match_param *mask, u8 criteria, const u64 matcher_id)
static int dr_dump_matcher_mask(struct seq_file *file, char *buff, struct mlx5dr_match_param *mask, u8 criteria, const u64 matcher_id)
param_added
function_signature_change
dr_dump_matcher_builder
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_matcher_builder(struct seq_file *file, struct mlx5dr_ste_build *builder, u32 index, bool is_rx, const u64 matcher_id)
static int dr_dump_matcher_builder(struct seq_file *file, char *buff, struct mlx5dr_ste_build *builder, u32 index, bool is_rx, const u64 matcher_id)
param_added
function_signature_change
dr_dump_matcher_rx_tx
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_matcher_rx_tx(struct seq_file *file, bool is_rx, struct mlx5dr_matcher_rx_tx *matcher_rx_tx, const u64 matcher_id)
static int dr_dump_matcher_rx_tx(struct seq_file *file, char *buff, bool is_rx, struct mlx5dr_matcher_rx_tx *matcher_rx_tx, const u64 matcher_id)
param_added
function_signature_change
dr_dump_matcher
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_matcher(struct seq_file *file, struct mlx5dr_matcher *matcher)
static noinline_for_stack int dr_dump_matcher(struct seq_file *file, struct mlx5dr_matcher *matcher)
return_type_changed
function_signature_change
dr_dump_table_rx_tx
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_table_rx_tx(struct seq_file *file, bool is_rx, struct mlx5dr_table_rx_tx *table_rx_tx, const u64 table_id)
static int dr_dump_table_rx_tx(struct seq_file *file, char *buff, bool is_rx, struct mlx5dr_table_rx_tx *table_rx_tx, const u64 table_id)
param_added
function_signature_change
dr_dump_table
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_table(struct seq_file *file, struct mlx5dr_table *table)
static noinline_for_stack int dr_dump_table(struct seq_file *file, struct mlx5dr_table *table)
return_type_changed
function_signature_change
dr_dump_send_ring
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_send_ring(struct seq_file *file, struct mlx5dr_send_ring *ring, const u64 domain_id)
static int dr_dump_send_ring(struct seq_file *file, char *buff, struct mlx5dr_send_ring *ring, const u64 domain_id)
param_added
function_signature_change
dr_dump_domain_info_flex_parser
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static noinline_for_stack int dr_dump_domain_info_flex_parser(struct seq_file *file, const char *flex_parser_name, const u8 flex_parser_value, const u64 domain_id)
static int dr_dump_domain_info_flex_parser(struct seq_file *file, char *buff, const char *flex_parser_name, const u8 flex_parser_value, const u64 domain_id)
param_added
function_signature_change
dr_dump_domain_info_caps
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static noinline_for_stack int dr_dump_domain_info_caps(struct seq_file *file, struct mlx5dr_cmd_caps *caps, const u64 domain_id)
static int dr_dump_domain_info_caps(struct seq_file *file, char *buff, struct mlx5dr_cmd_caps *caps, const u64 domain_id)
param_added
function_signature_change
dr_dump_domain_info
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_dbg.c
fe87922cee6161f066f4b9dd542033e048eeedaf
static int dr_dump_domain_info(struct seq_file *file, struct mlx5dr_domain_info *info, const u64 domain_id)
static int dr_dump_domain_info(struct seq_file *file, char *buff, struct mlx5dr_domain_info *info, const u64 domain_id)
param_added
function_signature_change
mlx5e_ptp_metadata_fifo_pop
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h
86b0ca5b118d3a0bae5e5645a13e66f8a4f6c525
static inline u8 mlx5e_ptp_metadata_fifo_pop(struct mlx5e_ptp_metadata_fifo *fifo)
static inline void mlx5e_ptp_metadata_fifo_pop(struct mlx5e_ptp_metadata_fifo *fifo)
return_type_changed
function_signature_change
process_ip_string_nm
tools/hv/hv_kvp_daemon.c
f971f6dd3742d22dd13710306fb4365ea7bcb536
static int process_ip_string_nm(FILE *f, char *ip_string, char *subnet, int is_ipv6)
static int process_ip_string_nm(FILE *f, char *ip_string, char *subnet, int ip_sec)
param_type_changed
function_signature_change
read_msr_type
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_msr_type(void)
static unsigned int read_msr_type(void)
return_type_changed
function_signature_change
read_aperf_config
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_aperf_config(void)
static unsigned int read_aperf_config(void)
return_type_changed
function_signature_change
read_mperf_config
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_mperf_config(void)
static unsigned int read_mperf_config(void)
return_type_changed
function_signature_change
read_perf_type
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_perf_type(const char *subsys)
static unsigned int read_perf_type(const char *subsys)
return_type_changed
function_signature_change
read_rapl_config
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_rapl_config(const char *subsys, const char *event_name)
static unsigned int read_rapl_config(const char *subsys, const char *event_name)
return_type_changed
function_signature_change
read_perf_rapl_unit
tools/power/x86/turbostat/turbostat.c
3ab7296a7e6aa34634dcc2926af933107a117996
static unsigned read_perf_rapl_unit(const char *subsys, const char *event_name)
static unsigned int read_perf_rapl_unit(const char *subsys, const char *event_name)
return_type_changed
function_signature_change
rtl8168_init_leds
drivers/net/ethernet/realtek/r8169.h
19fa4f2a85d777a8052e869c1b892a2f7556569d
void rtl8168_init_leds(struct net_device *ndev)
struct r8169_led_classdev *rtl8168_init_leds(struct net_device *ndev)
return_type_changed
function_signature_change
rtl8125_init_leds
drivers/net/ethernet/realtek/r8169.h
19fa4f2a85d777a8052e869c1b892a2f7556569d
void rtl8125_init_leds(struct net_device *ndev)
struct r8169_led_classdev *rtl8125_init_leds(struct net_device *ndev)
return_type_changed
function_signature_change
tb_switch_resume
drivers/thunderbolt/switch.c
dcd12acaf384c30437fa5a9a1f71df06fc9835fd
int tb_switch_resume(struct tb_switch *sw)
int tb_switch_resume(struct tb_switch *sw, bool runtime)
param_added
function_signature_change
tb_switch_resume
drivers/thunderbolt/tb.h
dcd12acaf384c30437fa5a9a1f71df06fc9835fd
int tb_switch_resume(struct tb_switch *sw)
int tb_switch_resume(struct tb_switch *sw, bool runtime)
param_added
function_signature_change
usb4_switch_check_wakes
drivers/thunderbolt/usb4.c
dcd12acaf384c30437fa5a9a1f71df06fc9835fd
static void usb4_switch_check_wakes(struct tb_switch *sw)
void usb4_switch_check_wakes(struct tb_switch *sw)
return_type_changed
function_signature_change
dcn316_disable_otg_wa
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c
cf79814cb0bf5749b9f0db53ca231aa540c02768
static void dcn316_disable_otg_wa(struct clk_mgr *clk_mgr_base, struct dc_state *context, bool disable)
static void dcn316_disable_otg_wa(struct clk_mgr *clk_mgr_base, struct dc_state *context, bool safe_to_lower, bool disable)
param_added
function_signature_change
data_sock_setsockopt
drivers/isdn/mISDN/socket.c
138b787804f4a10417618e8d1e6e2700539fd88c
static int data_sock_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int len)
static int data_sock_setsockopt(struct socket *sock, int level, int optname, sockptr_t optval, unsigned int optlen)
param_type_changed