Go to file
Herbert Xu 7758974cb5 crypto: hmac - add fips_skip support
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2033512

commit c9c28ed0ab611b6ee3bfab88eba334e272642433
Author: Stephan Müller <smueller@chronox.de>
Date:   Tue Feb 1 09:40:58 2022 +0100

    crypto: hmac - add fips_skip support
    
    By adding the support for the flag fips_skip, hash / HMAC test vectors
    may be marked to be not applicable in FIPS mode. Such vectors are
    silently skipped in FIPS mode.
    
    Signed-off-by: Stephan Mueller <smueller@chronox.de>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Signed-off-by: Herbert Xu <zxu@redhat.com>
2022-03-04 13:34:58 +12:00
Documentation Merge: ena: update elastic network adapter to the latest upstream 2022-02-22 21:04:03 +00:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC 2022-02-24 16:23:23 +00:00
block block: bio-integrity: Advance seed correctly for larger interval sizes 2022-02-07 15:52:12 +08:00
certs Kbuild updates for v5.13 (2nd) 2021-05-08 10:00:11 -07:00
crypto crypto: hmac - add fips_skip support 2022-03-04 13:34:58 +12:00
drivers Merge: net: stmmac: Fix excessive swiotlb memory in nic driver 2022-02-24 20:40:07 +00:00
fs Merge: ext4: fix remount with 'abort' option 2022-02-22 13:41:16 +00:00
include Merge: bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC 2022-02-24 16:23:23 +00:00
init Merge: kernel: Include RHEL Ecosystem message 2022-01-17 14:51:30 +00:00
ipc memcg: enable accounting for new namesapces and struct nsproxy 2021-11-29 11:41:20 -05:00
kernel Merge: cgroup-v1: Require capabilities to set release_agent (CVE-2022-0492) 2022-02-24 16:29:01 +00:00
lib Merge: block: fix for recent update to v5.16 2022-02-22 02:16:02 +00:00
mm mm: fix invalid page pointer returned with FOLL_PIN gups 2022-02-22 15:09:25 +08:00
net Merge: tipc: improve size validations for received domain records 2022-02-24 16:31:54 +00:00
redhat [redhat] kernel-5.14.0-70.el9 2022-02-24 20:42:16 +00:00
samples Merge: Update NFS to upstream v5.16 2022-02-21 14:38:40 +00:00
scripts Merge: Enable AMX(TMUL) for Sapphire Rapids 2021-12-22 19:34:58 -03:00
security selinux: fix double free of cond_list on error paths 2022-02-09 11:14:49 +01:00
sound ALSA: memalloc: Unify x86 SG-buffer handling (take#3) 2022-02-02 12:32:08 +01:00
tools Merge: libbpf: Use dynamically allocated buffer when receiving netlink messages 2022-02-22 14:04:56 +00:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() 2022-01-17 07:35:36 +00:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml Merge: Change "-auto" suffix to fix CI automotive pipeline issues 2022-02-15 02:29:41 +00:00
.mailmap m68k updates for v5.14 2021-06-28 14:01:03 -07:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: ALSA: backport for RHEL 9.0 2022-02-19 02:58:02 +00:00
Makefile block: move CONFIG_BLOCK guard to top Makefile 2021-12-06 16:42:52 +08:00
Makefile.rhelver [redhat] kernel-5.14.0-70.el9 2022-02-24 20:42:16 +00:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

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.