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 | ipmmu_of_xlate | drivers/iommu/ipmmu-vmsa.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int ipmmu_of_xlate(struct device *dev,
struct of_phandle_args *spec) | static int ipmmu_of_xlate(struct device *dev,
const struct of_phandle_args *spec) | param_type_changed |
function_signature_change | insert_iommu_master | drivers/iommu/msm_iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int insert_iommu_master(struct device *dev,
struct msm_iommu_dev **iommu,
struct of_phandle_args *spec) | static int insert_iommu_master(struct device *dev,
struct msm_iommu_dev **iommu,
const struct of_phandle_args *spec) | param_type_changed |
function_signature_change | qcom_iommu_of_xlate | drivers/iommu/msm_iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int qcom_iommu_of_xlate(struct device *dev,
struct of_phandle_args *spec) | static int qcom_iommu_of_xlate(struct device *dev,
const struct of_phandle_args *spec) | param_type_changed |
function_signature_change | mtk_iommu_of_xlate | drivers/iommu/mtk_iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int mtk_iommu_of_xlate(struct device *dev, struct of_phandle_args *args) | static int mtk_iommu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | mtk_iommu_v1_create_mapping | drivers/iommu/mtk_iommu_v1.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int mtk_iommu_v1_create_mapping(struct device *dev, struct of_phandle_args *args) | static int mtk_iommu_v1_create_mapping(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | rk_iommu_of_xlate | drivers/iommu/rockchip-iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int rk_iommu_of_xlate(struct device *dev,
struct of_phandle_args *args) | static int rk_iommu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | sprd_iommu_of_xlate | drivers/iommu/sprd-iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int sprd_iommu_of_xlate(struct device *dev, struct of_phandle_args *args) | static int sprd_iommu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | sun50i_iommu_of_xlate | drivers/iommu/sun50i-iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int sun50i_iommu_of_xlate(struct device *dev,
struct of_phandle_args *args) | static int sun50i_iommu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | tegra_smmu_configure | drivers/iommu/tegra-smmu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int tegra_smmu_configure(struct tegra_smmu *smmu, struct device *dev,
struct of_phandle_args *args) | static int tegra_smmu_configure(struct tegra_smmu *smmu, struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | tegra_smmu_of_xlate | drivers/iommu/tegra-smmu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int tegra_smmu_of_xlate(struct device *dev,
struct of_phandle_args *args) | static int tegra_smmu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | viommu_of_xlate | drivers/iommu/virtio-iommu.c | b42a905b6aad40c092cf17f4b295a4c389bc7206 | static int viommu_of_xlate(struct device *dev, struct of_phandle_args *args) | static int viommu_of_xlate(struct device *dev,
const struct of_phandle_args *args) | param_type_changed |
function_signature_change | iommu_fwspec_add_ids | include/linux/iommu.h | b42a905b6aad40c092cf17f4b295a4c389bc7206 | int iommu_fwspec_add_ids(struct device *dev, u32 *ids, int num_ids) | int iommu_fwspec_add_ids(struct device *dev, const u32 *ids, int num_ids) | param_type_changed |
function_signature_change | iommu_device_register_bus | drivers/iommu/iommu-priv.h | e70e9ecd7cb349d00736c594b8e9bada0a762238 | int iommu_device_register_bus(struct iommu_device *iommu,
const struct iommu_ops *ops, struct bus_type *bus,
struct notifier_block *nb) | int iommu_device_register_bus(struct iommu_device *iommu,
const struct iommu_ops *ops,
const struct bus_type *bus,
struct notifier_block *nb) | param_type_changed |
function_signature_change | iommu_device_unregister_bus | drivers/iommu/iommu-priv.h | e70e9ecd7cb349d00736c594b8e9bada0a762238 | void iommu_device_unregister_bus(struct iommu_device *iommu,
struct bus_type *bus,
struct notifier_block *nb) | void iommu_device_unregister_bus(struct iommu_device *iommu,
const struct bus_type *bus,
struct notifier_block *nb) | param_type_changed |
function_signature_change | iommu_device_unregister_bus | drivers/iommu/iommu.c | e70e9ecd7cb349d00736c594b8e9bada0a762238 | void iommu_device_unregister_bus(struct iommu_device *iommu,
struct bus_type *bus,
struct notifier_block *nb) | void iommu_device_unregister_bus(struct iommu_device *iommu,
const struct bus_type *bus,
struct notifier_block *nb) | param_type_changed |
function_signature_change | iommu_device_register_bus | drivers/iommu/iommu.c | e70e9ecd7cb349d00736c594b8e9bada0a762238 | int iommu_device_register_bus(struct iommu_device *iommu,
const struct iommu_ops *ops, struct bus_type *bus,
struct notifier_block *nb) | int iommu_device_register_bus(struct iommu_device *iommu,
const struct iommu_ops *ops,
const struct bus_type *bus,
struct notifier_block *nb) | param_type_changed |
function_signature_change | path_from_stashed | fs/internal.h | b28ddcc32d8fa3e20745b3a47dff863fe0376d79 | int path_from_stashed(struct dentry **stashed, unsigned long ino,
struct vfsmount *mnt, const struct file_operations *fops,
void *data, struct path *path) | int path_from_stashed(struct dentry **stashed, unsigned long ino,
struct vfsmount *mnt, const struct file_operations *fops,
const struct inode_operations *iops, void *data,
struct path *path) | param_added |
function_signature_change | path_from_stashed | fs/libfs.c | b28ddcc32d8fa3e20745b3a47dff863fe0376d79 | int path_from_stashed(struct dentry **stashed, unsigned long ino,
struct vfsmount *mnt, const struct file_operations *fops,
void *data, struct path *path) | int path_from_stashed(struct dentry **stashed, unsigned long ino,
struct vfsmount *mnt, const struct file_operations *fops,
const struct inode_operations *iops, void *data,
struct path *path) | param_added |
struct_layout_change | ns_common | include/linux/ns_common.h | 1fa08aece42512be072351f482096d5796edf7ca | null | null | fields_modified |
function_signature_change | inet_fill_ifaddr | net/ipv4/devinet.c | cdb2f80f1c10654efc66c1624f66df2b87eabf06 | static int inet_fill_ifaddr(struct sk_buff *skb, struct in_ifaddr *ifa,
struct inet_fill_args *args) | static int inet_fill_ifaddr(struct sk_buff *skb, const struct in_ifaddr *ifa,
struct inet_fill_args *args) | param_type_changed |
function_signature_change | in_dev_dump_addr | net/ipv4/devinet.c | cdb2f80f1c10654efc66c1624f66df2b87eabf06 | static int in_dev_dump_addr(struct in_device *in_dev, struct sk_buff *skb,
struct netlink_callback *cb, int s_ip_idx,
struct inet_fill_args *fillargs) | static int in_dev_dump_addr(struct in_device *in_dev, struct sk_buff *skb,
struct netlink_callback *cb, int *s_ip_idx,
struct inet_fill_args *fillargs) | param_type_changed |
function_signature_change | ksft_test_result_code | tools/testing/selftests/kselftest.h | 732e2035280bf499a4b002677e2a1845f557d403 | void ksft_test_result_code(int exit_code, const char *msg, ...) | void ksft_test_result_code(int exit_code, const char *test_name,
const char *msg, ...) | param_added |
function_signature_change | bcmasp_init_rx | drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 4688f4f41cfa76638a37db3837cc485e5c83d307 | static int bcmasp_init_rx(struct bcmasp_intf *intf) | static void bcmasp_init_rx(struct bcmasp_intf *intf) | return_type_changed |
function_signature_change | bcmasp_init_tx | drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 4688f4f41cfa76638a37db3837cc485e5c83d307 | static int bcmasp_init_tx(struct bcmasp_intf *intf) | static void bcmasp_init_tx(struct bcmasp_intf *intf) | return_type_changed |
function_signature_change | ipv6_use_optimistic_addr | net/ipv6/addrconf.c | 2f0ff05a44302c91af54a5f9efe1b65b7681540e | static bool ipv6_use_optimistic_addr(struct net *net,
struct inet6_dev *idev) | static bool ipv6_use_optimistic_addr(const struct net *net,
const struct inet6_dev *idev) | param_type_changed |
function_signature_change | ipv6_allow_optimistic_dad | net/ipv6/addrconf.c | 2f0ff05a44302c91af54a5f9efe1b65b7681540e | static bool ipv6_allow_optimistic_dad(struct net *net,
struct inet6_dev *idev) | static bool ipv6_allow_optimistic_dad(const struct net *net,
const struct inet6_dev *idev) | param_type_changed |
function_signature_change | ipv6_get_regen_advance | net/ipv6/addrconf.c | 2aba913f99debce6cd1c7f606d69d094d1202559 | static unsigned long ipv6_get_regen_advance(struct inet6_dev *idev) | static unsigned long ipv6_get_regen_advance(const struct inet6_dev *idev) | param_type_changed |
function_signature_change | ipv6_accept_ra | include/net/ipv6.h | 32f754176e889cdfe989ef08ece19859427755df | static inline bool ipv6_accept_ra(struct inet6_dev *idev) | static inline bool ipv6_accept_ra(const struct inet6_dev *idev) | param_type_changed |
function_signature_change | acpi_gpio_count | drivers/gpio/gpiolib-acpi.c | 8122c7c625fca4da427e85eac5f3261b6f6daeaa | int acpi_gpio_count(struct device *dev, const char *con_id) | int acpi_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) | param_type_changed |
function_signature_change | acpi_gpio_count | drivers/gpio/gpiolib-acpi.h | 8122c7c625fca4da427e85eac5f3261b6f6daeaa | int acpi_gpio_count(struct device *dev, const char *con_id) | int acpi_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) | param_type_changed |
function_signature_change | of_gpio_spi_cs_get_count | drivers/gpio/gpiolib-of.c | adcad5364a692dac85e6e741bdce2a7609449ab8 | static int of_gpio_spi_cs_get_count(struct device *dev, const char *con_id) | static int of_gpio_spi_cs_get_count(const struct device_node *np,
const char *con_id) | param_type_changed |
function_signature_change | read_balance | drivers/md/raid1.c | 0091c5a269eca7ab0e057c3083804daed9997f08 | static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors) | static int read_balance(struct r1conf *conf, struct r1bio *r1_bio,
int *max_sectors) | param_type_changed |
struct_layout_change | r1conf | drivers/md/raid1.h | 2c27d09d3a76b33629d2e681bf8b774f776ade7f | null | null | fields_modified |
function_signature_change | string_get_size | include/linux/string_helpers.h | f0b7f8ade9d2532a7d7da40eb297570d48dd2147 | int string_get_size(u64 size, u64 blk_size, enum string_size_units units,
char *buf, int len) | int string_get_size(u64 size, u64 blk_size, const enum string_size_units units,
char *buf, int len) | param_type_changed |
struct_layout_change | bpf_testmod_ops | tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.h | 0623e73317940d052216fb6eef4efd55a0a7f602 | null | null | fields_modified |
function_signature_change | BPF_PROG | tools/testing/selftests/bpf/progs/struct_ops_module.c | 0623e73317940d052216fb6eef4efd55a0a7f602 | void BPF_PROG(test_2, int a, int b) | int BPF_PROG(test_3, int a, int b) | return_type_changed |
function_signature_change | perf_evlist__id_hash | tools/lib/perf/evlist.c | 1947b92464c3268381604bbe2ac977a3fd78192f | static void perf_evlist__id_hash(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu, int thread, u64 id) | static void perf_evlist__id_hash(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu_map_idx, int thread, u64 id) | param_type_changed |
function_signature_change | perf_evlist__id_add | tools/lib/perf/evlist.c | 1947b92464c3268381604bbe2ac977a3fd78192f | void perf_evlist__id_add(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu, int thread, u64 id) | void perf_evlist__id_add(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu_map_idx, int thread, u64 id) | param_type_changed |
function_signature_change | perf_evlist__id_add_fd | tools/lib/perf/evlist.c | 1947b92464c3268381604bbe2ac977a3fd78192f | int perf_evlist__id_add_fd(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu, int thread, int fd) | int perf_evlist__id_add_fd(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu_map_idx, int thread, int fd) | param_type_changed |
function_signature_change | perf_evlist__id_add | tools/lib/perf/include/internal/evlist.h | 1947b92464c3268381604bbe2ac977a3fd78192f | void perf_evlist__id_add(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu, int thread, u64 id) | void perf_evlist__id_add(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu_map_idx, int thread, u64 id) | param_type_changed |
function_signature_change | perf_evlist__id_add_fd | tools/lib/perf/include/internal/evlist.h | 1947b92464c3268381604bbe2ac977a3fd78192f | int perf_evlist__id_add_fd(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu, int thread, int fd) | int perf_evlist__id_add_fd(struct perf_evlist *evlist,
struct perf_evsel *evsel,
int cpu_map_idx, int thread, int fd) | param_type_changed |
function_signature_change | BPF_PROG | tools/perf/util/bpf_skel/lock_contention.bpf.c | b44d66536859393772c67cb1da65345127f692e0 | int BPF_PROG(collect_lock_syms) | int BPF_PROG(end_timestamp) | param_type_changed |
function_signature_change | longest_prefix_match | kernel/bpf/lpm_trie.c | 896880ff30866f386ebed14ab81ce1ad3710cfc4 | static size_t longest_prefix_match(const struct lpm_trie *trie,
const struct lpm_trie_node *node,
const struct bpf_lpm_trie_key *key) | static size_t longest_prefix_match(const struct lpm_trie *trie,
const struct lpm_trie_node *node,
const struct bpf_lpm_trie_key_u8 *key) | param_type_changed |
function_signature_change | match_metric | tools/perf/util/metricgroup.c | d4be39cadef0dbba6667a96e8e7857d510ed4e20 | static bool match_metric(const char *n, const char *list) | static bool match_metric(const char *metric_or_groups, const char *sought) | param_type_changed |
function_signature_change | __fortify_panic | arch/arm/boot/compressed/misc.c | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_panic(const u8 reason) | void __fortify_panic(const u8 reason, size_t avail, size_t size) | param_added |
function_signature_change | __fortify_panic | arch/arm/boot/compressed/misc.h | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_panic(const u8 reason) | void __fortify_panic(const u8 reason, size_t avail, size_t size) | param_added |
function_signature_change | __fortify_panic | arch/x86/boot/compressed/misc.c | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_panic(const u8 reason) | void __fortify_panic(const u8 reason, size_t avail, size_t size) | param_added |
function_signature_change | __fortify_report | include/linux/fortify-string.h | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_report(const u8 reason) | void __fortify_report(const u8 reason, const size_t avail, const size_t size) | param_added |
function_signature_change | __fortify_report | lib/string_helpers.c | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_report(const u8 reason) | void __fortify_report(const u8 reason, const size_t avail, const size_t size) | param_added |
function_signature_change | __fortify_panic | lib/string_helpers.c | 3d965b33e40d973b450cb0212913f039476c16f4 | void __fortify_panic(const u8 reason) | void __fortify_panic(const u8 reason, const size_t avail, const size_t size) | param_added |
function_signature_change | fortify_memset_chk | include/linux/fortify-string.h | 4ce615e798a752d4431fcc52960478906dec2f0e | __FORTIFY_INLINE void fortify_memset_chk(__kernel_size_t size,
const size_t p_size,
const size_t p_size_field) | __FORTIFY_INLINE bool fortify_memset_chk(__kernel_size_t size,
const size_t p_size,
const size_t p_size_field) | return_type_changed |
function_signature_change | fortify_memcpy_chk | include/linux/fortify-string.h | 475ddf1fce1ec4826c8dda40ec59f7f83a7aadb8 | __FORTIFY_INLINE bool fortify_memcpy_chk(__kernel_size_t size,
const size_t p_size,
const size_t q_size,
const size_t p_size_field,
const size_t q_size_field,
const char *func) | __FORTIFY_INLINE bool fortify_memcpy_chk(__kernel_size_t size,
const size_t p_size,
const size_t q_size,
const size_t p_size_field,
const size_t q_size_field,
const u8 func) | param_type_changed |
function_signature_change | __refcount_add_not_zero | include/linux/refcount.h | 99db710f768e988e70f1164537bf533a017be24d | static inline __must_check bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) | bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) | return_type_changed |
function_signature_change | __refcount_add | include/linux/refcount.h | 99db710f768e988e70f1164537bf533a017be24d | static inline void __refcount_add(int i, refcount_t *r, int *oldp) | static inline __signed_wrap
void __refcount_add(int i, refcount_t *r, int *oldp) | return_type_changed |
function_signature_change | __refcount_sub_and_test | include/linux/refcount.h | 99db710f768e988e70f1164537bf533a017be24d | static inline __must_check bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) | bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) | return_type_changed |
function_signature_change | rtc_write | drivers/rtc/rtc-ds1511.c | 29c411f242ea3873c65efa95cfd3780b4b16f278 | static noinline void rtc_write(uint8_t val, uint32_t reg) | static void rtc_write(uint8_t val, uint32_t reg) | return_type_changed |
function_signature_change | rtc_read | drivers/rtc/rtc-ds1511.c | 29c411f242ea3873c65efa95cfd3780b4b16f278 | static noinline uint8_t rtc_read(uint32_t reg) | static uint8_t rtc_read(uint32_t reg) | return_type_changed |
function_signature_change | rtc_disable_update | drivers/rtc/rtc-ds1511.c | 29c411f242ea3873c65efa95cfd3780b4b16f278 | static inline void rtc_disable_update(void) | static void rtc_disable_update(void) | return_type_changed |
function_signature_change | rtc_write | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static noinline void
rtc_write(uint8_t val, uint32_t reg) | static noinline void rtc_write(uint8_t val, uint32_t reg) | param_type_changed |
function_signature_change | rtc_read | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static noinline uint8_t
rtc_read(uint32_t reg) | static noinline uint8_t rtc_read(uint32_t reg) | param_type_changed |
function_signature_change | rtc_disable_update | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static inline void
rtc_disable_update(void) | static inline void rtc_disable_update(void) | param_type_changed |
function_signature_change | rtc_enable_update | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static void
rtc_enable_update(void) | static void rtc_enable_update(void) | param_type_changed |
function_signature_change | ds1511_rtc_update_alarm | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static void
ds1511_rtc_update_alarm(struct rtc_plat_data *pdata) | static void ds1511_rtc_update_alarm(struct rtc_plat_data *pdata) | param_type_changed |
function_signature_change | ds1511_rtc_set_alarm | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static int
ds1511_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm) | static int ds1511_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alrm) | param_type_changed |
function_signature_change | ds1511_rtc_read_alarm | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static int
ds1511_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alrm) | static int ds1511_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alrm) | param_type_changed |
function_signature_change | ds1511_interrupt | drivers/rtc/rtc-ds1511.c | 22e1b2c7a4e81b33a88e6739787d823a630506bf | static irqreturn_t
ds1511_interrupt(int irq, void *dev_id) | static irqreturn_t ds1511_interrupt(int irq, void *dev_id) | param_type_changed |
function_signature_change | rtc_read | drivers/rtc/rtc-ds1511.c | 8f973799c3526545bdc9ecdfce675e6bb5b4c51a | static noinline uint8_t
rtc_read(enum ds1511reg reg) | static noinline uint8_t
rtc_read(uint32_t reg) | param_type_changed |
function_signature_change | f2fs_allocate_data_block | fs/f2fs/f2fs.h | 7d009e048d7cfcc21d400f2aba4c8bacbdebbd47 | void f2fs_allocate_data_block(struct f2fs_sb_info *sbi, struct page *page,
block_t old_blkaddr, block_t *new_blkaddr,
struct f2fs_summary *sum, int type,
struct f2fs_io_info *fio) | int f2fs_allocate_data_block(struct f2fs_sb_info *sbi, struct page *page,
block_t old_blkaddr, block_t *new_blkaddr,
struct f2fs_summary *sum, int type,
struct f2fs_io_info *fio) | return_type_changed |
function_signature_change | get_new_segment | fs/f2fs/segment.c | 7d009e048d7cfcc21d400f2aba4c8bacbdebbd47 | static void get_new_segment(struct f2fs_sb_info *sbi,
unsigned int *newseg, bool new_sec, bool pinning) | static int get_new_segment(struct f2fs_sb_info *sbi,
unsigned int *newseg, bool new_sec, bool pinning) | return_type_changed |
function_signature_change | f2fs_allocate_data_block | fs/f2fs/segment.c | 7d009e048d7cfcc21d400f2aba4c8bacbdebbd47 | void f2fs_allocate_data_block(struct f2fs_sb_info *sbi, struct page *page,
block_t old_blkaddr, block_t *new_blkaddr,
struct f2fs_summary *sum, int type,
struct f2fs_io_info *fio) | int f2fs_allocate_data_block(struct f2fs_sb_info *sbi, struct page *page,
block_t old_blkaddr, block_t *new_blkaddr,
struct f2fs_summary *sum, int type,
struct f2fs_io_info *fio) | return_type_changed |
function_signature_change | rxrpc_send_ACK | net/rxrpc/ar-internal.h | 99afb28c676cc36747cdb18ffaa6692a60888853 | void rxrpc_send_ACK(struct rxrpc_call *, u8, rxrpc_serial_t, enum rxrpc_propose_ack_trace) | void rxrpc_send_ACK(struct rxrpc_call *call, u8 ack_reason,
rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why) | param_type_changed |
function_signature_change | rxrpc_send_ack_packet | net/rxrpc/output.c | 99afb28c676cc36747cdb18ffaa6692a60888853 | int rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) | static int rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) | return_type_changed |
function_signature_change | rxrpc_send_data_packet | net/rxrpc/output.c | 44125d5aaddadfe37a97e642218df184871187be | int rxrpc_send_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) | static int rxrpc_send_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) | return_type_changed |
function_signature_change | rxrpc_fill_out_ack | net/rxrpc/output.c | ff342bdc59f4a7431d0b58ce8bc2ef7d44cff15f | static size_t rxrpc_fill_out_ack(struct rxrpc_connection *conn,
struct rxrpc_call *call,
struct rxrpc_txbuf *txb,
u16 *_rwind) | static void rxrpc_fill_out_ack(struct rxrpc_connection *conn,
struct rxrpc_call *call,
struct rxrpc_txbuf *txb,
u16 *_rwind) | return_type_changed |
function_signature_change | arm_smmu_domain_finalise_s1 | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | d8cd200609cf6a404cda73794f0c8c4fd74c568c | static int arm_smmu_domain_finalise_s1(struct arm_smmu_domain *smmu_domain,
struct io_pgtable_cfg *pgtbl_cfg) | static int arm_smmu_domain_finalise_s1(struct arm_smmu_device *smmu,
struct arm_smmu_domain *smmu_domain,
struct io_pgtable_cfg *pgtbl_cfg) | param_added |
function_signature_change | arm_smmu_domain_finalise_s2 | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | d8cd200609cf6a404cda73794f0c8c4fd74c568c | static int arm_smmu_domain_finalise_s2(struct arm_smmu_domain *smmu_domain,
struct io_pgtable_cfg *pgtbl_cfg) | static int arm_smmu_domain_finalise_s2(struct arm_smmu_device *smmu,
struct arm_smmu_domain *smmu_domain,
struct io_pgtable_cfg *pgtbl_cfg) | param_added |
function_signature_change | arm_smmu_domain_finalise | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | d8cd200609cf6a404cda73794f0c8c4fd74c568c | static int arm_smmu_domain_finalise(struct iommu_domain *domain) | static int arm_smmu_domain_finalise(struct arm_smmu_domain *smmu_domain,
struct arm_smmu_device *smmu) | param_added |
function_signature_change | arm_smmu_enable_ats | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | d550ddc5b789f258cb5ce3bfe74af6d5383589b5 | static void arm_smmu_enable_ats(struct arm_smmu_master *master) | static void arm_smmu_enable_ats(struct arm_smmu_master *master,
struct arm_smmu_domain *smmu_domain) | param_added |
function_signature_change | arm_smmu_disable_ats | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | d550ddc5b789f258cb5ce3bfe74af6d5383589b5 | static void arm_smmu_disable_ats(struct arm_smmu_master *master) | static void arm_smmu_disable_ats(struct arm_smmu_master *master,
struct arm_smmu_domain *smmu_domain) | param_added |
function_signature_change | arm_smmu_install_ste_for_dev | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 65547275d76965c3106fbcd4a9244242eb88224c | static void arm_smmu_install_ste_for_dev(struct arm_smmu_master *master) | static void arm_smmu_install_ste_for_dev(struct arm_smmu_master *master,
const struct arm_smmu_ste *target) | param_added |
function_signature_change | arm_smmu_sync_ste_for_sid | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 7da51af9125c624318c8099de13c5ddefd47e9e8 | static void arm_smmu_sync_ste_for_sid(struct arm_smmu_device *smmu, u32 sid) | static void arm_smmu_sync_ste_for_sid(struct arm_smmu_device *smmu,
ioasid_t sid) | param_type_changed |
function_signature_change | nmk_gpio_irq_handler | drivers/gpio/gpio-nomadik.c | 8d74c3dc8f99d9867254004ed49508c13295cacd | static void nmk_gpio_irq_handler(struct irq_desc *desc) | static irqreturn_t nmk_gpio_irq_handler(int irq, void *dev_id) | param_added |
function_signature_change | nmk_gpio_probe | drivers/gpio/gpio-nomadik.c | 8d74c3dc8f99d9867254004ed49508c13295cacd | static int nmk_gpio_probe(struct platform_device *dev) | static int nmk_gpio_probe(struct platform_device *pdev) | param_type_changed |
function_signature_change | do_raw_setsockopt | net/ipv4/raw.c | 8b2b1e62cdb9ce36886e77c90a9594e41f3a2112 | static int do_raw_setsockopt(struct sock *sk, int level, int optname,
sockptr_t optval, unsigned int optlen) | static int do_raw_setsockopt(struct sock *sk, int optname,
sockptr_t optval, unsigned int optlen) | param_removed |
function_signature_change | do_raw_getsockopt | net/ipv4/raw.c | 8b2b1e62cdb9ce36886e77c90a9594e41f3a2112 | static int do_raw_getsockopt(struct sock *sk, int level, int optname,
char __user *optval, int __user *optlen) | static int do_raw_getsockopt(struct sock *sk, int optname,
char __user *optval, int __user *optlen) | param_removed |
function_signature_change | nmk_gpio_request_enable | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 75d270fda64d4e12d0ce35334bca6d674cd7b943 | static int nmk_gpio_request_enable(struct pinctrl_dev *pctldev,
struct pinctrl_gpio_range *range,
unsigned int offset) | static int nmk_gpio_request_enable(struct pinctrl_dev *pctldev,
struct pinctrl_gpio_range *range,
unsigned int pin) | param_type_changed |
function_signature_change | nmk_gpio_disable_free | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 75d270fda64d4e12d0ce35334bca6d674cd7b943 | static void nmk_gpio_disable_free(struct pinctrl_dev *pctldev,
struct pinctrl_gpio_range *range,
unsigned int offset) | static void nmk_gpio_disable_free(struct pinctrl_dev *pctldev,
struct pinctrl_gpio_range *range,
unsigned int pin) | param_type_changed |
function_signature_change | nmk_prcm_altcx_set_mode | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static void nmk_prcm_altcx_set_mode(struct nmk_pinctrl *npct,
unsigned int offset, unsigned int alt_num) | static void nmk_prcm_altcx_set_mode(struct nmk_pinctrl *npct,
unsigned int offset, unsigned int alt_num) | param_type_changed |
function_signature_change | nmk_pin_dbg_show | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static void nmk_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s,
unsigned int offset) | static void nmk_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s,
unsigned int offset) | param_type_changed |
function_signature_change | nmk_dt_add_map_mux | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static int nmk_dt_add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps,
unsigned int *num_maps, const char *group,
const char *function) | static int nmk_dt_add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps,
unsigned int *num_maps, const char *group,
const char *function) | param_type_changed |
function_signature_change | nmk_dt_add_map_configs | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static int nmk_dt_add_map_configs(struct pinctrl_map **map,
unsigned int *reserved_maps,
unsigned int *num_maps, const char *group,
unsigned long *configs, unsigned int num_configs) | static int nmk_dt_add_map_configs(struct pinctrl_map **map,
unsigned int *reserved_maps,
unsigned int *num_maps, const char *group,
unsigned long *configs, unsigned int num_configs) | param_type_changed |
function_signature_change | nmk_pinctrl_dt_get_config | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static bool nmk_pinctrl_dt_get_config(struct device_node *np,
unsigned long *configs) | static bool nmk_pinctrl_dt_get_config(struct device_node *np,
unsigned long *configs) | param_type_changed |
function_signature_change | nmk_pinctrl_dt_subnode_to_map | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static int nmk_pinctrl_dt_subnode_to_map(struct pinctrl_dev *pctldev,
struct device_node *np,
struct pinctrl_map **map,
unsigned int *reserved_maps,
unsigned int *num_maps) | static int nmk_pinctrl_dt_subnode_to_map(struct pinctrl_dev *pctldev,
struct device_node *np,
struct pinctrl_map **map,
unsigned int *reserved_maps,
unsigned int *num_maps) | param_type_changed |
function_signature_change | nmk_pinctrl_dt_node_to_map | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 | static int nmk_pinctrl_dt_node_to_map(struct pinctrl_dev *pctldev,
struct device_node *np_config,
struct pinctrl_map **map, unsigned int *num_maps) | static int nmk_pinctrl_dt_node_to_map(struct pinctrl_dev *pctldev,
struct device_node *np_config,
struct pinctrl_map **map,
unsigned int *num_maps) | param_type_changed |
function_signature_change | __nmk_gpio_set_mode | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip,
unsigned offset, int gpio_mode) | static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip,
unsigned int offset, int gpio_mode) | param_type_changed |
function_signature_change | __nmk_gpio_set_pull | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip,
unsigned offset, enum nmk_gpio_pull pull) | static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip,
unsigned int offset, enum nmk_gpio_pull pull) | param_type_changed |
function_signature_change | __nmk_gpio_set_lowemi | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip,
unsigned offset, bool lowemi) | static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip,
unsigned int offset, bool lowemi) | param_type_changed |
function_signature_change | __nmk_gpio_make_input | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip,
unsigned offset) | static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip,
unsigned int offset) | param_type_changed |
function_signature_change | __nmk_gpio_set_mode_safe | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip,
unsigned offset, int gpio_mode,
bool glitch) | static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip,
unsigned int offset, int gpio_mode,
bool glitch) | param_type_changed |
function_signature_change | nmk_gpio_disable_lazy_irq | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1a656a80ea8a6ae648e524ad67b2c712986c0481 | static void
nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned offset) | static void
nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned int offset) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.