All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Nathan Chancellor <nathan@kernel.org>
Cc: Vincent MAILHOL <mailhol.vincent@wanadoo.fr>,
	kernel test robot <lkp@intel.com>,
	llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org, linux-can@vger.kernel.org
Subject: Re: [PATCH] can: mcp251xfd: silence clang's -Wunaligned-access warning
Date: Wed, 18 May 2022 22:15:19 +0200	[thread overview]
Message-ID: <20220518201519.euo3jygzuk4nul2p@pengutronix.de> (raw)
In-Reply-To: <YoUcS2WMkyJYMHfG@dev-arch.thelio-3990X>

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

On 18.05.2022 09:18:19, Nathan Chancellor wrote:
> > > > Because this is a false positive, I did not add a Fixes tag, nor a
> > > > Reported-by: kernel test robot.
> > >
> > > I think that the Reported-by tag should always be included but I agree
> > > that a Fixes tag is not necessary for this warning, as we currently have
> > > it under W=1, so it should not be visible under normal circumstances.
> > 
> > ACK.
> > Marc, can you directly add below tags to the patch:
> > 
> > Reported-by: kernel test robot <lkp@intel.com>
> > Tested-by: Nathan Chancellor <nathan@kernel.org>
> 
> Please use:
> 
> Tested-by: Nathan Chancellor <nathan@kernel.org> # build
> 
> To make it clear that I didn't perform anything more than a build test
> to see that the warning is fixed.

I've updated the tags!

Thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] can: mcp251xfd: silence clang's -Wunaligned-access warning
Date: Wed, 18 May 2022 22:15:19 +0200	[thread overview]
Message-ID: <20220518201519.euo3jygzuk4nul2p@pengutronix.de> (raw)
In-Reply-To: <YoUcS2WMkyJYMHfG@dev-arch.thelio-3990X>

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

On 18.05.2022 09:18:19, Nathan Chancellor wrote:
> > > > Because this is a false positive, I did not add a Fixes tag, nor a
> > > > Reported-by: kernel test robot.
> > >
> > > I think that the Reported-by tag should always be included but I agree
> > > that a Fixes tag is not necessary for this warning, as we currently have
> > > it under W=1, so it should not be visible under normal circumstances.
> > 
> > ACK.
> > Marc, can you directly add below tags to the patch:
> > 
> > Reported-by: kernel test robot <lkp@intel.com>
> > Tested-by: Nathan Chancellor <nathan@kernel.org>
> 
> Please use:
> 
> Tested-by: Nathan Chancellor <nathan@kernel.org> # build
> 
> To make it clear that I didn't perform anything more than a build test
> to see that the warning is fixed.

I've updated the tags!

Thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2022-05-18 20:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18  6:45 drivers/net/can/spi/mcp251xfd/mcp251xfd.h:481:34: warning: field hw_tx_obj within 'struct mcp251xfd_tx_obj_load_buf::(unnamed at drivers/net/can/spi/mcp251xfd/mcp251xfd.h:479:2)' is less aligned than 'struct mcp251xfd_hw_tx_obj_raw' and is usually due to kernel test robot
2022-05-18  7:05 ` Marc Kleine-Budde
2022-05-18  7:05   ` Marc Kleine-Budde
2022-05-18 11:43   ` [PATCH] can: mcp251xfd: silence clang's -Wunaligned-access warning Vincent Mailhol
2022-05-18 11:43     ` Vincent Mailhol
2022-05-18 11:58     ` Marc Kleine-Budde
2022-05-18 11:58       ` Marc Kleine-Budde
2022-05-18 16:05     ` Nathan Chancellor
2022-05-18 16:05       ` Nathan Chancellor
2022-05-18 16:15       ` Vincent MAILHOL
2022-05-18 16:15         ` Vincent MAILHOL
2022-05-18 16:18         ` Nathan Chancellor
2022-05-18 16:18           ` Nathan Chancellor
2022-05-18 20:15           ` Marc Kleine-Budde [this message]
2022-05-18 20:15             ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220518201519.euo3jygzuk4nul2p@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=mailhol.vincent@wanadoo.fr \
    --cc=nathan@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.