Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp9037764pxu; Mon, 28 Dec 2020 05:06:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJy8+xoUvsi2f2WKXoTxKJAnFk2/uFuhnIf5vIb1p+h+NbuWn2f2mNfgjF0GQ3A7euiA2Q8q X-Received: by 2002:aa7:c60c:: with SMTP id h12mr42471294edq.145.1609160806004; Mon, 28 Dec 2020 05:06:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609160805; cv=none; d=google.com; s=arc-20160816; b=e3F2T5uMtYLg4crVBKDSthv1COaanZWxJM56bVooFDeGdbGt//+cz2TVqcAXKnp+ep EpZcqYQHyPi80hyY+Vp79WD7AXPn5lvsgjhUYy0DOPhlQ4VkZ0bHxL9FEyFed0VxNFXw rsoybPocTvai4D119e2aDOJ1jDeP7ZFvlnLhizJcLmnM7Zni1gDx/ELkMM/RrPBGHpCq FJnhBBvqL8CGgo+ymFpzngcFJhzLQn2HzkaMYEQljR91CR0Z2T/qd/ELn25R/Qd7vez7 wSuM/o9+TJOJfC/avMOMrAg9nmzb0GTBj0gjnRzmFqM4EgbaIEOXhnlmkjNRX4IOEw9c Elvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=0jdoakZwgQv3SqTLPeDXt5uELCcsbiqIS6q8lAGNSlc=; b=M4YvHJpRrUb84VX8w5zpQxyP165eDa9Kkw3eLeDvWtR5kGGuj6Q8qSgdBYk8+bFIts 63qlRE3y+CXvAzVQHlQEL++xlFwqSw9hv0huleokEyaoRFsSmF540FhiudOHLXAw1dKD Kgtl0o/iWLkzh5f0cMOtqsKBCPeRB+a/qC3iHxkWjaX/LcwyEsCthRGSz+ci/bBqskw4 RON6tLWxqEQAhQKKf0eS8dHvdCHTy2bWIYMaYHNLPpb6bWPKTCOeLcLJBIBqnmoqe6AS Uz+LLr5ca316mjcIo/Cg9cCxe7za8LYoPNRQwlP8fnFapU1cycyn7H/vNo8u733R5Txq QJAw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=K3AW9CL4; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e19si20014658edy.553.2020.12.28.05.06.23; Mon, 28 Dec 2020 05:06:45 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=K3AW9CL4; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730382AbgL1NEL (ORCPT + 99 others); Mon, 28 Dec 2020 08:04:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:60030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730293AbgL1NDv (ORCPT ); Mon, 28 Dec 2020 08:03:51 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A89432245C; Mon, 28 Dec 2020 13:03:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609160590; bh=ZDLuezUecvvZpYdnsZTEvnhf/rHrjafxsKalCchwpfU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=K3AW9CL4ImGoQsDRTY7NHUdKi5wtJ3I/0myaTDuiplrL3emMtfUyQ8gcgH224liE5 L0Lfb/ujeh82ShYmqOnk3L5bldsj/tP06iJjovCfNAldlBNjISYoqU9bZcDubfMuFT VDdHi1DZUuKU5b9Zgc4ZC8Qm1+SDURylDeHBBG6Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Cezary Rojewski , Arnd Bergmann , "Steven Rostedt (VMware)" , Sasha Levin Subject: [PATCH 4.9 103/175] seq_buf: Avoid type mismatch for seq_buf_init Date: Mon, 28 Dec 2020 13:49:16 +0100 Message-Id: <20201228124858.240683231@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201228124853.216621466@linuxfoundation.org> References: <20201228124853.216621466@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann [ Upstream commit d9a9280a0d0ae51dc1d4142138b99242b7ec8ac6 ] Building with W=2 prints a number of warnings for one function that has a pointer type mismatch: linux/seq_buf.h: In function 'seq_buf_init': linux/seq_buf.h:35:12: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] Change the type in the function prototype according to the type in the structure. Link: https://lkml.kernel.org/r/20201026161108.3707783-1-arnd@kernel.org Fixes: 9a7777935c34 ("tracing: Convert seq_buf fields to be like seq_file fields") Reviewed-by: Cezary Rojewski Signed-off-by: Arnd Bergmann Signed-off-by: Steven Rostedt (VMware) Signed-off-by: Sasha Levin --- include/linux/seq_buf.h | 2 +- include/linux/trace_seq.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/seq_buf.h b/include/linux/seq_buf.h index fb7eb9ccb1cd4..d4c3c9bab5826 100644 --- a/include/linux/seq_buf.h +++ b/include/linux/seq_buf.h @@ -29,7 +29,7 @@ static inline void seq_buf_clear(struct seq_buf *s) } static inline void -seq_buf_init(struct seq_buf *s, unsigned char *buf, unsigned int size) +seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) { s->buffer = buf; s->size = size; diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index cfaf5a1d4bad7..f5be2716b01c6 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h @@ -11,7 +11,7 @@ */ struct trace_seq { - unsigned char buffer[PAGE_SIZE]; + char buffer[PAGE_SIZE]; struct seq_buf seq; int full; }; @@ -50,7 +50,7 @@ static inline int trace_seq_used(struct trace_seq *s) * that is about to be written to and then return the result * of that write. */ -static inline unsigned char * +static inline char * trace_seq_buffer_ptr(struct trace_seq *s) { return s->buffer + seq_buf_used(&s->seq); -- 2.27.0