/*
 * livepatch_main.c - kernel live patch main infrastructure
 *
 * Copyright (c) 2014 SUSE
 *  Author: Miroslav Benes <mbenes@suse.cz>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#include <linux/livepatch.h>
#include <linux/module.h>
#include <linux/types.h>

#include "uname_patch/livepatch_uname.h"

/* Auto expanded KLP_PATCHES_INCLUDES: */
#include "bsc1241579/livepatch_bsc1241579.h"
#include "bsc1242579/livepatch_bsc1242579.h"
#include "bsc1242882/livepatch_bsc1242882.h"
#include "bsc1245218/livepatch_bsc1245218.h"
#include "bsc1245350/livepatch_bsc1245350.h"
#include "bsc1245505/livepatch_bsc1245505.h"
#include "bsc1245509/livepatch_bsc1245509.h"
#include "bsc1245685/livepatch_bsc1245685.h"
#include "bsc1245776/livepatch_bsc1245776.h"
#include "bsc1245791/livepatch_bsc1245791.h"
#include "bsc1245793/livepatch_bsc1245793.h"
#include "bsc1245797/livepatch_bsc1245797.h"
#include "bsc1246001/livepatch_bsc1246001.h"
#include "bsc1246030/livepatch_bsc1246030.h"
#include "bsc1246075/livepatch_bsc1246075.h"
#include "bsc1246356/livepatch_bsc1246356.h"
#include "bsc1247158/livepatch_bsc1247158.h"
#include "bsc1247240/livepatch_bsc1247240.h"
#include "bsc1247315/livepatch_bsc1247315.h"
#include "bsc1247351/livepatch_bsc1247351.h"
#include "bsc1247452/livepatch_bsc1247452.h"
#include "bsc1247499/livepatch_bsc1247499.h"
#include "bsc1248298/livepatch_bsc1248298.h"
#include "bsc1248376/livepatch_bsc1248376.h"
#include "bsc1248400/livepatch_bsc1248400.h"
#include "bsc1248631/livepatch_bsc1248631.h"
#include "bsc1248670/livepatch_bsc1248670.h"
#include "bsc1248672/livepatch_bsc1248672.h"
#include "bsc1248673/livepatch_bsc1248673.h"
#include "bsc1248749/livepatch_bsc1248749.h"
#include "bsc1249205/livepatch_bsc1249205.h"
#include "bsc1249207/livepatch_bsc1249207.h"
#include "bsc1249208/livepatch_bsc1249208.h"
#include "bsc1249241/livepatch_bsc1249241.h"
#include "bsc1249455/livepatch_bsc1249455.h"
#include "bsc1249458/livepatch_bsc1249458.h"
#include "bsc1249480/livepatch_bsc1249480.h"
#include "bsc1249534/livepatch_bsc1249534.h"
#include "bsc1249537/livepatch_bsc1249537.h"
#include "bsc1250192/livepatch_bsc1250192.h"
#include "bsc1251203/livepatch_bsc1251203.h"
#include "bsc1251787/livepatch_bsc1251787.h"
#include "bsc1253437/livepatch_bsc1253437.h"
#include "bsc1253439/livepatch_bsc1253439.h"
#include "bsc1253473/livepatch_bsc1253473.h"
#include "bsc1255053/livepatch_bsc1255053.h"
#include "bsc1255895/livepatch_bsc1255895.h"
#include "bsc1256624/livepatch_bsc1256624.h"
#include "bsc1256644/livepatch_bsc1256644.h"
#include "bsc1257629/livepatch_bsc1257629.h"
#include "bsc1257669/livepatch_bsc1257669.h"
#include "bsc1258139/livepatch_bsc1258139.h"


static struct klp_object objs[] = {
	/* Auto expanded KLP_PATCHES_OBJS: */
	{
		.name = NULL,
		.funcs = (struct klp_func[]) {
			{
			  .old_name = __stringify(KLP_SYSCALL_SYM(newuname)),
			  .new_func = KLP_SYSCALL_SYM(klp_newuname),
			},
#ifdef KLP_ARCH_HAS_SYSCALL_COMPAT_STUBS
			{
			  .old_name = __stringify(KLP_SYSCALL_COMPAT_STUB_SYM(newuname)),
			  .new_func = KLP_SYSCALL_COMPAT_STUB_SYM(klp_newuname),
			},
#endif
			{ .old_name = __stringify(proc_get_inode), .new_func = klpp_proc_get_inode, },
			{ .old_name = __stringify(proc_create_seq_private), .new_func = klpp_proc_create_seq_private, },
			{ .old_name = __stringify(proc_create_single_data), .new_func = klpp_proc_create_single_data, },
			{ .old_name = __stringify(subflow_syn_recv_sock), .new_func = klpp_subflow_syn_recv_sock, },
			{ .old_name = __stringify(pfifo_tail_enqueue), .new_func = klpp_pfifo_tail_enqueue, },
			{ .old_name = __stringify(calipso_req_setattr), .new_func = klpp_calipso_req_setattr, .old_sympos = 1, },
			{ .old_name = __stringify(calipso_req_delattr), .new_func = klpp_calipso_req_delattr, .old_sympos = 1, },
			{ .old_name = __stringify(shm_destroy_orphaned), .new_func = klpp_shm_destroy_orphaned, },
#if defined(CONFIG_SECRETMEM)
			{ .old_name = __stringify(KLP_SYSCALL_SYM(memfd_secret)), .new_func = KLP_SYSCALL_SYM(klpp_memfd_secret), },
#endif
#if defined(KLP_ARCH_HAS_SYSCALL_COMPAT_STUBS) && defined(CONFIG_SECRETMEM)
			{ .old_name = __stringify(KLP_SYSCALL_COMPAT_STUB_SYM(memfd_secret)), .new_func = KLP_SYSCALL_COMPAT_STUB_SYM(klpp_memfd_secret), },
#endif
			{ .old_name = __stringify(__anon_inode_getfile), .new_func = klpp___anon_inode_getfile, },
#if IS_ENABLED(CONFIG_HID)
			{ .old_name = __stringify(hid_alloc_report_buf), .new_func = klpp_hid_alloc_report_buf, },
			{ .old_name = __stringify(__hid_request), .new_func = klpp___hid_request, },
#endif
			{ .old_name = __stringify(path_mount), .new_func = klpp_path_mount, },
			{ .old_name = __stringify(ipv6_gso_segment), .new_func = klpp_ipv6_gso_segment, },
			{ .old_name = __stringify(clone_private_mount), .new_func = klpp_clone_private_mount, },
			{ .old_name = __stringify(run_posix_cpu_timers), .new_func = klpp_run_posix_cpu_timers, },
			{ .old_name = __stringify(fib6_add), .new_func = klpp_fib6_add, },
			{ .old_name = __stringify(fib6_del), .new_func = klpp_fib6_del, },
			{ .old_name = __stringify(rt6_nlmsg_size), .new_func = klpp_rt6_nlmsg_size, },
			{ .old_name = __stringify(rpl_input), .new_func = klpp_rpl_input, },
			{ .old_name = __stringify(rpl_output), .new_func = klpp_rpl_output, },
			{ .old_name = __stringify(tcp_conn_request), .new_func = klpp_tcp_conn_request, },
			{ .old_name = __stringify(mptcp_schedule_work), .new_func = klpp_mptcp_schedule_work, },
			{ .old_name = __stringify(calipso_skbuff_setattr), .new_func = klpp_calipso_skbuff_setattr, .old_sympos = 1, },
			{ .old_name = __stringify(page_pool_put_unrefed_page), .new_func = klpp_page_pool_put_unrefed_page, },
			{ .old_name = __stringify(page_pool_release), .new_func = klpp_page_pool_release, },
			{ }
		}
	},
	{
		.name = "af_packet",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(packet_set_ring), .new_func = klpp_packet_set_ring, },
			{ }
		}
	},
	{
		.name = "algif_hash",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(hash_accept), .new_func = klpp_hash_accept, },
			{ }
		}
	},
	{
		.name = "auth_rpcgss",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(svcauth_gss_accept), .new_func = klpp_svcauth_gss_accept, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_BT)
	{
		.name = "bluetooth",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(mgmt_index_removed), .new_func = klpp_mgmt_index_removed, },
			{ }
		}
	},
#endif
	{
		.name = "bridge",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(br_handle_frame_finish), .new_func = klpp_br_handle_frame_finish, },
			{ .old_name = __stringify(br_handle_frame), .new_func = klpp_br_handle_frame, },
			{ }
		}
	},
	{
		.name = "btrfs",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(btrfs_create_pending_block_groups), .new_func = klpp_btrfs_create_pending_block_groups, },
			{ }
		}
	},
	{
		.name = "cifs",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(crypt_message), .new_func = klpp_crypt_message, },
			{ }
		}
	},
	{
		.name = "exfat",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(exfat_free_upcase_table), .new_func = klpp_exfat_free_upcase_table, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_INFINIBAND_HFI1)
	{
		.name = "hfi1",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(hfi1_get_proc_affinity), .new_func = klpp_hfi1_get_proc_affinity, },
			{ }
		}
	},
#endif
#if IS_ENABLED(CONFIG_ICE)
	{
		.name = "ice",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(ice_copy_and_init_pkg), .new_func = klpp_ice_copy_and_init_pkg, },
			{ }
		}
	},
#endif
#if (!IS_ENABLED(CONFIG_S390)) || (IS_ENABLED(CONFIG_S390))
	{
		.name = "ip_vs",
		.funcs = (struct klp_func[]) {
#if !IS_ENABLED(CONFIG_S390)
			{ .old_name = __stringify(__ip_vs_get_out_rt), .new_func = klpp___ip_vs_get_out_rt, },
#endif
#if IS_ENABLED(CONFIG_S390)
			{ .old_name = __stringify(ip_vs_bypass_xmit), .new_func = klpp_ip_vs_bypass_xmit, },
			{ .old_name = __stringify(ip_vs_dr_xmit), .new_func = klpp_ip_vs_dr_xmit, },
			{ .old_name = __stringify(ip_vs_icmp_xmit), .new_func = klpp_ip_vs_icmp_xmit, },
			{ .old_name = __stringify(ip_vs_nat_xmit), .new_func = klpp_ip_vs_nat_xmit, },
			{ .old_name = __stringify(ip_vs_tunnel_xmit), .new_func = klpp_ip_vs_tunnel_xmit, },
#endif
			{ }
		}
	},
#endif
	{
		.name = "iscsi_target_mod",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(lio_target_nacl_info_show), .new_func = klpp_lio_target_nacl_info_show, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_USB_LIBCOMPOSITE)
	{
		.name = "libcomposite",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(composite_os_desc_req_prepare), .new_func = klpp_composite_os_desc_req_prepare, },
			{ }
		}
	},
#endif
	{
		.name = "libphy",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(__mdiobus_read), .new_func = klpp___mdiobus_read, },
			{ .old_name = __stringify(__mdiobus_write), .new_func = klpp___mdiobus_write, },
			{ .old_name = __stringify(__mdiobus_c45_read), .new_func = klpp___mdiobus_c45_read, },
			{ .old_name = __stringify(__mdiobus_c45_write), .new_func = klpp___mdiobus_c45_write, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_MAC80211)
	{
		.name = "mac80211",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(ieee80211_tdls_oper), .new_func = klpp_ieee80211_tdls_oper, },
			{ }
		}
	},
#endif
	{
		.name = "mlx5_core",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(mlx5_eswitch_enable_pf_vf_vports), .new_func = klpp_mlx5_eswitch_enable_pf_vf_vports, },
			{ .old_name = __stringify(mlx5_eswitch_disable_pf_vf_vports), .new_func = klpp_mlx5_eswitch_disable_pf_vf_vports, },
			{ }
		}
	},
	{
		.name = "nf_tables",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(nf_tables_newchain), .new_func = klpp_nf_tables_newchain, },
			{ .old_name = __stringify(nf_tables_newflowtable), .new_func = klpp_nf_tables_newflowtable, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_RTW88_CORE)
	{
		.name = "rtw88_core",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(rtw_coex_tdma_timer_base), .new_func = klpp_rtw_coex_tdma_timer_base, },
			{ }
		}
	},
#endif
	{
		.name = "sch_hfsc",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(hfsc_enqueue), .new_func = klpp_hfsc_enqueue, },
			{ .old_name = __stringify(hfsc_change_class), .new_func = klpp_hfsc_change_class, },
			{ .old_name = __stringify(hfsc_dequeue), .new_func = klpp_hfsc_dequeue, },
			{ .old_name = __stringify(update_ed), .new_func = klpp_update_ed, },
			{ .old_name = __stringify(hfsc_qlen_notify), .new_func = klpp_hfsc_qlen_notify, },
			{ }
		}
	},
	{
		.name = "sch_prio",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(prio_tune), .new_func = klpp_prio_tune, },
			{ }
		}
	},
	{
		.name = "sch_qfq",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(qfq_change_class), .new_func = klpp_qfq_change_class, },
			{ .old_name = __stringify(qfq_delete_class), .new_func = klpp_qfq_delete_class, },
			{ .old_name = __stringify(qfq_dump_class), .new_func = klpp_qfq_dump_class, },
			{ .old_name = __stringify(qfq_dump_class_stats), .new_func = klpp_qfq_dump_class_stats, },
			{ .old_name = __stringify(qfq_destroy_qdisc), .new_func = klpp_qfq_destroy_qdisc, },
			{ }
		}
	},
	{
		.name = "sch_sfq",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(sfq_init), .new_func = klpp_sfq_init, },
			{ }
		}
	},
	{
		.name = "sch_taprio",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(taprio_dev_notifier), .new_func = klpp_taprio_dev_notifier, },
			{ }
		}
	},
	{
		.name = "sctp",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(sctp_unpack_cookie), .new_func = klpp_sctp_unpack_cookie, },
			{ .old_name = __stringify(sctp_sf_authenticate), .new_func = klpp_sctp_sf_authenticate, },
			{ }
		}
	},
	{
		.name = "sunrpc",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(svc_process_common), .new_func = klpp_svc_process_common, },
			{ .old_name = __stringify(svc_tcp_read_msg), .new_func = klpp_svc_tcp_read_msg, },
			{ .old_name = __stringify(svc_tcp_recvfrom), .new_func = klpp_svc_tcp_recvfrom, },
			{ }
		}
	},
	{
		.name = "tls",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(tls_strp_check_rcv), .new_func = klpp_tls_strp_check_rcv, },
			{ .old_name = __stringify(bpf_exec_tx_verdict), .new_func = klpp_bpf_exec_tx_verdict, },
			{ .old_name = __stringify(tls_rx_rec_wait), .new_func = klpp_tls_rx_rec_wait, },
			{ .old_name = __stringify(tls_sw_recvmsg), .new_func = klpp_tls_sw_recvmsg, },
			{ }
		}
	},
	{
		.name = "vsock",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(__vsock_bind), .new_func = klpp___vsock_bind, },
			{ }
		}
	},
	{
		.name = "xfrm_interface",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(xfrmi_changelink), .new_func = klpp_xfrmi_changelink, },
			{ }
		}
	},
	{ }
};

static struct klp_patch patch = {
	.mod = THIS_MODULE,
	.objs = objs,
	.replace = true,
};

static int __init klp_patch_init(void)
{
	int retval;

	pr_info("livepatch: initializing\n");

	/* Auto expanded KLP_PATCHES_INIT_CALLS: */
	retval = livepatch_bsc1241579_init();
	if (retval)
		goto err_bsc1241579;

	retval = livepatch_bsc1242579_init();
	if (retval)
		goto err_bsc1242579;

	retval = livepatch_bsc1242882_init();
	if (retval)
		goto err_bsc1242882;

	retval = livepatch_bsc1245218_init();
	if (retval)
		goto err_bsc1245218;

	retval = livepatch_bsc1245350_init();
	if (retval)
		goto err_bsc1245350;

	retval = livepatch_bsc1245505_init();
	if (retval)
		goto err_bsc1245505;

	retval = livepatch_bsc1245509_init();
	if (retval)
		goto err_bsc1245509;

	retval = livepatch_bsc1245685_init();
	if (retval)
		goto err_bsc1245685;

	retval = livepatch_bsc1245776_init();
	if (retval)
		goto err_bsc1245776;

	retval = livepatch_bsc1245791_init();
	if (retval)
		goto err_bsc1245791;

	retval = livepatch_bsc1245793_init();
	if (retval)
		goto err_bsc1245793;

	retval = livepatch_bsc1245797_init();
	if (retval)
		goto err_bsc1245797;

	retval = livepatch_bsc1246001_init();
	if (retval)
		goto err_bsc1246001;

	retval = livepatch_bsc1246030_init();
	if (retval)
		goto err_bsc1246030;

	retval = livepatch_bsc1246075_init();
	if (retval)
		goto err_bsc1246075;

	retval = livepatch_bsc1246356_init();
	if (retval)
		goto err_bsc1246356;

	retval = livepatch_bsc1247158_init();
	if (retval)
		goto err_bsc1247158;

	retval = livepatch_bsc1247240_init();
	if (retval)
		goto err_bsc1247240;

	retval = livepatch_bsc1247315_init();
	if (retval)
		goto err_bsc1247315;

	retval = livepatch_bsc1247351_init();
	if (retval)
		goto err_bsc1247351;

	retval = livepatch_bsc1247452_init();
	if (retval)
		goto err_bsc1247452;

	retval = livepatch_bsc1247499_init();
	if (retval)
		goto err_bsc1247499;

	retval = livepatch_bsc1248298_init();
	if (retval)
		goto err_bsc1248298;

	retval = livepatch_bsc1248376_init();
	if (retval)
		goto err_bsc1248376;

	retval = livepatch_bsc1248400_init();
	if (retval)
		goto err_bsc1248400;

	retval = livepatch_bsc1248631_init();
	if (retval)
		goto err_bsc1248631;

	retval = livepatch_bsc1248670_init();
	if (retval)
		goto err_bsc1248670;

	retval = livepatch_bsc1248672_init();
	if (retval)
		goto err_bsc1248672;

	retval = livepatch_bsc1248673_init();
	if (retval)
		goto err_bsc1248673;

	retval = livepatch_bsc1248749_init();
	if (retval)
		goto err_bsc1248749;

	retval = livepatch_bsc1249205_init();
	if (retval)
		goto err_bsc1249205;

	retval = livepatch_bsc1249207_init();
	if (retval)
		goto err_bsc1249207;

	retval = livepatch_bsc1249208_init();
	if (retval)
		goto err_bsc1249208;

	retval = livepatch_bsc1249241_init();
	if (retval)
		goto err_bsc1249241;

	retval = livepatch_bsc1249455_init();
	if (retval)
		goto err_bsc1249455;

	retval = livepatch_bsc1249458_init();
	if (retval)
		goto err_bsc1249458;

	retval = livepatch_bsc1249480_init();
	if (retval)
		goto err_bsc1249480;

	retval = livepatch_bsc1249534_init();
	if (retval)
		goto err_bsc1249534;

	retval = livepatch_bsc1249537_init();
	if (retval)
		goto err_bsc1249537;

	retval = livepatch_bsc1250192_init();
	if (retval)
		goto err_bsc1250192;

	retval = livepatch_bsc1251203_init();
	if (retval)
		goto err_bsc1251203;

	retval = livepatch_bsc1251787_init();
	if (retval)
		goto err_bsc1251787;

	retval = livepatch_bsc1253437_init();
	if (retval)
		goto err_bsc1253437;

	retval = livepatch_bsc1253439_init();
	if (retval)
		goto err_bsc1253439;

	retval = livepatch_bsc1253473_init();
	if (retval)
		goto err_bsc1253473;

	retval = livepatch_bsc1255053_init();
	if (retval)
		goto err_bsc1255053;

	retval = livepatch_bsc1255895_init();
	if (retval)
		goto err_bsc1255895;

	retval = livepatch_bsc1256624_init();
	if (retval)
		goto err_bsc1256624;

	retval = livepatch_bsc1256644_init();
	if (retval)
		goto err_bsc1256644;

	retval = livepatch_bsc1257629_init();
	if (retval)
		goto err_bsc1257629;

	retval = livepatch_bsc1257669_init();
	if (retval)
		goto err_bsc1257669;

	retval = livepatch_bsc1258139_init();
	if (retval)
		goto err_bsc1258139;

	retval = klp_enable_patch(&patch);
	if (!retval)
		return retval;

	/* Auto expanded KLP_PATCHES_INIT_ERR_HANDLERS: */
	livepatch_bsc1258139_cleanup();
err_bsc1258139:
	livepatch_bsc1257669_cleanup();
err_bsc1257669:
	livepatch_bsc1257629_cleanup();
err_bsc1257629:
	livepatch_bsc1256644_cleanup();
err_bsc1256644:
	livepatch_bsc1256624_cleanup();
err_bsc1256624:
	livepatch_bsc1255895_cleanup();
err_bsc1255895:
	livepatch_bsc1255053_cleanup();
err_bsc1255053:
	livepatch_bsc1253473_cleanup();
err_bsc1253473:
	livepatch_bsc1253439_cleanup();
err_bsc1253439:
	livepatch_bsc1253437_cleanup();
err_bsc1253437:
	livepatch_bsc1251787_cleanup();
err_bsc1251787:
	livepatch_bsc1251203_cleanup();
err_bsc1251203:
	livepatch_bsc1250192_cleanup();
err_bsc1250192:
	livepatch_bsc1249537_cleanup();
err_bsc1249537:
	livepatch_bsc1249534_cleanup();
err_bsc1249534:
	livepatch_bsc1249480_cleanup();
err_bsc1249480:
	livepatch_bsc1249458_cleanup();
err_bsc1249458:
	livepatch_bsc1249455_cleanup();
err_bsc1249455:
	livepatch_bsc1249241_cleanup();
err_bsc1249241:
	livepatch_bsc1249208_cleanup();
err_bsc1249208:
	livepatch_bsc1249207_cleanup();
err_bsc1249207:
	livepatch_bsc1249205_cleanup();
err_bsc1249205:
	livepatch_bsc1248749_cleanup();
err_bsc1248749:
	livepatch_bsc1248673_cleanup();
err_bsc1248673:
	livepatch_bsc1248672_cleanup();
err_bsc1248672:
	livepatch_bsc1248670_cleanup();
err_bsc1248670:
	livepatch_bsc1248631_cleanup();
err_bsc1248631:
	livepatch_bsc1248400_cleanup();
err_bsc1248400:
	livepatch_bsc1248376_cleanup();
err_bsc1248376:
	livepatch_bsc1248298_cleanup();
err_bsc1248298:
	livepatch_bsc1247499_cleanup();
err_bsc1247499:
	livepatch_bsc1247452_cleanup();
err_bsc1247452:
	livepatch_bsc1247351_cleanup();
err_bsc1247351:
	livepatch_bsc1247315_cleanup();
err_bsc1247315:
	livepatch_bsc1247240_cleanup();
err_bsc1247240:
	livepatch_bsc1247158_cleanup();
err_bsc1247158:
	livepatch_bsc1246356_cleanup();
err_bsc1246356:
	livepatch_bsc1246075_cleanup();
err_bsc1246075:
	livepatch_bsc1246030_cleanup();
err_bsc1246030:
	livepatch_bsc1246001_cleanup();
err_bsc1246001:
	livepatch_bsc1245797_cleanup();
err_bsc1245797:
	livepatch_bsc1245793_cleanup();
err_bsc1245793:
	livepatch_bsc1245791_cleanup();
err_bsc1245791:
	livepatch_bsc1245776_cleanup();
err_bsc1245776:
	livepatch_bsc1245685_cleanup();
err_bsc1245685:
	livepatch_bsc1245509_cleanup();
err_bsc1245509:
	livepatch_bsc1245505_cleanup();
err_bsc1245505:
	livepatch_bsc1245350_cleanup();
err_bsc1245350:
	livepatch_bsc1245218_cleanup();
err_bsc1245218:
	livepatch_bsc1242882_cleanup();
err_bsc1242882:
	livepatch_bsc1242579_cleanup();
err_bsc1242579:
	livepatch_bsc1241579_cleanup();
err_bsc1241579:

	return retval;
}

static void __exit klp_patch_cleanup(void)
{
	pr_info("livepatch: removed\n");

	/* Auto expanded KLP_PATCHES_CLEANUP_CALLS: */
	livepatch_bsc1241579_cleanup();
	livepatch_bsc1242579_cleanup();
	livepatch_bsc1242882_cleanup();
	livepatch_bsc1245218_cleanup();
	livepatch_bsc1245350_cleanup();
	livepatch_bsc1245505_cleanup();
	livepatch_bsc1245509_cleanup();
	livepatch_bsc1245685_cleanup();
	livepatch_bsc1245776_cleanup();
	livepatch_bsc1245791_cleanup();
	livepatch_bsc1245793_cleanup();
	livepatch_bsc1245797_cleanup();
	livepatch_bsc1246001_cleanup();
	livepatch_bsc1246030_cleanup();
	livepatch_bsc1246075_cleanup();
	livepatch_bsc1246356_cleanup();
	livepatch_bsc1247158_cleanup();
	livepatch_bsc1247240_cleanup();
	livepatch_bsc1247315_cleanup();
	livepatch_bsc1247351_cleanup();
	livepatch_bsc1247452_cleanup();
	livepatch_bsc1247499_cleanup();
	livepatch_bsc1248298_cleanup();
	livepatch_bsc1248376_cleanup();
	livepatch_bsc1248400_cleanup();
	livepatch_bsc1248631_cleanup();
	livepatch_bsc1248670_cleanup();
	livepatch_bsc1248672_cleanup();
	livepatch_bsc1248673_cleanup();
	livepatch_bsc1248749_cleanup();
	livepatch_bsc1249205_cleanup();
	livepatch_bsc1249207_cleanup();
	livepatch_bsc1249208_cleanup();
	livepatch_bsc1249241_cleanup();
	livepatch_bsc1249455_cleanup();
	livepatch_bsc1249458_cleanup();
	livepatch_bsc1249480_cleanup();
	livepatch_bsc1249534_cleanup();
	livepatch_bsc1249537_cleanup();
	livepatch_bsc1250192_cleanup();
	livepatch_bsc1251203_cleanup();
	livepatch_bsc1251787_cleanup();
	livepatch_bsc1253437_cleanup();
	livepatch_bsc1253439_cleanup();
	livepatch_bsc1253473_cleanup();
	livepatch_bsc1255053_cleanup();
	livepatch_bsc1255895_cleanup();
	livepatch_bsc1256624_cleanup();
	livepatch_bsc1256644_cleanup();
	livepatch_bsc1257629_cleanup();
	livepatch_bsc1257669_cleanup();
	livepatch_bsc1258139_cleanup();

}

module_init(klp_patch_init);
module_exit(klp_patch_cleanup);

MODULE_LICENSE("GPL");
MODULE_INFO(livepatch, "Y");
MODULE_INFO(klpgitrev, "6b3508c3abbee42876fa0a8cfe1298dcfec6dfa8");
