Commit 5bc1018
committed
Merge tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Pull PCI fixes from Bjorn Helgaas:
- When releasing a start-aligned resource, e.g., a bridge window, save
start/end/flags for the next assignment attempt; fixes a v6.15-rc1
regression (Ilpo Järvinen)
- Move set_pcie_speed.sh from TEST_PROGS to TEST_FILE; fixes a bwctrl
selftest v6.15-rc1 regression (Ilpo Järvinen)
- Add Manivannan Sadhasivam as maintainer of native host bridge and
endpoint drivers (Manivannan Sadhasivam)
- In endpoint test driver, defer IRQ allocation from .probe() until
ioctl() to fix a regression on platforms where the Vendor/Device ID
match doesn't include driver_data (Niklas Cassel)
* tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE)
MAINTAINERS: Move Manivannan Sadhasivam as PCI Native host bridge and endpoint maintainer
selftests/pcie_bwctrl: Fix test progs list
PCI: Restore assigned resources fully after releaseFile tree
4 files changed
+8
-22
lines changed- drivers
- misc
- pci
- tools/testing/selftests/pcie_bwctrl
4 files changed
+8
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18704 | 18704 | | |
18705 | 18705 | | |
18706 | 18706 | | |
18707 | | - | |
| 18707 | + | |
18708 | 18708 | | |
18709 | 18709 | | |
18710 | 18710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
948 | 947 | | |
949 | 948 | | |
950 | 949 | | |
951 | | - | |
952 | 950 | | |
953 | 951 | | |
954 | 952 | | |
| |||
970 | 968 | | |
971 | 969 | | |
972 | 970 | | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | 971 | | |
978 | 972 | | |
979 | 973 | | |
| |||
1009 | 1003 | | |
1010 | 1004 | | |
1011 | 1005 | | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | 1006 | | |
1017 | 1007 | | |
1018 | 1008 | | |
1019 | 1009 | | |
1020 | 1010 | | |
1021 | 1011 | | |
1022 | 1012 | | |
1023 | | - | |
| 1013 | + | |
1024 | 1014 | | |
1025 | 1015 | | |
1026 | 1016 | | |
| |||
1036 | 1026 | | |
1037 | 1027 | | |
1038 | 1028 | | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | 1029 | | |
1043 | 1030 | | |
1044 | 1031 | | |
| |||
1051 | 1038 | | |
1052 | 1039 | | |
1053 | 1040 | | |
1054 | | - | |
1055 | | - | |
1056 | 1041 | | |
1057 | 1042 | | |
1058 | 1043 | | |
| |||
1092 | 1077 | | |
1093 | 1078 | | |
1094 | 1079 | | |
1095 | | - | |
1096 | 1080 | | |
1097 | 1081 | | |
1098 | 1082 | | |
1099 | 1083 | | |
1100 | 1084 | | |
1101 | | - | |
1102 | 1085 | | |
1103 | 1086 | | |
1104 | 1087 | | |
1105 | 1088 | | |
1106 | | - | |
1107 | 1089 | | |
1108 | 1090 | | |
1109 | 1091 | | |
1110 | 1092 | | |
1111 | | - | |
1112 | 1093 | | |
1113 | 1094 | | |
1114 | 1095 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
| |||
545 | 548 | | |
546 | 549 | | |
547 | 550 | | |
| 551 | + | |
548 | 552 | | |
549 | 553 | | |
550 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
0 commit comments