This is a collection of patches to fix some build warnings in LSK.
Changes in v2: Updated commit message for patch 1 and 6 to include examples of the warnings they fix.
------------------------------------------------------------------------
Jon Medhurst (3): drm/cma: Fix printk formats in drm_gem_cma_describe netfilter: nfnetlink_queue: Fix "discards ‘const’ qualifier" warning configs: Remove duplicate CONFIG_FUNCTION_TRACER
Martin Walch (1): kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
Peter Kümmel (1): kconfig: Fix warning "‘jump’ may be used uninitialized"
Tim Gardner (1): scripts/sortextable: suppress warning: `relocs_size' may be used uninitialized
drivers/gpu/drm/drm_gem_cma_helper.c | 4 ++-- linaro/configs/linaro-base.conf | 1 - net/netfilter/nfnetlink_queue_core.c | 2 +- scripts/kconfig/menu.c | 6 +++--- scripts/sortextable.h | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-)