{"id":104606,"date":"2022-07-06T09:36:42","date_gmt":"2022-07-06T07:36:42","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7"},"modified":"2022-07-06T09:36:42","modified_gmt":"2022-07-06T07:36:42","slug":"dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7","title":{"rendered":"Oracle Linux 9 and Unbreakable Enterprise Kernel 7 are now available.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Oracle has released stable versions of the Oracle Linux 9 distribution and the Unbreakable Enterprise Kernel 7 (UEK R7), aimed at providing an alternative to the default kernel package from Red Hat Enterprise Linux. Oracle Linux 9 is based on the package foundation of Red Hat Enterprise Linux 9 and is fully binary compatible with it.   <\/p>\n<p>Installation ISO images of 8.6 GB and 840 MB are available for download without restrictions, prepared for the x86_64 and ARM64 (aarch64) architectures. Oracle Linux 9 offers unlimited and free access to a yum repository with binary updates for packages addressing errors (errata) and security issues. Additionally, separate supported repositories for Application Stream and CodeReady Builder package sets have been prepared for download.      <\/p>\n<p>In addition to the kernel package from RHEL (based on kernel 5.14), Oracle Linux offers its own Unbreakable Enterprise Kernel 7, based on Linux kernel 5.15 and optimized for use with Oracle's industrial software and hardware. The source code of the kernel, including separate patch breakdowns, is available in Oracle's public Git repository. The Unbreakable Enterprise Kernel is installed by default, positioned as an alternative to the RHEL kernel package, and provides a range of enhanced features, such as DTrace integration and improved Btrfs support. Besides the additional kernel, the releases of Oracle Linux 9 and RHEL 9 are completely identical in functionality (the change log can be viewed in the RHEL9 announcement).    <\/p>\n<p>Key innovations in the Unbreakable Enterprise Kernel 7 include:  <\/p>\n<ul>\n<li class=\"l\"> Improved support for the Aarch64 architecture. The default memory page size for 64-bit ARM systems has been reduced from 64 KB to 4 KB, which better aligns with the memory volumes and workloads typical for ARM systems.\n<li class=\"l\"> The delivery of DTrace 2.0 dynamic debugging system has continued, which has been transitioned to use the eBPF kernel subsystem. DTrace 2.0 operates on top of eBPF, similar to how existing tracing tools in Linux operate with eBPF.\n<li class=\"l\"> The capabilities of the Btrfs filesystem have been expanded. An asynchronous implementation of the DISCARD operation has been added to Btrfs to mark freed blocks that no longer need to be physically stored. This asynchronous implementation allows the storage device not to wait for the completion of DISCARD and to perform this operation in the background. New mounting options have been introduced to simplify data recovery from corrupted filesystems: 'rescue=ignorebadroots' to mount despite the damage of some root trees (extent, uuid, data reloc, device, csum, free space), 'rescue=ignoredatacsums' to disable checksum checking for data, and 'rescue=all' to simultaneously enable the 'ignorebadroots', 'ignoredatacsums', and 'nologreplay' modes. Significant performance optimizations related to the execution of fsync() operations have been made. Support for fs-verity (file authenticity and integrity verification) and user ID matching has been added.\n<li class=\"l\"> XFS now supports DAX operations for direct filesystem access bypassing the page cache to avoid double caching. Changes have been implemented to address the 32-bit time_t overflow issue in 2038, including the introduction of new mount options bigtime and inobtcount.\n<li class=\"l\"> Improvements have been made to the OCFS2 (Oracle Cluster File System).\n<li class=\"l\"> A new filesystem, ZoneFS, has been added to facilitate low-level operations with zoned storage devices. Zoned storage refers to devices on hard magnetic disks or NVMe SSDs where the storage space is divided into zones that consist of groups of blocks or sectors, allowing only sequential data additions with complete updates to the entire block group. The ZoneFS filesystem links each zone on the storage device to a separate file that can be used for raw data storage without manipulating on the sector and block level, allowing applications to use the file API instead of directly accessing the block device via ioctl.\n<li class=\"l\"> Protocol support has been stabilized. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vpn\/\"   title=\"VPN\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"220\">VPN<\/a> WireGuard.\n<li class=\"l\"> The capabilities of the eBPF subsystem have been expanded. A CO-RE (Compile Once \u2014 Run Everywhere) mechanism has been implemented, which addresses the portability issue of compiled eBPF programs and allows eBPF program code to be compiled only once and used with a special universal loader that adapts the loaded program to the current kernel and BTF (BPF Type Format) types. A 'BPF trampoline' mechanism has been added, which effectively reduces overhead for call transfers between the kernel and BPF programs to nearly zero. Direct access to kernel functionality from BPF programs and suspension of the handler has been provided.\n<li class=\"l\"> A split lock detector has been integrated, which arises when accessing unaligned data in memory due to atomic instruction execution causing data to cross two CPU cache lines. The kernel can dynamically detect such locks that lead to significant performance drops and issue warnings or send a SIGBUS signal to the application that caused the lock.\n<li class=\"l\"> Support for Multipath TCP (MPTCP) has been provided, an extension of the TCP protocol for establishing TCP connections that deliver packets simultaneously over multiple routes through different network interfaces linked to distinct <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/lir\/ipv4\/\"   title=\"IP addresses\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4460\">IP addresses<\/a>.\n<li class=\"l\"> A SCHED_CORE scheduling mode has been implemented in the task scheduler, allowing control over which processes can run concurrently on a single CPU core. Each process can be assigned a cookie identifier that defines a trust domain among processes (e.g., belonging to the same user or container). When organizing code execution, the scheduler can ensure that a single CPU core is only shared among processes related to one owner, which can be used to block certain Spectre-class attacks by preventing the execution of both trusted and untrusted tasks within the same SMT (Hyper-Threading) thread.\n<li class=\"l\"> A slab memory controller has been implemented for cgroups, noteworthy for transferring slab accounting from the memory page level to the kernel object level, allowing slab pages to be shared across different cgroups instead of allocating separate slab caches for each cgroup. This approach can increase slab usage efficiency and reduce the size of memory used for slabs by 30-45%, significantly decrease the overall memory consumption by the kernel, and reduce memory fragmentation.\n<li class=\"l\"> Debug data is provided in the CTF (Compact Type Format), which ensures compact storage of information about C types, relationships between functions, and debug symbols.\n<li class=\"l\"> The provision of the DRBD (Distributed Replicated Block Device) module and the device \/dev\/raw has been discontinued (for direct file access, use the O_DIRECT flag).      <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57460\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Oracle \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Oracle Linux 9 \u0438 \u044f\u0434\u0440\u0430 Unbreakable Enterprise Kernel 7 (UEK R7), \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0435 Oracle Linux \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b \u0448\u0442\u0430\u0442\u043d\u043e\u043c\u0443 \u043f\u0430\u043a\u0435\u0442\u0443 \u0441 \u044f\u0434\u0440\u043e\u043c \u0438\u0437 Red Hat Enterprise Linux. \u0414\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432 Oracle Linux 9 \u0441\u043e\u0437\u0434\u0430\u043d \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0439 \u0431\u0430\u0437\u044b Red Hat Enterprise Linux 9 \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0431\u0438\u043d\u0430\u0440\u043d\u043e \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c \u0441 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-104606","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Oracle \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Oracle Linux 9 \u0438 \u044f\u0434\u0440\u0430 Unbreakable Enterprise Kernel 7 (UEK R7), \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0435 Oracle Linux \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b Oracle Linux 9 \u0438 \u044f\u0434\u0440\u043e Unbreakable Enterprise Kernel 7 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Oracle \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Oracle Linux 9 \u0438 \u044f\u0434\u0440\u0430 Unbreakable Enterprise Kernel 7 (UEK R7), \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0435 Oracle Linux \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-07-06T07:36:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-07-06T07:36:42+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Available: Oracle Linux 9 and Unbreakable Enterprise Kernel 7 | ProHoster","description":"Oracle has released stable versions of the Oracle Linux 9 distribution and Unbreakable Enterprise Kernel 7 (UEK R7), positioned for use in the Oracle Linux distribution as an alternative.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b Oracle Linux 9 \u0438 \u044f\u0434\u0440\u043e Unbreakable Enterprise Kernel 7 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Oracle \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Oracle Linux 9 \u0438 \u044f\u0434\u0440\u0430 Unbreakable Enterprise Kernel 7 (UEK R7), \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0435 Oracle Linux \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/dostupny-oracle-linux-9-i-yadro-unbreakable-enterprise-kernel-7","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-07-06T07:36:42+00:00","article:modified_time":"2022-07-06T07:36:42+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"104606","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2022-07-06 07:37:51","updated":"2026-02-04 14:42:25","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=104606"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104606\/revisions"}],"predecessor-version":[{"id":164338,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104606\/revisions\/164338"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=104606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=104606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=104606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}