Go to file
Jiri Benc 7e6f15045c net: in_irq() cleanup
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2071618

commit afa79d08c6c8e1901cb1547591e3ccd3ec6965d9
Author: Changbin Du <changbin.du@intel.com>
Date:   Fri Aug 13 22:57:49 2021 +0800

    net: in_irq() cleanup

    Replace the obsolete and ambiguos macro in_irq() with new
    macro in_hardirq().

    Signed-off-by: Changbin Du <changbin.du@gmail.com>
    Link: https://lore.kernel.org/r/20210813145749.86512-1-changbin.du@gmail.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Signed-off-by: Jiri Benc <jbenc@redhat.com>
2022-05-12 17:29:49 +02:00
Documentation bpf, doc: Add heading and example for extensions in cbpf 2022-04-29 18:17:17 +02:00
LICENSES
arch bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 2022-04-29 18:17:17 +02:00
block block: restore the old set_task_ioprio() behaviour wrt PF_EXITING 2022-04-11 22:46:31 +08:00
certs
crypto Merge: crypto: fips - Add algorithm-specific limits for FIPS 2022-03-28 20:21:32 +00:00
drivers page_pool: keep pp info as long as page pool owns the page 2022-05-12 17:29:49 +02:00
fs Merge: CNB: Remove PDE_DATA() and replace by pde_data() 2022-04-28 10:01:56 +02:00
include net: in_irq() cleanup 2022-05-12 17:29:49 +02:00
init sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headers 2022-04-07 09:35:08 -04:00
ipc proc: remove PDE_DATA() completely 2022-04-08 17:38:02 +02:00
kernel bpf, devmap: Exclude XDP broadcast to master device 2022-05-12 17:29:47 +02:00
lib bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 2022-04-29 18:17:17 +02:00
mm Merge: mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu 2022-04-28 10:02:15 +02:00
net net: in_irq() cleanup 2022-05-12 17:29:49 +02:00
redhat redhat/kernel.spec.template: Specify vmlinux.h path when building samples/bpf 2022-05-12 16:18:26 +02:00
samples samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided 2022-05-10 16:06:46 +02:00
scripts bpf: Introduce bpf timers. 2022-04-29 18:14:31 +02:00
security Merge: integrity: general upstream bugfixes 2022-04-19 12:23:47 +02:00
sound proc: remove PDE_DATA() completely 2022-04-08 17:38:02 +02:00
tools selftests/bpf: Test XDP bonding nest and unwind 2022-05-12 17:29:48 +02:00
usr
virt KVM: use __vcalloc for very large allocations 2022-03-16 12:20:15 +01:00
.clang-format
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore
.gitlab-ci.yml CI: Drop baseline runs 2022-04-12 18:32:27 +02:00
.mailmap
COPYING
CREDITS
Kbuild
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 af_unix: Implement ->psock_update_sk_prot() 2022-05-12 17:29:44 +02: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-83.el9 2022-04-29 10:51:34 +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.