search for: spranger

Displaying 20 results from an estimated 22 matches for "spranger".

Did you mean: granger
2018 Jan 22
9
[PATCH 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...- function-level PCI scan if Jailhouse is detected - MMCONFIG support for x86 guests As most changes affect x86, I would suggest to route the series also via tip after the necessary acks are collected. Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (5): jailhouse: Provide detection for non-x86 systems pci: Scan all functions when probing while ru...
2018 Jan 22
9
[PATCH 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...- function-level PCI scan if Jailhouse is detected - MMCONFIG support for x86 guests As most changes affect x86, I would suggest to route the series also via tip after the necessary acks are collected. Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (5): jailhouse: Provide detection for non-x86 systems pci: Scan all functions when probing while ru...
2018 Feb 27
0
[PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse
...response to this probe. > >> The simple hypervisor Jailhouse passes subdevices directly w/o providing >> a virtual PCI topology like KVM. As a consequence a PCI passthrough from >> Jailhouse to a guest will not be detected by Linux. >> >> Based on patch by Benedikt Spranger, adding Jailhouse probing to avoid >> changing the behavior in the absence of the hypervisor. >> >> CC: Benedikt Spranger <b.spranger at linutronix.de> >> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> > > With subject change to: > > PCI: S...
2018 Jan 22
0
[PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse
...s (e.g. multiqueue) have function numbers which are not a multiple of 8. The simple hypervisor Jailhouse passes subdevices directly w/o providing a virtual PCI topology like KVM. As a consequence a PCI passthrough from Jailhouse to a guest will not be detected by Linux. Based on patch by Benedikt Spranger, adding Jailhouse probing to avoid changing the behavior in the absence of the hypervisor. CC: Benedikt Spranger <b.spranger at linutronix.de> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> --- arch/x86/pci/legacy.c | 4 +++- drivers/pci/probe.c | 4 +++- 2 files changed, 6 i...
2018 Feb 28
0
[PATCH v2 2/6] PCI: Scan all functions when running over Jailhouse
...ge Linux PCI probing so it scans all function numbers when running as a guest over Jailhouse. This is technically prohibited by the spec, so it is possible that PCI devices without the Multi-Function Device bit set may have unexpected behavior in response to this probe. Based on patch by Benedikt Spranger, adding Jailhouse probing to avoid changing the behavior in the absence of the hypervisor. CC: Benedikt Spranger <b.spranger at linutronix.de> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> Acked-by: Bjorn Helgaas <bhelgaas at google.com> --- arch/x86/pci/legacy.c | 4 +++...
2018 Mar 01
0
[PATCH v3 2/6] PCI: Scan all functions when running over Jailhouse
...probing so it scans all function numbers when running as a guest over Jailhouse. This is technically prohibited by the spec, so it is possible that PCI devices without the Multi-Function Device bit set may have unexpected behavior in response to this probe. Derived from original patch by Benedikt Spranger. CC: Benedikt Spranger <b.spranger at linutronix.de> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> Acked-by: Bjorn Helgaas <bhelgaas at google.com> --- arch/x86/pci/legacy.c | 4 +++- drivers/pci/probe.c | 22 +++++++++++++++++++--- 2 files changed, 22 insertions(+),...
2018 Mar 04
0
[PATCH v4 2/7] PCI: Scan all functions when running over Jailhouse
...probing so it scans all function numbers when running as a guest over Jailhouse. This is technically prohibited by the spec, so it is possible that PCI devices without the Multi-Function Device bit set may have unexpected behavior in response to this probe. Derived from original patch by Benedikt Spranger. CC: Benedikt Spranger <b.spranger at linutronix.de> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> Acked-by: Bjorn Helgaas <bhelgaas at google.com> Reviewed-by: Andy Shevchenko <andy.shevchenko at gmail.com> --- arch/x86/pci/legacy.c | 4 +++- drivers/pci/probe.c...
2018 Mar 07
0
[PATCH v5 2/7] PCI: Scan all functions when running over Jailhouse
...probing so it scans all function numbers when running as a guest over Jailhouse. This is technically prohibited by the spec, so it is possible that PCI devices without the Multi-Function Device bit set may have unexpected behavior in response to this probe. Derived from original patch by Benedikt Spranger. CC: Benedikt Spranger <b.spranger at linutronix.de> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com> Acked-by: Bjorn Helgaas <bhelgaas at google.com> Reviewed-by: Andy Shevchenko <andy.shevchenko at gmail.com> --- arch/x86/pci/legacy.c | 4 +++- drivers/pci/probe.c...
2018 Mar 01
11
[PATCH v3 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...ans of PCI functions under Jailhouse - reformated PCI_MMCONFIG condition and rephrase related commit log Changes in v2: - adjusted commit log and include ordering in patch 2 - rebased over Linus master Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (5): jailhouse: Provide detection for non-x86 systems PCI: Scan all functions when running over Jai...
2018 Mar 01
11
[PATCH v3 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...ans of PCI functions under Jailhouse - reformated PCI_MMCONFIG condition and rephrase related commit log Changes in v2: - adjusted commit log and include ordering in patch 2 - rebased over Linus master Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (5): jailhouse: Provide detection for non-x86 systems PCI: Scan all functions when running over Jai...
2018 Mar 07
7
[PATCH v5 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...ans of PCI functions under Jailhouse - reformated PCI_MMCONFIG condition and rephrase related commit log Changes in v2: - adjusted commit log and include ordering in patch 2 - rebased over Linus master Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Juergen Gross <jgross at suse.com> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (6): jailhouse: Provide detection for non-x86 systems...
2018 Feb 28
8
[PATCH v2 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...nges affect x86, I would suggest to route the series also via tip after the necessary acks are collected. Changes in v2: - adjusted commit log and include ordering in patch 2 - rebased over Linus master Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (5): jailhouse: Provide detection for non-x86 systems PCI: Scan all functions when running over Jai...
2018 Mar 04
9
[PATCH v4 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
...ans of PCI functions under Jailhouse - reformated PCI_MMCONFIG condition and rephrase related commit log Changes in v2: - adjusted commit log and include ordering in patch 2 - rebased over Linus master Jan [1] https://lkml.org/lkml/2017/11/27/125 [2] http://jailhouse-project.org CC: Benedikt Spranger <b.spranger at linutronix.de> CC: Juergen Gross <jgross at suse.com> CC: Mark Rutland <mark.rutland at arm.com> CC: Otavio Pontes <otavio.pontes at intel.com> CC: Rob Herring <robh+dt at kernel.org> Jan Kiszka (6): jailhouse: Provide detection for non-x86 systems...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Ben Myers <bpm@sig.com> Ben Pfaff <blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &lt...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Ben Myers <bpm@sig.com> Ben Pfaff <blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &lt...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Ben Myers <bpm@sig.com> Ben Pfaff <blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &lt...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...t;blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <ben@bwidawsk.net> (v1) Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &lt...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...t;blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <ben@bwidawsk.net> (v1) Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &lt...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...t;blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <ben@bwidawsk.net> (v1) Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &l...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...t;blp@nicira.com> Ben Segall <bsegall@google.com> Ben Skeggs <bskeggs@redhat.com> Ben Widawsky <ben@bwidawsk.net> Ben Widawsky <ben@bwidawsk.net> (v1) Ben Widawsky <benjamin.widawsky@intel.com> Benedikt Bergenthal <benedikt@kdrennert.de> Benedikt Spranger <b.spranger@linutronix.de> Bengt Jonsson <bengt.g.jonsson@stericsson.com> benh@kernel.crashing.org Beni Lev <beni.lev@intel.com> Benjamin Gaignard <benjamin.gaignard@linaro.org> Benjamin Gaignard <benjamin.gaignard@stericsson.com> Benjamin Herrenschmidt &l...