Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Can you specify which branch or commit in the base repo I need to checkout for each committed patch? #7

Description

@fffmonkeyking-new

Can you specify which branch or commit in the base repo I need to checkout for each committed patch?

For example:
for https://github.com/intel/tdx-linux.git, when I execute

  1. git clone https://github.com/intel/tdx-linux.git
  2. cd tdx-linux/
  3. git checkout -b device-passthrough 1323f7b

Then,
I can see a README.md file in the tdx-linux/tdx-kvm/ directory. The content of the README.md file is:

You should do the following to apply this patch:

  1. git clone https://git.kernel.org/pub/scm/linux/kernel/git/vishal/kvm.git
  2. cd kvm/
  3. git checkout kvm-coco-queue-20240512
  4. git am --empty=drop ../tdx-linux/tdx-kvm/tdx_kvm_baseline_698ca1e40357.mbox

Because, for the latest committed patch, I always have difficulty finding the base repo version that can successfully apply this patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions