da1a85 import efivar-36-11.el7

Authored and Committed by centosrcm 5 years ago
56 files changed. 4042 lines added. 1561 lines removed.
.efivar.metadata
file modified
+1 -1
.gitignore
file modified
+1 -1
SOURCES/0001-libabigail-isn-t-in-RHEL-yet-so-nerf-the-abi-check.patch
file modified
+81 -41
SOURCES/0002-Don-t-use-_Generic-because-gcc-4.x-doesn-t-have-it.patch
file removed
-48
SOURCES/0002-Move-the-syntastic-file-I-use-out-of-the-repo.patch
file added
+56
SOURCES/0003-Move-verbosity-headers-to-be-public.patch
file added
+53
SOURCES/0003-popt-devel-in-RHEL-7.4-doesn-t-provide-popt.pc-so-in.patch
file removed
-34
SOURCES/0004-Pacify-some-coverity-nits.patch
file added
+45
SOURCES/0004-efi_loadopt_args_from_file-fix-leaked-file-descripto.patch
file removed
-35
SOURCES/0005-efivar-Fix-some-types-in-L-behavior-to-pacify-coveri.patchSOURCES/0019-efivar-main-explain-efi_well_known_guids-to-the-comp.patch
file renamed
+13 -13
SOURCES/0005-make_mac_path-fix-leaked-file-descriptor.patch
file removed
-41
SOURCES/0006-Promote-_make_hd_dn-to-make_hd_dn-and-get-rid-of-the.patch
file added
+88
SOURCES/0006-gpt_disk_get_partition_info-free-our-allocations-on-.patch
file removed
-48
SOURCES/0007-Try-to-convince-covscan-that-sysfs_read_file-doesn-t.patch
file added
+138
SOURCES/0007-efi_generate_file_device_path-fix-one-error-case-s-f.patch
file removed
-42
SOURCES/0008-Make-efidp_make_file-have-even-more-better-input-con.patch
file added
+58
SOURCES/0008-efi_va_generate_file_device_path_from_esp-handle-err.patch
file removed
-52
SOURCES/0009-Make-path-helpers.c-also-import-fix_coverity.h.patch
file added
+25
SOURCES/0009-efi_variable_import-fix-memory-leak-on-failure-path.patch
file removed
-40
SOURCES/0010-Fix-a-makeguids-building-problem-with-generics.h.patch
file added
+34
SOURCES/0010-efidp_append_path-error-check-the-right-variable.patch
file removed
-90
SOURCES/0011-Improve-ACPI-device-path-formatting.patch
file added
+402
SOURCES/0011-efi_variable_import-make-sure-var.data_size-is-set.patch
file removed
-28
SOURCES/0012-Give-linux-s-parse-functions-the-unmodified-device-l.patch
file added
+177
SOURCES/0012-makeguids-free-our-input-buffer.patch
file removed
-29
SOURCES/0013-Move-ACPI-ID-parsing-to-a-shared-location.patch
file added
+391
SOURCES/0013-efi_variable_import-constrain-our-inputs-better.patch
file removed
-32
SOURCES/0014-Make-a-platform-ACPI-root-parser-separate-from-PCI-r.patch
file added
+425
SOURCES/0014-efi_loadopt_create-check-buf-for-NULLness.patch
file removed
-40
SOURCES/0015-Make-a-way-to-say-e-3-isn-t-viable-for-a-kind-of-dev.patch
file added
+71
SOURCES/0015-efidp_duplicate_extra-error-if-our-allocation-is-too.patch
file removed
-34
SOURCES/0016-Make-a-linux-device-root-for-SOC-devices-that-use-FD.patch
file added
+131
SOURCES/0016-show_errors-make-the-useful-part-here-not-be-dead-co.patch
file removed
-29
SOURCES/0017-If-we-can-t-parse-part-of-the-device-link-skip-it-an.patch
file added
+110
SOURCES/0017-efi_loadopt_args_from_file-make-sure-buf-is-only-NUL.patch
file removed
-31
SOURCES/0018-Pacify-clang-analyzer-just-a-little.patch
file added
+25
SOURCES/0018-calls-to-sysfs_readlink-check-linkbuf-for-NULLness.patch
file removed
-91
SOURCES/0019-Try-even-harder-to-convince-coverity-that-get_file-i.patch
file added
+32
SOURCES/0020-Make-the-debug-code-less-intrusive.patch
file added
+1063
SOURCES/0020-dp.h-Try-to-make-covscan-believe-format-is-checking-.patch
file removed
-44
SOURCES/0021-efiboot-Make-the-device-node-skipping-code-pass-cove.patch
file added
+79
SOURCES/0021-gpt-try-to-avoid-trusting-unverified-partition-table.patch
file removed
-360
SOURCES/0022-Simplify-efidp_append_node-even-more.patch
file removed
-138
SOURCES/0022-efiboot-don-t-error-on-unknown-type-with-DEV_ABBREV_.patch
file added
+35
SOURCES/0023-efi_loadopt_create-avoid-NULL-dereference.patch
file removed
-86
SOURCES/0023-efiboot-fix-a-bad-error-check.patch
file added
+26
SOURCES/0024-efi_generate_file_device_path-make-all-error-paths-u.patch
file removed
-30
SOURCES/0024-efiboot-parse_scsi_link-fix-the-offset-searching-for.patch
file added
+27
SOURCES/0025-Coverity-still-doesn-t-believe-in-error-codes.patch
file added
+28
SOURCES/0025-linux.c-fix-a-pile-of-sscanf-NULL-.-possibilities.patch
file removed
-74
SOURCES/0026-Don-t-require-NVME-to-have-an-EUI.patch
file added
+28
SOURCES/0027-Fix-another-buggy-fake-acpi-pci-root-driver.patch
file added
+64
SOURCES/0028-Fix-dev-probes-intialization-test.patch
file added
+28
SOURCES/0029-Deal-with-devices-that-don-t-have-a-device-link-in-s.patch
file added
+92
SOURCES/0030-Handle-partition-name-parsing-and-formatting-for-par.patch
file added
+124
SPECS/efivar.spec
file modified
+91 -29
    import efivar-36-11.el7
    
        
file modified
+1 -1
file modified
+1 -1
SOURCES/0005-efivar-Fix-some-types-in-L-behavior-to-pacify-coveri.patch SOURCES/0019-efivar-main-explain-efi_well_known_guids-to-the-comp.patch
file renamed
+13 -13
file modified
+91 -29