Re: [dm-devel] [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider

2023-10-04 Thread Randy Dunlap
On 10/4/23 15:09, Fan Wu wrote: | diff --git a/security/ipe/Kconfig b/security/ipe/Kconfig | index 7afb1ce0cb99..9dd5c4769d79 100644 | --- a/security/ipe/Kconfig | +++ b/security/ipe/Kconfig | @@ -30,6 +30,19 @@ config IPE_PROP_DM_VERITY | that was mounted with a signed root-hash or

Re: [dm-devel] [PATCH v8 01/12] Documentation/x86: Document Key Locker

2023-06-05 Thread Randy Dunlap
On 6/3/23 08:22, Chang S. Bae wrote: > Document the overview of the feature along with relevant consideration > when provisioning dm-crypt volumes with AES-KL instead of AES-NI. > > --- > --- > Documentation/arch/x86/index.rst | 1 + > Documentation/arch/x86/keylocker.rst | 97

Re: [dm-devel] [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/

2023-05-23 Thread Randy Dunlap
On 5/23/23 21:58, Randy Dunlap wrote: > > > On 5/23/23 00:45, Christoph Hellwig wrote: >> diff --git a/Documentation/admin-guide/kernel-parameters.txt >> b/Documentation/admin-guide/kernel-parameters.txt >> index f08b83e62c6222..3f8cf6dc7de887 100644 >> --- a

Re: [dm-devel] [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/

2023-05-23 Thread Randy Dunlap
On 5/23/23 00:45, Christoph Hellwig wrote: > diff --git a/Documentation/admin-guide/kernel-parameters.txt > b/Documentation/admin-guide/kernel-parameters.txt > index f08b83e62c6222..3f8cf6dc7de887 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++

Re: [dm-devel] [PATCH 0/9] Documentation: correct lots of spelling errors (series 2)

2023-02-02 Thread Randy Dunlap
On 2/2/23 10:09, Jonathan Corbet wrote: > Randy Dunlap writes: > >> Maintainers of specific kernel subsystems are only Cc-ed on their >> respective patches, not the entire series. [if all goes well] >> >> These patches are based on linux-next-20230127

[dm-devel] [PATCH 1/9] Documentation: admin-guide: correct spelling

2023-01-29 Thread Randy Dunlap
Correct spelling problems for Documentation/admin-guide/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Tejun Heo Cc: Zefan Li Cc: Johannes Weiner Cc: cgro...@vger.kernel.org Cc: Alasdair Kergon Cc: Mike Snitzer Cc: dm-devel

[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)

2023-01-29 Thread Randy Dunlap
Maintainers of specific kernel subsystems are only Cc-ed on their respective patches, not the entire series. [if all goes well] These patches are based on linux-next-20230127. [PATCH 1/9] Documentation: admin-guide: correct spelling [PATCH 2/9] Documentation: driver-api: correct spelling

Re: [dm-devel] [PATCH v7 13/13] dm: add non power of 2 zoned target

2022-06-15 Thread Randy Dunlap
Hi-- On 6/15/22 03:19, Pankaj Raghav wrote: > --- > drivers/md/Kconfig| 9 + > drivers/md/Makefile | 2 + > drivers/md/dm-zone.c | 9 + > drivers/md/dm-zoned-npo2-target.c | 268 ++ > 4 files changed, 288 insertions(+)

Re: [dm-devel] [PATCH v2] dm ima: updates to grammar and some details in documentation

2022-01-12 Thread Randy Dunlap
Hi-- On 1/12/22 06:42, Thore Sommer wrote: > The grammar for the events dm_device_remove, device_resume and > dm_table_clear did not include the no_data entry when device data > and hash are missing. > > For the device uuid or name "=" is also escaped with a "\". > > Add a note that

Re: [dm-devel] [PATCH] dm ima: updates to grammar and some details in documentation

2022-01-06 Thread Randy Dunlap
Just a few changes below: On 1/6/22 08:37, Thore Sommer wrote: > The grammar for the events dm_device_remove, device_resume and > dm_table_clear did not include the no_data entry when device data > and hash are missing. > > For the device uuid or name "=" is also escaped with a "\". > > Add a

Re: [dm-devel] [RFC PATCH v7 07/16] ipe: add auditing support

2021-10-15 Thread Randy Dunlap
On 10/15/21 12:25 PM, Deven Bowers wrote: On 10/13/2021 3:54 PM, Randy Dunlap wrote: Hi, On 10/13/21 12:06 PM, deven.de...@linux.microsoft.com wrote: diff --git a/security/ipe/Kconfig b/security/ipe/Kconfig index c4503083e92d..ef556b66e674 100644 --- a/security/ipe/Kconfig +++ b/security/ipe

Re: [dm-devel] [RFC PATCH v7 07/16] ipe: add auditing support

2021-10-13 Thread Randy Dunlap
Hi, On 10/13/21 12:06 PM, deven.de...@linux.microsoft.com wrote: diff --git a/security/ipe/Kconfig b/security/ipe/Kconfig index c4503083e92d..ef556b66e674 100644 --- a/security/ipe/Kconfig +++ b/security/ipe/Kconfig @@ -17,3 +17,55 @@ menuconfig SECURITY_IPE requirements on the fly.

Re: [dm-devel] [PATCH] dm: ebs: Several typo fixes

2021-03-22 Thread Randy Dunlap
On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote: s/retrievd/retrieved/ s/misalignement/misalignment/ s/funtion/function/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap --- drivers/md/dm-ebs-target.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [dm-devel] [PATCH v4 1/6] docs: device-mapper: add remap_and_filter

2021-02-03 Thread Randy Dunlap
On 2/3/21 7:53 AM, Sergei Shtepa wrote: > remap_and_filter - describes the new features that > blk_interposer provides for device mapper. > > Signed-off-by: Sergei Shtepa Hi-- Please see comments below. > --- > .../admin-guide/device-mapper/index.rst | 1 + >

Re: [dm-devel] md: dm-writeback: add __noreturn to BUG-ging function

2020-11-18 Thread Randy Dunlap
On 11/18/20 8:35 AM, Christian Borntraeger wrote: > > > On 18.11.20 17:07, Mike Snitzer wrote: >> On Wed, Nov 18 2020 at 10:49am -0500, >> Mike Snitzer wrote: >> >>> I don't think my suggestion will help.. given it'd still leave >>> persistent_memory_claim() without a return statement. >>> >>>

Re: [dm-devel] [PATCH] md: dm-writeback: add __noreturn to BUG-ging function

2020-11-16 Thread Randy Dunlap
On 11/15/20 11:30 PM, Christian Borntraeger wrote: > > > On 13.11.20 23:52, Randy Dunlap wrote: >> Building on arch/s390/ flags this as an error, so add the >> __noreturn attribute modifier to prevent the build error. >> >> cc1: some warnings being trea

[dm-devel] [PATCH] md: dm-writeback: add __noreturn to BUG-ging function

2020-11-13 Thread Randy Dunlap
in function returning non-void [-Werror=return-type] Fixes: 48debafe4f2f ("dm: add writecache target") Signed-off-by: Randy Dunlap Cc: Mikulas Patocka Cc: Alasdair Kergon Cc: Mike Snitzer Cc: dm-devel@redhat.com Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Christian Borntraeger C

Re: [dm-devel] [RFC PATCH v4 02/12] security: add ipe lsm evaluation loop and audit system

2020-07-17 Thread Randy Dunlap
On 7/17/20 4:09 PM, Deven Bowers wrote: > +config SECURITY_IPE_PERMISSIVE_SWITCH > + bool "Enable the ability to switch IPE to permissive mode" > + default y > + help > + This option enables two ways of switching IPE to permissive mode, > + a sysctl (if enabled),

[dm-devel] [PATCH 12/13] Documentation/admin-guide: tainted-kernels: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org --- Documentation/admin-guide/tainted-kernels.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/admin-guide/tainted-k

[dm-devel] [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "echo". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: cgro...@vger.kernel.org --- Documentation/admin-guide/cgroup-v1/rdma.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documenta

[dm-devel] [PATCH 00/13] Documentation/admin-guide: eliminate duplicated words

2020-07-03 Thread Randy Dunlap
Remove duplicated words from Documentation/admin-guide/ files. Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: cgro...@vger.kernel.org Cc: dm-devel@redhat.com Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: Andrew Morton Cc: linux...@kvack.org Cc: Trond Myklebust Cc: Anna

[dm-devel] [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words

2020-07-03 Thread Randy Dunlap
Drop the doubled words "on" and "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: dm-devel@redhat.com --- Documentation/admin-guide/device-mapper/dm-integrity.rst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linu

[dm-devel] [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words

2020-07-03 Thread Randy Dunlap
Drop the doubled words "that" and "and". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Srinivas Pandruvada Cc: platform-driver-...@vger.kernel.org --- Documentation/admin-guide/pm/intel-speed-select.rst |4 ++-- 1 file changed

[dm-devel] [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "with". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Trond Myklebust Cc: Anna Schumaker Cc: linux-...@vger.kernel.org --- Documentation/admin-guide/nfs/pnfs-scsi-server.rst |2 +- 1 file changed, 1 insertion(+),

[dm-devel] [PATCH 04/13] Documentation/admin-guide: media/building: drop doubled words

2020-07-03 Thread Randy Dunlap
Drop some doubled words. Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org --- Documentation/admin-guide/media/building.rst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next

[dm-devel] [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "with". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Trond Myklebust Cc: Anna Schumaker Cc: linux-...@vger.kernel.org --- Documentation/admin-guide/nfs/pnfs-block-server.rst |2 +- 1 file changed, 1 insertion(+),

[dm-devel] [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "set". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org --- Documentation/admin-guide/sysctl/kernel.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/admin-guide/sysctl/

[dm-devel] [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "of". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: cgro...@vger.kernel.org --- Documentation/admin-guide/cgroup-v2.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/a

[dm-devel] [PATCH 09/13] Documentation/admin-guide: intel_pstate: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "to". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Srinivas Pandruvada Cc: Len Brown Cc: linux...@vger.kernel.org --- Documentation/admin-guide/pm/intel_pstate.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[dm-devel] [PATCH 13/13] Documentation/admin-guide: xfs: drop doubled word

2020-07-03 Thread Randy Dunlap
Drop the doubled word "for". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Darrick J. Wong Cc: linux-...@vger.kernel.org --- Documentation/admin-guide/xfs.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-202

Re: [dm-devel] [PATCH -next] md: dm-ebs-target: fix build errors & Kconfig entry

2020-04-29 Thread Randy Dunlap
On 4/29/20 5:23 AM, Heinz Mauelshagen wrote: > On 4/28/20 5:03 PM, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix build errors by selecting DM_BUFIO. >> >> Fix Kconfig entry formatting by using tabs instead of spaces, >> using "help" in

[dm-devel] [PATCH -next] md: dm-ebs-target: fix build errors & Kconfig entry

2020-04-28 Thread Randy Dunlap
From: Randy Dunlap Fix build errors by selecting DM_BUFIO. Fix Kconfig entry formatting by using tabs instead of spaces, using "help" instead of "---help---", and indenting help text with one additional space. Fixes these build errors: ld: drivers/md/dm-ebs-t

Re: [dm-devel] [RFC PATCH v7 1/1] Add dm verity root hash pkcs7 sig validation.

2019-07-17 Thread Randy Dunlap
Hi, Just a couple of minor nits: On 7/17/19 5:46 PM, Jaskaran Khurana wrote: > diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig > index 3834332f4963..c2b04d226c90 100644 > --- a/drivers/md/Kconfig > +++ b/drivers/md/Kconfig > @@ -490,6 +490,18 @@ config DM_VERITY > > If unsure, say

Re: [dm-devel] linux-next: Tree for Apr 29 (drivers/md/dm-dust)

2019-04-29 Thread Randy Dunlap
On 4/29/19 2:03 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190426: > on i386: ld: drivers/md/dm-dust.o: in function `dust_map': dm-dust.c:(.text+0x28d): undefined reference to `__udivdi3' ld: drivers/md/dm-dust.o: in function `dust_message': dm-dust.c:(.text+0x9a4): undefined

Re: [dm-devel] [PATCH 2/2] init: add support to directly boot to a mapped device

2018-09-26 Thread Randy Dunlap
On 9/25/18 10:00 PM, Helen Koike wrote: > From: Will Drewry > > Add a dm= kernel parameter modeled after the md= parameter from > do_mounts_md. It allows for device-mapper targets to be configured at > boot time for use early in the boot process (as the root device or > otherwise). > >

Re: [dm-devel] linux-next: Tree for Sep 13 (dm-thin-pool)

2018-09-13 Thread Randy Dunlap
On 9/12/18 10:27 PM, Stephen Rothwell wrote: > Hi all, > > News: there will be no linux-next releases on Friday or Monday. > > Changes since 20180912: > on i386: ERROR: "__udivdi3" [drivers/md/dm-thin-pool.ko] undefined! -- ~Randy -- dm-devel mailing list dm-devel@redhat.com

Re: [dm-devel] linux-next: Tree for Jun 4 (md/dm-writecache.c)

2018-06-04 Thread Randy Dunlap
On 06/04/2018 11:22 AM, Mike Snitzer wrote: > On Mon, Jun 04 2018 at 12:06pm -0400, > Randy Dunlap wrote: > >> On 06/04/2018 04:59 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20180601: >>> >> >> on x86_64

Re: [dm-devel] linux-next: Tree for Jun 4 (md/dm-writecache.c)

2018-06-04 Thread Randy Dunlap
On 06/04/2018 04:59 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20180601: > on x86_64: In file included from ../drivers/md/dm-writecache.c:8:0: ../drivers/md/dm-writecache.c: In function ‘writecache_status’: ../include/linux/compiler.h:61:17: warning: format ‘%ld’ expects argument

Re: [dm-devel] [PATCH] fault-injection: reorder config entries

2018-04-25 Thread Randy Dunlap
On 04/25/2018 01:02 PM, Mikulas Patocka wrote: > This patch reorders Kconfig entries, so that menuconfig displays proper > indentation. > > Signed-off-by: Mikulas Patocka <mpato...@redhat.com> Acked-by: Randy Dunlap <rdun...@infradead.org> Tested-by: Randy Dunlap <rdu

Re: [dm-devel] [PATCH v5] fault-injection: introduce kvmalloc fallback options

2018-04-25 Thread Randy Dunlap
On 04/25/2018 01:57 PM, Mikulas Patocka wrote: > > > On Wed, 25 Apr 2018, Randy Dunlap wrote: > >> On 04/25/2018 01:02 PM, Mikulas Patocka wrote: >>> >>> >>> From: Mikulas Patocka <mpato...@redhat.com> >>> Subject: [PA

Re: [dm-devel] [PATCH v4] fault-injection: introduce kvmalloc fallback options

2018-04-25 Thread Randy Dunlap
On 04/25/2018 01:02 PM, Mikulas Patocka wrote: > > > From: Mikulas Patocka > Subject: [PATCH v4] fault-injection: introduce kvmalloc fallback options > > This patch introduces a fault-injection option "kvmalloc_fallback". This > option makes kvmalloc randomly fall back to

Re: [dm-devel] linux-next: Tree for Mar 8 (md/dm-mpath.c)

2018-03-08 Thread Randy Dunlap
On 03/07/2018 09:33 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20180307: > on i386: when CONFIG_SCSI is not enabled: drivers/md/dm-mpath.o: In function `multipath_ctr': dm-mpath.c:(.text+0x1ab7): undefined reference to `scsi_device_from_queue' -- ~Randy -- dm-devel mailing

Re: [dm-devel] [PATCH] dm: add asymmetric stripe target device dirver

2017-12-25 Thread Randy Dunlap
On 12/25/2017 07:52 PM, tgv...@gmail.com wrote: > From: liuchaowei > > This asymmetric stripe target device driver can achieve better io > performance between those devices which possess different io performance > > There are 2 storage device or flash devices: A and B, their

Re: [dm-devel] [PATCH v4 1/2] dm-unstripe: unstripe RAID 0/dm-striped device

2017-12-18 Thread Randy Dunlap
On 12/18/2017 09:28 AM, Scott Bauer wrote: > This device mapper module remaps and unstripes IO so it lands > solely on a single drive in a RAID 0/dm-stripe target. > In a 4 drive RAID 0 the mapper exposes 1/4th of the LBA range > as a virtual drive. Each IO to that virtual drive will land on >

Re: [dm-devel] [PATCH v3 1/2] dm-unstripe: unstripe RAID 0/dm-striped device

2017-12-15 Thread Randy Dunlap
On 12/15/2017 07:27 AM, Scott Bauer wrote: > [snip] > On Wed, Dec 13, 2017 at 04:11:44PM -0800, Randy Dunlap wrote: >> >>>= >> > > Thanks, good catch. > > >>> + tot_sec = i_size_read(bbdev->bd_ino

Re: [dm-devel] [PATCH v3 2/2] dm unstripe: Add documentation for unstripe target

2017-12-13 Thread Randy Dunlap
On 12/13/2017 01:33 PM, Scott Bauer wrote: > Signed-off-by: Scott Bauer > --- > Documentation/device-mapper/dm-unstripe.txt | 130 > > 1 file changed, 130 insertions(+) > create mode 100644 Documentation/device-mapper/dm-unstripe.txt > >

Re: [dm-devel] [PATCH v3 1/2] dm-unstripe: unstripe RAID 0/dm-striped device

2017-12-13 Thread Randy Dunlap
On 12/13/2017 01:33 PM, Scott Bauer wrote: > This device mapper module remaps and unstripes IO so it lands > solely on a single drive in a RAID 0/dm-stripe target. > In a 4 drive RAID 0 the mapper exposes 1/4th of the LBA range > as a virtual drive. Each IO to that virtual drive will land on >

Re: [dm-devel] linux-next: Tree for Feb 2 (drivers/md/dm.c)

2017-02-02 Thread Randy Dunlap
On 02/01/17 23:21, Stephen Rothwell wrote: > Hi all, > > Changes since 20170201: > on x86_64: drivers/built-in.o: In function `dm_blk_ioctl': dm.c:(.text+0x1a5121): undefined reference to `scsi_verify_blk_ioctl' # CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEV_BSGLIB is not set -- ~Randy