/*
 * 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 "bsc1249480/livepatch_bsc1249480.h"
#include "bsc1251165/livepatch_bsc1251165.h"
#include "bsc1251203/livepatch_bsc1251203.h"
#include "bsc1251787/livepatch_bsc1251787.h"
#include "bsc1251984/livepatch_bsc1251984.h"
#include "bsc1253437/livepatch_bsc1253437.h"
#include "bsc1254451/livepatch_bsc1254451.h"
#include "bsc1254755/livepatch_bsc1254755.h"
#include "bsc1255053/livepatch_bsc1255053.h"
#include "bsc1255378/livepatch_bsc1255378.h"
#include "bsc1255402/livepatch_bsc1255402.h"
#include "bsc1255577/livepatch_bsc1255577.h"
#include "bsc1255595/livepatch_bsc1255595.h"
#include "bsc1256097/livepatch_bsc1256097.h"
#include "bsc1256624/livepatch_bsc1256624.h"
#include "bsc1256644/livepatch_bsc1256644.h"
#include "bsc1257118/livepatch_bsc1257118.h"
#include "bsc1257629/livepatch_bsc1257629.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(__htab_map_lookup_and_delete_batch), .new_func = klpp___htab_map_lookup_and_delete_batch, },
			{ .old_name = __stringify(rpl_input), .new_func = klpp_rpl_input, },
			{ .old_name = __stringify(rpl_output), .new_func = klpp_rpl_output, },
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
			{ .old_name = __stringify(acpi_processor_get_lpi_info), .new_func = klpp_acpi_processor_get_lpi_info, },
#endif
			{ .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_page_bulk), .new_func = klpp_page_pool_put_page_bulk, },
			{ .old_name = __stringify(page_pool_release), .new_func = klpp_page_pool_release, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_ATH10K)
	{
		.name = "ath10k_core",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(ath10k_htc_notify_tx_completion), .new_func = klpp_ath10k_htc_notify_tx_completion, },
			{ }
		}
	},
#endif
	{
		.name = "gtp",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(__gtp_encap_destroy), .new_func = klpp___gtp_encap_destroy, },
			{ }
		}
	},
#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_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_ATA)
	{
		.name = "libata",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(ata_pio_sector), .new_func = klpp_ata_pio_sector, },
			{ }
		}
	},
#endif
	{
		.name = "libceph",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(ceph_x_handle_reply), .new_func = klpp_ceph_x_handle_reply, },
			{ .old_name = __stringify(__ceph_open_session), .new_func = klpp___ceph_open_session, },
			{ .old_name = __stringify(monmap_show), .new_func = klpp_monmap_show, },
			{ .old_name = __stringify(osdmap_show), .new_func = klpp_osdmap_show, },
			{ }
		}
	},
	{
		.name = "mrp",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(mrp_uninit_applicant), .new_func = klpp_mrp_uninit_applicant, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_RTW88_CORE)
	{
		.name = "rtw88_core",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(rtw_core_deinit), .new_func = klpp_rtw_core_deinit, },
			{ .old_name = __stringify(rtw_coex_tdma_timer_base), .new_func = klpp_rtw_coex_tdma_timer_base, },
			{ }
		}
	},
#endif
	{
		.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, },
			{ }
		}
	},
#if IS_ENABLED(CONFIG_SMC)
	{
		.name = "smc",
		.funcs = (struct klp_func[]) {
			{ .old_name = __stringify(smc_create), .new_func = klpp_smc_create, },
			{ }
		}
	},
#endif
	{ }
};

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");

	retval = klp_patch_uname_init();
	if (retval)
		return retval;

	/* Auto expanded KLP_PATCHES_INIT_CALLS: */
	retval = livepatch_bsc1249480_init();
	if (retval)
		goto err_bsc1249480;

	retval = livepatch_bsc1251165_init();
	if (retval)
		goto err_bsc1251165;

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

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

	retval = livepatch_bsc1251984_init();
	if (retval)
		goto err_bsc1251984;

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

	retval = livepatch_bsc1254451_init();
	if (retval)
		goto err_bsc1254451;

	retval = livepatch_bsc1254755_init();
	if (retval)
		goto err_bsc1254755;

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

	retval = livepatch_bsc1255378_init();
	if (retval)
		goto err_bsc1255378;

	retval = livepatch_bsc1255402_init();
	if (retval)
		goto err_bsc1255402;

	retval = livepatch_bsc1255577_init();
	if (retval)
		goto err_bsc1255577;

	retval = livepatch_bsc1255595_init();
	if (retval)
		goto err_bsc1255595;

	retval = livepatch_bsc1256097_init();
	if (retval)
		goto err_bsc1256097;

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

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

	retval = livepatch_bsc1257118_init();
	if (retval)
		goto err_bsc1257118;

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

	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_bsc1257629_cleanup();
err_bsc1257629:
	livepatch_bsc1257118_cleanup();
err_bsc1257118:
	livepatch_bsc1256644_cleanup();
err_bsc1256644:
	livepatch_bsc1256624_cleanup();
err_bsc1256624:
	livepatch_bsc1256097_cleanup();
err_bsc1256097:
	livepatch_bsc1255595_cleanup();
err_bsc1255595:
	livepatch_bsc1255577_cleanup();
err_bsc1255577:
	livepatch_bsc1255402_cleanup();
err_bsc1255402:
	livepatch_bsc1255378_cleanup();
err_bsc1255378:
	livepatch_bsc1255053_cleanup();
err_bsc1255053:
	livepatch_bsc1254755_cleanup();
err_bsc1254755:
	livepatch_bsc1254451_cleanup();
err_bsc1254451:
	livepatch_bsc1253437_cleanup();
err_bsc1253437:
	livepatch_bsc1251984_cleanup();
err_bsc1251984:
	livepatch_bsc1251787_cleanup();
err_bsc1251787:
	livepatch_bsc1251203_cleanup();
err_bsc1251203:
	livepatch_bsc1251165_cleanup();
err_bsc1251165:
	livepatch_bsc1249480_cleanup();
err_bsc1249480:

	return retval;
}

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

	/* Auto expanded KLP_PATCHES_CLEANUP_CALLS: */
	livepatch_bsc1249480_cleanup();
	livepatch_bsc1251165_cleanup();
	livepatch_bsc1251203_cleanup();
	livepatch_bsc1251787_cleanup();
	livepatch_bsc1251984_cleanup();
	livepatch_bsc1253437_cleanup();
	livepatch_bsc1254451_cleanup();
	livepatch_bsc1254755_cleanup();
	livepatch_bsc1255053_cleanup();
	livepatch_bsc1255378_cleanup();
	livepatch_bsc1255402_cleanup();
	livepatch_bsc1255577_cleanup();
	livepatch_bsc1255595_cleanup();
	livepatch_bsc1256097_cleanup();
	livepatch_bsc1256624_cleanup();
	livepatch_bsc1256644_cleanup();
	livepatch_bsc1257118_cleanup();
	livepatch_bsc1257629_cleanup();
	livepatch_bsc1258139_cleanup();

}

module_init(klp_patch_init);
module_exit(klp_patch_cleanup);

MODULE_LICENSE("GPL");
MODULE_INFO(livepatch, "Y");
MODULE_INFO(klpgitrev, "5773ac777d0b73413c9b8551fb5a94bcbe0d08a3");
