Go to file
Zheng Yejian 12f69ffa31 netlabel: remove unused parameter in netlbl_netlink_auditinfo()
BugLink: https://bugs.launchpad.net/bugs/2055075

[ Upstream commit f7e0318a31 ]

loginuid/sessionid/secid have been read from 'current' instead of struct
netlink_skb_parms, the parameter 'skb' seems no longer needed.

Fixes: c53fa1ed92 ("netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms")
Signed-off-by: Zheng Yejian <zhengyejian1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: ec4e9d630a64 ("calipso: fix memory leak in netlbl_calipso_add_pass()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-02-29 15:23:34 +01:00
Documentation firmware: ti_sci: Replace HTTP links with HTTPS ones 2024-02-02 14:13:03 +01:00
LICENSES
arch powerpc/imc-pmu: Add a null pointer check in update_events_in_group() 2024-02-29 15:23:34 +01:00
block blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!" 2024-02-02 14:13:21 +01:00
certs
crypto crypto: pcrypt - Fix hungtask for PADATA_RESET 2024-02-02 14:13:07 +01:00
debian UBUNTU: debian/dkms-versions -- update from kernel-versions (main/2024.02.05) 2024-02-02 14:15:19 +01:00
debian.master UBUNTU: Upstream stable to v5.4.267 2024-02-23 13:48:06 +01:00
drivers ACPI: LPIT: Avoid u32 multiplication overflow 2024-02-29 15:23:34 +01:00
fs jbd2: correct the printing of write_flags in jbd2_write_superblock() 2024-02-29 15:23:32 +01:00
include ipv6: remove max_size check inline with ipv4 2024-02-23 13:48:06 +01:00
init
ipc
kernel ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI 2024-02-29 15:23:33 +01:00
lib ida: Fix crash in ida_free when the bitmap is empty 2024-02-02 14:13:22 +01:00
mm mm: fix unmap_mapping_range high bits shift bug 2024-02-23 13:48:05 +01:00
net netlabel: remove unused parameter in netlbl_netlink_auditinfo() 2024-02-29 15:23:34 +01:00
samples
scripts sign-file: Fix incorrect return values check 2024-02-02 14:13:21 +01:00
security ima: detect changes to the backing overlay file 2024-02-02 14:13:17 +01:00
sound ASoC: da7219: Support low DC impedance headset 2024-02-29 15:23:32 +01:00
tools selftests/powerpc: Fix error handling in FPU/VMX preemption tests 2024-02-29 15:23:34 +01:00
ubuntu
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.4.267 2024-02-23 13:48:06 +01:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml
update-dkms-versions UBUNTU: [Packaging] resync update-dkms-versions helper 2023-11-23 13:49:20 +01:00
update-version-dkms

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.