Go to file
Chris Leech 4c6de2f232 scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()
JIRA: https://issues.redhat.com/browse/RHEL-16725

commit a615e93d6cfe70f9fab2cb02c7b11fe9de1c56b5
Author: YueHaibing <yuehaibing@huawei.com>
Date:   Tue Jul 25 22:15:31 2023 +0800

    scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()

    This is not used anymore and can be removed.

    Signed-off-by: YueHaibing <yuehaibing@huawei.com>
    Link: https://lore.kernel.org/r/20230725141531.10424-1-yuehaibing@huawei.com
    Reviewed-by: Chris Leech <cleech@redhat.com>
    Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Signed-off-by: Chris Leech <cleech@redhat.com>
2023-11-27 11:59:43 -08:00
Documentation Merge: x86/srso: AMD Speculative RAS Overflow (Inception) Mitigation CVE-2023-20569 2023-11-13 10:16:28 +01:00
LICENSES
arch Merge: x86/srso: AMD Speculative RAS Overflow (Inception) Mitigation CVE-2023-20569 2023-11-13 10:16:28 +01:00
block
certs
crypto
drivers scsi: qla4xxx: Add length check when parsing nlattrs 2023-11-27 11:59:43 -08:00
fs Merge: Backport overlayfs features for composefs 2023-11-06 14:54:51 -05:00
include scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface() 2023-11-27 11:59:43 -08:00
init cachestat: implement cachestat syscall 2023-10-20 06:16:07 -04:00
io_uring
ipc
kernel Merge: Revert "rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early" 2023-11-13 10:25:04 +01:00
lib kunit: Add kunit_add_action() to defer a call until test exit 2023-10-26 06:54:59 +03:00
mm Merge: DRM Backport 9.4 dependencies 2023-11-02 12:33:47 -04:00
net Merge: tcp: stable backport for 9.4 phase 1 2023-11-13 10:22:46 +01:00
redhat [redhat] kernel-5.14.0-385.el9 2023-11-13 10:30:59 +01:00
samples
scripts Merge: x86/srso: AMD Speculative RAS Overflow (Inception) Mitigation CVE-2023-20569 2023-11-13 10:16:28 +01:00
security mm, treewide: redefine MAX_ORDER sanely 2023-10-30 09:12:37 +01:00
sound
tools Merge: x86/srso: AMD Speculative RAS Overflow (Inception) Mitigation CVE-2023-20569 2023-11-13 10:16:28 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Remove -rt suffix from kpet_tree_name values 2023-10-23 19:00:56 +03:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: x86/srso: AMD Speculative RAS Overflow (Inception) Mitigation CVE-2023-20569 2023-11-13 10:16:28 +01:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-385.el9 2023-11-13 10:30:59 +01: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.