Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kernel-headers-6.12.0-192.el10 RPM for ppc64le

From CentOS Stream 10 AppStream for ppc64le

Name: kernel-headers Distribution: CentOS
Version: 6.12.0 Vendor: CentOS
Release: 192.el10 Build date: Mon Jan 26 12:35:40 2026
Group: Unspecified Build host: ppc64le-04.stream.rdu2.redhat.com
Size: 7016491 Source RPM: kernel-6.12.0-192.el10.src.rpm
Packager: builder@centos.org
Url: https://www.kernel.org/
Summary: Header files for the Linux kernel for use by glibc
Kernel-headers includes the C header files that specify the interface
between the Linux kernel and userspace libraries and programs.  The
header files define structures and constants that are needed for
building most standard programs and are also needed for rebuilding the
glibc package.

Provides

Requires

License

((GPL-2.0-only WITH Linux-syscall-note) OR BSD-2-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR CDDL-1.0) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR MIT) AND 0BSD AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0) AND BSD-3-Clause AND BSD-3-Clause-Clear AND CC0-1.0 AND GFDL-1.1-no-invariants-or-later AND GPL-1.0-or-later AND (GPL-1.0-or-later OR BSD-3-Clause) AND (GPL-1.0-or-later WITH Linux-syscall-note) AND GPL-2.0-only AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-only OR BSD-3-Clause) AND (GPL-2.0-only OR CDDL-1.0) AND (GPL-2.0-only OR GFDL-1.1-no-invariants-or-later) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-only) AND (GPL-2.0-only WITH Linux-syscall-note) AND GPL-2.0-or-later AND (GPL-2.0-or-later OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-3-Clause) AND (GPL-2.0-or-later OR CC-BY-4.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND ISC AND LGPL-2.0-or-later AND (LGPL-2.0-or-later OR BSD-2-Clause) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND LGPL-2.1-only AND (LGPL-2.1-only OR BSD-2-Clause) AND (LGPL-2.1-only WITH Linux-syscall-note) AND LGPL-2.1-or-later AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND (Linux-OpenIB OR GPL-2.0-only) AND (Linux-OpenIB OR GPL-2.0-only OR BSD-2-Clause) AND Linux-man-pages-copyleft AND MIT AND (MIT OR Apache-2.0) AND (MIT OR GPL-2.0-only) AND (MIT OR GPL-2.0-or-later) AND (MIT OR LGPL-2.1-only) AND (MPL-1.1 OR GPL-2.0-only) AND (X11 OR GPL-2.0-only) AND (X11 OR GPL-2.0-or-later) AND Zlib AND (copyleft-next-0.3.1 OR GPL-2.0-or-later)

Changelog

* Mon Jan 26 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-192.el10]
  - ima: Access decompressed kernel module to verify appended signature (Coiby Xu) [RHEL-104353]
  - net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() (John Meneghini) [RHEL-96459]
  - qede: convert to use ndo_hwtstamp callbacks (John Meneghini) [RHEL-96459]
  - bnx2x: convert to use ndo_hwtstamp callbacks (John Meneghini) [RHEL-96459]
  - net: qed: Remove redundant NULL checks after list_first_entry() (John Meneghini) [RHEL-96459]
  - qed: Don't collect too many protection override GRC elements (John Meneghini) [RHEL-96459]
  - net: qed: reduce stack usage for TLV processing (John Meneghini) [RHEL-96459]
  - net: qede: Initialize qede_ll_ops with designated initializer (John Meneghini) [RHEL-96459]
  - scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops (John Meneghini) [RHEL-96459]
  - qed: Remove unused qed_db_recovery_dp (John Meneghini) [RHEL-96459]
  - qed: Remove unused qed_print_mcp_trace_* (John Meneghini) [RHEL-96459]
  - qed: Remove unused qed_ptt_invalidate (John Meneghini) [RHEL-96459]
  - qed: Remove unused qed_calc_*_ctx_validation functions (John Meneghini) [RHEL-96459]
  - qed: Remove unused qed_memset_*ctx functions (John Meneghini) [RHEL-96459]
  - net: bnx2x: use ethtool string helpers (John Meneghini) [RHEL-96459]
  - net: tls: Cancel RX async resync request on rcd_delta overflow (CKI Backport Bot) [RHEL-133478]
  - net: tls: Change async resync helpers argument (CKI Backport Bot) [RHEL-133478]
  - selftests: tls: add test for short splice due to full skmsg (CKI Backport Bot) [RHEL-133478]
  - selftests: net: tls: add tests for cmsg vs MSG_MORE (CKI Backport Bot) [RHEL-133478]
  - tls: don't rely on tx_work during send() (CKI Backport Bot) [RHEL-133478]
  - tls: wait for pending async decryptions if tls_strp_msg_hold fails (CKI Backport Bot) [RHEL-133478]
  - tls: always set record_type in tls_process_cmsg (CKI Backport Bot) [RHEL-133478]
  - tls: wait for async encrypt in case of error during latter iterations of sendmsg (CKI Backport Bot) [RHEL-133478]
  - tls: trim encrypted message to match the plaintext on short splice (CKI Backport Bot) [RHEL-133478]
  - fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds (CKI Backport Bot) [RHEL-137688] {CVE-2025-40304}
  - fbdev: bitblit: bound-check glyph index in bit_putcs* (CKI Backport Bot) [RHEL-136947] {CVE-2025-40322}
  - wifi: rtw88: limit indirect IO under powered off for RTL8822CS (Jose Ignacio Tornos Martinez) [RHEL-132586]
  - wifi: iwlwifi: Fix firmware version handling (Jose Ignacio Tornos Martinez) [RHEL-132586]
  - wifi: mt76: Move mt76_abort_scan out of mt76_reset_device() (Jose Ignacio Tornos Martinez) [RHEL-132586]
  - wifi: rtw89: hw_scan: Don't let the operating channel be last (Jose Ignacio Tornos Martinez) [RHEL-132586]
  - wifi: iwlwifi: mld: always take beacon ies in link grading (Jose Ignacio Tornos Martinez) [RHEL-132586]