Go to file
Alexander Lobakin 0f513b4b52 s390/cio: rename bitmap_size() -> idset_bitmap_size()
BugLink: https://bugs.launchpad.net/bugs/2080595

commit c1023f5634b9bfcbfff0dc200245309e3cde9b54 upstream.

bitmap_size() is a pretty generic name and one may want to use it for
a generic bitmap API function. At the same time, its logic is not
"generic", i.e. it's not just `nbits -> size of bitmap in bytes`
converter as it would be expected from its name.
Add the prefix 'idset_' used throughout the file where the function
resides.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:22 +02:00
Documentation overflow: Implement size_t saturating arithmetic helpers 2024-09-27 10:50:22 +02:00
LICENSES
arch arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE 2024-09-27 10:50:22 +02:00
block block: prevent division by zero in blk_rq_stat_sum() 2024-06-07 15:01:41 +02:00
certs
crypto crypto: ecrdsa - Fix module auto-load on add_key 2024-07-05 10:52:03 +02:00
debian UBUNTU: [Packaging] Remove fips-checks script 2024-03-28 15:18:45 +01:00
debian.master UBUNTU: Upstream stable to v5.4.282 2024-09-27 10:50:21 +02:00
drivers s390/cio: rename bitmap_size() -> idset_bitmap_size() 2024-09-27 10:50:22 +02:00
fs fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE 2024-09-27 10:50:22 +02:00
include overflow: Implement size_t saturating arithmetic helpers 2024-09-27 10:50:22 +02:00
init init: open /initrd.image with O_LARGEFILE 2024-06-07 15:01:40 +02:00
ipc
kernel tracing: Fix overflow in get_free_elt() 2024-09-27 10:50:21 +02:00
lib overflow: Implement size_t saturating arithmetic helpers 2024-09-27 10:50:22 +02:00
mm memcg_write_event_control(): fix a user-triggerable oops 2024-09-27 10:50:22 +02:00
net netfilter: nf_tables: prefer nft_chain_validate 2024-09-27 10:50:21 +02:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-06-07 15:01:29 +02:00
scripts kbuild: Fix '-S -c' in x86 stack protector scripts 2024-09-27 10:50:21 +02:00
security selinux: fix potential counting error in avc_add_xperms_decision() 2024-09-27 10:50:22 +02:00
sound ALSA: usb-audio: Support Yamaha P-125 quirk entry 2024-09-27 10:50:22 +02:00
tools bitmap: introduce generic optimized bitmap_size() 2024-09-27 10:50:22 +02:00
ubuntu
usr
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-06-07 15:01:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.4.282 2024-09-27 10:50:21 +02:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml

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.