Go to file
Michael Petlan 953afe9a4c Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test"
Bugzilla: https://bugzilla.redhat.com/2123229

upstream
========
commit 73f8ec5992d17a5431b7a2d123097981dbaa4769
Author: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Tue Aug 9 16:23:53 2022 -0300

description
===========
This reverts commit 10fef869a58e37ec649b61eddab545f2da57a79b.

Because a proper fix was submitted.

    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2022-11-14 20:25:56 +01:00
Documentation docs: ABI: sysfs-bus-event_source-devices: Document sysfs caps entry for PMU 2022-11-14 20:25:40 +01:00
LICENSES
arch perf/x86/intel: Fix unchecked MSR access error for Alder Lake N 2022-11-14 20:25:41 +01:00
block blk-mq: avoid double ->queue_rq() because of early timeout 2022-11-04 10:52:11 +08:00
certs
crypto crypto: af_alg - get rid of alg_memory_allocated 2022-11-08 17:10:55 +01:00
drivers Merge: soc: qcom: update to v6.0-rc3 2022-11-14 10:28:05 -05:00
fs Merge: mm: Proactive Fixes for 9.2 2022-11-14 02:40:23 -05:00
include Merge: soc: qcom: update to v6.0-rc3 2022-11-14 10:28:05 -05:00
init mm: Kconfig: reorganize misplaced mm options 2022-10-31 19:33:25 -04:00
ipc
kernel perf/core: Fix reentry problem in perf_output_read_group() 2022-11-14 20:25:41 +01:00
lib Merge: memcg: Backport some useful upstream patches 2022-11-09 08:55:31 -05:00
mm Merge: mm: Proactive Fixes for 9.2 2022-11-14 02:40:23 -05:00
net Merge: CNB: net: drop the weight argument from netif_napi_add 2022-11-14 10:28:04 -05:00
redhat [redhat] kernel-5.14.0-196.el9 2022-11-14 10:29:19 -05:00
samples
scripts scripts: Create objdump-func helper script 2022-10-27 15:26:52 -04:00
security Merge: dm: sync with upstream 6.1 2022-11-12 03:10:44 -05:00
sound Merge: Update kernel's PCI subsystem to v6.0 2022-11-02 03:26:51 -04:00
tools Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test" 2022-11-14 20:25:56 +01:00
usr
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: soc: qcom: update to v6.0-rc3 2022-11-14 10:28:05 -05:00
Makefile objtool: Add CONFIG_OBJTOOL 2022-10-27 15:26:51 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-196.el9 2022-11-14 10:29:19 -05:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.