[PATCH 0/3] remove fwts lp tagging (LP: #1261760)
Colin King
colin.king at canonical.com
Tue Dec 17 14:21:41 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
fwts tagging was meant to be used to autotag LP bugs but it was
never used in earnest and is redundant. So we may as well remove it.
Colin Ian King (3):
fwts: remove launchpad tagging from fwts
doc: remove tag options --lp-tags and --lp-tags-log
data: klog.json: remove redundant tags from database
data/klog.json | 689 -----------------------------------
doc/fwts.1 | 9 -
src/acpi/apicinstance/apicinstance.c | 1 -
src/acpi/checksum/checksum.c | 2 -
src/acpi/dmar/dmar.c | 1 -
src/acpi/fadt/fadt.c | 13 +-
src/acpi/lid/lid.c | 16 +-
src/acpi/mcfg/mcfg.c | 6 -
src/acpi/method/method.c | 90 +----
src/acpi/powerbutton/powerbutton.c | 5 +-
src/acpi/s3/s3.c | 4 -
src/acpi/s3power/s3power.c | 7 +-
src/acpi/s4/s4.c | 8 -
src/acpi/wakealarm/wakealarm.c | 5 -
src/apic/apicedge/apicedge.c | 12 +-
src/bios/bios32/bios32.c | 24 +-
src/bios/ebda_region/ebda_region.c | 4 +-
src/bios/mtrr/mtrr.c | 12 +-
src/bios/os2gap/os2gap.c | 1 -
src/bios/pciirq/pciirq.c | 4 +-
src/bios/pnp/pnp.c | 4 +-
src/lib/include/fwts.h | 1 -
src/lib/include/fwts_framework.h | 7 +-
src/lib/include/fwts_klog.h | 1 -
src/lib/include/fwts_log.h | 3 -
src/lib/include/fwts_tag.h | 83 -----
src/lib/src/Makefile.am | 1 -
src/lib/src/fwts_framework.c | 57 +--
src/lib/src/fwts_klog.c | 5 -
src/lib/src/fwts_log.c | 5 -
src/lib/src/fwts_tag.c | 202 ----------
src/pci/crs/crs.c | 7 -
src/pci/maxreadreq/maxreadreq.c | 1 -
33 files changed, 53 insertions(+), 1237 deletions(-)
delete mode 100644 src/lib/include/fwts_tag.h
delete mode 100644 src/lib/src/fwts_tag.c
--
1.8.5.1
More information about the fwts-devel
mailing list