Home
last modified time | relevance | path

Searched refs:patchset (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py794 def __init__(self, patchset, terminal): argument
807 def __init__(self, patchset, terminal): argument
808 self.patchset = patchset
813 os.chdir(self.patchset.dir)
815 self.patchset.Push()
826 def __init__(self, patchset, terminal): argument
827 self.patchset = patchset
834 os.chdir(self.patchset.dir)
836 self.patchset.Push(False)
839 patchcmd = self.patchset.Push(True, False, False)
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py72 cls.patchset = None
74 cls.patchset = unidiff.PatchSet.from_filename(
78 cls.patchset = []
141 cls.added, cls.modified, cls.removed = cls.get_metadata_stats(cls.patchset)
188 def get_metadata_stats(cls, patchset): argument
225 for patch in patchset:
H A Dtest_metadata.py77 for patch in self.patchset:
93 for patch in self.patchset:
161 for patch in self.patchset:
H A Dtest_patch.py19 for patch in cls.patchset:
38 new_cves = [p for p in self.patchset if p.path.endswith('.patch') and p.is_added_file]
H A Dtest_python_pylint.py24 for patch in cls.patchset:
H A Dtest_mbox.py119 for patch in self.patchset:
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass141 patchset = cls(patchdir, d)
142 resolver = rcls(patchset, oe_terminal)
143 classes[patchdir] = (patchset, resolver)
144 patchset.Clean()
146 patchset, resolver = classes[patchdir]
150 patchset.Import({"file":local, "strippath": parm['striplevel']}, True)
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst73 obligation to ever accept any given patchset, but if the review has not
86 after a patchset has been posted without receiving any feedback. In
/openbmc/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst30 block, even for directories. TaoBao had a patchset to extend the “use
/openbmc/bmcweb/
H A DREDFISH_CHECKLIST.md33 common errors are present in the patchset.
H A DOWNERS60 # patchset, adding your name to the list below, documenting some evidence of
H A DTESTING.md100 A committer should run tests that exercise all paths changed in the patchset. If
/openbmc/linux/Documentation/filesystems/
H A Dxfs-maintainer-entry-profile.rst116 - Any patchset changing XFS should be cc'd in its entirety to linux-xfs.
161 format document[3] and submitted as a patchset after the fstests
H A Dxfs-online-fsck-design.rst112 Each kernel patchset adding an online repair function will use the same branch
889 Proposed patchset:
1759 The proposed patchset is the
2046 The proposed patchset is the
2182 The proposed patchset is at the start of the
2224 The proposed patchset is the
2435 an inode, which is a future patchset and only included here for completeness.
2634 The proposed patchset is the
2727 The proposed patchset is the
2768 The proposed patchset is the
[all …]
/openbmc/linux/Documentation/trace/
H A Dhwlat_detector.rst12 however there is nothing x86 specific about this patchset. It was
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst381 intend for your patchset to be applied to master, but would like some
392 patchset that the submitter themselves is saying shouldn't be applied,
397 of the patchset you're looking for review on, and why reviewers
502 Include version history in patchset revisions
548 If your patchset has received no replies you should "ping" it after a
/openbmc/linux/Documentation/process/
H A Dsubmit-checklist.rst102 21) Tested after it has been merged into the -mm patchset to make sure
H A Dadding-syscalls.rst179 To make new system calls easy to review, it's best to divide up the patchset
488 patchset, for the convenience of reviewers.
/openbmc/docs/designs/
H A Ddesign-template.md8 in a single reasonably small patchset that has little impact to any other
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst106 - libtool: Update patchset to match those submitted upstream
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md32 build. Ideally, changes from the entire patchset could be done all in one go to
/openbmc/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst129 ACPICA release patchset for the Linux ACPI community. This process is
/openbmc/linux/Documentation/sound/cards/
H A Demu-mixer.rst36 A patchset to enhance the driver is available from `a GitHub repository
/openbmc/linux/Documentation/networking/
H A Dtls.rst209 A patchset to OpenSSL to use ktls as the record layer is
H A Dmsg_zerocopy.rst51 patchset

12