Home
last modified time | relevance | path

Searched full:fixes (Results 1 – 25 of 1201) sorted by relevance

12345678910>>...49

/openbmc/libpldm/scripts/
H A Dapply-renames31 # We export the fixes to yaml files so we can apply them all in one hit later
32 trap "rm -f fixes.*.yaml" EXIT
40 bash -c '"$0" --force --input="$1" --export-fixes="$(mktemp fixes.XXXXX.yaml)" "$2" "$3"' \
43 # Now apply the generated fixes
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst27 Generally speaking, fixes for the current cycle are applied directly to the
30 through the KVM x86 tree, it will be applied to the ``fixes`` branch before
45 All topic branches, except for ``next`` and ``fixes``, are rolled into ``next``
51 Fixes that target the current release, a.k.a. mainline, are typically applied
61 close around rc5 for new features, and a soft close around rc6 for fixes (for
62 the next release; see above for fixes that target the current release).
67 room for the size of a series, patches that are "cache hot", etc. Fixes,
87 Fixes that target the current release, a.k.a. mainline, should be based on
88 ``git://git.kernel.org/pub/scm/virt/kvm/kvm.git master``. Note, fixes do not
90 rule, but typically only fixes for bugs that are urgent, critical, and/or were
[all …]
H A Dmaintainer-netdev.rst13 - for fixes the ``Fixes:`` tag is required, regardless of the tree
44 features get mainlined after this -- only fixes to the rc1 content are
45 expected. After roughly a week of collecting fixes to the rc1 content,
68 the names, the ``net`` tree is for fixes to existing code already in the
79 ``net`` tree will start accumulating fixes for this pulled content
103 The ``net`` tree continues to collect fixes for the vX.Y content, and is
105 focus for ``net`` is on stabilization and bug fixes.
251 when original change is completely wrong; incremental fixes are preferred.
260 and make sure you include appropriate Fixes tags!
262 Security fixes
H A Dsubmitting-patches.rst135 In case your patch fixes a bug, use the 'Closes:' tag with a URL referencing
145 If your patch fixes a bug in a specific commit, e.g. you found an issue using
146 ``git bisect``, please use the 'Fixes:' tag with the first 12 characters of
151Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually fre…
159 fixes = Fixes: %h (\"%s\")
163 $ git log -1 --pretty=fixes 54a4f0239f2e
164Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually fre…
173 For example, if your changes include both bug fixes and performance
258 If you have a patch that fixes an exploitable security bug, send that patch
525 Using Reported-by:, Tested-by:, Reviewed-by:, Suggested-by: and Fixes:
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS5 + Robustness fixes to taskstats and meminfo parsing
6 + More python3 fixes
15 + More python3 fixes
31 + Fixes for -t, -o and -f options (Mladen Kuntner, Harald, Riccardo)
41 + python3 compatibility fixes (Riccardo)
45 + lot of fixes for easier packaging (Peter Hjalmarsson)
102 + README fixes (xrmx, Michael)
191 + initrd portability & fixes (Federic Crozat)
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst42 - Kazeon team for various fixes especially for 2.4 version.
47 - Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code)
50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
51 - Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding)
53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
/openbmc/openbmc/meta-arm/
H A DSECURITY.md10 security notifications and fixes to be available and facilitate coordinated
27 ## Branches maintained with security fixes
43 pull upstream components, incorporating their respective security fixes
45 components they use contain all the required security fixes, if and when they
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c2004 if (chip->fixes && chip->fixes->suspend) in sdhci_pci_suspend()
2005 return chip->fixes->suspend(chip); in sdhci_pci_suspend()
2017 if (chip->fixes && chip->fixes->resume) in sdhci_pci_resume()
2018 return chip->fixes->resume(chip); in sdhci_pci_resume()
2032 if (chip->fixes && chip->fixes->runtime_suspend) in sdhci_pci_runtime_suspend()
2033 return chip->fixes->runtime_suspend(chip); in sdhci_pci_runtime_suspend()
2045 if (chip->fixes && chip->fixes->runtime_resume) in sdhci_pci_runtime_resume()
2046 return chip->fixes->runtime_resume(chip); in sdhci_pci_runtime_resume()
2071 if (chip->fixes && chip->fixes->cd_gpio_override) in sdhci_pci_add_gpio_lookup_table()
2072 dmi_id = dmi_first_match(chip->fixes->cd_gpio_override); in sdhci_pci_add_gpio_lookup_table()
[all …]
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst22 fixes/changes. The firmware files in linux-firmware should be
35 * If a security fix needs lockstep firmware and kernel fixes in order to
40 is fixed. All communications around security fixes should point at
41 both the firmware and kernel fixes. If a security fix requires
/openbmc/linux/arch/m68k/kernel/
H A Dvectors.c6 * 68040 fixes by Michael Rausch
7 * 68040 fixes by Martin Apel
8 * 68040 fixes and writeback by Richard Zidlicky
9 * 68060 fixes by Roman Hodek
10 * 68060 fixes by Jesper Skov
/openbmc/ipmitool/
H A DChangeLog10 * ID: 328 - HPM.2 fixes
11 * ID: 329 - hpm.1 upgrade fixes
47 * Numerous Fixes based on running Coverity
53 platforms supporting it. Fixes build problem on Hurd and FreeBSD.
69 * ID: 65 - Fixes for configure.in for cross compilation
86 Fixes reversed IPMIv1.5/2.0 'channel authcap' capabilities
88 * ID: 3608757 - ipmi_fru - various fixes
131 * ID: 70 - Fixes and updates for ipmitool hpm
184 * ID: 269 - Fixes for configure.in for cross compilation
233 * Fixes ID 3421347 Sensor list command should use channel field from SDR
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild.sh61 # Try to merge fixes from target repo
62 if [ "$(git ls-remote --exit-code --heads ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes)" ]; then
63 git pull ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes
66 # Try to merge fixes from local repo if this isn't a merge request
68 if [ "$(git ls-remote --exit-code --heads origin ${TARGET_BRANCH}-external-fixes)" ]; then
69 git pull origin ${TARGET_BRANCH}-external-fixes
/openbmc/linux/Documentation/fb/
H A Dcirrusfb.rst60 * Bug fixes.
69 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes.
76 * Casting fixes.
78 * Bug fixes.
/openbmc/qemu/
H A DMAINTAINERS29 Odd Fixes: It has a maintainer but they don't have time to do
74 S: Odd Fixes
128 S: Odd Fixes
283 S: Odd Fixes
291 S: Odd Fixes
302 S: Odd Fixes
448 S: Odd Fixes
455 S: Odd Fixes
609 S: Odd Fixes
629 S: Odd Fixes
[all …]
/openbmc/u-boot/lib/lzma/
H A Dhistory.txt41 - Some minor fixes
46 - Some minor fixes
60 - Some minor fixes.
112 - Fixes in C++ code: code could no be compiled if _NO_EXCEPTIONS was defined.
162 - Fixes in 7z_C code and LzmaTest.c:
169 - Small fixes in C++ code
174 - Small fixes
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A DCVE-2024-7540_CVE-2024-7541_CVE-2024-7542.patch6 Fixes: CVE-2024-7540
7 Fixes: CVE-2024-7541
8 Fixes: CVE-2024-7542
/openbmc/openbmc/meta-raspberrypi/.github/
H A DPULL_REQUEST_TEMPLATE.md7 If this PR fixes an issue, make sure your description includes "fixes #xxxx".
/openbmc/linux/drivers/staging/vt6656/
H A DTODO14 - checkpatch.pl fixes
15 - sparse fixes
/openbmc/linux/
H A DCREDITS143 D: VFS fixes (new notify_change in particular)
260 D: Various parport/ppdev hacks and fixes
468 D: Various fixes (mostly networking)
734 D: Various build fixes and kernel documentation.
756 D: Various security things, bug fixes, and documentation.
1096 D: verify_area stuff, generic SCSI fixes
1116 D: Various kernel hacks, fixes, and cleanups.
1173 D: Mitsumi LU005 tests and fixes
1174 D: port and fixes of cs46xx sounddriver
1191 D: romfs, various (mostly networking) fixes
[all …]
/openbmc/linux/drivers/staging/vt6655/
H A DTODO16 - checkpatch.pl fixes
17 - sparse fixes
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c13 * Betatesting, fixes, ideas
16 * Betatesting, fixes, ideas, videomodes, videomodes timmings
19 * MTRR stuff, PPC cleanups, betatesting, fixes, ideas
26 * Testing, hardware cursor fixes
29 * Fixes
39 * Fixes, ideas, betatesting
42 * Fixes, enhandcements, ideas, betatesting
62 * CHRP fixes and PReP cleanup
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dindex.rst15 pull upstream components, incorporating their respective security fixes
17 components they use contain all the required security fixes, if and when they
/openbmc/openbmc/poky/documentation/ref-manual/
H A Drelease-process.rst32 fixes or enhancements to the associated major release.
76 handling nominated patches and backport activity. Only fixes and
84 bug fixes and security fixes only. Policy dictates that features are
100 fixes not only for the current stable release, but also to the
/openbmc/openbmc/poky/bitbake/
H A DChangeLog21 as part of future SRCDATE="now" fixes
23 - Change SVNDIR layout to be more unique (fixes #2644 and #2624)
77 fetching (we don't care about the index). Fixes fetch errors.
80 - SRCREV handling updates, improvements and fixes from Poky
120 failed where needed. Fixes --continue mode crashes.
238 fixes #856
240 dependency graph. This fixes nano not having a
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst116 带有前12个字符SHA-1 ID的“Fixes:”标签和单行摘要。为了简化解析脚本,不要将该
119Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually fre…
126 fixes = Fixes: %h (\"%s\")
130 $ git log -1 --pretty=fixes 54a4f0239f2e
131Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually fre…
437 Fixes: 指示补丁修复了之前提交的一个问题。它可以便于确定错误的来源,这有助于

12345678910>>...49