| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/ |
| H A D | lvm2_2.03.11.bb | 11 MULTILIB_SCRIPTS = "${PN}:${sysconfdir}/lvm/lvm.conf" 17 install -d ${D}${sysconfdir}/lvm 18 install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf 19 sed -i -e 's:@libdir@:${libdir}:g' ${D}${sysconfdir}/lvm/lvm.conf 83 CONFFILES:${PN} += "${sysconfdir}/lvm/lvm.conf"
|
| H A D | lvm2.inc | 11 file://lvm.conf \
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0022-lvm-Fix-two-more-potential-data-dependent-alloc-over.patch | 4 Subject: [PATCH] lvm: Fix two more potential data-dependent alloc 10 It appears to be possible to make a (possibly invalid) lvm PV with 20 grub-core/disk/lvm.c | 48 ++++++++++++++++++++++++++++++++++++-------- 23 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 25 --- a/grub-core/disk/lvm.c 26 +++ b/grub-core/disk/lvm.c 28 #include <grub/lvm.h> 89 - lv->fullname = grub_malloc (sizeof ("lvm/") - 1 + 2 * vgname_len 98 + * sizeof ("lvm/") - 1; 107 + grub_add (sz0, sizeof ("lvm/") - 1, &sz0))
|
| H A D | 0120-disk-lvm-Bail-on-missing-PV-list.patch | 4 Subject: [PATCH] disk/lvm: Bail on missing PV list 17 grub-core/disk/lvm.c | 2 ++ 20 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 22 --- a/grub-core/disk/lvm.c 23 +++ b/grub-core/disk/lvm.c
|
| H A D | 0124-disk-lvm-Do-not-allow-a-LV-to-be-it-s-own-segment-s-.patch | 4 Subject: [PATCH] disk/lvm: Do not allow a LV to be it's own segment's node's 13 grub-core/disk/lvm.c | 10 +++++++--- 16 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 18 --- a/grub-core/disk/lvm.c 19 +++ b/grub-core/disk/lvm.c
|
| H A D | 0123-disk-lvm-Sanitize-rlocn-offset-to-prevent-wild-read.patch | 4 Subject: [PATCH] disk/lvm: Sanitize rlocn->offset to prevent wild read 17 grub-core/disk/lvm.c | 8 ++++++++ 20 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 22 --- a/grub-core/disk/lvm.c 23 +++ b/grub-core/disk/lvm.c
|
| H A D | 0119-disk-lvm-Don-t-blast-past-the-end-of-the-circular-me.patch | 4 Subject: [PATCH] disk/lvm: Don't blast past the end of the circular metadata 17 grub-core/disk/lvm.c | 10 ++++++++++ 20 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 22 --- a/grub-core/disk/lvm.c 23 +++ b/grub-core/disk/lvm.c
|
| H A D | 0118-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch | 4 Subject: [PATCH] disk/lvm: Don't go beyond the end of the data we read from 19 grub-core/disk/lvm.c | 14 ++++++++++++++ 22 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 24 --- a/grub-core/disk/lvm.c 25 +++ b/grub-core/disk/lvm.c
|
| H A D | 0121-disk-lvm-Do-not-crash-if-an-expected-string-is-not-f.patch | 4 Subject: [PATCH] disk/lvm: Do not crash if an expected string is not found 17 grub-core/disk/lvm.c | 22 +++++++++++++++++----- 20 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 22 --- a/grub-core/disk/lvm.c 23 +++ b/grub-core/disk/lvm.c
|
| H A D | 0122-disk-lvm-Do-not-overread-metadata.patch | 4 Subject: [PATCH] disk/lvm: Do not overread metadata 13 grub-core/disk/lvm.c | 31 +++++++++++++++++++++++++------ 16 diff --git a/grub-core/disk/lvm.c b/grub-core/disk/lvm.c 18 --- a/grub-core/disk/lvm.c 19 +++ b/grub-core/disk/lvm.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/ |
| H A D | initramfs-framework_1.0.bb | 20 file://lvm \ 50 # lvm 51 install -m 0755 ${WORKDIR}/lvm ${D}/init.d/09-lvm 70 initramfs-module-lvm \ 112 SUMMARY:initramfs-module-lvm = "initramfs lvm rootfs support" 113 RDEPENDS:initramfs-module-lvm = "${PN}-base" 114 FILES:initramfs-module-lvm = "/init.d/09-lvm"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/ |
| H A D | libblockdev_2.26.bb | 14 file://0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch \ 21 PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" 24 PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" 25 PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
| H A D | 0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch | 4 Subject: [PATCH] lvm: Do not include duplicate entries in bd_lvm_lvs output 14 src/plugins/lvm.c | 17 +++++++++++++++-- 18 diff --git a/src/plugins/lvm.c b/src/plugins/lvm.c 20 --- a/src/plugins/lvm.c 21 +++ b/src/plugins/lvm.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/ |
| H A D | 0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch | 28 LVM_PATH="$SBINDIR/lvm" 29 AC_DEFINE_UNQUOTED(LVM_PATH, ["$LVM_PATH"], [Path to lvm binary.]) 47 LVM="$sbindir/lvm"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/ |
| H A D | CVE-2022-33099.patch | 21 lvm.c | 6 ++++-- 39 --- a/src/lvm.c 40 +++ b/src/lvm.c
|
| /OK3568_Linux_fs/buildroot/package/libblockdev/ |
| H A D | libblockdev.mk | 56 LIBBLOCKDEV_CONF_OPTS += --with-lvm 58 LIBBLOCKDEV_CONF_OPTS += --without-lvm
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 79 lvm*|LVM*) 134 lvm*|LVM*)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | lvm | 11 lvm pvscan --cache --activate ay
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
| H A D | 0004-tweak-MODPROBE_CMD-for-cross-compile.patch | 9 |lvm lvcreate --thinpool wrl/pool00 --size 5556m --config devices
|
| H A D | 0006-start-lvm2-monitor.service-after-tmp.mount.patch | 7 ("/tmp/lock/lvm"), and unit tmp.mount is to mount /tmp.
|
| /OK3568_Linux_fs/buildroot/package/lua/5.3.6/ |
| H A D | 0002-shared-libs-for-lua.patch | 40 ltm.o lundump.o lvm.o lzio.o
|
| /OK3568_Linux_fs/buildroot/package/lua/5.1.5/ |
| H A D | 0002-shared-libs-for-lua.patch | 40 lundump.o lvm.o lzio.o
|
| /OK3568_Linux_fs/buildroot/package/lua/5.4.3/ |
| H A D | 0002-shared-libs-for-lua.patch | 38 …ex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
| H A D | webmin_1.850.bb | 141 …S += "${PN}-module-proc ${PN}-module-raid ${PN}-module-exports ${PN}-module-fdisk ${PN}-module-lvm" 146 RRECOMMENDS:${PN}-module-lvm = "lvm2"
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hndpmu.h | 318 extern int si_pmu_lvm_csr_update(si_t *sih, bool lvm);
|