From: Demi Marie Obenour <demi@invisiblethingslab.com>
To: kernel test robot <lkp@intel.com>,
Alasdair Kergon <agk@redhat.com>,
Mike Snitzer <snitzer@kernel.org>,
dm-devel@redhat.com
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
oe-kbuild-all@lists.linux.dev
Subject: Re: [dm-devel] [PATCH 4/6] device-mapper: Avoid double-fetch of version
Date: Sat, 3 Jun 2023 10:21:02 -0400 [thread overview]
Message-ID: <ZHtMUfaiTbOGnDnN@itl-email> (raw)
In-Reply-To: <202306031511.xIeQ4BQz-lkp@intel.com>
[-- Attachment #1.1: Type: text/plain, Size: 1631 bytes --]
On Sat, Jun 03, 2023 at 03:40:09PM +0800, kernel test robot wrote:
> Hi Demi,
>
> kernel test robot noticed the following build warnings:
>
> [auto build test WARNING on device-mapper-dm/for-next]
> [also build test WARNING on linus/master v6.4-rc4 next-20230602]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
>
> url: https://github.com/intel-lab-lkp/linux/commits/Demi-Marie-Obenour/device-mapper-Check-that-target-specs-are-sufficiently-aligned/20230602-052741
> base: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
> patch link: https://lore.kernel.org/r/20230601212456.1533-5-demi%40invisiblethingslab.com
> patch subject: [PATCH 4/6] device-mapper: Avoid double-fetch of version
> config: x86_64-randconfig-c032-20230531 (https://download.01.org/0day-ci/archive/20230603/202306031511.xIeQ4BQz-lkp@intel.com/config)
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202306031511.xIeQ4BQz-lkp@intel.com/
>
> cocci warnings: (new ones prefixed by >>)
> >> drivers/md/dm-ioctl.c:1900:42-48: ERROR: application of sizeof to pointer
Ugh, silly mistake: I changed an array to a pointer but did not change
the sizeof. Will send a v2 with the fix.
--
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 98 bytes --]
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel
WARNING: multiple messages have this Message-ID (diff)
From: Demi Marie Obenour <demi@invisiblethingslab.com>
To: kernel test robot <lkp@intel.com>,
Alasdair Kergon <agk@redhat.com>,
Mike Snitzer <snitzer@kernel.org>,
dm-devel@redhat.com
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
stable@vger.kernel.org
Subject: Re: [PATCH 4/6] device-mapper: Avoid double-fetch of version
Date: Sat, 3 Jun 2023 10:21:02 -0400 [thread overview]
Message-ID: <ZHtMUfaiTbOGnDnN@itl-email> (raw)
In-Reply-To: <202306031511.xIeQ4BQz-lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]
On Sat, Jun 03, 2023 at 03:40:09PM +0800, kernel test robot wrote:
> Hi Demi,
>
> kernel test robot noticed the following build warnings:
>
> [auto build test WARNING on device-mapper-dm/for-next]
> [also build test WARNING on linus/master v6.4-rc4 next-20230602]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
>
> url: https://github.com/intel-lab-lkp/linux/commits/Demi-Marie-Obenour/device-mapper-Check-that-target-specs-are-sufficiently-aligned/20230602-052741
> base: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git for-next
> patch link: https://lore.kernel.org/r/20230601212456.1533-5-demi%40invisiblethingslab.com
> patch subject: [PATCH 4/6] device-mapper: Avoid double-fetch of version
> config: x86_64-randconfig-c032-20230531 (https://download.01.org/0day-ci/archive/20230603/202306031511.xIeQ4BQz-lkp@intel.com/config)
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202306031511.xIeQ4BQz-lkp@intel.com/
>
> cocci warnings: (new ones prefixed by >>)
> >> drivers/md/dm-ioctl.c:1900:42-48: ERROR: application of sizeof to pointer
Ugh, silly mistake: I changed an array to a pointer but did not change
the sizeof. Will send a v2 with the fix.
--
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2023-06-03 14:21 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 21:24 [dm-devel] [PATCH 0/6] Several device-mapper fixes Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 1/6] device-mapper: Check that target specs are sufficiently aligned Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 2/6] device-mapper: Avoid pointer arithmetic overflow Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 3/6] device-mapper: structs and parameter strings must not overlap Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 4/6] device-mapper: Avoid double-fetch of version Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-03 7:40 ` [dm-devel] " kernel test robot
2023-06-03 7:40 ` kernel test robot
2023-06-03 14:21 ` Demi Marie Obenour [this message]
2023-06-03 14:21 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 5/6] device-mapper: Refuse to create device named "control" Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-01 21:24 ` [dm-devel] [PATCH 6/6] device-mapper: "." and ".." are not valid symlink names Demi Marie Obenour
2023-06-01 21:24 ` Demi Marie Obenour
2023-06-03 14:52 ` [dm-devel] [PATCH v2 0/6] Several device-mapper fixes Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-03 14:52 ` [dm-devel] [PATCH v2 1/6] device-mapper: Check that target specs are sufficiently aligned Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-22 16:28 ` [dm-devel] " Mike Snitzer
2023-06-22 16:28 ` Mike Snitzer
2023-06-22 19:51 ` [dm-devel] " Demi Marie Obenour
2023-06-22 19:51 ` Demi Marie Obenour
2023-06-22 22:54 ` [dm-devel] " Mike Snitzer
2023-06-22 22:54 ` Mike Snitzer
2023-06-22 17:29 ` [dm-devel] " Mikulas Patocka
2023-06-22 17:29 ` Mikulas Patocka
2023-06-22 20:27 ` Demi Marie Obenour
2023-06-22 20:27 ` Demi Marie Obenour
2023-06-03 14:52 ` [dm-devel] [PATCH v2 2/6] device-mapper: Avoid pointer arithmetic overflow Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-22 17:30 ` [dm-devel] " Mikulas Patocka
2023-06-22 17:30 ` Mikulas Patocka
2023-06-22 22:50 ` Mike Snitzer
2023-06-22 22:50 ` Mike Snitzer
2023-06-03 14:52 ` [dm-devel] [PATCH v2 3/6] device-mapper: structs and parameter strings must not overlap Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-22 17:31 ` [dm-devel] " Mikulas Patocka
2023-06-22 17:31 ` Mikulas Patocka
2023-06-03 14:52 ` [dm-devel] [PATCH v2 4/6] device-mapper: Avoid double-fetch of version Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-22 16:20 ` [dm-devel] " Mike Snitzer
2023-06-22 16:20 ` Mike Snitzer
2023-06-22 18:43 ` [dm-devel] " Demi Marie Obenour
2023-06-22 18:43 ` Demi Marie Obenour
2023-06-03 14:52 ` [dm-devel] [PATCH v2 5/6] device-mapper: Refuse to create device named "control" Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
2023-06-03 14:52 ` [dm-devel] [PATCH v2 6/6] device-mapper: "." and ".." are not valid symlink names Demi Marie Obenour
2023-06-03 14:52 ` Demi Marie Obenour
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=ZHtMUfaiTbOGnDnN@itl-email \
--to=demi@invisiblethingslab.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=snitzer@kernel.org \
--cc=stable@vger.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.