Go to file
Ivan Vecera 32d089547c e1000e: Remove Meteor Lake SMBUS workarounds
JIRA: https://issues.redhat.com/browse/RHEL-49812

commit b8473723272e346e22aa487b9046fd324b73a0a5
Author: Vitaly Lifshits <vitaly.lifshits@intel.com>
Date:   Tue Oct 1 20:08:48 2024 +0300

    e1000e: Remove Meteor Lake SMBUS workarounds

    This is a partial revert to commit 76a0a3f9cc2f ("e1000e: fix force smbus
    during suspend flow"). That commit fixed a sporadic PHY access issue but
    introduced a regression in runtime suspend flows.
    The original issue on Meteor Lake systems was rare in terms of the
    reproduction rate and the number of the systems affected.

    After the integration of commit 0a6ad4d9e169 ("e1000e: avoid failing the
    system during pm_suspend"), PHY access loss can no longer cause a
    system-level suspend failure. As it only occurs when the LAN cable is
    disconnected, and is recovered during system resume flow. Therefore, its
    functional impact is low, and the priority is given to stabilizing
    runtime suspend.

    Fixes: 76a0a3f9cc2f ("e1000e: fix force smbus during suspend flow")
    Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com>
    Tested-by: Avigail Dahan <avigailx.dahan@intel.com>
    Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
2024-11-20 17:13:52 +01:00
Documentation Merge: add bootconfig to kernel-tools package 2024-11-19 13:58:21 +00:00
LICENSES
arch Merge: platform/x86: ISST: and tools/power/x86/intel-speed-select: updates 2024-11-19 13:57:48 +00:00
block blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race 2024-10-29 08:09:57 +00:00
certs
crypto s390/crypto: Add hardware acceleration for HMAC modes 2024-11-06 13:30:43 +01:00
drivers e1000e: Remove Meteor Lake SMBUS workarounds 2024-11-20 17:13:52 +01:00
fs Merge: CVE-2024-50006: ext4: fix i_data_sem unlock order in ext4_ind_migrate() 2024-11-19 13:56:53 +00:00
include Merge: pinctrl: intel: platform: updates to fix error path in device_for_each_child_node() 2024-11-19 13:58:59 +00:00
init bootconfig: do not put quotes on cmdline items unless necessary 2024-11-06 14:49:53 -05:00
io_uring Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
ipc Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
kernel Merge: add bootconfig to kernel-tools package 2024-11-19 13:58:21 +00:00
lib Merge: add bootconfig to kernel-tools package 2024-11-19 13:58:21 +00:00
mm Merge: Backport the latest s390x KVM fixes from upstream (up to kernel 6.12-rc5) 2024-11-15 21:04:51 +00:00
net Merge: thermal/intel_hfi: update to upstream v6.12 2024-11-19 13:50:47 +00:00
redhat [redhat] kernel-5.14.0-532.el9 2024-11-19 14:03:55 +00:00
samples Merge: VFIO update to v6.12 2024-11-15 13:26:52 +00:00
scripts scripts/bpf_doc: Use silent mode when exec make cmd 2024-10-15 10:49:16 +02:00
security Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
sound Merge: CNB96: timekeeping: add clocksource ID and infrastructure for converting to/from a base clock 2024-11-05 11:41:13 +00:00
tools Merge: Fix for selftests: kvm: memslot_perf_test: 90226 Alarm clock 2024-11-19 13:59:35 +00:00
usr
virt Merge: fs: backport mnt_idmap type 2024-11-11 08:26:30 +00:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml gitlab-ci: provide consistent kcidb_tree_name 2024-10-29 15:17:07 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: add bootconfig to kernel-tools package 2024-11-19 13:58:21 +00:00
Makefile Merge: Update MM Selftests for 9.5 2024-08-21 12:51:18 +00:00
Makefile.rhelver [redhat] kernel-5.14.0-532.el9 2024-11-19 14:03:55 +00:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.