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 | disable_all_interrupts | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static void disable_all_interrupts(struct nmk_i2c_dev *dev) | static void disable_all_interrupts(struct nmk_i2c_dev *priv) | param_type_changed |
function_signature_change | clear_all_interrupts | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static void clear_all_interrupts(struct nmk_i2c_dev *dev) | static void clear_all_interrupts(struct nmk_i2c_dev *priv) | param_type_changed |
function_signature_change | init_hw | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int init_hw(struct nmk_i2c_dev *dev) | static int init_hw(struct nmk_i2c_dev *priv) | param_type_changed |
function_signature_change | load_i2c_mcr_reg | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static u32 load_i2c_mcr_reg(struct nmk_i2c_dev *dev, u16 flags) | static u32 load_i2c_mcr_reg(struct nmk_i2c_dev *priv, u16 flags) | param_type_changed |
function_signature_change | setup_i2c_controller | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static void setup_i2c_controller(struct nmk_i2c_dev *dev) | static void setup_i2c_controller(struct nmk_i2c_dev *priv) | param_type_changed |
function_signature_change | read_i2c | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int read_i2c(struct nmk_i2c_dev *dev, u16 flags) | static int read_i2c(struct nmk_i2c_dev *priv, u16 flags) | param_type_changed |
function_signature_change | fill_tx_fifo | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static void fill_tx_fifo(struct nmk_i2c_dev *dev, int no_bytes) | static void fill_tx_fifo(struct nmk_i2c_dev *priv, int no_bytes) | param_type_changed |
function_signature_change | write_i2c | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int write_i2c(struct nmk_i2c_dev *dev, u16 flags) | static int write_i2c(struct nmk_i2c_dev *priv, u16 flags) | param_type_changed |
function_signature_change | nmk_i2c_xfer_one | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int nmk_i2c_xfer_one(struct nmk_i2c_dev *dev, u16 flags) | static int nmk_i2c_xfer_one(struct nmk_i2c_dev *priv, u16 flags) | param_type_changed |
function_signature_change | disable_interrupts | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int disable_interrupts(struct nmk_i2c_dev *dev, u32 irq) | static int disable_interrupts(struct nmk_i2c_dev *priv, u32 irq) | param_type_changed |
function_signature_change | nmk_i2c_of_probe | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static void nmk_i2c_of_probe(struct device_node *np,
struct nmk_i2c_dev *nmk) | static void nmk_i2c_of_probe(struct device_node *np,
struct nmk_i2c_dev *priv) | param_type_changed |
function_signature_change | __print_tlp_header | drivers/pci/pcie/aer.c | 0a5a46a6a61be7b63c12c18495d427f91f3662a9 | static void __print_tlp_header(struct pci_dev *dev,
struct aer_header_log_regs *t) | static void __print_tlp_header(struct pci_dev *dev, struct pcie_tlp_log *t) | param_type_changed |
function_signature_change | uctrl_remove | drivers/sbus/char/uctrl.c | 024a5e6b96e745cb0fe30487cd9a9055d5c40e65 | static int uctrl_remove(struct platform_device *op) | static void uctrl_remove(struct platform_device *op) | return_type_changed |
function_signature_change | flash_remove | drivers/sbus/char/flash.c | e81a3214e6b57f0bc587eeaaf53ef4634168794b | static int flash_remove(struct platform_device *op) | static void flash_remove(struct platform_device *op) | return_type_changed |
function_signature_change | envctrl_remove | drivers/sbus/char/envctrl.c | 09c531e06048fa300f64616a6703f0ab9592dc22 | static int envctrl_remove(struct platform_device *op) | static void envctrl_remove(struct platform_device *op) | return_type_changed |
function_signature_change | d7s_remove | drivers/sbus/char/display7seg.c | 3f35533053a4e9983e507ba773d5f908c97b049f | static int d7s_remove(struct platform_device *op) | static void d7s_remove(struct platform_device *op) | return_type_changed |
function_signature_change | bbc_i2c_remove | drivers/sbus/char/bbc_i2c.c | d0e71777f7eb15aed8cd26dcc4a325236c5bca97 | static int bbc_i2c_remove(struct platform_device *op) | static void bbc_i2c_remove(struct platform_device *op) | return_type_changed |
function_signature_change | uflash_devinit | drivers/mtd/maps/sun_uflash.c | 6892982316846d4c40d12b0641d59519d868a784 | int uflash_devinit(struct platform_device *op, struct device_node *dp) | static int uflash_devinit(struct platform_device *op, struct device_node *dp) | return_type_changed |
function_signature_change | current_check_access_socket | security/landlock/net.c | 088e2efaf3d25be67f5dbcc26cfe08d7797dff39 | static int current_check_access_socket(struct socket *const sock,
struct sockaddr *const address,
const int addrlen,
const access_mask_t access_request) | static int current_check_access_socket(struct socket *const sock,
struct sockaddr *const address,
const int addrlen,
access_mask_t access_request) | param_type_changed |
function_signature_change | cs35l56_hda_read_acpi | sound/pci/hda/cs35l56_hda.c | 769dca2316d69f8e86b7761d7072752cba710f58 | static int cs35l56_hda_read_acpi(struct cs35l56_hda *cs35l56, int id) | static int cs35l56_hda_read_acpi(struct cs35l56_hda *cs35l56, int hid, int id) | param_added |
function_signature_change | cs35l56_hda_common_probe | sound/pci/hda/cs35l56_hda.c | 769dca2316d69f8e86b7761d7072752cba710f58 | int cs35l56_hda_common_probe(struct cs35l56_hda *cs35l56, int id) | int cs35l56_hda_common_probe(struct cs35l56_hda *cs35l56, int hid, int id) | param_added |
function_signature_change | cs35l56_hda_common_probe | sound/pci/hda/cs35l56_hda.h | 769dca2316d69f8e86b7761d7072752cba710f58 | int cs35l56_hda_common_probe(struct cs35l56_hda *cs35l56, int id) | int cs35l56_hda_common_probe(struct cs35l56_hda *cs35l56, int hid, int id) | param_added |
function_signature_change | swim_remove | drivers/block/swim.c | d8d6608b76b98b7b88795a529d3d910ac9ef05f4 | static int swim_remove(struct platform_device *dev) | static void swim_remove(struct platform_device *dev) | return_type_changed |
function_signature_change | apple_nvme_remove | drivers/nvme/host/apple.c | 1843671f86e93311e12b7dde72736167a07158fd | static int apple_nvme_remove(struct platform_device *pdev) | static void apple_nvme_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | mc_remove | drivers/edac/versal_edac.c | 4527a2194e7c2f88e940f9071084daa307ce08af | static int mc_remove(struct platform_device *pdev) | static void mc_remove(struct platform_device *pdev) | return_type_changed |
struct_layout_change | hclge_dev_specs_1_cmd | drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 0448825b8992fef07aa08f53db21cd68103dbecf | null | null | fields_modified |
function_signature_change | ionic_rx_buf_recycle | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 36a47c906b23240b3d7fd0cc3f36d511d5b36700 | static bool ionic_rx_buf_recycle(struct ionic_queue *q,
struct ionic_buf_info *buf_info, u32 used) | static bool ionic_rx_buf_recycle(struct ionic_queue *q,
struct ionic_buf_info *buf_info, u32 len) | param_type_changed |
function_signature_change | ionic_q_post | drivers/net/ethernet/pensando/ionic/ionic_dev.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, void *arg) | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell) | param_removed |
function_signature_change | ionic_q_post | drivers/net/ethernet/pensando/ionic/ionic_dev.h | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, void *arg) | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell) | param_removed |
function_signature_change | ionic_qcq_alloc | drivers/net/ethernet/pensando/ionic/ionic_lif.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static int ionic_qcq_alloc(struct ionic_lif *lif, unsigned int type,
unsigned int index,
const char *name, unsigned int flags,
unsigned int num_descs, unsigned int desc_size,
unsigned int cq_desc_size,
unsigned int sg_desc_size,
unsigned int pid, struct ionic_qcq **qcq) | static int ionic_qcq_alloc(struct ionic_lif *lif, unsigned int type,
unsigned int index,
const char *name, unsigned int flags,
unsigned int num_descs, unsigned int desc_size,
unsigned int cq_desc_size,
unsigned int sg_desc_size,
unsigned int desc_info_size,
unsigned int pid, struct ionic_qcq **qcq) | param_added |
function_signature_change | ionic_adminq_clean | drivers/net/ethernet/pensando/ionic/ionic_main.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_adminq_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_admin_comp *comp) | static void ionic_adminq_clean(struct ionic_queue *q,
struct ionic_admin_desc_info *desc_info,
struct ionic_admin_comp *comp) | param_type_changed |
function_signature_change | ionic_txq_post | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell,
void *arg) | static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell) | param_removed |
function_signature_change | ionic_rxq_post | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell,
void *arg) | static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell) | param_removed |
function_signature_change | ionic_xdp_tx_desc_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_xdp_tx_desc_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info) | static void ionic_xdp_tx_desc_clean(struct ionic_queue *q,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_rx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_rxq_comp *comp) | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_rx_desc_info *desc_info,
struct ionic_rxq_comp *comp) | param_type_changed |
function_signature_change | ionic_tx_map_skb | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static int ionic_tx_map_skb(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_desc_info *desc_info) | static int ionic_tx_map_skb(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_tx_desc_unmap_bufs | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_desc_unmap_bufs(struct ionic_queue *q,
struct ionic_desc_info *desc_info) | static void ionic_tx_desc_unmap_bufs(struct ionic_queue *q,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_tx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_txq_comp *comp) | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_tx_desc_info *desc_info,
struct ionic_txq_comp *comp) | param_type_changed |
function_signature_change | ionic_tx_tso_post | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_tso_post(struct net_device *netdev, struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct sk_buff *skb,
dma_addr_t addr, u8 nsge, u16 len,
unsigned int hdrlen, unsigned int mss,
bool outer_csum,
u16 vlan_tci, bool has_vlan,
bool start, bool done) | static void ionic_tx_tso_post(struct net_device *netdev, struct ionic_queue *q,
struct ionic_tx_desc_info *desc_info,
struct sk_buff *skb,
dma_addr_t addr, u8 nsge, u16 len,
unsigned int hdrlen, unsigned int mss,
bool outer_csum,
u16 vlan_tci, bool has_vlan,
bool start, bool done) | param_type_changed |
function_signature_change | ionic_tx_calc_csum | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_calc_csum(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_desc_info *desc_info) | static void ionic_tx_calc_csum(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_tx_calc_no_csum | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_calc_no_csum(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_desc_info *desc_info) | static void ionic_tx_calc_no_csum(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_tx_skb_frags | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 4dcd4575bfb17d0f6e3d53e2f217a0414518a20c | static void ionic_tx_skb_frags(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_desc_info *desc_info) | static void ionic_tx_skb_frags(struct ionic_queue *q, struct sk_buff *skb,
struct ionic_tx_desc_info *desc_info) | param_type_changed |
function_signature_change | ionic_notifyq_service | drivers/net/ethernet/pensando/ionic/ionic.h | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_notifyq_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | bool ionic_notifyq_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_adminq_service | drivers/net/ethernet/pensando/ionic/ionic.h | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_adminq_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | bool ionic_adminq_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_adminq_clean | drivers/net/ethernet/pensando/ionic/ionic_main.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | static void ionic_adminq_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info) | static void ionic_adminq_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_admin_comp *comp) | param_type_changed |
function_signature_change | ionic_notifyq_service | drivers/net/ethernet/pensando/ionic/ionic_main.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_notifyq_service(struct ionic_cq *cq,
struct ionic_cq_info *cq_info) | bool ionic_notifyq_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_adminq_service | drivers/net/ethernet/pensando/ionic/ionic_main.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_adminq_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | bool ionic_adminq_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_rx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info) | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_rxq_comp *comp) | param_type_changed |
function_signature_change | ionic_rx_service | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_rx_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | bool ionic_rx_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_tx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info) | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_txq_comp *comp) | param_type_changed |
function_signature_change | ionic_tx_service | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | static bool ionic_tx_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info,
unsigned int *total_pkts, unsigned int *total_bytes) | static bool ionic_tx_service(struct ionic_cq *cq,
unsigned int *total_pkts, unsigned int *total_bytes) | param_removed |
function_signature_change | ionic_rx_service | drivers/net/ethernet/pensando/ionic/ionic_txrx.h | 65e548f6b0ffc4222a99feda8a033a2a9fb9f3e7 | bool ionic_rx_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | bool ionic_rx_service(struct ionic_cq *cq) | param_removed |
function_signature_change | ionic_q_post | drivers/net/ethernet/pensando/ionic/ionic_dev.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, ionic_desc_cb cb,
void *cb_arg) | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, void *arg) | param_removed |
function_signature_change | ionic_q_is_posted | drivers/net/ethernet/pensando/ionic/ionic_dev.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | static bool ionic_q_is_posted(struct ionic_queue *q, unsigned int pos) | bool ionic_q_is_posted(struct ionic_queue *q, unsigned int pos) | return_type_changed |
function_signature_change | ionic_q_post | drivers/net/ethernet/pensando/ionic/ionic_dev.h | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, ionic_desc_cb cb,
void *cb_arg) | void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, void *arg) | param_removed |
function_signature_change | ionic_adminq_service | drivers/net/ethernet/pensando/ionic/ionic_main.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | bool ionic_adminq_service(struct ionic_cq *cq,
struct ionic_cq_info *cq_info) | bool ionic_adminq_service(struct ionic_cq *cq, struct ionic_cq_info *cq_info) | param_type_changed |
function_signature_change | ionic_txq_post | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell,
ionic_desc_cb cb_func, void *cb_arg) | static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell,
void *arg) | param_removed |
function_signature_change | ionic_rxq_post | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell,
ionic_desc_cb cb_func, void *cb_arg) | static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell,
void *arg) | param_removed |
function_signature_change | ionic_rx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info,
void *cb_arg) | static void ionic_rx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info) | param_removed |
function_signature_change | ionic_tx_clean | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info,
void *cb_arg) | static void ionic_tx_clean(struct ionic_queue *q,
struct ionic_desc_info *desc_info,
struct ionic_cq_info *cq_info) | param_removed |
function_signature_change | ionic_write_cmb_desc | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | d60984d39f18780dd978963b1bc4c56ee3f44ef0 | static inline void ionic_write_cmb_desc(struct ionic_queue *q,
void __iomem *cmb_desc,
void *desc) | static inline void ionic_write_cmb_desc(struct ionic_queue *q,
void *desc) | param_removed |
function_signature_change | in6_dump_addrs | net/ipv6/addrconf.c | 9cc4cc329d30dbb353fbb23ef8cd633e8f5b8ccf | static int in6_dump_addrs(const struct inet6_dev *idev, struct sk_buff *skb,
struct netlink_callback *cb, int s_ip_idx,
struct inet6_fill_args *fillargs) | static int in6_dump_addrs(const struct inet6_dev *idev, struct sk_buff *skb,
struct netlink_callback *cb, int *s_ip_idx,
struct inet6_fill_args *fillargs) | param_type_changed |
function_signature_change | in6_dump_addrs | net/ipv6/addrconf.c | 46f5182dd792c55940ca520576d1544744732b81 | static int in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb,
struct netlink_callback *cb, int s_ip_idx,
struct inet6_fill_args *fillargs) | static int in6_dump_addrs(const struct inet6_dev *idev, struct sk_buff *skb,
struct netlink_callback *cb, int s_ip_idx,
struct inet6_fill_args *fillargs) | param_type_changed |
function_signature_change | inet6_fill_ifaddr | net/ipv6/addrconf.c | f0a7da702093d5ff2c54ea18d6b47658be1b4522 | static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa,
struct inet6_fill_args *args) | static int inet6_fill_ifaddr(struct sk_buff *skb,
const struct inet6_ifaddr *ifa,
struct inet6_fill_args *args) | param_type_changed |
function_signature_change | inet6_fill_ifmcaddr | net/ipv6/addrconf.c | f0a7da702093d5ff2c54ea18d6b47658be1b4522 | static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct ifmcaddr6 *ifmca,
struct inet6_fill_args *args) | static int inet6_fill_ifmcaddr(struct sk_buff *skb,
const struct ifmcaddr6 *ifmca,
struct inet6_fill_args *args) | param_type_changed |
function_signature_change | inet6_fill_ifacaddr | net/ipv6/addrconf.c | f0a7da702093d5ff2c54ea18d6b47658be1b4522 | static int inet6_fill_ifacaddr(struct sk_buff *skb, struct ifacaddr6 *ifaca,
struct inet6_fill_args *args) | static int inet6_fill_ifacaddr(struct sk_buff *skb,
const struct ifacaddr6 *ifaca,
struct inet6_fill_args *args) | param_type_changed |
function_signature_change | nla_put_nh_group_stats_entry | net/ipv4/nexthop.c | 5072ae00aea434d922cabd1c3e6236350a77c4d7 | static int nla_put_nh_group_stats_entry(struct sk_buff *skb,
struct nh_grp_entry *nhge) | static int nla_put_nh_group_stats_entry(struct sk_buff *skb,
struct nh_grp_entry *nhge,
u32 op_flags) | param_added |
function_signature_change | nla_put_nh_group_stats | net/ipv4/nexthop.c | 5072ae00aea434d922cabd1c3e6236350a77c4d7 | static int nla_put_nh_group_stats(struct sk_buff *skb, struct nexthop *nh) | static int nla_put_nh_group_stats(struct sk_buff *skb, struct nexthop *nh,
u32 op_flags) | param_added |
struct_layout_change | nh_config | include/net/nexthop.h | 746c19a52ec50b81422fd4772254d55e588d7df6 | null | null | fields_modified |
function_signature_change | nla_put_nh_group | net/ipv4/nexthop.c | 95fedd7685912f96304615efe50485588b1c3567 | static int nla_put_nh_group(struct sk_buff *skb, struct nh_group *nhg) | static int nla_put_nh_group(struct sk_buff *skb, struct nexthop *nh,
u32 op_flags) | param_added |
function_signature_change | nh_fill_node | net/ipv4/nexthop.c | 95fedd7685912f96304615efe50485588b1c3567 | static int nh_fill_node(struct sk_buff *skb, struct nexthop *nh,
int event, u32 portid, u32 seq, unsigned int nlflags) | static int nh_fill_node(struct sk_buff *skb, struct nexthop *nh,
int event, u32 portid, u32 seq, unsigned int nlflags,
u32 op_flags) | param_added |
function_signature_change | nh_valid_get_del_req | net/ipv4/nexthop.c | a207eab1039b501daddc8e729c9cc5d99fe93d18 | static int nh_valid_get_del_req(const struct nlmsghdr *nlh,
struct nlattr **tb, u32 *id,
struct netlink_ext_ack *extack) | static int nh_valid_get_del_req(const struct nlmsghdr *nlh,
struct nlattr **tb, u32 *id, u32 *op_flags,
struct netlink_ext_ack *extack) | param_added |
function_signature_change | nh_valid_get_del_req | net/ipv4/nexthop.c | 2118f9390d83cf942de8b34faf3d35b54f9f4eee | static int nh_valid_get_del_req(const struct nlmsghdr *nlh, u32 *id,
struct netlink_ext_ack *extack) | static int nh_valid_get_del_req(const struct nlmsghdr *nlh,
struct nlattr **tb, u32 *id,
struct netlink_ext_ack *extack) | param_added |
function_signature_change | platform_led_remove | drivers/parisc/led.c | 26dd48780bd2232a8f50f878929a9e448b7fd531 | static int platform_led_remove(struct platform_device *pdev) | static void platform_led_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | sprd_i2c_remove | drivers/i2c/busses/i2c-sprd.c | 06d0cb6c824c7df736e66060b8c63b0100259d3f | static int sprd_i2c_remove(struct platform_device *pdev) | static void sprd_i2c_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | udpv6_offload_init | net/ipv6/udp_offload.c | 6a55ca6b0122d4678e3ab54a8553361aae5082f1 | int udpv6_offload_init(void) | int __init udpv6_offload_init(void) | return_type_changed |
function_signature_change | mv88e6185_pcs_config | drivers/net/dsa/mv88e6xxx/pcs-6185.c | 84c49aac0ea4df7ab69d4f0f2ce62dc9b1e77363 | static int mv88e6185_pcs_config(struct phylink_pcs *pcs, unsigned int mode,
phy_interface_t interface,
const unsigned long *advertising,
bool permit_pause_to_mac) | static int mv88e6185_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode,
phy_interface_t interface,
const unsigned long *advertising,
bool permit_pause_to_mac) | param_type_changed |
function_signature_change | miic_config | drivers/net/pcs/pcs-rzn1-miic.c | dd9a730011fa5c158599b0edf2431df5be595f4a | static int miic_config(struct phylink_pcs *pcs, unsigned int mode,
phy_interface_t interface,
const unsigned long *advertising, bool permit) | static int miic_config(struct phylink_pcs *pcs, unsigned int neg_mode,
phy_interface_t interface,
const unsigned long *advertising, bool permit) | param_type_changed |
function_signature_change | miic_link_up | drivers/net/pcs/pcs-rzn1-miic.c | dd9a730011fa5c158599b0edf2431df5be595f4a | static void miic_link_up(struct phylink_pcs *pcs, unsigned int mode,
phy_interface_t interface, int speed, int duplex) | static void miic_link_up(struct phylink_pcs *pcs, unsigned int neg_mode,
phy_interface_t interface, int speed, int duplex) | param_type_changed |
function_signature_change | fore200e_sba_remove | drivers/atm/fore200e.c | c12264d3fd234e9b66e3e7a721b659c6a5e5bf8f | static int fore200e_sba_remove(struct platform_device *op) | static void fore200e_sba_remove(struct platform_device *op) | return_type_changed |
function_signature_change | of_link_to_phandle | drivers/of/property.c | 135116f3d01402b610e00dd54f3b059a3faf35de | static void of_link_to_phandle(struct device_node *con_np,
struct device_node *sup_np) | static void of_link_to_phandle(struct device_node *con_np,
struct device_node *sup_np,
u8 flags) | param_added |
function_signature_change | fwnode_link_add | drivers/base/core.c | 75cde56a5b504d07a64ce0e3f8c7410df70308a3 | int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) | int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup,
u8 flags) | param_added |
function_signature_change | fwnode_link_add | include/linux/fwnode.h | 75cde56a5b504d07a64ce0e3f8c7410df70308a3 | int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup) | int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup,
u8 flags) | param_added |
function_signature_change | fw_devlink_is_strict | include/linux/fwnode.h | bbf6cfba49a117c502ec5df66d3ab3b485c113f8 | extern bool fw_devlink_is_strict(void) | bool fw_devlink_is_strict(void) | return_type_changed |
struct_layout_change | cnic_local | drivers/net/ethernet/broadcom/cnic.h | bfe78793b264f9e7a809f755f8ef5cb9bb163827 | null | null | fields_modified |
function_signature_change | synth_write | drivers/accessibility/speakup/synth.c | b6c8dafc9d86eb77e502bb018ec4105e8d2fbf78 | void synth_write(const char *buf, size_t count) | void synth_write(const char *_buf, size_t count) | param_type_changed |
function_signature_change | bpp_remove | drivers/parport/parport_sunbpp.c | 813f008d4343bd5ecc14790cf98ad24deb7e8d2d | static int bpp_remove(struct platform_device *op) | static void bpp_remove(struct platform_device *op) | return_type_changed |
function_signature_change | amiga_parallel_remove | drivers/parport/parport_amiga.c | adf4e1055522f62e2c23926c9c66d49c70dfcd15 | static int __exit amiga_parallel_remove(struct platform_device *pdev) | static void __exit amiga_parallel_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | xilly_drv_remove | drivers/char/xillybus/xillybus_of.c | 832c17b8b658aa88f237d7025906334cb96bbdcb | static int xilly_drv_remove(struct platform_device *op) | static void xilly_drv_remove(struct platform_device *op) | return_type_changed |
function_signature_change | pci_bridge_reconfigure_ltr | drivers/pci/pci.h | fa84f4435a6202dd90248517f41e54bf3fb85bc5 | void pci_bridge_reconfigure_ltr(struct pci_dev *dev) | void pci_bridge_reconfigure_ltr(struct pci_dev *pdev) | param_type_changed |
function_signature_change | zynqmp_nvmem_read | drivers/nvmem/zynqmp_nvmem.c | 737c0c8d07b5f671c0a33cec95965fcb2d2ea893 | static int zynqmp_nvmem_read(void *context, unsigned int offset,
void *val, size_t bytes) | static int zynqmp_nvmem_read(void *context, unsigned int offset, void *val, size_t bytes) | param_type_changed |
function_signature_change | remove_gdrom | drivers/cdrom/gdrom.c | 0dc31b98d7200a0046de5c760feb0aaff6c4b53c | static int remove_gdrom(struct platform_device *devptr) | static void remove_gdrom(struct platform_device *devptr) | return_type_changed |
function_signature_change | ext4_issue_discard | fs/ext4/mballoc.c | 0efcd739fc07cefd5c54e202f66b4ea5def4776b | static inline int ext4_issue_discard(struct super_block *sb,
ext4_group_t block_group, ext4_grpblk_t cluster, int count,
struct bio **biop) | static inline int ext4_issue_discard(struct super_block *sb,
ext4_group_t block_group, ext4_grpblk_t cluster, int count) | param_removed |
function_signature_change | sizeof_field | arch/arm64/include/asm/processor.h | 203f2b95a882dc46dd9873562167db69a1f61711 | BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) !=
sizeof_field(struct thread_struct, uw.tp_value) +
sizeof_field(struct thread_struct, uw.tp2_value) +
sizeof_field(struct thread_struct, uw.fpsimd_state)) | BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) !=
sizeof_field(struct thread_struct, uw.tp_value) +
sizeof_field(struct thread_struct, uw.tp2_value) +
sizeof_field(struct thread_struct, uw.fpmr) +
sizeof_field(struct thread_struct, uw.pad) +
sizeof_field(struct thread_struct, uw.fpsimd_state)) | return_type_changed |
function_signature_change | zcrypt_process_rescan | drivers/s390/crypto/zcrypt_api.c | c3384369bc530e95958985918771af6d7b74d014 | static inline int zcrypt_process_rescan(void) | static inline bool zcrypt_process_rescan(void) | return_type_changed |
function_signature_change | ap_bus_force_rescan | drivers/s390/crypto/ap_bus.c | eacf5b3651c530e0666efbd64e1d1115258c5903 | void ap_bus_force_rescan(void) | bool ap_bus_force_rescan(void) | return_type_changed |
function_signature_change | ap_bus_force_rescan | drivers/s390/crypto/ap_bus.h | eacf5b3651c530e0666efbd64e1d1115258c5903 | void ap_bus_force_rescan(void) | bool ap_bus_force_rescan(void) | return_type_changed |
function_signature_change | ap_scan_bus | drivers/s390/crypto/ap_bus.c | b5caf05ee8795a628992fe7b5ac3e7b9bbd735c5 | static void ap_scan_bus(struct work_struct *) | static bool ap_scan_bus(void) | return_type_changed |
function_signature_change | pata_macio_detach | drivers/ata/pata_macio.c | 9db2235326c4b868b6e065dfa3a69011ee570848 | static int pata_macio_detach(struct macio_dev *mdev) | static void pata_macio_detach(struct macio_dev *mdev) | return_type_changed |
function_signature_change | rackmeter_remove | drivers/macintosh/rack-meter.c | 9db2235326c4b868b6e065dfa3a69011ee570848 | static int rackmeter_remove(struct macio_dev* mdev) | static void rackmeter_remove(struct macio_dev *mdev) | return_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.