Compare commits

...

No commits in common. "c8" and "a9-ppc64le" have entirely different histories.

59 changed files with 150609 additions and 152905 deletions

18
.gitignore vendored
View File

@ -1,12 +1,10 @@
SOURCES/centossecureboot201.cer
SOURCES/centossecurebootca2.cer
SOURCES/kernel-abi-stablelists-4.18.0-513.tar.bz2
SOURCES/kernel-kabi-dw-4.18.0-513.tar.bz2
SOURCES/linux-4.18.0-513.24.1.el8_9.tar.xz
SOURCES/redhatsecureboot302.cer
SOURCES/redhatsecureboot303.cer
SOURCES/redhatsecureboot501.cer
SOURCES/redhatsecurebootca3.cer
SOURCES/redhatsecurebootca7.cer
SOURCES/kernel-abi-stablelists-5.14.0-362.18.1.el9_3.tar.bz2
SOURCES/kernel-kabi-dw-5.14.0-362.18.1.el9_3.tar.bz2
SOURCES/linux-5.14.0-362.18.1.el9_3.tar.xz
SOURCES/rheldup3.x509
SOURCES/rhelima.x509
SOURCES/rhelima_centos.x509
SOURCES/rhelimaca1.x509
SOURCES/rhelkpatch1.x509
SOURCES/uki-sb-cert-x86_64-centos.crt
SOURCES/uki-sb-cert-x86_64-rhel.crt

View File

@ -1,12 +1,10 @@
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
c7f830cea6081a930009b1f964e7f9b70c47eeb3 SOURCES/kernel-abi-stablelists-4.18.0-513.tar.bz2
15094c92ff5c01bb04f3f9052561a774df6502c4 SOURCES/kernel-kabi-dw-4.18.0-513.tar.bz2
6a87768e60e51e5c1d227082dcbdd3ed5c98ce8e SOURCES/linux-4.18.0-513.24.1.el8_9.tar.xz
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer
cf9230e69000076727e5b784ec871d22716dc5da SOURCES/redhatsecurebootca3.cer
905d91a282727c7f5ad433a49ac42a0772311c6a SOURCES/redhatsecurebootca7.cer
f823c58b7a797113dec1a2863f3efb9b13a5db01 SOURCES/kernel-abi-stablelists-5.14.0-362.18.1.el9_3.tar.bz2
b1d3fe4cf0e3d6db2cb96fc8dc3ccf21cf29b12d SOURCES/kernel-kabi-dw-5.14.0-362.18.1.el9_3.tar.bz2
4c7324ab3eed522ca5d7e0fcee0bfa891ef73328 SOURCES/linux-5.14.0-362.18.1.el9_3.tar.xz
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
99e571f9de4188f3b5fdf1f84ff73f6cc4bb6a0e SOURCES/rhelima.x509
61d5a223ff0c79189505abae77e0087c4b2d2b47 SOURCES/rhelima_centos.x509
f882610d2554fef65703e5d3c342f005af0390ad SOURCES/rhelimaca1.x509
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
20224d67a583b98009a1c1632bb4b639b0e8be6a SOURCES/uki-sb-cert-x86_64-centos.crt
1d51d3a037ad287095b0a13c4deeb1252d8ff0cc SOURCES/uki-sb-cert-x86_64-rhel.crt

View File

@ -0,0 +1,32 @@
From 5c3f4066462a5f6cac04d3dd81c9f551fabbc6c7 Mon Sep 17 00:00:00 2001
From: Keith Busch <kbusch@kernel.org>
Date: Thu, 12 Oct 2023 11:13:51 -0700
Subject: [PATCH] nvme-pci: add BOGUS_NID for Intel 0a54 device
These ones claim cmic and nmic capable, so need special consideration to ignore
their duplicate identifiers.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217981
Reported-by: welsh@cassens.com
Signed-off-by: Keith Busch <kbusch@kernel.org>
---
drivers/nvme/host/pci.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 347cb5daebc3..3f0c9ee09a12 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3329,7 +3329,8 @@ static const struct pci_device_id nvme_id_table[] = {
{ PCI_VDEVICE(INTEL, 0x0a54), /* Intel P4500/P4600 */
.driver_data = NVME_QUIRK_STRIPE_SIZE |
NVME_QUIRK_DEALLOCATE_ZEROES |
- NVME_QUIRK_IGNORE_DEV_SUBNQN, },
+ NVME_QUIRK_IGNORE_DEV_SUBNQN |
+ NVME_QUIRK_BOGUS_NID, },
{ PCI_VDEVICE(INTEL, 0x0a55), /* Dell Express Flash P4600 */
.driver_data = NVME_QUIRK_STRIPE_SIZE |
NVME_QUIRK_DEALLOCATE_ZEROES, },
--
2.27.0

67
SOURCES/Makefile.rhelver Normal file
View File

@ -0,0 +1,67 @@
RHEL_MAJOR = 9
RHEL_MINOR = 3
#
# RHEL_RELEASE
# -------------
#
# Represents build number in 'release' part of RPM's name-version-release.
# name is <package_name>, e.g. kernel
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 362.18.1
#
# ZSTREAM
# -------
#
# This variable controls whether we use zstream numbering or not for the
# package release. The zstream release keeps the build number of the last
# build done for ystream for the Beta milestone, and increments a second
# number for each build. The third number is used for branched builds
# (eg.: for builds with security fixes or hot fixes done outside of the
# batch release process).
#
# For example, with ZSTREAM unset or set to "no", all builds will contain
# a release with only the build number, eg.: kernel-<kernel version>-X.el*,
# where X is the build number. With ZSTREAM set to "yes", we will have
# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last
# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the
# build number and Z will always be 1 except if you're doing a branched build
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
# number will be incremented instead of the Y).
#
ZSTREAM ?= yes
#
# Early y+1 numbering
# --------------------
#
# In early y+1 process, RHEL_RELEASE consists of 2 numbers: x.y
# First is RHEL_RELEASE inherited/merged from y as-is, second number
# is incremented with each build starting from 1. After merge from y,
# it resets back to 1. This way y+1 nvr reflects status of last merge.
#
# Example:
#
# rhel8.0 rhel-8.1
# kernel-4.18.0-58.el8 --> kernel-4.18.0-58.1.el8
# kernel-4.18.0-58.2.el8
# kernel-4.18.0-59.el8 kernel-4.18.0-59.1.el8
# kernel-4.18.0-60.el8
# kernel-4.18.0-61.el8 --> kernel-4.18.0-61.1.el8
#
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
EARLY_YSTREAM ?= no
EARLY_YBUILD:=
EARLY_YRELEASE:=
ifneq ("$(ZSTREAM)", "yes")
ifeq ("$(EARLY_YSTREAM)","yes")
RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE)
endif
endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,600 +1,339 @@
0xbad5065b __alloc_disk_node vmlinux EXPORT_SYMBOL
0x353525e2 __alloc_pages_nodemask vmlinux EXPORT_SYMBOL
0x08c6f12f __alloc_skb vmlinux EXPORT_SYMBOL
0x43a53735 __alloc_workqueue_key vmlinux EXPORT_SYMBOL_GPL
0x39b52d19 __bitmap_and vmlinux EXPORT_SYMBOL
0xadfdfcef __bitmap_andnot vmlinux EXPORT_SYMBOL
0xf3e6402e __bitmap_equal vmlinux EXPORT_SYMBOL
0xbb35675b __bitmap_intersects vmlinux EXPORT_SYMBOL
0xb6f4dbfc ___ratelimit vmlinux EXPORT_SYMBOL
0x9350e55a __alloc_pages vmlinux EXPORT_SYMBOL
0x55f2580b __alloc_percpu vmlinux EXPORT_SYMBOL_GPL
0xeca957d1 __bitmap_and vmlinux EXPORT_SYMBOL
0xf390f6f1 __bitmap_andnot vmlinux EXPORT_SYMBOL
0x922f45a6 __bitmap_clear vmlinux EXPORT_SYMBOL
0x06d11488 __bitmap_equal vmlinux EXPORT_SYMBOL
0x48d27375 __bitmap_intersects vmlinux EXPORT_SYMBOL
0xa084749a __bitmap_or vmlinux EXPORT_SYMBOL
0x4df119fa __bitmap_parse vmlinux EXPORT_SYMBOL
0x63c4d61f __bitmap_weight vmlinux EXPORT_SYMBOL
0x615911d7 __bitmap_set vmlinux EXPORT_SYMBOL
0x3221df67 __bitmap_subset vmlinux EXPORT_SYMBOL
0x21ea5251 __bitmap_weight vmlinux EXPORT_SYMBOL
0xf6fc8791 __bitmap_xor vmlinux EXPORT_SYMBOL
0x9ccd2a73 __blk_alloc_disk vmlinux EXPORT_SYMBOL
0x88db9f48 __check_object_size vmlinux EXPORT_SYMBOL
0xef23e5f2 __class_register vmlinux EXPORT_SYMBOL_GPL
0x477e59a3 __cpu_online_mask vmlinux EXPORT_SYMBOL
0xeab12d78 __cpu_possible_mask vmlinux EXPORT_SYMBOL
0x123fe020 __cpu_present_mask vmlinux EXPORT_SYMBOL
0x0e4ba049 __cpuhp_remove_state vmlinux EXPORT_SYMBOL
0xf66a486e __cpuhp_setup_state vmlinux EXPORT_SYMBOL
0x0800473f __cond_resched vmlinux EXPORT_SYMBOL
0x7682ba4e __copy_overflow vmlinux EXPORT_SYMBOL
0x564405cb __cpu_online_mask vmlinux EXPORT_SYMBOL
0x2548c032 __cpu_possible_mask vmlinux EXPORT_SYMBOL
0x51473316 __cpu_present_mask vmlinux EXPORT_SYMBOL
0x344820cd __cpuhp_remove_state vmlinux EXPORT_SYMBOL
0xc30547c2 __cpuhp_setup_state vmlinux EXPORT_SYMBOL
0x466c14a7 __delay vmlinux EXPORT_SYMBOL
0x9b38696b __dev_kfree_skb_any vmlinux EXPORT_SYMBOL
0xad39e9c4 __dynamic_dev_dbg vmlinux EXPORT_SYMBOL
0x2af29fbb __dynamic_pr_debug vmlinux EXPORT_SYMBOL
0xf487d506 __free_pages vmlinux EXPORT_SYMBOL
0x93fca811 __get_free_pages vmlinux EXPORT_SYMBOL
0xb206a404 __init_rwsem vmlinux EXPORT_SYMBOL
0x66b98575 __init_waitqueue_head vmlinux EXPORT_SYMBOL
0x0d542439 __ipv6_addr_type vmlinux EXPORT_SYMBOL
0x5a34a45c __kmalloc vmlinux EXPORT_SYMBOL
0x837b7b09 __dynamic_pr_debug vmlinux EXPORT_SYMBOL
0x9166fc03 __flush_workqueue vmlinux EXPORT_SYMBOL
0x6a5cb5ee __get_free_pages vmlinux EXPORT_SYMBOL
0xf389fe60 __hw_addr_init vmlinux EXPORT_SYMBOL
0xbf9a5a1e __init_rwsem vmlinux EXPORT_SYMBOL
0x9cadbd3b __init_swait_queue_head vmlinux EXPORT_SYMBOL
0x44e9b7d0 __init_waitqueue_head vmlinux EXPORT_SYMBOL
0xc78dfefd __irq_apply_affinity_hint vmlinux EXPORT_SYMBOL_GPL
0x1dadd920 __kmalloc vmlinux EXPORT_SYMBOL
0x7819aea9 __kmalloc_node vmlinux EXPORT_SYMBOL
0x68f31cbd __list_add_valid vmlinux EXPORT_SYMBOL
0xe1537255 __list_del_entry_valid vmlinux EXPORT_SYMBOL
0x3c3fce39 __local_bh_enable_ip vmlinux EXPORT_SYMBOL
0xc299db1e __lock_page vmlinux EXPORT_SYMBOL
0x0f3efd7e __module_get vmlinux EXPORT_SYMBOL
0x7f02188f __msecs_to_jiffies vmlinux EXPORT_SYMBOL
0x7de16fd2 __mutex_init vmlinux EXPORT_SYMBOL
0xd9eacad1 __napi_schedule vmlinux EXPORT_SYMBOL
0x338bbef8 __ndelay vmlinux EXPORT_SYMBOL
0x854820b0 __netdev_alloc_skb vmlinux EXPORT_SYMBOL
0x46c47fb6 __node_distance vmlinux EXPORT_SYMBOL
0xb0fab9b6 __page_file_index vmlinux EXPORT_SYMBOL_GPL
0xa9f7f0c8 __page_mapcount vmlinux EXPORT_SYMBOL_GPL
0xea10ef73 __pagevec_release vmlinux EXPORT_SYMBOL
0xf0ea2318 __mutex_init vmlinux EXPORT_SYMBOL
0xdf8c695a __ndelay vmlinux EXPORT_SYMBOL
0xc60d0620 __num_online_cpus vmlinux EXPORT_SYMBOL
0x5ecfeec6 __per_cpu_offset vmlinux EXPORT_SYMBOL
0x6128b5fc __printk_ratelimit vmlinux EXPORT_SYMBOL
0xd5e51fa6 __pskb_pull_tail vmlinux EXPORT_SYMBOL
0x25207859 __put_cred vmlinux EXPORT_SYMBOL
0xbd1b113a __put_page vmlinux EXPORT_SYMBOL
0x8a2e5412 __put_task_struct vmlinux EXPORT_SYMBOL_GPL
0xcdf1ba58 __register_chrdev vmlinux EXPORT_SYMBOL
0xe45c1b14 __release_region vmlinux EXPORT_SYMBOL
0x5eba9410 __request_region vmlinux EXPORT_SYMBOL
0x3d1ba4bd __scsi_execute vmlinux EXPORT_SYMBOL
0x8e155a75 __scsi_iterate_devices vmlinux EXPORT_SYMBOL
0x60b53515 __skb_gso_segment vmlinux EXPORT_SYMBOL
0xfcbb0506 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
0x0faef0ed __tasklet_schedule vmlinux EXPORT_SYMBOL
0x3fb0b9e3 __udelay vmlinux EXPORT_SYMBOL
0xc433a088 __read_overflow2_field vmlinux EXPORT_SYMBOL
0x04482cdb __refrigerator vmlinux EXPORT_SYMBOL
0x720a27a7 __register_blkdev vmlinux EXPORT_SYMBOL
0x1035c7c2 __release_region vmlinux EXPORT_SYMBOL
0xa24f23d8 __request_module vmlinux EXPORT_SYMBOL
0x85bd1608 __request_region vmlinux EXPORT_SYMBOL
0xe72e844b __rht_bucket_nested vmlinux EXPORT_SYMBOL_GPL
0xcc445ceb __sg_page_iter_dma_next vmlinux EXPORT_SYMBOL
0xccd4c999 __sg_page_iter_start vmlinux EXPORT_SYMBOL
0x74c134b9 __sw_hweight32 vmlinux EXPORT_SYMBOL
0x9f46ced8 __sw_hweight64 vmlinux EXPORT_SYMBOL
0x868784cb __symbol_get vmlinux EXPORT_SYMBOL_GPL
0x6e9dd606 __symbol_put vmlinux EXPORT_SYMBOL
0x3e3bad0a __tasklet_hi_schedule vmlinux EXPORT_SYMBOL
0x9d2ab8ac __tasklet_schedule vmlinux EXPORT_SYMBOL
0x9e7d6bd0 __udelay vmlinux EXPORT_SYMBOL
0x6bc3fbc0 __unregister_chrdev vmlinux EXPORT_SYMBOL
0xf1969a8e __usecs_to_jiffies vmlinux EXPORT_SYMBOL
0x8e879bb7 __vmalloc vmlinux EXPORT_SYMBOL
0x1bf301c3 __wake_up vmlinux EXPORT_SYMBOL
0xad27f361 __warn_printk vmlinux EXPORT_SYMBOL
0xdac97957 _atomic_dec_and_lock vmlinux EXPORT_SYMBOL
0xa1c76e0a _cond_resched vmlinux EXPORT_SYMBOL
0x45f17fb6 __var_waitqueue vmlinux EXPORT_SYMBOL
0xae04012c __vmalloc vmlinux EXPORT_SYMBOL
0xa066fd6c __wake_up vmlinux EXPORT_SYMBOL
0x56470118 __warn_printk vmlinux EXPORT_SYMBOL
0x1c664434 __write_overflow_field vmlinux EXPORT_SYMBOL
0x2ddb834b __xa_alloc vmlinux EXPORT_SYMBOL
0xd8fea321 __xa_alloc_cyclic vmlinux EXPORT_SYMBOL
0x6c041e19 __xa_insert vmlinux EXPORT_SYMBOL
0xb5d3119d _atomic_dec_and_lock vmlinux EXPORT_SYMBOL
0x11089ac7 _ctype vmlinux EXPORT_SYMBOL
0x318f7969 add_timer vmlinux EXPORT_SYMBOL
0xdd1cdbcb add_wait_queue vmlinux EXPORT_SYMBOL
0xbc7bede7 add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
0x8810754a _find_first_bit vmlinux EXPORT_SYMBOL
0x7b37d4a7 _find_first_zero_bit vmlinux EXPORT_SYMBOL
0x9ae47436 _find_last_bit vmlinux EXPORT_SYMBOL
0x53a1e8d9 _find_next_bit vmlinux EXPORT_SYMBOL
0xdf521442 _find_next_zero_bit vmlinux EXPORT_SYMBOL
0x92997ed8 _printk vmlinux EXPORT_SYMBOL
0x944375db _totalram_pages vmlinux EXPORT_SYMBOL
0x0c2a113a add_timer vmlinux EXPORT_SYMBOL
0x7f4c565b add_wait_queue vmlinux EXPORT_SYMBOL
0xc06fa7e0 add_wait_queue_exclusive vmlinux EXPORT_SYMBOL
0xe3ec2f2b alloc_chrdev_region vmlinux EXPORT_SYMBOL
0xf680ff75 alloc_netdev_mqs vmlinux EXPORT_SYMBOL
0x55943cc5 alloc_pages_current vmlinux EXPORT_SYMBOL
0x27545244 atomic_notifier_chain_register vmlinux EXPORT_SYMBOL_GPL
0xb80506b4 atomic_notifier_chain_unregister vmlinux EXPORT_SYMBOL_GPL
0xe273d75d alloc_cpu_rmap vmlinux EXPORT_SYMBOL
0x728b8ef3 alloc_pages vmlinux EXPORT_SYMBOL
0xdf9208c0 alloc_workqueue vmlinux EXPORT_SYMBOL_GPL
0xe0b13336 argv_free vmlinux EXPORT_SYMBOL
0x7380dffa argv_split vmlinux EXPORT_SYMBOL
0xa5efbf4c async_synchronize_full vmlinux EXPORT_SYMBOL_GPL
0x6ca4bf88 async_synchronize_full_domain vmlinux EXPORT_SYMBOL_GPL
0x065a7a23 atomic_notifier_call_chain vmlinux EXPORT_SYMBOL_GPL
0xad73041f autoremove_wake_function vmlinux EXPORT_SYMBOL
0xdee2a044 bdev_read_only vmlinux EXPORT_SYMBOL
0xcffc7760 bdevname vmlinux EXPORT_SYMBOL
0x9cc4c622 bdget vmlinux EXPORT_SYMBOL
0x67299c43 bdget_disk vmlinux EXPORT_SYMBOL
0x4f9ea2de bdput vmlinux EXPORT_SYMBOL
0x5ae9fa97 bio_add_page vmlinux EXPORT_SYMBOL
0x1eba2de8 bio_alloc_bioset vmlinux EXPORT_SYMBOL
0x10521e9f bio_associate_blkg vmlinux EXPORT_SYMBOL_GPL
0x9e6bffea bio_clone_fast vmlinux EXPORT_SYMBOL
0x062d91c7 bio_endio vmlinux EXPORT_SYMBOL
0xc5dc56d4 bio_free_pages vmlinux EXPORT_SYMBOL
0x61ceb111 bio_init vmlinux EXPORT_SYMBOL
0xe1d7d1f7 bio_put vmlinux EXPORT_SYMBOL
0x05a23c54 bioset_exit vmlinux EXPORT_SYMBOL
0xc2bb6fa8 bioset_init vmlinux EXPORT_SYMBOL
0x16e297c3 bit_wait vmlinux EXPORT_SYMBOL
0xf1e98c74 avenrun vmlinux EXPORT_SYMBOL
0xbb9d0dc5 bin2hex vmlinux EXPORT_SYMBOL
0xcd82d5af bio_kmalloc vmlinux EXPORT_SYMBOL
0x63a7c28c bitmap_find_free_region vmlinux EXPORT_SYMBOL
0xca21ebd3 bitmap_free vmlinux EXPORT_SYMBOL
0xf8d07858 bitmap_from_arr32 vmlinux EXPORT_SYMBOL
0x1b015d25 bitmap_parselist vmlinux EXPORT_SYMBOL
0xf474c21c bitmap_print_to_pagebuf vmlinux EXPORT_SYMBOL
0x574c2e74 bitmap_release_region vmlinux EXPORT_SYMBOL
0xaaedfec1 blk_alloc_queue vmlinux EXPORT_SYMBOL
0xd27b25dd blk_check_plugged vmlinux EXPORT_SYMBOL
0xd6f7e808 blk_cleanup_queue vmlinux EXPORT_SYMBOL
0x15fb0bd6 blk_execute_rq vmlinux EXPORT_SYMBOL
0xe8c38795 blk_execute_rq_nowait vmlinux EXPORT_SYMBOL_GPL
0xf2215f74 blk_finish_plug vmlinux EXPORT_SYMBOL
0x64da1f92 blk_get_request vmlinux EXPORT_SYMBOL
0x43848dcb blk_mq_end_request vmlinux EXPORT_SYMBOL
0xc6d58e81 blk_mq_run_hw_queues vmlinux EXPORT_SYMBOL
0xac74ebd1 blk_mq_tag_to_rq vmlinux EXPORT_SYMBOL
0x18434dad blk_mq_unique_tag vmlinux EXPORT_SYMBOL
0x39485c32 blk_put_request vmlinux EXPORT_SYMBOL
0x1b441442 blk_queue_bounce_limit vmlinux EXPORT_SYMBOL
0x35b83e2d blk_queue_dma_alignment vmlinux EXPORT_SYMBOL
0x895ca6dd blk_queue_flag_clear vmlinux EXPORT_SYMBOL
0xb715399a blk_queue_flag_set vmlinux EXPORT_SYMBOL
0xa4839f18 blk_queue_io_min vmlinux EXPORT_SYMBOL
0x01067a1f blk_queue_io_opt vmlinux EXPORT_SYMBOL
0xa77b78b2 blk_queue_logical_block_size vmlinux EXPORT_SYMBOL
0x4518bc30 blk_queue_make_request vmlinux EXPORT_SYMBOL
0x91dc3731 blk_queue_max_discard_sectors vmlinux EXPORT_SYMBOL
0x74b89c90 blk_queue_max_hw_sectors vmlinux EXPORT_SYMBOL
0xea78fb00 blk_queue_max_segment_size vmlinux EXPORT_SYMBOL
0x44e0f93b blk_queue_max_segments vmlinux EXPORT_SYMBOL
0x617f755c blk_queue_max_write_same_sectors vmlinux EXPORT_SYMBOL
0x920be4ae blk_queue_physical_block_size vmlinux EXPORT_SYMBOL
0x0b2d02e1 blk_queue_rq_timeout vmlinux EXPORT_SYMBOL_GPL
0xd288ad49 blk_queue_segment_boundary vmlinux EXPORT_SYMBOL
0xa99ea8d0 blk_queue_split vmlinux EXPORT_SYMBOL
0x328e5b86 blk_queue_stack_limits vmlinux EXPORT_SYMBOL
0xa1dec5b4 blk_queue_update_dma_alignment vmlinux EXPORT_SYMBOL
0x674e297e blk_queue_virt_boundary vmlinux EXPORT_SYMBOL
0xbc993d2d blk_queue_write_cache vmlinux EXPORT_SYMBOL_GPL
0xb485062d blk_rq_append_bio vmlinux EXPORT_SYMBOL
0x53f29ada blk_rq_map_kern vmlinux EXPORT_SYMBOL
0xdff0dab1 blk_rq_map_user_iov vmlinux EXPORT_SYMBOL
0xb256f333 blk_rq_unmap_user vmlinux EXPORT_SYMBOL
0x506fbfbe blk_set_stacking_limits vmlinux EXPORT_SYMBOL
0x7a9b37e8 blk_start_plug vmlinux EXPORT_SYMBOL
0x2688ec10 bitmap_zalloc vmlinux EXPORT_SYMBOL
0x84a0ca4d bitmap_zalloc_node vmlinux EXPORT_SYMBOL
0xb2fa093e blk_mq_map_queues vmlinux EXPORT_SYMBOL_GPL
0x1bd06015 blk_stack_limits vmlinux EXPORT_SYMBOL
0x84502a47 blk_status_to_errno vmlinux EXPORT_SYMBOL_GPL
0x60974d6e blk_verify_command vmlinux EXPORT_SYMBOL
0xc26bf351 blkdev_fsync vmlinux EXPORT_SYMBOL
0xda63e54f blkdev_get vmlinux EXPORT_SYMBOL
0xd1359f12 blkdev_get_by_dev vmlinux EXPORT_SYMBOL
0x91f4afca blkdev_get_by_path vmlinux EXPORT_SYMBOL
0xb189071a blkdev_issue_discard vmlinux EXPORT_SYMBOL
0x70a3f385 blkdev_issue_write_same vmlinux EXPORT_SYMBOL
0x3a0767f2 blkdev_issue_zeroout vmlinux EXPORT_SYMBOL
0x5f0723e2 blkdev_put vmlinux EXPORT_SYMBOL
0xc11480a1 blocking_notifier_call_chain vmlinux EXPORT_SYMBOL_GPL
0x24fc4e18 blocking_notifier_chain_register vmlinux EXPORT_SYMBOL_GPL
0x9511b62e blocking_notifier_chain_unregister vmlinux EXPORT_SYMBOL_GPL
0x1786c3cd bsg_job_done vmlinux EXPORT_SYMBOL_GPL
0x32c4b40f blkdev_get_by_dev vmlinux EXPORT_SYMBOL
0x0a4a91e5 blkdev_get_by_path vmlinux EXPORT_SYMBOL
0x1eec1238 blocking_notifier_call_chain vmlinux EXPORT_SYMBOL_GPL
0x28aa6a67 call_rcu vmlinux EXPORT_SYMBOL_GPL
0x8a8e55ff call_srcu vmlinux EXPORT_SYMBOL_GPL
0xa7eedcc4 call_usermodehelper vmlinux EXPORT_SYMBOL
0xb5a8d234 cancel_delayed_work vmlinux EXPORT_SYMBOL
0x68f927fb cancel_delayed_work_sync vmlinux EXPORT_SYMBOL
0x81b1b255 cancel_work_sync vmlinux EXPORT_SYMBOL_GPL
0x0c37eb51 cancel_delayed_work vmlinux EXPORT_SYMBOL
0xf39d6569 cancel_delayed_work_sync vmlinux EXPORT_SYMBOL
0xb1518e15 cancel_work vmlinux EXPORT_SYMBOL
0x03c12dfe cancel_work_sync vmlinux EXPORT_SYMBOL_GPL
0xc6cbbc89 capable vmlinux EXPORT_SYMBOL
0x1e79fc1e cdev_add vmlinux EXPORT_SYMBOL
0xb3a64551 cdev_alloc vmlinux EXPORT_SYMBOL
0xbb26be3e cdev_del vmlinux EXPORT_SYMBOL
0x714dc42b cdev_init vmlinux EXPORT_SYMBOL
0x2d574c16 class_destroy vmlinux EXPORT_SYMBOL_GPL
0xd0b990c6 class_unregister vmlinux EXPORT_SYMBOL_GPL
0xd3cd62d8 clear_inode vmlinux EXPORT_SYMBOL
0xb0414571 clear_nlink vmlinux EXPORT_SYMBOL
0x0f366a31 commit_creds vmlinux EXPORT_SYMBOL
0x6642d348 complete vmlinux EXPORT_SYMBOL
0xd9ae583b complete_all vmlinux EXPORT_SYMBOL
0xb408061b complete_and_exit vmlinux EXPORT_SYMBOL
0x509c53ae consume_skb vmlinux EXPORT_SYMBOL
0x55181725 cpu_bit_bitmap vmlinux EXPORT_SYMBOL_GPL
0xd6e64975 cpumask_next vmlinux EXPORT_SYMBOL
0x4234f096 cpumask_next_and vmlinux EXPORT_SYMBOL
0xa04f945a cpus_read_lock vmlinux EXPORT_SYMBOL_GPL
0x18fb2caf cpus_read_unlock vmlinux EXPORT_SYMBOL_GPL
0x5529b316 create_empty_buffers vmlinux EXPORT_SYMBOL
0x077ee26b crypto_ahash_digest vmlinux EXPORT_SYMBOL_GPL
0xcd89af16 crypto_ahash_final vmlinux EXPORT_SYMBOL_GPL
0xb77cd6c7 crypto_ahash_setkey vmlinux EXPORT_SYMBOL_GPL
0x8e338eb3 crypto_alloc_ahash vmlinux EXPORT_SYMBOL_GPL
0xc619f5bb crypto_destroy_tfm vmlinux EXPORT_SYMBOL_GPL
0x76a48e88 crypto_register_shash vmlinux EXPORT_SYMBOL_GPL
0x603702cd crypto_unregister_shash vmlinux EXPORT_SYMBOL_GPL
0x4d65cbd5 csum_ipv6_magic vmlinux EXPORT_SYMBOL
0xd3e51dd4 current_time vmlinux EXPORT_SYMBOL
0x7d2e3bfe d_add vmlinux EXPORT_SYMBOL
0x0ccd919b d_drop vmlinux EXPORT_SYMBOL
0x1fbf6f83 d_instantiate vmlinux EXPORT_SYMBOL
0x2d87fabb d_make_root vmlinux EXPORT_SYMBOL
0x16f35807 d_obtain_alias vmlinux EXPORT_SYMBOL
0xf230dd2b d_prune_aliases vmlinux EXPORT_SYMBOL
0x40a680b6 deactivate_super vmlinux EXPORT_SYMBOL
0xd8710616 default_llseek vmlinux EXPORT_SYMBOL
0xc0e87977 cdev_alloc vmlinux EXPORT_SYMBOL
0x6d294e43 clock_t_to_jiffies vmlinux EXPORT_SYMBOL
0xaca0aef0 complete vmlinux EXPORT_SYMBOL
0x6108288f complete_all vmlinux EXPORT_SYMBOL
0x64999478 congestion_wait vmlinux EXPORT_SYMBOL
0xd2e79416 cpu_bit_bitmap vmlinux EXPORT_SYMBOL_GPL
0xc8a91f5b cpumask_local_spread vmlinux EXPORT_SYMBOL
0x3b756f6a crc32_le vmlinux EXPORT_SYMBOL
0x5e95b1cd current_umask vmlinux EXPORT_SYMBOL
0xaad8c7d6 default_wake_function vmlinux EXPORT_SYMBOL
0x88d17e92 del_gendisk vmlinux EXPORT_SYMBOL
0xfa5223cc del_timer vmlinux EXPORT_SYMBOL
0xec02a35f del_timer_sync vmlinux EXPORT_SYMBOL
0x0c1c794e delayed_work_timer_fn vmlinux EXPORT_SYMBOL
0x1789c7ec dentry_open vmlinux EXPORT_SYMBOL
0x0b0e6a56 delayed_work_timer_fn vmlinux EXPORT_SYMBOL
0x8c03d20c destroy_workqueue vmlinux EXPORT_SYMBOL_GPL
0xc4d675c0 dev_get_by_index vmlinux EXPORT_SYMBOL
0x7197f660 dev_get_by_name vmlinux EXPORT_SYMBOL
0x6ab8ca5e dev_mc_add vmlinux EXPORT_SYMBOL
0xa31e046b dev_mc_del vmlinux EXPORT_SYMBOL
0xf7e9f593 dev_queue_xmit vmlinux EXPORT_SYMBOL
0x0b3687c4 dev_set_mac_address vmlinux EXPORT_SYMBOL
0x80b0cdfb dev_set_mtu vmlinux EXPORT_SYMBOL
0x7f1789d8 dev_set_promiscuity vmlinux EXPORT_SYMBOL
0xafc69e48 device_add_disk vmlinux EXPORT_SYMBOL
0xe8ea8981 device_create vmlinux EXPORT_SYMBOL_GPL
0x50ccb4d8 device_destroy vmlinux EXPORT_SYMBOL_GPL
0x2e0191a3 dget_parent vmlinux EXPORT_SYMBOL
0x81fe92cc dma_get_required_mask vmlinux EXPORT_SYMBOL_GPL
0xf7bbf143 dma_set_coherent_mask vmlinux EXPORT_SYMBOL
0x783b83d3 dma_set_mask vmlinux EXPORT_SYMBOL
0x4f68e5c9 do_gettimeofday vmlinux EXPORT_SYMBOL
0x792d7f0f down vmlinux EXPORT_SYMBOL
0x8c8c6e38 down_interruptible vmlinux EXPORT_SYMBOL
0xb3e36bf8 down_read vmlinux EXPORT_SYMBOL
0x918e3f5c down_read_trylock vmlinux EXPORT_SYMBOL
0xa96f184a down_trylock vmlinux EXPORT_SYMBOL
0x340cd476 down_write vmlinux EXPORT_SYMBOL
0x7a975418 down_write_trylock vmlinux EXPORT_SYMBOL
0x909b6ce3 downgrade_write vmlinux EXPORT_SYMBOL
0xf65c32af dput vmlinux EXPORT_SYMBOL
0xa3e80006 dst_release vmlinux EXPORT_SYMBOL
0xa3509ddc dev_base_lock vmlinux EXPORT_SYMBOL
0x3ce4ca6f disable_irq vmlinux EXPORT_SYMBOL
0x678b96ec dma_pool_alloc vmlinux EXPORT_SYMBOL
0xb5aa7165 dma_pool_destroy vmlinux EXPORT_SYMBOL
0x2f7754a8 dma_pool_free vmlinux EXPORT_SYMBOL
0x81b433f2 down vmlinux EXPORT_SYMBOL
0x165d15e2 down_interruptible vmlinux EXPORT_SYMBOL
0x103bafd6 down_read vmlinux EXPORT_SYMBOL
0x4b8f4e7a down_read_trylock vmlinux EXPORT_SYMBOL
0x15d85a57 down_trylock vmlinux EXPORT_SYMBOL
0xd3cf1c01 down_write vmlinux EXPORT_SYMBOL
0x868bde1d down_write_trylock vmlinux EXPORT_SYMBOL
0x4e9e6a05 downgrade_write vmlinux EXPORT_SYMBOL
0x43cf3bc3 dql_completed vmlinux EXPORT_SYMBOL
0xe6f1486d dql_reset vmlinux EXPORT_SYMBOL
0x6b2dc060 dump_stack vmlinux EXPORT_SYMBOL
0xb26a1add elfcorehdr_addr vmlinux EXPORT_SYMBOL_GPL
0xd0c05159 emergency_restart vmlinux EXPORT_SYMBOL_GPL
0x612bfd89 errno_to_blk_status vmlinux EXPORT_SYMBOL_GPL
0x6229afcd eth_type_trans vmlinux EXPORT_SYMBOL
0x40d650b4 ether_setup vmlinux EXPORT_SYMBOL
0x6871deb1 ethtool_op_get_link vmlinux EXPORT_SYMBOL
0xc85dc1e1 fc_remove_host drivers/scsi/scsi_transport_fc EXPORT_SYMBOL
0xb695aff6 fget vmlinux EXPORT_SYMBOL
0xcb8d3ac5 filemap_fault vmlinux EXPORT_SYMBOL
0xc1fa776a filp_close vmlinux EXPORT_SYMBOL
0x8f77bbce filp_open vmlinux EXPORT_SYMBOL
0xb352177e find_first_bit vmlinux EXPORT_SYMBOL
0xf11543ff find_first_zero_bit vmlinux EXPORT_SYMBOL
0xc0a3d105 find_next_bit vmlinux EXPORT_SYMBOL
0x479c3c86 find_next_zero_bit vmlinux EXPORT_SYMBOL
0xfeaa46b3 find_pid_ns vmlinux EXPORT_SYMBOL_GPL
0x92060f73 find_vma vmlinux EXPORT_SYMBOL
0x848d22b6 finish_wait vmlinux EXPORT_SYMBOL
0x1c4b1496 flush_signals vmlinux EXPORT_SYMBOL
0x42160169 flush_workqueue vmlinux EXPORT_SYMBOL
0xc32e7dec force_sig vmlinux EXPORT_SYMBOL
0x29789394 empty_zero_page vmlinux EXPORT_SYMBOL
0xfcec0987 enable_irq vmlinux EXPORT_SYMBOL
0xfdb7f6a9 finish_wait vmlinux EXPORT_SYMBOL
0x2f2c95c4 flush_work vmlinux EXPORT_SYMBOL_GPL
0xcbd4898c fortify_panic vmlinux EXPORT_SYMBOL
0xa12dd047 fput vmlinux EXPORT_SYMBOL
0xc1514a3b free_irq vmlinux EXPORT_SYMBOL
0x80143ea4 free_netdev vmlinux EXPORT_SYMBOL
0x7732159c free_irq_cpu_rmap vmlinux EXPORT_SYMBOL
0x4302d0eb free_pages vmlinux EXPORT_SYMBOL
0x4e752f60 freeze_bdev vmlinux EXPORT_SYMBOL
0x705b4edc from_kgid vmlinux EXPORT_SYMBOL
0x8f257cbf from_kuid vmlinux EXPORT_SYMBOL
0x8f2c4377 fs_bio_set vmlinux EXPORT_SYMBOL
0xb4130f62 fsync_bdev vmlinux EXPORT_SYMBOL
0x7e5b69ce generic_end_io_acct vmlinux EXPORT_SYMBOL
0x3e7ce286 generic_file_llseek vmlinux EXPORT_SYMBOL
0x617a01ed generic_file_open vmlinux EXPORT_SYMBOL
0xcb60911f generic_fillattr vmlinux EXPORT_SYMBOL
0x999daaf9 generic_make_request vmlinux EXPORT_SYMBOL
0xfd725913 generic_permission vmlinux EXPORT_SYMBOL
0x7dfa4df6 generic_read_dir vmlinux EXPORT_SYMBOL
0x2b6e0767 generic_shutdown_super vmlinux EXPORT_SYMBOL
0xf7db95bf generic_start_io_acct vmlinux EXPORT_SYMBOL
0x3fe85dc0 genl_register_family vmlinux EXPORT_SYMBOL
0x676ece90 genl_unregister_family vmlinux EXPORT_SYMBOL
0xfd247baf genlmsg_put vmlinux EXPORT_SYMBOL
0x53feea65 get_fs_type vmlinux EXPORT_SYMBOL
0xd76d0611 get_gendisk vmlinux EXPORT_SYMBOL
0x79aa04a2 get_random_bytes vmlinux EXPORT_SYMBOL
0x405c1144 get_seconds vmlinux EXPORT_SYMBOL
0x97a6fbda get_task_mm vmlinux EXPORT_SYMBOL_GPL
0x09381fa9 get_user_pages vmlinux EXPORT_SYMBOL
0x5cb2e61e get_user_pages_remote vmlinux EXPORT_SYMBOL
0x9b388444 get_zeroed_page vmlinux EXPORT_SYMBOL
0x3e2b0ba6 groups_alloc vmlinux EXPORT_SYMBOL
0x643d9ba1 groups_free vmlinux EXPORT_SYMBOL
0xbc892ee0 hrtimer_cancel vmlinux EXPORT_SYMBOL_GPL
0x93c9f0ef hrtimer_forward vmlinux EXPORT_SYMBOL_GPL
0x4ffec467 hrtimer_init vmlinux EXPORT_SYMBOL_GPL
0xbcb562c2 hrtimer_start_range_ns vmlinux EXPORT_SYMBOL_GPL
0xf5a20811 hrtimer_try_to_cancel vmlinux EXPORT_SYMBOL_GPL
0xd85591cd igrab vmlinux EXPORT_SYMBOL
0x39461d6a in_egroup_p vmlinux EXPORT_SYMBOL
0xc9ec4e21 free_percpu vmlinux EXPORT_SYMBOL_GPL
0xea124bd1 gcd vmlinux EXPORT_SYMBOL_GPL
0x8676db46 get_random_bytes vmlinux EXPORT_SYMBOL
0xa843805a get_unused_fd_flags vmlinux EXPORT_SYMBOL
0xf09b5d9a get_zeroed_page vmlinux EXPORT_SYMBOL
0x43d22fb9 groups_alloc vmlinux EXPORT_SYMBOL
0x732dd326 groups_free vmlinux EXPORT_SYMBOL
0xeb72b825 hrtimer_cancel vmlinux EXPORT_SYMBOL_GPL
0x62de8c81 hrtimer_forward vmlinux EXPORT_SYMBOL_GPL
0xcd172c2e hrtimer_init vmlinux EXPORT_SYMBOL_GPL
0x87bbece9 hrtimer_start_range_ns vmlinux EXPORT_SYMBOL_GPL
0x78569adf ida_alloc_range vmlinux EXPORT_SYMBOL
0xb381ff9e ida_destroy vmlinux EXPORT_SYMBOL
0xf9a06e0e ida_free vmlinux EXPORT_SYMBOL
0x8c47afca idr_alloc vmlinux EXPORT_SYMBOL_GPL
0x38493a8b idr_alloc_u32 vmlinux EXPORT_SYMBOL_GPL
0x034a7afe idr_destroy vmlinux EXPORT_SYMBOL
0x3761d215 idr_find vmlinux EXPORT_SYMBOL_GPL
0x038762c8 idr_get_next_ul vmlinux EXPORT_SYMBOL
0x954f099c idr_preload vmlinux EXPORT_SYMBOL
0x9df4a2a8 idr_remove vmlinux EXPORT_SYMBOL_GPL
0xac5fcec0 in4_pton vmlinux EXPORT_SYMBOL
0x609bcd98 in6_pton vmlinux EXPORT_SYMBOL
0x1b6314fd in_aton vmlinux EXPORT_SYMBOL
0x8b8059bd in_group_p vmlinux EXPORT_SYMBOL
0x293e21cb init_net vmlinux EXPORT_SYMBOL
0x958ddee9 init_task vmlinux EXPORT_SYMBOL
0x4cc8f9c8 init_timer_key vmlinux EXPORT_SYMBOL
0x40bcb35a init_uts_ns vmlinux EXPORT_SYMBOL_GPL
0x78534f62 init_timer_key vmlinux EXPORT_SYMBOL
0xfe487975 init_wait_entry vmlinux EXPORT_SYMBOL
0x3755fb24 inode_init_always vmlinux EXPORT_SYMBOL
0x411abede inode_permission vmlinux EXPORT_SYMBOL
0x5d49aabc init_wait_var_entry vmlinux EXPORT_SYMBOL
0x1af267f8 int_pow vmlinux EXPORT_SYMBOL_GPL
0x5ed90adc int_to_scsilun vmlinux EXPORT_SYMBOL
0x5778b8b4 invalidate_partition vmlinux EXPORT_SYMBOL
0x93a6e0b2 io_schedule vmlinux EXPORT_SYMBOL
0xfbc4f89e io_schedule_timeout vmlinux EXPORT_SYMBOL
0x8e82828e iomem_resource vmlinux EXPORT_SYMBOL
0x77358855 iomem_resource vmlinux EXPORT_SYMBOL
0xf31c0d52 ioremap vmlinux EXPORT_SYMBOL
0xad299b78 ioremap_wc vmlinux EXPORT_SYMBOL
0xedc03953 iounmap vmlinux EXPORT_SYMBOL
0x08c0bc0e iput vmlinux EXPORT_SYMBOL
0xca7903a1 irq_set_affinity_hint vmlinux EXPORT_SYMBOL_GPL
0xdc270fdf iterate_dir vmlinux EXPORT_SYMBOL
0x44a6e90a irq_cpu_rmap_add vmlinux EXPORT_SYMBOL
0x7f7f7bb4 irq_poll_disable vmlinux EXPORT_SYMBOL
0xb633f115 irq_poll_enable vmlinux EXPORT_SYMBOL
0x7edfdb92 irq_set_affinity_notifier vmlinux EXPORT_SYMBOL_GPL
0xc31db0ce is_vmalloc_addr vmlinux EXPORT_SYMBOL
0x83e43db6 iscsi_boot_create_host_kset drivers/scsi/iscsi_boot_sysfs EXPORT_SYMBOL_GPL
0xe798236d jiffies vmlinux EXPORT_SYMBOL
0x402a960a jiffies_64 vmlinux EXPORT_SYMBOL
0x37befc70 jiffies_to_msecs vmlinux EXPORT_SYMBOL
0x188ea314 jiffies_to_timespec64 vmlinux EXPORT_SYMBOL
0x7f24de73 jiffies_to_usecs vmlinux EXPORT_SYMBOL
0x44b5ee9a kasprintf vmlinux EXPORT_SYMBOL
0x0abeb9cc kern_path vmlinux EXPORT_SYMBOL
0xc5ced29a kernel_recvmsg vmlinux EXPORT_SYMBOL
0xb4b484b6 kernel_sendmsg vmlinux EXPORT_SYMBOL
0x15257c61 kernel_setsockopt vmlinux EXPORT_SYMBOL
0xfb384d37 kasprintf vmlinux EXPORT_SYMBOL
0x6df1aaf1 kernel_sigaction vmlinux EXPORT_SYMBOL
0x265bbef9 kexec_crash_loaded vmlinux EXPORT_SYMBOL_GPL
0x037a0cba kfree vmlinux EXPORT_SYMBOL
0x19f462ab kfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
0x0a9ea67d kfree_skb vmlinux EXPORT_SYMBOL
0xca2b0f47 kill_anon_super vmlinux EXPORT_SYMBOL
0x17015d84 kill_block_super vmlinux EXPORT_SYMBOL
0x1c1c79d3 kmalloc_caches vmlinux EXPORT_SYMBOL
0x4b5814ef kmalloc_order_trace vmlinux EXPORT_SYMBOL
0x44398388 kmem_cache_alloc vmlinux EXPORT_SYMBOL
0x8c614986 kmem_cache_alloc_node vmlinux EXPORT_SYMBOL
0x050db715 kmem_cache_alloc_node_trace vmlinux EXPORT_SYMBOL
0x6551695d kmem_cache_alloc_trace vmlinux EXPORT_SYMBOL
0x6907a3da kmem_cache_create vmlinux EXPORT_SYMBOL
0x048d3705 kmem_cache_create_usercopy vmlinux EXPORT_SYMBOL
0x871c2dda kmem_cache_destroy vmlinux EXPORT_SYMBOL
0xd1bff658 kmem_cache_free vmlinux EXPORT_SYMBOL
0x5ea32613 kmem_cache_shrink vmlinux EXPORT_SYMBOL
0x1eff77ac kobject_add vmlinux EXPORT_SYMBOL
0x8d10ed44 kobject_create_and_add vmlinux EXPORT_SYMBOL_GPL
0x56d88374 kobject_del vmlinux EXPORT_SYMBOL
0x742ce0ea kobject_get vmlinux EXPORT_SYMBOL
0x28f397f9 kobject_init vmlinux EXPORT_SYMBOL
0x16f03e4d kobject_init_and_add vmlinux EXPORT_SYMBOL_GPL
0xa11e7937 kobject_put vmlinux EXPORT_SYMBOL
0x08ad68b8 kobject_set_name vmlinux EXPORT_SYMBOL
0xfe3d4f3d kobject_uevent_env vmlinux EXPORT_SYMBOL_GPL
0x059baffc krealloc vmlinux EXPORT_SYMBOL
0x62ce9b64 kset_create_and_add vmlinux EXPORT_SYMBOL_GPL
0x33d78331 kset_find_obj vmlinux EXPORT_SYMBOL_GPL
0xe6cc05c5 kset_register vmlinux EXPORT_SYMBOL
0xb1f83e12 kset_unregister vmlinux EXPORT_SYMBOL
0xc499ae1e kstrdup vmlinux EXPORT_SYMBOL
0xbaa2782a kstrndup vmlinux EXPORT_SYMBOL
0x752d5f5b kstrtobool vmlinux EXPORT_SYMBOL
0x1cd387a7 kstrtobool_from_user vmlinux EXPORT_SYMBOL
0x373db350 kstrtoint vmlinux EXPORT_SYMBOL
0x333ec789 kstrtoint_from_user vmlinux EXPORT_SYMBOL
0x1b17e06c kstrtoll vmlinux EXPORT_SYMBOL
0xc76c9ada kstrtoll_from_user vmlinux EXPORT_SYMBOL
0x3fa0d062 kstrtou16 vmlinux EXPORT_SYMBOL
0xa46f2f1b kstrtouint vmlinux EXPORT_SYMBOL
0x84d98e20 kstrtouint_from_user vmlinux EXPORT_SYMBOL
0x2cc31f4c kstrtoul_from_user vmlinux EXPORT_SYMBOL
0x060ea2d6 kstrtoull vmlinux EXPORT_SYMBOL
0x4b26f3b4 kstrtoull_from_user vmlinux EXPORT_SYMBOL
0x3661c7b9 kthread_bind vmlinux EXPORT_SYMBOL
0x2a81fc4a kthread_create_on_node vmlinux EXPORT_SYMBOL
0x82c2f005 kmalloc_order_trace vmlinux EXPORT_SYMBOL
0xeb5b0b5b kmem_cache_create vmlinux EXPORT_SYMBOL
0xb363a7b9 kmem_cache_create_usercopy vmlinux EXPORT_SYMBOL
0xe35fb609 kmemdup vmlinux EXPORT_SYMBOL
0xff7ad1b5 krealloc vmlinux EXPORT_SYMBOL
0x2d39b0a7 kstrdup vmlinux EXPORT_SYMBOL
0x124bad4d kstrtobool vmlinux EXPORT_SYMBOL
0x8c8569cb kstrtoint vmlinux EXPORT_SYMBOL
0x3854774b kstrtoll vmlinux EXPORT_SYMBOL
0x4af6ddf0 kstrtou16 vmlinux EXPORT_SYMBOL
0x6a6e05bf kstrtou8 vmlinux EXPORT_SYMBOL
0x3b6c41ea kstrtouint vmlinux EXPORT_SYMBOL
0x5c3c7387 kstrtoull vmlinux EXPORT_SYMBOL
0xb3a7ff68 kthread_complete_and_exit vmlinux EXPORT_SYMBOL
0x2903010c kthread_delayed_work_timer_fn vmlinux EXPORT_SYMBOL
0xb3f7646e kthread_should_stop vmlinux EXPORT_SYMBOL
0xa0f77f57 kthread_stop vmlinux EXPORT_SYMBOL
0xb43f9365 ktime_get vmlinux EXPORT_SYMBOL_GPL
0x484f6edf ktime_get_coarse_real_ts64 vmlinux EXPORT_SYMBOL
0x1edb69d6 ktime_get_raw_ts64 vmlinux EXPORT_SYMBOL
0x953e1b9e ktime_get_real_seconds vmlinux EXPORT_SYMBOL_GPL
0x9ec6ca96 ktime_get_real_ts64 vmlinux EXPORT_SYMBOL
0xa9320d27 ktime_get_seconds vmlinux EXPORT_SYMBOL_GPL
0x5e515be6 ktime_get_ts64 vmlinux EXPORT_SYMBOL_GPL
0xc4f0da12 ktime_get_with_offset vmlinux EXPORT_SYMBOL_GPL
0x5c017464 kvasprintf vmlinux EXPORT_SYMBOL
0x7aa1756e kvfree vmlinux EXPORT_SYMBOL
0x7a4497db kzfree vmlinux EXPORT_SYMBOL
0xbdf38a1b lock_page_memcg vmlinux EXPORT_SYMBOL
0x3c171488 lock_sock_nested vmlinux EXPORT_SYMBOL
0x2c0f1582 lockref_get vmlinux EXPORT_SYMBOL
0x883f2b4b lookup_one_len vmlinux EXPORT_SYMBOL
0xa8dedb50 make_kgid vmlinux EXPORT_SYMBOL
0x970a0bd5 make_kuid vmlinux EXPORT_SYMBOL
0x48bcec81 mark_buffer_dirty vmlinux EXPORT_SYMBOL
0x2679ee7d mark_page_accessed vmlinux EXPORT_SYMBOL
0xacf4d843 match_strdup vmlinux EXPORT_SYMBOL
0x44e9a829 match_token vmlinux EXPORT_SYMBOL
0x54c99fac mem_section vmlinux EXPORT_SYMBOL
0x4dea1053 memchr vmlinux EXPORT_SYMBOL
0xbaf22757 kvfree_call_rcu vmlinux EXPORT_SYMBOL_GPL
0x6ef84303 kvmalloc_node vmlinux EXPORT_SYMBOL
0xc7a1840e llist_add_batch vmlinux EXPORT_SYMBOL_GPL
0x92a16af7 lockref_get vmlinux EXPORT_SYMBOL
0x34c7cdbc lookup_bdev vmlinux EXPORT_SYMBOL
0xba497f13 loops_per_jiffy vmlinux EXPORT_SYMBOL
0x195039fb mem_section vmlinux EXPORT_SYMBOL
0x6f5ef93d memchr_inv vmlinux EXPORT_SYMBOL
0x2fa5a500 memcmp vmlinux EXPORT_SYMBOL
0x236c8c64 memcpy vmlinux EXPORT_SYMBOL
0xd3af979c memdup_user vmlinux EXPORT_SYMBOL
0xa3a5be95 memmove vmlinux EXPORT_SYMBOL
0x189b6bac memory_read_from_buffer vmlinux EXPORT_SYMBOL
0x27864d57 memparse vmlinux EXPORT_SYMBOL
0x9e435279 mempool_alloc vmlinux EXPORT_SYMBOL
0x183fa88b mempool_alloc_slab vmlinux EXPORT_SYMBOL
0x3aae4146 mempool_create vmlinux EXPORT_SYMBOL
0xdace5a22 mempool_destroy vmlinux EXPORT_SYMBOL
0x8e4fe33d mempool_free vmlinux EXPORT_SYMBOL
0xfc725a04 mempool_alloc vmlinux EXPORT_SYMBOL
0xc972449f mempool_alloc_slab vmlinux EXPORT_SYMBOL
0xe9f53826 mempool_create vmlinux EXPORT_SYMBOL
0x487048b0 mempool_create_node vmlinux EXPORT_SYMBOL
0x0266294c mempool_destroy vmlinux EXPORT_SYMBOL
0xc24e1d4b mempool_free vmlinux EXPORT_SYMBOL
0x8a99a016 mempool_free_slab vmlinux EXPORT_SYMBOL
0x9a906daf memscan vmlinux EXPORT_SYMBOL
0xde0bdcff memset vmlinux EXPORT_SYMBOL
0xc7582579 misc_deregister vmlinux EXPORT_SYMBOL
0x5fe7b349 misc_register vmlinux EXPORT_SYMBOL
0xe0612783 mmput vmlinux EXPORT_SYMBOL_GPL
0x3202ca78 mntget vmlinux EXPORT_SYMBOL
0xabf9f6ee mntput vmlinux EXPORT_SYMBOL
0xebca8b54 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
0x28985b9f mod_timer vmlinux EXPORT_SYMBOL
0xaac80d5b mod_timer_pending vmlinux EXPORT_SYMBOL
0xee7e6c8f module_put vmlinux EXPORT_SYMBOL
0x4135e5b0 module_refcount vmlinux EXPORT_SYMBOL
0x77db6c25 mod_delayed_work_on vmlinux EXPORT_SYMBOL_GPL
0x3cf85989 mod_timer vmlinux EXPORT_SYMBOL
0xf9a482f9 msleep vmlinux EXPORT_SYMBOL
0x2f4c06f2 mutex_lock vmlinux EXPORT_SYMBOL
0x19d3ab4f mutex_lock_killable vmlinux EXPORT_SYMBOL
0xe7a21d62 mutex_trylock vmlinux EXPORT_SYMBOL
0xe1718bab mutex_unlock vmlinux EXPORT_SYMBOL
0x4351da74 napi_complete_done vmlinux EXPORT_SYMBOL
0x3e3bd342 napi_disable vmlinux EXPORT_SYMBOL
0x0654039b napi_gro_receive vmlinux EXPORT_SYMBOL
0xb61d9399 napi_schedule_prep vmlinux EXPORT_SYMBOL
0xe1f877d4 netdev_features_change vmlinux EXPORT_SYMBOL
0x35dc630d netdev_rx_handler_register vmlinux EXPORT_SYMBOL_GPL
0x7631c5d6 netdev_rx_handler_unregister vmlinux EXPORT_SYMBOL_GPL
0x6d4283b8 netif_carrier_off vmlinux EXPORT_SYMBOL
0x96a71f71 netif_carrier_on vmlinux EXPORT_SYMBOL
0x898a4843 netif_napi_add vmlinux EXPORT_SYMBOL
0x263ef35a netif_napi_del vmlinux EXPORT_SYMBOL
0x6387a356 netif_receive_skb vmlinux EXPORT_SYMBOL
0xd0c1d4a8 netif_rx vmlinux EXPORT_SYMBOL
0x7bdf7b5b netlink_broadcast vmlinux EXPORT_SYMBOL
0x65047620 netlink_unicast vmlinux EXPORT_SYMBOL
0x5ffa0429 new_inode vmlinux EXPORT_SYMBOL
0xfdc1bd61 nla_put vmlinux EXPORT_SYMBOL
0x5c223e9e node_data vmlinux EXPORT_SYMBOL
0xfd1a7baf node_to_cpumask_map vmlinux EXPORT_SYMBOL
0xcc5005fe msleep_interruptible vmlinux EXPORT_SYMBOL
0x53c24b01 mutex_is_locked vmlinux EXPORT_SYMBOL
0x860efa2c mutex_lock vmlinux EXPORT_SYMBOL
0x3acc7dee mutex_lock_interruptible vmlinux EXPORT_SYMBOL
0x24b8528f mutex_trylock vmlinux EXPORT_SYMBOL
0x86a8fb71 mutex_unlock vmlinux EXPORT_SYMBOL
0x49672828 node_states vmlinux EXPORT_SYMBOL
0x017de3d5 nr_cpu_ids vmlinux EXPORT_SYMBOL
0xfe26fc7c nr_node_ids vmlinux EXPORT_SYMBOL
0x1e1e140e ns_to_timespec64 vmlinux EXPORT_SYMBOL
0x2f548802 ns_to_timeval vmlinux EXPORT_SYMBOL
0xffae8e8b nsecs_to_jiffies vmlinux EXPORT_SYMBOL_GPL
0x5541ea93 on_each_cpu vmlinux EXPORT_SYMBOL
0x1984d421 out_of_line_wait_on_bit vmlinux EXPORT_SYMBOL
0xab121906 override_creds vmlinux EXPORT_SYMBOL
0x3dd76852 page_mapped vmlinux EXPORT_SYMBOL
0x04d2bd9d pagevec_lookup_range vmlinux EXPORT_SYMBOL
0xf5e3a770 pagevec_lookup_range_tag vmlinux EXPORT_SYMBOL
0x7c1372e8 panic vmlinux EXPORT_SYMBOL
0x75fcdd6f panic_notifier_list vmlinux EXPORT_SYMBOL
0xac4cade1 param_array_ops vmlinux EXPORT_SYMBOL
0xac825c5c param_get_int vmlinux EXPORT_SYMBOL
0x1ed0638a param_ops_bool vmlinux EXPORT_SYMBOL
0xaa139c11 param_ops_byte vmlinux EXPORT_SYMBOL
0xd1bfdeb0 param_ops_charp vmlinux EXPORT_SYMBOL
0xde64b983 param_ops_int vmlinux EXPORT_SYMBOL
0x43d66e17 param_ops_long vmlinux EXPORT_SYMBOL
0x56da6e1c param_ops_short vmlinux EXPORT_SYMBOL
0x38cef74d param_ops_string vmlinux EXPORT_SYMBOL
0x6aa285aa param_ops_uint vmlinux EXPORT_SYMBOL
0x01d03047 param_ops_ulong vmlinux EXPORT_SYMBOL
0x463627fa param_set_bool vmlinux EXPORT_SYMBOL
0xb56e72c4 param_set_int vmlinux EXPORT_SYMBOL
0x2a3c1bd5 path_put vmlinux EXPORT_SYMBOL
0x1d2a9e8a pci_alloc_irq_vectors_affinity vmlinux EXPORT_SYMBOL
0xfaf3593c pci_free_irq_vectors vmlinux EXPORT_SYMBOL
0x7b6f09d7 pci_get_device vmlinux EXPORT_SYMBOL
0x8aea487d pci_irq_vector vmlinux EXPORT_SYMBOL
0x8ded42a6 pci_read_config_byte vmlinux EXPORT_SYMBOL
0x7107c8fc pci_read_config_dword vmlinux EXPORT_SYMBOL
0x3c5d624b pci_set_power_state vmlinux EXPORT_SYMBOL
0x61865a1f pci_write_config_byte vmlinux EXPORT_SYMBOL
0x82dbffdc pci_write_config_dword vmlinux EXPORT_SYMBOL
0xd5b4d71e pcie_capability_clear_and_set_word vmlinux EXPORT_SYMBOL
0x0bef5c21 pcie_capability_read_dword vmlinux EXPORT_SYMBOL
0x75b93a2c pcie_capability_read_word vmlinux EXPORT_SYMBOL
0x4a22634b pid_task vmlinux EXPORT_SYMBOL
0x60a32ea9 pm_power_off vmlinux EXPORT_SYMBOL_GPL
0xd9b716d5 prepare_creds vmlinux EXPORT_SYMBOL
0x86838a09 prepare_to_wait vmlinux EXPORT_SYMBOL
0x8f96fdf4 prepare_to_wait_event vmlinux EXPORT_SYMBOL
0xb6bcdaa5 prepare_to_wait_exclusive vmlinux EXPORT_SYMBOL
0x86e03c0a print_stack_trace vmlinux EXPORT_SYMBOL_GPL
0x27e1a049 printk vmlinux EXPORT_SYMBOL
0xc12efe98 pskb_expand_head vmlinux EXPORT_SYMBOL
0xb5e6ea9c put_disk vmlinux EXPORT_SYMBOL
0xd1e4ec46 queue_delayed_work_on vmlinux EXPORT_SYMBOL
0x121da905 queue_work_on vmlinux EXPORT_SYMBOL
0x16823aa3 raid_class_attach drivers/scsi/raid_class EXPORT_SYMBOL
0xdbb86db6 raid_class_release drivers/scsi/raid_class EXPORT_SYMBOL
0x74d858a7 on_each_cpu_cond_mask vmlinux EXPORT_SYMBOL
0x88e1d0f0 page_frag_free vmlinux EXPORT_SYMBOL
0xf1e046cc panic vmlinux EXPORT_SYMBOL
0x933afd98 panic_notifier_list vmlinux EXPORT_SYMBOL
0x37bf7be3 percpu_ref_exit vmlinux EXPORT_SYMBOL_GPL
0x81a7f541 percpu_ref_init vmlinux EXPORT_SYMBOL_GPL
0x936c7caf perf_trace_buf_alloc vmlinux EXPORT_SYMBOL_GPL
0x8bad4ff4 pgprot_writecombine vmlinux EXPORT_SYMBOL_GPL
0x9b496b21 posix_acl_alloc vmlinux EXPORT_SYMBOL
0xfda9581f prandom_u32 vmlinux EXPORT_SYMBOL
0x45b9877f prepare_to_wait vmlinux EXPORT_SYMBOL
0x23924a48 prepare_to_wait_event vmlinux EXPORT_SYMBOL
0x90abb542 prepare_to_wait_exclusive vmlinux EXPORT_SYMBOL
0xead58fb9 print_hex_dump vmlinux EXPORT_SYMBOL
0xd93dd3c3 proc_dointvec vmlinux EXPORT_SYMBOL
0xc84fddf6 proc_dointvec_minmax vmlinux EXPORT_SYMBOL
0x5f9ede6c proc_dostring vmlinux EXPORT_SYMBOL
0x3f4547a7 put_unused_fd vmlinux EXPORT_SYMBOL
0x3ae3bf84 queue_delayed_work_on vmlinux EXPORT_SYMBOL
0xc5b6f236 queue_work_on vmlinux EXPORT_SYMBOL
0xf1d992eb radix_tree_delete vmlinux EXPORT_SYMBOL
0x0c333a7f radix_tree_insert vmlinux EXPORT_SYMBOL
0xdef84f9f radix_tree_lookup vmlinux EXPORT_SYMBOL
0x4f5aa411 radix_tree_next_chunk vmlinux EXPORT_SYMBOL
0x01a20ede radix_tree_tag_set vmlinux EXPORT_SYMBOL
0x4d9b652b rb_erase vmlinux EXPORT_SYMBOL
0xece784c2 rb_first vmlinux EXPORT_SYMBOL
0xa5526619 rb_insert_color vmlinux EXPORT_SYMBOL
0xca9360b5 rb_next vmlinux EXPORT_SYMBOL
0x60a13e90 rcu_barrier vmlinux EXPORT_SYMBOL_GPL
0xbeabc0e4 read_cache_pages vmlinux EXPORT_SYMBOL
0x2d5f69b3 rcu_read_unlock_strict vmlinux EXPORT_SYMBOL_GPL
0xfb6af58d recalc_sigpending vmlinux EXPORT_SYMBOL
0x71a50dbc register_blkdev vmlinux EXPORT_SYMBOL
0xfca908d7 register_filesystem vmlinux EXPORT_SYMBOL
0x60352082 register_inet6addr_notifier vmlinux EXPORT_SYMBOL
0xf68285c0 register_inetaddr_notifier vmlinux EXPORT_SYMBOL
0x48276cbc register_netdev vmlinux EXPORT_SYMBOL
0xd2da1048 register_netdevice_notifier vmlinux EXPORT_SYMBOL
0x67e2272e refcount_dec_and_mutex_lock vmlinux EXPORT_SYMBOL
0xc6f3b3fc refcount_dec_if_one vmlinux EXPORT_SYMBOL
0x0296695f refcount_warn_saturate vmlinux EXPORT_SYMBOL
0x3fd78f3b register_chrdev_region vmlinux EXPORT_SYMBOL
0x86f3ecbf register_kprobe vmlinux EXPORT_SYMBOL_GPL
0x3517383e register_reboot_notifier vmlinux EXPORT_SYMBOL
0xd4e9d05d register_sysctl_table vmlinux EXPORT_SYMBOL
0xb286f9d0 release_sock vmlinux EXPORT_SYMBOL
0x58525886 remap_pfn_range vmlinux EXPORT_SYMBOL
0x6c60994e remove_wait_queue vmlinux EXPORT_SYMBOL
0xd6b8e852 request_threaded_irq vmlinux EXPORT_SYMBOL
0x2402fab5 revert_creds vmlinux EXPORT_SYMBOL
0xc7a4fbed rtnl_lock vmlinux EXPORT_SYMBOL
0x6e720ff2 rtnl_unlock vmlinux EXPORT_SYMBOL
0x44d241fb sas_attach_transport drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xaebcadc8 sas_end_device_alloc drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xab115ccc sas_expander_alloc drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0x413f1570 sas_phy_add drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xf3a93867 sas_phy_alloc drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xf3fb45a4 sas_phy_free drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xca051b5a sas_port_add drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xec83e1e8 sas_port_add_phy drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0x3a6a318f sas_port_alloc_num drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0x6f221a71 sas_port_delete drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xf8c9174d sas_port_delete_phy drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0x57688123 sas_read_port_mode_page drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xc518ecf8 sas_release_transport drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xf4c485ed sas_remove_host drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0xb49b34b2 sas_rphy_add drivers/scsi/scsi_transport_sas EXPORT_SYMBOL
0x4629baf2 save_stack_trace vmlinux EXPORT_SYMBOL_GPL
0x8f2920bc save_stack_trace_tsk vmlinux EXPORT_SYMBOL_GPL
0x211198ec sched_setscheduler vmlinux EXPORT_SYMBOL_GPL
0x0e798ecf register_shrinker vmlinux EXPORT_SYMBOL
0xa06e587a release_firmware vmlinux EXPORT_SYMBOL
0xbfd9f046 remove_wait_queue vmlinux EXPORT_SYMBOL
0x92d5838e request_threaded_irq vmlinux EXPORT_SYMBOL
0x364354ba rhashtable_destroy vmlinux EXPORT_SYMBOL_GPL
0x30696079 rhashtable_free_and_destroy vmlinux EXPORT_SYMBOL_GPL
0x64c3ad06 rhashtable_init vmlinux EXPORT_SYMBOL_GPL
0x73c93090 rhashtable_insert_slow vmlinux EXPORT_SYMBOL_GPL
0x31d3199b rhltable_init vmlinux EXPORT_SYMBOL_GPL
0x061a6a17 rht_bucket_nested vmlinux EXPORT_SYMBOL_GPL
0x0f3b8882 rht_bucket_nested_insert vmlinux EXPORT_SYMBOL_GPL
0x091eb9b4 round_jiffies vmlinux EXPORT_SYMBOL_GPL
0xd653b126 sched_clock vmlinux EXPORT_SYMBOL_GPL
0x01000e51 schedule vmlinux EXPORT_SYMBOL
0x1f37cca7 schedule_hrtimeout_range vmlinux EXPORT_SYMBOL_GPL
0x8ddd8aad schedule_timeout vmlinux EXPORT_SYMBOL
0x054496b4 schedule_timeout_interruptible vmlinux EXPORT_SYMBOL
0x151f4898 schedule_timeout_uninterruptible vmlinux EXPORT_SYMBOL
0xa4146c33 scmd_printk vmlinux EXPORT_SYMBOL
0x28343bad scnprintf vmlinux EXPORT_SYMBOL
0xa4194aa0 scsi_add_device vmlinux EXPORT_SYMBOL
0x315500e6 scsi_add_host_with_dma vmlinux EXPORT_SYMBOL
0xaea3359a scsi_block_requests vmlinux EXPORT_SYMBOL
0x16a348a2 scsi_change_queue_depth vmlinux EXPORT_SYMBOL
0xd64b53f1 scsi_device_get vmlinux EXPORT_SYMBOL
0xbb745879 scsi_device_lookup vmlinux EXPORT_SYMBOL
0xc0b8bf3a scsi_device_put vmlinux EXPORT_SYMBOL
0x02389e9a scsi_device_set_state vmlinux EXPORT_SYMBOL
0x72ea7b2d scsi_device_type vmlinux EXPORT_SYMBOL
0x8807281e scsi_dma_map vmlinux EXPORT_SYMBOL
0x2ae96c24 scsi_dma_unmap vmlinux EXPORT_SYMBOL
0x3e913671 scsi_get_vpd_page vmlinux EXPORT_SYMBOL_GPL
0x70f35646 scsi_host_alloc vmlinux EXPORT_SYMBOL
0x266dd60d scsi_host_lookup vmlinux EXPORT_SYMBOL
0xfeab2430 scsi_host_put vmlinux EXPORT_SYMBOL
0x44d422ad scsi_internal_device_block_nowait vmlinux EXPORT_SYMBOL_GPL
0x879c9fc5 scsi_internal_device_unblock_nowait vmlinux EXPORT_SYMBOL_GPL
0x200ccc33 scsi_is_host_device vmlinux EXPORT_SYMBOL
0x69f1af50 scsi_is_sdev_device vmlinux EXPORT_SYMBOL
0xbc474c7b scsi_print_command vmlinux EXPORT_SYMBOL
0x53e01822 scsi_register_driver vmlinux EXPORT_SYMBOL
0x9a802be1 scsi_remove_device vmlinux EXPORT_SYMBOL
0x521b0ae7 scsi_remove_host vmlinux EXPORT_SYMBOL
0x41a3a795 scsi_remove_target vmlinux EXPORT_SYMBOL
0x55e93b1e scsi_scan_host vmlinux EXPORT_SYMBOL
0xa5844bd1 scsi_unblock_requests vmlinux EXPORT_SYMBOL
0xbef53f33 scnprintf vmlinux EXPORT_SYMBOL
0x0334da4e scsi_command_size_tbl vmlinux EXPORT_SYMBOL
0xea3c8e4e scsilun_to_int vmlinux EXPORT_SYMBOL
0xfb564a4e sdev_prefix_printk vmlinux EXPORT_SYMBOL
0xcbc85650 security_d_instantiate vmlinux EXPORT_SYMBOL
0x5d2d73fa send_sig vmlinux EXPORT_SYMBOL
0xcc94f5a5 seq_lseek vmlinux EXPORT_SYMBOL
0x8fdd247d seq_printf vmlinux EXPORT_SYMBOL
0x83b92c59 seq_read vmlinux EXPORT_SYMBOL
0x7cf2c1c6 set_cpus_allowed_ptr vmlinux EXPORT_SYMBOL_GPL
0x025483b1 set_current_groups vmlinux EXPORT_SYMBOL
0xbd0f0cde set_device_ro vmlinux EXPORT_SYMBOL
0x65ab4529 set_disk_ro vmlinux EXPORT_SYMBOL
0xf2e5bd87 security_free_mnt_opts vmlinux EXPORT_SYMBOL
0xb48d4d22 security_sb_eat_lsm_opts vmlinux EXPORT_SYMBOL
0xe080e8f0 set_current_groups vmlinux EXPORT_SYMBOL
0x9e61bb05 set_freezable vmlinux EXPORT_SYMBOL
0xc7cf5505 set_nlink vmlinux EXPORT_SYMBOL
0x365acda7 set_normalized_timespec64 vmlinux EXPORT_SYMBOL
0xa9a12085 set_page_dirty vmlinux EXPORT_SYMBOL
0x2f0d7375 set_page_dirty_lock vmlinux EXPORT_SYMBOL
0xab5ce002 set_user_nice vmlinux EXPORT_SYMBOL
0x0645e9e8 shrink_dcache_parent vmlinux EXPORT_SYMBOL
0x87b8798d sg_next vmlinux EXPORT_SYMBOL
0x40c7247c si_meminfo vmlinux EXPORT_SYMBOL
0x6a5fa363 sigprocmask vmlinux EXPORT_SYMBOL
0xfcffa6d7 simple_statfs vmlinux EXPORT_SYMBOL
0x5a5e7ea3 simple_read_from_buffer vmlinux EXPORT_SYMBOL
0x0b742fd7 simple_strtol vmlinux EXPORT_SYMBOL
0x20000329 simple_strtoul vmlinux EXPORT_SYMBOL
0x61b7b126 simple_strtoull vmlinux EXPORT_SYMBOL
0x942f69ac single_open vmlinux EXPORT_SYMBOL
0x0e361108 single_release vmlinux EXPORT_SYMBOL
0x694aba15 skb_checksum_help vmlinux EXPORT_SYMBOL
0xdf9b9d87 skb_clone vmlinux EXPORT_SYMBOL
0xd7641845 skb_copy vmlinux EXPORT_SYMBOL
0x6108d928 skb_copy_bits vmlinux EXPORT_SYMBOL
0x4439cb03 skb_dequeue vmlinux EXPORT_SYMBOL
0xafaa19c4 skb_pull vmlinux EXPORT_SYMBOL
0xe93c2569 skb_push vmlinux EXPORT_SYMBOL
0x70d117f0 skb_put vmlinux EXPORT_SYMBOL
0xaa1bd062 skb_queue_purge vmlinux EXPORT_SYMBOL
0x6b702c4a skb_queue_tail vmlinux EXPORT_SYMBOL
0xbaa57823 skb_realloc_headroom vmlinux EXPORT_SYMBOL
0xbd71ae6a skb_trim vmlinux EXPORT_SYMBOL
0x04b197f2 smp_call_function_many vmlinux EXPORT_SYMBOL
0xe0bc4fb2 simple_write_to_buffer vmlinux EXPORT_SYMBOL
0xa0a15b49 smp_call_function_many vmlinux EXPORT_SYMBOL
0x6228c21f smp_call_function_single vmlinux EXPORT_SYMBOL
0x50720c5f snprintf vmlinux EXPORT_SYMBOL
0x888561b5 sock_create_kern vmlinux EXPORT_SYMBOL
0x87eea382 sock_release vmlinux EXPORT_SYMBOL
0x91715312 sprintf vmlinux EXPORT_SYMBOL
0x20c55ae0 sscanf vmlinux EXPORT_SYMBOL
0x4d499ffd starget_for_each_device vmlinux EXPORT_SYMBOL
0xaafdc258 strcasecmp vmlinux EXPORT_SYMBOL
0xa080c5e5 smp_call_function_single_async vmlinux EXPORT_SYMBOL_GPL
0x98de1c15 snprintf vmlinux EXPORT_SYMBOL
0x6ccc34dd sort vmlinux EXPORT_SYMBOL
0x3c3ff9fd sprintf vmlinux EXPORT_SYMBOL
0xbcab6ee6 sscanf vmlinux EXPORT_SYMBOL
0x389b64a2 static_key_count vmlinux EXPORT_SYMBOL_GPL
0x2f4880df static_key_slow_dec vmlinux EXPORT_SYMBOL_GPL
0x8e92f7c4 static_key_slow_inc vmlinux EXPORT_SYMBOL_GPL
0x061651be strcat vmlinux EXPORT_SYMBOL
0x349cba85 strchr vmlinux EXPORT_SYMBOL
0xe2d5255a strcmp vmlinux EXPORT_SYMBOL
@ -607,71 +346,78 @@
0xebbf1dba strncasecmp vmlinux EXPORT_SYMBOL
0x85abc85f strncmp vmlinux EXPORT_SYMBOL
0xad4aee39 strncpy vmlinux EXPORT_SYMBOL
0x76426845 strncpy_from_user vmlinux EXPORT_SYMBOL
0x9b8d07aa strnlen vmlinux EXPORT_SYMBOL
0x5fd2298e strnstr vmlinux EXPORT_SYMBOL
0x9a1dfd65 strpbrk vmlinux EXPORT_SYMBOL
0xc250590f strnlen_user vmlinux EXPORT_SYMBOL
0x9f984513 strrchr vmlinux EXPORT_SYMBOL
0xa4e188e7 strscpy vmlinux EXPORT_SYMBOL
0x5d7dee6b strscpy_pad vmlinux EXPORT_SYMBOL
0x85df9b6c strsep vmlinux EXPORT_SYMBOL
0x3fa913da strspn vmlinux EXPORT_SYMBOL
0x1e6d26a8 strstr vmlinux EXPORT_SYMBOL
0x9d74e70c submit_bio vmlinux EXPORT_SYMBOL
0xe523ad75 synchronize_irq vmlinux EXPORT_SYMBOL
0x6091797f synchronize_rcu vmlinux EXPORT_SYMBOL_GPL
0xfe5d4bb2 sys_tz vmlinux EXPORT_SYMBOL
0xe783e261 sysfs_emit vmlinux EXPORT_SYMBOL_GPL
0x222e7ce2 sysfs_streq vmlinux EXPORT_SYMBOL
0x7ab88a45 system_freezing_cnt vmlinux EXPORT_SYMBOL
0xf7370f56 system_state vmlinux EXPORT_SYMBOL
0x2d3385d3 system_wq vmlinux EXPORT_SYMBOL
0x9545af6d tasklet_init vmlinux EXPORT_SYMBOL
0x30cb3061 thaw_bdev vmlinux EXPORT_SYMBOL
0x0ae979fd try_module_get vmlinux EXPORT_SYMBOL
0x9bc62df2 try_wait_for_completion vmlinux EXPORT_SYMBOL
0x968c5208 unlock_page vmlinux EXPORT_SYMBOL
0x6b0e21b4 unlock_page_memcg vmlinux EXPORT_SYMBOL
0xb34392eb unmap_mapping_range vmlinux EXPORT_SYMBOL
0x2364c85a tasklet_init vmlinux EXPORT_SYMBOL
0x0ea3c74e tasklet_kill vmlinux EXPORT_SYMBOL
0xa07d1b3c tasklet_setup vmlinux EXPORT_SYMBOL
0x350f6ce5 tasklet_unlock_wait vmlinux EXPORT_SYMBOL_GPL
0x0fff5afc time64_to_tm vmlinux EXPORT_SYMBOL
0xbc3f2cb0 timecounter_cyc2time vmlinux EXPORT_SYMBOL_GPL
0x862258db timecounter_init vmlinux EXPORT_SYMBOL_GPL
0x6f9e763b timecounter_read vmlinux EXPORT_SYMBOL_GPL
0x9f15f501 timer_delete vmlinux EXPORT_SYMBOL
0xb3087f55 timer_delete_sync vmlinux EXPORT_SYMBOL
0xc755c93f trace_handle_return vmlinux EXPORT_SYMBOL_GPL
0x85d14264 trace_print_flags_seq vmlinux EXPORT_SYMBOL
0xac5a789c trace_seq_printf vmlinux EXPORT_SYMBOL_GPL
0x9ec054d5 trace_seq_putc vmlinux EXPORT_SYMBOL_GPL
0xb1176e59 try_wait_for_completion vmlinux EXPORT_SYMBOL
0x67b27ec1 tty_std_termios vmlinux EXPORT_SYMBOL
0x5641485b tty_termios_encode_baud_rate vmlinux EXPORT_SYMBOL_GPL
0xb5a459dc unregister_blkdev vmlinux EXPORT_SYMBOL
0x6091b333 unregister_chrdev_region vmlinux EXPORT_SYMBOL
0xc12a1b70 unregister_filesystem vmlinux EXPORT_SYMBOL
0x2fe252cc unregister_inet6addr_notifier vmlinux EXPORT_SYMBOL
0xfe029963 unregister_inetaddr_notifier vmlinux EXPORT_SYMBOL
0x5fa27294 unregister_netdev vmlinux EXPORT_SYMBOL
0x9d0d6206 unregister_netdevice_notifier vmlinux EXPORT_SYMBOL
0xf4ed648b unregister_kprobe vmlinux EXPORT_SYMBOL_GPL
0xac1a55be unregister_reboot_notifier vmlinux EXPORT_SYMBOL
0xf86e6516 unregister_sysctl_table vmlinux EXPORT_SYMBOL
0x2ab3699d unuse_mm vmlinux EXPORT_SYMBOL_GPL
0xc6b443e8 up vmlinux EXPORT_SYMBOL
0xd04fd10e up_read vmlinux EXPORT_SYMBOL
0x60b12fe5 up_write vmlinux EXPORT_SYMBOL
0x971439a2 use_mm vmlinux EXPORT_SYMBOL_GPL
0x12a38747 usleep_range vmlinux EXPORT_SYMBOL
0x6701e854 unregister_shrinker vmlinux EXPORT_SYMBOL
0xd566933c up vmlinux EXPORT_SYMBOL
0x555ccb97 up_read vmlinux EXPORT_SYMBOL
0xd2510a63 up_write vmlinux EXPORT_SYMBOL
0xc3055d20 usleep_range_state vmlinux EXPORT_SYMBOL
0x999e8297 vfree vmlinux EXPORT_SYMBOL
0x24d60dbd vfs_create vmlinux EXPORT_SYMBOL
0x1fd86893 vfs_fsync vmlinux EXPORT_SYMBOL
0x654184d4 vfs_fsync_range vmlinux EXPORT_SYMBOL
0x2cd2d936 vfs_getattr vmlinux EXPORT_SYMBOL
0x24b3ee3b vfs_link vmlinux EXPORT_SYMBOL
0x7065754b vfs_llseek vmlinux EXPORT_SYMBOL
0xd0864432 vfs_mkdir vmlinux EXPORT_SYMBOL
0x30a84afc vfs_mknod vmlinux EXPORT_SYMBOL
0xdf8efe5b vfs_readlink vmlinux EXPORT_SYMBOL
0x69be471b vfs_rename vmlinux EXPORT_SYMBOL
0x86654f49 vfs_rmdir vmlinux EXPORT_SYMBOL
0x4f101148 vfs_statfs vmlinux EXPORT_SYMBOL
0x278ed099 vfs_symlink vmlinux EXPORT_SYMBOL
0xb2ac7eb1 vfs_unlink vmlinux EXPORT_SYMBOL
0x4903aa79 vm_mmap vmlinux EXPORT_SYMBOL
0x77808a48 vm_event_states vmlinux EXPORT_SYMBOL
0x29391e7d vm_munmap vmlinux EXPORT_SYMBOL
0xba0676e2 vm_zone_stat vmlinux EXPORT_SYMBOL
0xd6ee688f vmalloc vmlinux EXPORT_SYMBOL
0xaff5fb27 vmalloc_to_page vmlinux EXPORT_SYMBOL
0x481e535e vmap vmlinux EXPORT_SYMBOL
0x4b8b3239 vprintk vmlinux EXPORT_SYMBOL
0x13ca75a8 vscnprintf vmlinux EXPORT_SYMBOL
0x3cec9b17 vsnprintf vmlinux EXPORT_SYMBOL
0x5c7574a1 vsprintf vmlinux EXPORT_SYMBOL
0x94961283 vunmap vmlinux EXPORT_SYMBOL
0xa0b04675 vmalloc_32 vmlinux EXPORT_SYMBOL
0x23fd3028 vmalloc_node vmlinux EXPORT_SYMBOL
0xbde30046 vmalloc_to_page vmlinux EXPORT_SYMBOL
0x715a5ed0 vprintk vmlinux EXPORT_SYMBOL
0x9adc9c67 vsnprintf vmlinux EXPORT_SYMBOL
0x78b887ed vsprintf vmlinux EXPORT_SYMBOL
0x40a9b349 vzalloc vmlinux EXPORT_SYMBOL
0x9e0c711d vzalloc_node vmlinux EXPORT_SYMBOL
0x8bdb7a0e wait_for_completion vmlinux EXPORT_SYMBOL
0xffa9bfdb wait_for_completion_interruptible vmlinux EXPORT_SYMBOL
0xfef8add4 wait_for_completion_timeout vmlinux EXPORT_SYMBOL
0x28914cbf wait_on_page_bit vmlinux EXPORT_SYMBOL
0xa0fbac79 wake_up_bit vmlinux EXPORT_SYMBOL
0x08d39e7d wake_up_process vmlinux EXPORT_SYMBOL
0xcf64b4bb write_cache_pages vmlinux EXPORT_SYMBOL
0x9032ee34 xattr_full_name vmlinux EXPORT_SYMBOL
0x531625b6 wait_for_completion vmlinux EXPORT_SYMBOL
0x6f53043d wait_for_completion_interruptible vmlinux EXPORT_SYMBOL
0xff8b56a9 wait_for_completion_timeout vmlinux EXPORT_SYMBOL
0xa9392430 xa_clear_mark vmlinux EXPORT_SYMBOL
0x989e1516 xa_destroy vmlinux EXPORT_SYMBOL
0x99ca74a6 xa_erase vmlinux EXPORT_SYMBOL
0x42ae6d99 xa_find vmlinux EXPORT_SYMBOL
0x429dcdc0 xa_find_after vmlinux EXPORT_SYMBOL
0xe254f4f8 xa_get_mark vmlinux EXPORT_SYMBOL
0x5b745a3d xa_load vmlinux EXPORT_SYMBOL
0x70336943 xa_set_mark vmlinux EXPORT_SYMBOL
0xe70e184a xa_store vmlinux EXPORT_SYMBOL
0x3e17de6e xas_find vmlinux EXPORT_SYMBOL_GPL
0x65dccf13 xz_dec_end vmlinux EXPORT_SYMBOL
0x52d717da xz_dec_init vmlinux EXPORT_SYMBOL
0x02f034a1 xz_dec_run vmlinux EXPORT_SYMBOL
0x760a0f4f yield vmlinux EXPORT_SYMBOL
0x2185519c zap_vma_ptes vmlinux EXPORT_SYMBOL_GPL
0x581f98da zlib_inflate vmlinux EXPORT_SYMBOL
0x107e5878 zlib_inflateEnd vmlinux EXPORT_SYMBOL
0x35a88f28 zlib_inflateInit2 vmlinux EXPORT_SYMBOL
0xce5ac24f zlib_inflate_workspacesize vmlinux EXPORT_SYMBOL

File diff suppressed because it is too large Load Diff

25
SOURCES/README.rst Normal file
View File

@ -0,0 +1,25 @@
===================
The Kernel dist-git
===================
The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.
The `documentation`_ for the source tree covers how to contribute and maintain
the tree.
If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.
Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)
.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches

View File

@ -0,0 +1,12 @@
diff -aruN linux-5.14.0-362.8.1.el9_3/arch/powerpc/kvm/book3s_64_vio_hv.c linux-5.14.0-362.8.1.el9_3.alma/arch/powerpc/kvm/book3s_64_vio_hv.c
--- linux-5.14.0-362.8.1.el9_3/arch/powerpc/kvm/book3s_64_vio_hv.c 2023-11-07 20:57:43
+++ linux-5.14.0-362.8.1.el9_3.alma/arch/powerpc/kvm/book3s_64_vio_hv.c 2023-12-07 17:59:41
@@ -488,7 +488,7 @@
/*
* used to check for invalidations in progress
*/
- mmu_seq = kvm->mmu_notifier_seq;
+ mmu_seq = kvm->mmu_invalidate_seq;
smp_rmb();
stt = kvmppc_find_table(vcpu->kvm, liobn);

BIN
SOURCES/almalinuxdup1.x509 Normal file

Binary file not shown.

BIN
SOURCES/almalinuxima.x509 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,8 @@ def load_symvers(symvers, filename):
break
if in_line == "\n":
continue
checksum, symbol, directory, type = in_line.split()
checksum, symbol, directory, type, *ns = in_line.split()
ns = ns[0] if ns else None
symvers[symbol] = in_line[0:-1]
@ -57,7 +58,8 @@ def load_kabi(kabi, filename):
break
if in_line == "\n":
continue
checksum, symbol, directory, type = in_line.split()
checksum, symbol, directory, type, *ns = in_line.split()
ns = ns[0] if ns else None
kabi[symbol] = in_line[0:-1]
@ -69,11 +71,14 @@ def check_kabi(symvers, kabi):
warn = 0
changed_symbols = []
moved_symbols = []
ns_symbols = []
for symbol in kabi:
abi_hash, abi_sym, abi_dir, abi_type = kabi[symbol].split()
abi_hash, abi_sym, abi_dir, abi_type, *abi_ns = kabi[symbol].split()
abi_ns = abi_ns[0] if abi_ns else None
if symbol in symvers:
sym_hash, sym_sym, sym_dir, sym_type = symvers[symbol].split()
sym_hash, sym_sym, sym_dir, sym_type, *sym_ns = symvers[symbol].split()
sym_ns = sym_ns[0] if sym_ns else None
if abi_hash != sym_hash:
fail = 1
changed_symbols.append(symbol)
@ -81,6 +86,10 @@ def check_kabi(symvers, kabi):
if abi_dir != sym_dir:
warn = 1
moved_symbols.append(symbol)
if abi_ns != sym_ns:
warn = 1
ns_symbols.append(symbol)
else:
fail = 1
changed_symbols.append(symbol)
@ -96,13 +105,21 @@ def check_kabi(symvers, kabi):
if warn:
print("*** WARNING - ABI SYMBOLS MOVED ***")
print("")
print("The following symbols moved (typically caused by moving a symbol from being")
print("provided by the kernel vmlinux out to a loadable module):")
print("")
for symbol in moved_symbols:
print(symbol)
print("")
if moved_symbols:
print("")
print("The following symbols moved (typically caused by moving a symbol from being")
print("provided by the kernel vmlinux out to a loadable module):")
print("")
for symbol in moved_symbols:
print(symbol)
print("")
if ns_symbols:
print("")
print("The following symbols changed symbol namespaces:")
print("")
for symbol in ns_symbols:
print(symbol)
print("")
"""Halt the build, if we got errors and/or warnings. In either case,
double-checkig is required to avoid introducing / concealing

38
SOURCES/dracut-virt.conf Normal file
View File

@ -0,0 +1,38 @@
# generic + compressed please
hostonly="no"
compress="xz"
# VMs can't update microcode anyway
early_microcode="no"
# modules: basics
dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus dbus-broker usrmount shutdown "
# modules: storage support
dracutmodules+=" dm lvm rootfs-block fs-lib "
# modules: tpm and crypto
dracutmodules+=" crypt crypt-loop tpm2-tss "
# WALinuxagent-cvm with CVM specific udev rules
dracutmodules+=" walinuxagentcvm "
# drivers: virtual buses, pci
drivers+=" virtio-pci virtio-mmio " # qemu-kvm
drivers+=" hv-vmbus pci-hyperv " # hyperv
drivers+=" xen-pcifront " # xen
# drivers: storage
drivers+=" ahci nvme sd_mod sr_mod " # generic
drivers+=" virtio-blk virtio-scsi " # qemu-kvm
drivers+=" hv-storvsc " # hyperv
drivers+=" xen-blkfront " # xen
# root encryption
drivers+=" dm_crypt "
# filesystems
filesystems+=" vfat ext4 xfs overlay "
# systemd-pcrphase
install_items+=" /lib/systemd/system/systemd-pcrphase-initrd.service /usr/lib/systemd/systemd-pcrphase /usr/lib/systemd/system/initrd.target.wants/systemd-pcrphase-initrd.service "

View File

@ -0,0 +1,190 @@
From eaaaed137eccb9e8f3a88f6297e214f53885196f Mon Sep 17 00:00:00 2001
From: Sean Christopherson <seanjc@google.com>
Date: Mon, 6 Dec 2021 20:54:14 +0100
Subject: [PATCH] KVM: PPC: Avoid referencing userspace memory region in
memslot updates
For PPC HV, get the number of pages directly from the new memslot instead
of computing the same from the userspace memory region, and explicitly
check for !DELETE instead of inferring the same when toggling mmio_update.
The motivation for these changes is to avoid referencing the @mem param
so that it can be dropped in a future commit.
No functional change intended.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Message-Id: <1e97fb5198be25f98ef82e63a8d770c682264cc9.1638817639.git.maciej.szmigiero@oracle.com>
---
arch/powerpc/include/asm/kvm_ppc.h | 4 ----
arch/powerpc/kvm/book3s.c | 6 ++----
arch/powerpc/kvm/book3s_hv.c | 12 +++---------
arch/powerpc/kvm/book3s_pr.c | 2 --
arch/powerpc/kvm/booke.c | 2 --
arch/powerpc/kvm/powerpc.c | 4 ++--
6 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h
index b01760dd1374df..935c58dc38c493 100644
--- a/arch/powerpc/include/asm/kvm_ppc.h
+++ b/arch/powerpc/include/asm/kvm_ppc.h
@@ -200,12 +200,10 @@ extern void kvmppc_core_destroy_vm(struct kvm *kvm);
extern void kvmppc_core_free_memslot(struct kvm *kvm,
struct kvm_memory_slot *slot);
extern int kvmppc_core_prepare_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change);
extern void kvmppc_core_commit_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change);
@@ -275,12 +273,10 @@ struct kvmppc_ops {
int (*get_dirty_log)(struct kvm *kvm, struct kvm_dirty_log *log);
void (*flush_memslot)(struct kvm *kvm, struct kvm_memory_slot *memslot);
int (*prepare_memory_region)(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change);
void (*commit_memory_region)(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change);
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c
index 8250e8308674c7..6d525285dbe8f2 100644
--- a/arch/powerpc/kvm/book3s.c
+++ b/arch/powerpc/kvm/book3s.c
@@ -847,21 +847,19 @@ void kvmppc_core_flush_memslot(struct kvm *kvm, struct kvm_memory_slot *memslot)
}
int kvmppc_core_prepare_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- return kvm->arch.kvm_ops->prepare_memory_region(kvm, mem, old, new, change);
+ return kvm->arch.kvm_ops->prepare_memory_region(kvm, old, new, change);
}
void kvmppc_core_commit_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- kvm->arch.kvm_ops->commit_memory_region(kvm, mem, old, new, change);
+ kvm->arch.kvm_ops->commit_memory_region(kvm, old, new, change);
}
bool kvm_unmap_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range)
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index d7594d49d288a3..2b59ecc5f8c698 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -4854,15 +4854,12 @@ static void kvmppc_core_free_memslot_hv(struct kvm_memory_slot *slot)
}
static int kvmppc_core_prepare_memory_region_hv(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- unsigned long npages = mem->memory_size >> PAGE_SHIFT;
-
if (change == KVM_MR_CREATE) {
- new->arch.rmap = vzalloc(array_size(npages,
+ new->arch.rmap = vzalloc(array_size(new->npages,
sizeof(*new->arch.rmap)));
if (!new->arch.rmap)
return -ENOMEM;
@@ -4874,20 +4871,17 @@ static int kvmppc_core_prepare_memory_region_hv(struct kvm *kvm,
}
static void kvmppc_core_commit_memory_region_hv(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- unsigned long npages = mem->memory_size >> PAGE_SHIFT;
-
/*
- * If we are making a new memslot, it might make
+ * If we are creating or modifying a memslot, it might make
* some address that was previously cached as emulated
* MMIO be no longer emulated MMIO, so invalidate
* all the caches of emulated MMIO translations.
*/
- if (npages)
+ if (change != KVM_MR_DELETE)
atomic64_inc(&kvm->arch.mmio_update);
/*
diff --git a/arch/powerpc/kvm/book3s_pr.c b/arch/powerpc/kvm/book3s_pr.c
index ffb559cf25f435..30426e8c8cf66b 100644
--- a/arch/powerpc/kvm/book3s_pr.c
+++ b/arch/powerpc/kvm/book3s_pr.c
@@ -1899,7 +1899,6 @@ static void kvmppc_core_flush_memslot_pr(struct kvm *kvm,
}
static int kvmppc_core_prepare_memory_region_pr(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change)
@@ -1908,7 +1907,6 @@ static int kvmppc_core_prepare_memory_region_pr(struct kvm *kvm,
}
static void kvmppc_core_commit_memory_region_pr(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change)
diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c
index 93c2ac2bee0913..53b4c9597c303e 100644
--- a/arch/powerpc/kvm/booke.c
+++ b/arch/powerpc/kvm/booke.c
@@ -1821,7 +1821,6 @@ void kvmppc_core_free_memslot(struct kvm *kvm, struct kvm_memory_slot *slot)
}
int kvmppc_core_prepare_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
const struct kvm_memory_slot *old,
struct kvm_memory_slot *new,
enum kvm_mr_change change)
@@ -1830,7 +1829,6 @@ int kvmppc_core_prepare_memory_region(struct kvm *kvm,
}
void kvmppc_core_commit_memory_region(struct kvm *kvm,
- const struct kvm_userspace_memory_region *mem,
struct kvm_memory_slot *old,
const struct kvm_memory_slot *new,
enum kvm_mr_change change)
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index e875874cf8367d..575140ecb23c82 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -703,7 +703,7 @@ int kvm_arch_prepare_memory_region(struct kvm *kvm,
struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- return kvmppc_core_prepare_memory_region(kvm, mem, old, new, change);
+ return kvmppc_core_prepare_memory_region(kvm, old, new, change);
}
void kvm_arch_commit_memory_region(struct kvm *kvm,
@@ -712,7 +712,7 @@ void kvm_arch_commit_memory_region(struct kvm *kvm,
const struct kvm_memory_slot *new,
enum kvm_mr_change change)
{
- kvmppc_core_commit_memory_region(kvm, mem, old, new, change);
+ kvmppc_core_commit_memory_region(kvm, old, new, change);
}
void kvm_arch_flush_shadow_memslot(struct kvm *kvm,

View File

@ -15,4 +15,4 @@ ethdrvs="3com adaptec arc alteon atheros broadcom cadence calxeda chelsio cisco
drmdrvs="amd arm bridge ast exynos hisilicon i2c imx mgag200 meson msm nouveau panel radeon rockchip tegra sun4i tinydrm vc4"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls"

View File

View File

@ -13,8 +13,11 @@
# subsys should be in kernel-modules on all arches, please change the defaults
# listed here.
# Overrides is individual modules which need to remain in kernel-core due to deps.
overrides="cec"
# Set the default dirs/modules to filter out
driverdirs="atm auxdisplay bcma bluetooth firewire fmc iio infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb staging tty uio uwb w1 virt"
driverdirs="atm auxdisplay bcma bluetooth firewire fmc iio infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb staging tty uio uwb w1"
chardrvs="mwave pcmcia"
@ -22,6 +25,8 @@ netdrvs="appletalk can dsa hamradio ieee802154 irda ppp slip usb wireless"
ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti wiznet xircom"
cryptdrvs="bcm caam cavium chelsio hisilicon marvell qat"
inputdrvs="gameport tablet touchscreen"
scsidrvs="aacraid aic7xxx aic94xx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic hisi_sas isci libsas lpfc megaraid mpt2sas mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf"
@ -34,7 +39,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr parport_serial ism xt_u32 act_ct"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus nct6775 ntc_thermistor video"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh
@ -88,7 +93,7 @@ done
# Filter the char drivers
for char in ${chardrvs}
do
filter_dir $1 drivers/char/${input}
filter_dir $1 drivers/char/${char}
done
# Filter the ethernet drivers
@ -97,6 +102,12 @@ do
filter_dir $1 drivers/net/ethernet/${eth}
done
# Filter the crypto drivers
for crypt in ${cryptdrvs}
do
filter_dir $1 drivers/crypto/${crypt}
done
# SCSI
for scsi in ${scsidrvs}
do
@ -135,9 +146,7 @@ done
# Just kill sound.
filter_dir $1 kernel/sound
filter_ko $1 drivers/base/regmap/regmap-sdw
filter_ko $1 drivers/base/regmap/regmap-sdw-mbq
filter_dir $1 drivers/soundwire
filter_dir $1 kernel/drivers/soundwire
# Now go through and filter any single .ko files that might have deps on the
# things we filtered above
@ -146,6 +155,20 @@ do
filter_ko $1 ${mod}
done
# Now process the override list to bring those modules back into core
for mod in ${overrides}
do
grep -v -e "/${mod}.ko" k-d.list > k-d.list.tmp
if [ $? -ne 0 ]
then
echo "Couldn't save ${mod}.ko Skipping."
else
grep -e "/${mod}.ko" k-d.list >> $filelist
mv k-d.list.tmp k-d.list
fi
done
# Go through our generated drivers list and remove the .ko files. We'll
# restore them later.
for mod in `cat k-d.list`

View File

@ -11,4 +11,4 @@
driverdirs="atm auxdisplay bcma bluetooth firewire fmc infiniband isdn leds media memstick message mmc mtd mwave nfc ntb pcmcia platform power ssb staging tty uio uwb w1"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls"

View File

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-8
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional}

View File

@ -1,6 +1,36 @@
#!/bin/sh
for i in ${NAME}-*.config; do
NEW=${NAME}-${VERSION}-`echo $i | cut -d - -f2-`
mv ${i} ${NEW}
# Adjusts the configuration options to build the variants correctly
test -n "$RHTEST" && exit 0
DEBUGBUILDSENABLED=$1
if [ -z "$DEBUGBUILDSENABLED" ]; then
exit 1
fi
if [ -z "$FLAVOR" ]; then
FLAVOR=rhel
fi
if [ "$FLAVOR" = "fedora" ]; then
SECONDARY=rhel
else
SECONDARY=fedora
fi
for i in kernel-*-"$FLAVOR".config; do
NEW=kernel-"$SPECVERSION"-$(echo "$i" | cut -d - -f2- | sed s/-"$FLAVOR"//)
#echo $NEW
mv "$i" "$NEW"
done
rm -f kernel-*-"$SECONDARY".config
if [ "$DEBUGBUILDSENABLED" -eq 0 ]; then
for i in kernel-*debug*.config; do
base=$(echo "$i" | sed -r s/-?debug//g)
NEW=kernel-$(echo "$base" | cut -d - -f2-)
mv "$i" "$NEW"
done
fi

View File

@ -1,31 +0,0 @@
#!/bin/bash
set -e
. /etc/os-release
kernelver=$1 && shift
rootfs=$1 && shift
variant=$1 && shift
output="${rootfs}/lib/modules/${kernelver}/bls.conf"
date=$(date -u +%Y%m%d%H%M%S)
if [ "${variant:-5}" = "debug" ]; then
debugname=" with debugging"
debugid="-debug"
else
debugname=""
debugid=""
fi
cat >${output} <<EOF
title ${NAME} (${kernelver}) ${VERSION}${debugname}
version ${kernelver}${debugid}
linux ${bootprefix}/vmlinuz-${kernelver}
initrd ${bootprefix}/initramfs-${kernelver}.img
options \$kernelopts
id ${ID}-${date}-${kernelver}${debugid}
grub_users \$grub_users
grub_arg --unrestricted
grub_class kernel${variant}
EOF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2
SOURCES/kernel-local Normal file
View File

@ -0,0 +1,2 @@
# This file is intentionally left empty in the stock kernel. Its a nicety
# added for those wanting to do custom rebuilds with altered config opts.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

72
SOURCES/merge.pl Executable file
View File

@ -0,0 +1,72 @@
#! /usr/bin/perl
my @args=@ARGV;
my %configvalues;
my @configoptions;
my $configcounter = 0;
# optionally print out the architecture as the first line of our output
my $arch = $args[2];
if (defined $arch) {
print "# $arch\n";
}
# first, read the override file
open (FILE,"$args[0]") || die "Could not open $args[0]";
while (<FILE>) {
my $str = $_;
my $configname;
if (/\# ([\w]+) is not set/) {
$configname = $1;
} elsif (/^\#/) {
# fall through on comments like 'avoid CONFIG_FOO=y'
;
} elsif (/([\w]+)=/) {
$configname = $1;
}
if (defined($configname) && !exists($configvalues{$configname})) {
$configvalues{$configname} = $str;
$configoptions[$configcounter] = $configname;
$configcounter ++;
}
};
# now, read and output the entire configfile, except for the overridden
# parts... for those the new value is printed.
open (FILE2,"$args[1]") || die "Could not open $args[1]";
while (<FILE2>) {
my $configname;
if (/\# ([\w]+) is not set/) {
$configname = $1;
} elsif (/^\#/) {
# fall through on comments like 'avoid CONFIG_FOO=y'
;
} elsif (/([\w]+)=/) {
$configname = $1;
}
if (defined($configname) && exists($configvalues{$configname})) {
print "$configvalues{$configname}";
delete($configvalues{$configname});
} else {
print "$_";
}
}
# now print the new values from the overridden configfile
my $counter = 0;
while ($counter < $configcounter) {
my $configname = $configoptions[$counter];
if (exists($configvalues{$configname})) {
print "$configvalues{$configname}";
}
$counter++;
}
1;

View File

@ -1,4 +1,5 @@
#! /bin/bash
# shellcheck disable=SC2164
RpmDir=$1
ModDir=$2
@ -24,9 +25,9 @@ __EOF__
check_blacklist()
{
mod=$(find $RpmDir/$ModDir -name "$1")
mod=$(find "$RpmDir/$ModDir" -name "$1")
[ ! "$mod" ] && return 0
if modinfo $mod | grep -q '^alias:\s\+net-'; then
if modinfo "$mod" | grep -q '^alias:\s\+net-'; then
mod="${1##*/}"
mod="${mod%.ko*}"
echo "$mod has an alias that allows auto-loading. Blacklisting."
@ -37,7 +38,7 @@ check_blacklist()
find_depends()
{
dep=$1
depends=`modinfo $dep | sed -n -e "/^depends/ s/^depends:[ \t]*//p"`
depends=$(modinfo "$dep" | sed -n -e "/^depends/ s/^depends:[ \t]*//p")
[ -z "$depends" ] && exit
for mod in ${depends//,/ }
do
@ -45,14 +46,14 @@ find_depends()
[ -z "$match" ] && continue
# check if the module we are looking at is in mod-* too.
# if so we do not need to mark the dep as required.
mod2=${dep##*/} # same as `basename $dep`, but faster
mod2=${dep##*/} # same as $(basename $dep), but faster
match2=$(grep "^$mod2" "$ListName")
if [ -n "$match2" ]
then
#echo $mod2 >> notreq.list
continue
fi
echo $mod.ko >> req.list
echo "$mod".ko >> req.list
done
}
@ -60,11 +61,11 @@ foreachp()
{
P=$(nproc)
bgcount=0
while read mod; do
while read -r mod; do
$1 "$mod" &
bgcount=$((bgcount + 1))
if [ $bgcount -eq $P ]; then
if [ $bgcount -eq "$P" ]; then
wait -n
bgcount=$((bgcount - 1))
fi
@ -76,12 +77,12 @@ foreachp()
# Destination was specified on the command line
test -n "$4" && echo "$0: Override Destination $Dest has been specified."
pushd $Dir
pushd "$Dir"
OverrideDir=$(basename $List)
OverrideDir=$(basename "$List")
OverrideDir=${OverrideDir%.*}
OverrideDir=${OverrideDir#*-}
mkdir -p $OverrideDir
mkdir -p "$OverrideDir"
rm -rf modnames
find . -name "*.ko" -type f > modnames
@ -94,7 +95,8 @@ cp "$List" .
# This variable needs to be exported because it is used in sub-script
# executed by xargs
export ListName=$(basename "$List")
ListName=$(basename "$List")
export ListName
foreachp find_depends < modnames
@ -102,25 +104,25 @@ sort -u req.list > req2.list
sort -u "$ListName" > modules2.list
join -v 1 modules2.list req2.list > modules3.list
for mod in $(cat modules3.list)
while IFS= read -r mod
do
# get the path for the module
modpath=`grep /$mod modnames`
[ -z "$modpath" ] && continue
echo $modpath >> dep.list
done
# get the path for the module
modpath=$(grep /"$mod" modnames)
[ -z "$modpath" ] && continue
echo "$modpath" >> dep.list
done < modules3.list
sort -u dep.list > dep2.list
if [ -n "$Dest" ]; then
# now move the modules into the $Dest directory
for mod in `cat dep2.list`
do
newpath=`dirname $mod | sed -e "s/kernel\\//$Dest\//"`
mkdir -p $newpath
mv $mod $newpath
echo $mod | sed -e "s/kernel\\//$Dest\//" | sed -e "s|^.|${ModDir}|g" >> $RpmDir/$ListName
done
# now move the modules into the $Dest directory
while IFS= read -r mod
do
newpath=$(dirname "$mod" | sed -e "s/kernel\\//$Dest\//")
mkdir -p "$newpath"
mv "$mod" "$newpath"
echo "$mod" | sed -e "s/kernel\\//$Dest\//" | sed -e "s|^.|${ModDir}|g" >> "$RpmDir"/"$ListName"
done < dep2.list
fi
popd
@ -130,23 +132,33 @@ popd
# target doesn't try to sign a non-existent file. This is kinda ugly, but
# so are the modules-* packages.
for mod in `cat ${Dir}/dep2.list`
while IFS= read -r mod
do
modfile=`basename $mod | sed -e 's/.ko/.mod/'`
rm .tmp_versions/$modfile
done
modfile=$(basename "$mod" | sed -e 's/.ko/.mod/')
rm .tmp_versions/"$modfile"
done < "$Dir"/dep2.list
if [ ! -n "$Dest" ]; then
sed -e "s|^.|${ModDir}|g" ${Dir}/dep2.list > $RpmDir/$ListName
if [ -z "$Dest" ]; then
sed -e "s|^.|${ModDir}|g" "$Dir"/dep2.list > "$RpmDir/$ListName"
echo "./$RpmDir/$ListName created."
[ -d "$RpmDir/etc/modprobe.d/" ] || mkdir -p "$RpmDir/etc/modprobe.d/"
foreachp check_blacklist < $List
foreachp check_blacklist < "$List"
fi
# Many BIOS-es export a PNP-id which causes the floppy driver to autoload
# even though most modern systems don't have a 3.5" floppy driver anymore
# this replaces the old die_floppy_die.patch which removed the PNP-id from
# the module
floppylist=("$RpmDir"/"$ModDir"/kernel/drivers/block/floppy.ko*)
if [[ -n ${floppylist[0]} && -f ${floppylist[0]} ]]; then
blacklist "floppy"
fi
# avoid an empty kernel-extra package
echo "$ModDir/$OverrideDir" >> $RpmDir/$ListName
echo "$ModDir/$OverrideDir" >> "$RpmDir/$ListName"
pushd $Dir
pushd "$Dir"
rm modnames dep.list dep2.list req.list req2.list
rm "$ListName" modules2.list modules3.list
popd

View File

@ -2,8 +2,6 @@
a3d.ko
act200l-sir.ko
actisys-sir.ko
act_mpls.ko
act_ct.ko
adi.ko
aer_inject.ko
af_802154.ko
@ -17,7 +15,6 @@ avm_cs.ko
avmfritz.ko
ax25.ko
b1.ko
bareudp.ko
bas_gigaset.ko
batman-adv.ko
baycom_par.ko
@ -72,7 +69,6 @@ iforce.ko
interact.ko
ipddp.ko
ipx.ko
ip_vs_mh.ko
isdn.ko
joydump.ko
kingsun-sir.ko
@ -83,6 +79,7 @@ l2tp_core.ko
l2tp_debugfs.ko
l2tp_eth.ko
l2tp_ip.ko
l2tp_ip6.ko
l2tp_netlink.ko
l2tp_ppp.ko
lec.ko
@ -124,11 +121,9 @@ rds_tcp.ko
rose.ko
sch_atm.ko
sch_cbq.ko
sch_cbs.ko
sch_choke.ko
sch_drr.ko
sch_dsmark.ko
sch_ets.ko
sch_gred.ko
sch_mqprio.ko
sch_multiq.ko
@ -139,6 +134,7 @@ sch_sfb.ko
sch_teql.ko
sctp.ko
sctp_diag.ko
sctp_probe.ko
sidewinder.ko
sja1000.ko
sja1000_platform.ko
@ -192,7 +188,6 @@ wanrouter.ko
warrior.ko
whci.ko
wire.ko
xpad.ko
xt_u32.ko
wwan_hwsim.ko
yam.ko
zhenhua.ko

View File

@ -17,29 +17,13 @@ string-stream-test
test_linear_ranges
test_bits
test_kasan
time_test
fat_test
lib_test
rational-test
test_list_sort
slub_kunit
memcpy_kunit
time_test
drm_format_helper_test
drm_damage_helper_test
drm_cmdline_parser_test
drm_kunit_helpers
drm_rect_test
drm_format_test
drm_plane_helper_test
drm_dp_mst_helper_test
drm_framebuffer_test
drm_buddy_test
drm_mm_test
drm_connector_test
drm_managed_test
drm_modes_test
drm_probe_helper_test
lib_test
dev_addr_lists_test
rational-test
kfence_test
test_hash
locktorture
mac80211_hwsim
@ -48,8 +32,6 @@ pktgen
rcutorture
rocker
scftorture
torture
test_bpf
test_klp_atomic_replace
test_klp_callbacks_demo
test_klp_callbacks_demo2
@ -60,6 +42,38 @@ test_klp_shadow_vars
test_klp_state
test_klp_state2
test_klp_state3
torture
refscale
rcuscale
memcpy_kunit
dev_addr_lists_test
test_bpf
stackinit_kunit
overflow_kunit
clk-gate_test
clk_test
mtty
test_hmm
test_vmalloc
mtty
test_sort
cpumask_kunit
iio-test-format
iio-test-rescale
cros_kunit
cpumask_kunit
drm_buddy_test
drm_cmdline_parser_test
drm_damage_helper_test
drm_dp_mst_helper_test
drm_format_helper_test
drm_format_test
drm_framebuffer_test
drm_kunit_helpers
drm_mm_test
drm_plane_helper_test
drm_rect_test
gss_krb5_test
drm_connector_test
drm_managed_test
drm_modes_test
drm_probe_helper_test

5
SOURCES/mod-kvm.list Normal file
View File

@ -0,0 +1,5 @@
kvm-amd
kvm-intel
kvm
kvmgt
ptp_kvm

3
SOURCES/mod-partner.list Normal file
View File

@ -0,0 +1,3 @@
afs
rxperf
rxrpc

View File

@ -2,7 +2,7 @@
# The modules_sign target checks for corresponding .o files for every .ko that
# is signed. This doesn't work for package builds which re-use the same build
# directory for every flavour, and the .config may change between flavours.
# directory for every variant, and the .config may change between variants.
# So instead of using this script to just sign lib/modules/$KernelVer/extra,
# sign all .ko in the buildroot.
@ -13,9 +13,9 @@ MODSECKEY=$1
MODPUBKEY=$2
moddir=$3
modules=`find $moddir -type f -name '*.ko'`
modules=$(find "$moddir" -type f -name '*.ko')
NPROC=`nproc`
NPROC=$(nproc)
[ -z "$NPROC" ] && NPROC=1
# NB: this loop runs 2000+ iterations. Try to be fast.
@ -27,7 +27,7 @@ done
" DUMMYARG0 # xargs appends ARG1 ARG2..., which go into $mod in for loop.
RANDOMMOD=$(echo "$modules" | sort -R | head -n 1)
if [ "~Module signature appended~" != "$(tail -c 28 $RANDOMMOD)" ]; then
if [ "~Module signature appended~" != "$(tail -c 28 "$RANDOMMOD")" ]; then
echo "*****************************"
echo "*** Modules are unsigned! ***"
echo "*****************************"

View File

@ -23,4 +23,4 @@ test "$procgroup" = 1 && exec xargs -r xz
# xz has some startup cost. If files are really small,
# this cost might be significant. To combat this,
# process several files (in sequence) by each xz process via -n 16:
exec xargs -r -n 16 -P $procgroup xz
exec xargs -r -n 16 -P "$procgroup" xz

View File

@ -0,0 +1,5 @@
# kgcov
CONFIG_GCOV_KERNEL=y
CONFIG_GCOV_PROFILE_ALL=y
# CONFIG_GCOV_PROFILE_FTRACE is not set
# CONFIG_OPEN_DICE is not set

View File

View File

@ -3,14 +3,27 @@
# This script takes the merged config files and processes them through oldconfig
# and listnewconfig
#
# Globally disable suggestion of appending '|| exit' or '|| return' to cd/pushd/popd commands
# shellcheck disable=SC2164
test -n "$RHTEST" && exit 0
usage()
{
echo "process_configs.sh [ -n|-c|-t ] package_name kernel_version [cross_opts]"
echo " -n: error on unset config options"
# alphabetical order please
echo "process_configs.sh [ options ] package_name kernel_version"
echo " -a: report all errors, equivalent to [-c -n -w -i]"
echo " -c: error on mismatched config options"
echo " -i: continue on error"
echo " -n: error on unset config options"
echo " -t: test run, do not overwrite original config"
echo " -w: error on misconfigured config options"
echo " -z: commit new configs to pending directory"
echo ""
echo " A special CONFIG file tag, process_configs_known_broken can be added as a"
echo " comment to any CONFIG file. This tag indicates that there is no way to "
echo " fix a CONFIG's entry. This tag should only be used in extreme cases"
echo " and is not to be used as a workaround to solve CONFIG problems."
exit 1
}
@ -20,18 +33,27 @@ die()
exit 1
}
get_cross_compile()
{
arch=$1
if [[ "$CC_IS_CLANG" -eq 1 ]]; then
echo "$arch"
else
echo "scripts/dummy-tools/"
fi
}
# stupid function to find top of tree to do kernel make configs
switch_to_toplevel()
{
path="$(pwd)"
while test -n "$path"
do
test -d $path/firmware && \
test -e $path/MAINTAINERS && \
test -d $path/drivers && \
test -e "$path"/MAINTAINERS && \
test -d "$path"/drivers && \
break
path="$(dirname $path)"
path=$(dirname "$path")
done
test -n "$path" || die "Can't find toplevel"
@ -40,6 +62,9 @@ switch_to_toplevel()
checkoptions()
{
count=$3
variant=$4
/usr/bin/awk '
/is not set/ {
@ -62,114 +87,318 @@ checkoptions()
print "Found "a[1]"="a[2]" after generation, had " a[1]"="configs[a[1]]" in Source tree";
}
}
' $1 $2 > .mismatches
' "$1" "$2" > .mismatches"${count}"
if test -s .mismatches
checkoptions_error=false
if test -s .mismatches"${count}"
then
echo "Error: Mismatches found in configuration files"
cat .mismatches
exit 1
while read -r LINE
do
if find "${REDHAT}"/configs -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" -print0 | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then
# This is a known broken config.
# See script help warning.
checkoptions_error=false
else
checkoptions_error=true
break
fi
done < .mismatches"${count}"
! $checkoptions_error && return
sed -i "1s/^/Error: Mismatches found in configuration files for ${arch} ${variant}\n/" .mismatches"${count}"
else
rm -f .mismatches"${count}"
fi
}
parsenewconfigs()
{
tmpdir=$(mktemp -d)
# This awk script reads the output of make listnewconfig
# and puts it into CONFIG_FOO files. Using the output of
# listnewconfig is much easier to ensure we get the default
# output.
/usr/bin/awk -v BASE="$tmpdir" '
/is not set/ {
split ($0, a, "#");
split(a[2], b);
OUT_FILE=BASE"/"b[1];
print $0 >> OUT_FILE;
}
/=/ {
split ($0, a, "=");
OUT_FILE=BASE"/"a[1];
if (a[2] == "n")
print "# " a[1] " is not set" >> OUT_FILE;
else
print $0 >> OUT_FILE;
}
' .newoptions
# This awk script parses the output of helpnewconfig.
# Each option is separated between ----- markers
# The goal is to put all the help text as a comment in
# each CONFIG_FOO file. Because of how awk works
# there's a lot of moving files around and catting to
# get what we need.
/usr/bin/awk -v BASE="$tmpdir" '
BEGIN { inpatch=0;
outfile="none";
symbol="none"; }
/^Symbol: .*$/ {
split($0, a, " ");
symbol="CONFIG_"a[2];
outfile=BASE "/fake_"symbol
}
/-----/ {
if (inpatch == 0) {
inpatch = 1;
}
else {
if (symbol != "none") {
system("cat " outfile " " BASE "/" symbol " > " BASE "/tmpf");
system("mv " BASE "/tmpf " BASE "/" symbol);
symbol="none"
}
outfile="none"
inpatch = 0;
}
}
!/-----/ {
if (inpatch == 1 && outfile != "none") {
print "# "$0 >> outfile;
}
}
' .helpnewconfig
pushd "$tmpdir" &> /dev/null
rm fake_*
popd &> /dev/null
for f in "$tmpdir"/*; do
[[ -e "$f" ]] || break
cp "$f" "$SCRIPT_DIR/pending$FLAVOR/generic/"
done
rm -rf "$tmpdir"
}
function commit_new_configs()
{
# assume we are in $source_tree/configs, need to get to top level
pushd "$(switch_to_toplevel)" &>/dev/null
for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}"*.config
do
arch=$(head -1 "$cfg" | cut -b 3-)
cfgtmp="${cfg}.tmp"
cfgorig="${cfg}.orig"
cat "$cfg" > "$cfgorig"
if [ "$arch" = "EMPTY" ]
then
# This arch is intentionally left blank
continue
fi
echo -n "Checking for new configs in $cfg ... "
# shellcheck disable=SC2086
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -s .newoptions
then
# shellcheck disable=SC2086
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig
parsenewconfigs
fi
rm .newoptions
echo "done"
done
git add "$SCRIPT_DIR/pending$FLAVOR"
git commit -m "[redhat] AUTOMATIC: New configs"
}
function process_config()
{
local cfg
local arch
local cfgtmp
local cfgorig
local count
local variant
cfg=$1
count=$2
arch=$(head -1 "$cfg" | cut -b 3-)
if [ "$arch" = "EMPTY" ]
then
# This arch is intentionally left blank
return
fi
variant=$(basename "$cfg" | cut -d"-" -f3- | cut -d"." -f1)
cfgtmp="${cfg}.tmp"
cfgorig="${cfg}.orig"
cat "$cfg" > "$cfgorig"
echo "Processing $cfg ... "
# shellcheck disable=SC2086
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig"${count}"
grep -E 'CONFIG_' .listnewconfig"${count}" > .newoptions"${count}"
if test -n "$NEWOPTIONS" && test -s .newoptions"${count}"
then
echo "Found unset config items in ${arch} ${variant}, please set them to an appropriate value" >> .errors"${count}"
cat .newoptions"${count}" >> .errors"${count}"
rm .newoptions"${count}"
RETURNCODE=1
fi
rm -f .newoptions"${count}"
grep -E 'config.*warning' .listnewconfig"${count}" > .warnings"${count}"
if test -n "$CHECKWARNINGS" && test -s .warnings"${count}"
then
echo "Found misconfigured config items in ${arch} ${variant}, please set them to an appropriate value" >> .errors"${count}"
cat .warnings"${count}" >> .errors"${count}"
fi
rm .warnings"${count}"
rm .listnewconfig"${count}"
# shellcheck disable=SC2086
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE="$(get_cross_compile "$arch")" KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1
echo "# $arch" > "$cfgtmp"
cat "$cfgorig" >> "$cfgtmp"
if test -n "$CHECKOPTIONS"
then
checkoptions "$cfg" "$cfgtmp" "$count" "$variant"
fi
# if test run, don't overwrite original
if test -n "$TESTRUN"
then
rm -f "$cfgtmp"
else
mv "$cfgtmp" "$cfg"
fi
rm -f "$cfgorig"
echo "Processing $cfg complete"
}
function process_configs()
{
# assume we are in $source_tree/configs, need to get to top level
pushd $(switch_to_toplevel) &>/dev/null
pushd "$(switch_to_toplevel)" &>/dev/null
for cfg in $SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}*.config
# The next line is throwaway code for transition to parallel
# processing. Leaving this line in place is harmless, but it can be
# removed the next time anyone updates this function.
[ -f .mismatches ] && rm -f .mismatches
count=0
for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}"*.config
do
arch=$(head -1 $cfg | cut -b 3-)
cfgtmp="${cfg}.tmp"
cfgorig="${cfg}.orig"
cat $cfg > $cfgorig
echo -n "Processing $cfg ... "
make ARCH=$arch ${CROSSOPTS} KCONFIG_CONFIG=$cfgorig listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -n "$NEWOPTIONS" && test -s .newoptions
then
echo "Found unset config items, please set them to an appropriate value"
cat .newoptions
rm .newoptions
exit 1
if [ "$count" -eq 0 ]; then
# do the first one by itself so that tools are built
process_config "$cfg" "$count"
fi
rm .newoptions
grep -E 'config.*warning' .listnewconfig > .warnings
if test -n "$CHECKWARNINGS" && test -s .warnings
then
echo "Found misconfigured config items, please set them to an appropriate value"
cat .warnings
rm .warnings
exit 1
fi
rm .warnings
rm .listnewconfig
make ARCH=$arch ${CROSSOPTS} KCONFIG_CONFIG=$cfgorig oldnoconfig > /dev/null || exit 1
echo "# $arch" > ${cfgtmp}
cat "${cfgorig}" >> ${cfgtmp}
if test -n "$CHECKOPTIONS"
then
checkoptions $cfg $cfgtmp
fi
# if test run, don't overwrite original
if test -n "$TESTRUN"
then
rm ${cfgtmp}
else
mv ${cfgtmp} ${cfg}
fi
rm ${cfgorig}
echo "done"
process_config "$cfg" "$count" &
waitpids[${count}]=$!
((count++))
while [ "$(jobs | grep -c Running)" -ge "$RHJOBS" ]; do :; done
done
for pid in ${waitpids[*]}; do
wait ${pid}
done
rm "$SCRIPT_DIR"/*.config*.old
if ls .errors* 1> /dev/null 2>&1; then
RETURNCODE=1
cat .errors*
rm .errors* -f
fi
if ls .mismatches* 1> /dev/null 2>&1; then
RETURNCODE=1
cat .mismatches*
rm .mismatches* -f
fi
popd > /dev/null
echo "Processed config files are in $SCRIPT_DIR"
[ $RETURNCODE -eq 0 ] && echo "Processed config files are in $SCRIPT_DIR"
}
NEWOPTIONS=""
CHECKOPTIONS=""
CHECKWARNINGS=""
NEWOPTIONS=""
TESTRUN=""
CHECKWARNINGS=""
MAKEOPTS=""
CC_IS_CLANG=0
RETURNCODE=0
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
-a)
CHECKOPTIONS="x"
NEWOPTIONS="x"
CHECKWARNINGS="x"
;;
-c)
CHECKOPTIONS="x"
;;
-h)
usage
;;
-n)
NEWOPTIONS="x"
;;
-c)
CHECKOPTIONS="x"
;;
-t)
TESTRUN="x"
;;
-w)
CHECKWARNINGS="x"
;;
-z)
COMMITNEWCONFIGS="x"
;;
-m)
shift
if [ "$1" = "CC=clang" ] || [ "$1" = "LLVM=1" ]; then
CC_IS_CLANG=1
fi
MAKEOPTS="$MAKEOPTS $1"
;;
*)
break;;
esac
shift
done
PACKAGE_NAME="${1:-kernel}" # defines the package name used
KVERREL="$(test -n "$2" && echo "-$2" || echo "")"
CROSSOPTS="$3"
SCRIPT="$(readlink -f $0)"
OUTPUT_DIR="$PWD"
SCRIPT_DIR="$(dirname $SCRIPT)"
KVERREL="$(test -n "$1" && echo "-$1" || echo "")"
FLAVOR="$(test -n "$2" && echo "-$2" || echo "-rhel")"
# shellcheck disable=SC2015
SCRIPT=$(readlink -f "$0")
SCRIPT_DIR=$(dirname "$SCRIPT")
# to handle this script being a symlink
cd $SCRIPT_DIR
cd "$SCRIPT_DIR"
process_configs
if test -n "$COMMITNEWCONFIGS"; then
commit_new_configs
else
process_configs
fi
exit $RETURNCODE

View File

@ -3,19 +3,11 @@
---
inspections:
abidiff: off
addedfiles: off
badfuncs: off
changedfiles: off
kmidiff: off
kmod: off
manpage: off
movedfiles: off
permissions: off
removedfiles: off
rpmdeps: off
upstream: off
subpackages: off
elf:
badfuncs:
ignore:
- /usr/libexec/ksamples/*
- /usr/libexec/kselftests/*
@ -24,13 +16,30 @@ emptyrpm:
expected_empty:
- kernel
- kernel-debug
- kernel-debug-devel-matched
- kernel-devel-matched
- kernel-lpae
- kernel-zfcpdump
- kernel-zfcpdump-devel-matched
- kernel-zfcpdump-modules
patches:
ignore_list:
- linux-kernel-test.patch
- patch-5.14-redhat.patch
- patch-%{patchversion}-redhat.patch
types:
runpath:
ignore:
- /usr/src/kernel/*
- /usr/libexec/kselftests/bpf/urandom_read
- /usr/libexec/kselftests/bpf/no_alu32/urandom_read
debuginfo:
ignore:
- /usr/libexec/kselftests/bpf/*
- /usr/lib/debug/usr/libexec/perf-core/tests/shell/coresight/*
elf:
ignore:
- /usr/libexec/perf-core/tests/shell/coresight/*
- /usr/lib/debug/usr/libexec/perf-core/tests/shell/coresight/*

Binary file not shown.

12
SOURCES/update_scripts.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
if [ -z "$1" ]; then
exit 1
fi
TARGET="$1"
for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do
NEW=${i%.$TARGET}
cp "$i" "$(basename "$NEW")"
done

View File

@ -5,9 +5,9 @@ prompt = no
x509_extensions = myexts
[ req_distinguished_name ]
O = Red Hat
CN = Red Hat Enterprise Linux kernel signing key
emailAddress = secalert@redhat.com
O = AlmaLinux
CN = AlmaLinux kernel signing key
emailAddress = security@almalinux.org
[ myexts ]
basicConstraints=critical,CA:FALSE

16
SOURCES/x509.genkey.rhel Normal file
View File

@ -0,0 +1,16 @@
[ req ]
default_bits = 3072
distinguished_name = req_distinguished_name
prompt = no
x509_extensions = myexts
[ req_distinguished_name ]
O = AlmaLinux
CN = AlmaLinux kernel signing key
emailAddress = security@almalinux.org
[ myexts ]
basicConstraints=critical,CA:FALSE
keyUsage=digitalSignature
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid

File diff suppressed because it is too large Load Diff