lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260105115554.1afe97ce@canb.auug.org.au>
Date: Mon, 5 Jan 2026 11:55:54 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Bjorn Helgaas <bhelgaas@...gle.com>, Lorenzo Pieralisi
 <lpieralisi@...nel.org>, Krzysztof WilczyƄski
 <kwilczynski@...nel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next
 Mailing List <linux-next@...r.kernel.org>, Manivannan Sadhasivam
 <mani@...nel.org>, Manivannan Sadhasivam
 <manivannan.sadhasivam@....qualcomm.com>, Qiang Yu
 <qiang.yu@....qualcomm.com>, Wenbin Yao <wenbin.yao@....qualcomm.com>
Subject: linux-next: manual merge of the pci tree with the pci-current tree

Hi all,

Today's linux-next merge of the pci tree got a conflict in:

  drivers/pci/controller/dwc/pcie-qcom.c

between commit:

  0cc13256b605 ("PCI: qcom: Remove ASPM L0s support for MSM8996 SoC")

from the pci-current tree and commits:

  7c29cd0fdc07 ("PCI: qcom: Remove MSI-X Capability for Root Ports")
  6a1394990902 ("PCI: qcom: Remove DPC Extended Capability")

from the pci tree.

I fixed it up (I think - see below) and can carry the fix as
necessary. This is now fixed as far as linux-next is concerned, but any
non trivial conflicts should be mentioned to your upstream maintainer
when your tree is submitted for merging.  You may also want to consider
cooperating with the maintainer of the conflicting tree to minimise any
particularly complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/pci/controller/dwc/pcie-qcom.c
index 5a318487b2b3,9b7cffc891d3..000000000000
--- a/drivers/pci/controller/dwc/pcie-qcom.c
+++ b/drivers/pci/controller/dwc/pcie-qcom.c
@@@ -1315,8 -1317,9 +1316,11 @@@ static int qcom_pcie_host_init(struct d
  			goto err_disable_phy;
  	}
  
 +	qcom_pcie_clear_aspm_l0s(pcie->pci);
 +
+ 	dw_pcie_remove_capability(pcie->pci, PCI_CAP_ID_MSIX);
+ 	dw_pcie_remove_ext_capability(pcie->pci, PCI_EXT_CAP_ID_DPC);
+ 
  	qcom_ep_reset_deassert(pcie);
  
  	if (pcie->cfg->ops->config_sid) {

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ