Re: [dm-devel] [git pull] device mapper fixes for 5.11-rc4

2021-01-15 Thread pr-tracker-bot
The pull request you sent on Fri, 15 Jan 2021 18:43:47 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > tags/for-5.11/dm-fixes-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1d94330a437a573cfdf848f6743b1ed169242c8a Thank you! --

[dm-devel] [git pull] device mapper fixes for 5.11-rc4

2021-01-15 Thread Mike Snitzer
Hi Linus, The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62: Linux 5.11-rc2 (2021-01-03 15:55:30 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-5.11/dm-fixes-1 for you to fetch

Re: [dm-devel] [PATCH v2 0/6] Multipath io_err_stat fixes

2021-01-15 Thread Martin Wilck
On Thu, 2021-01-14 at 20:20 -0600, Benjamin Marzinski wrote: > I found an ABBA deadlock in the io_err_stat marginal path code, and > in > the process of fixing it, noticed a potential crash on shutdown. This > patchset addresses both of the issues. > > Changes from v1: > > 0002: use

Re: [dm-devel] [PATCH v2 6/6] multipathd: cleanup logging for marginal paths

2021-01-15 Thread Martin Wilck
On Thu, 2021-01-14 at 20:20 -0600, Benjamin Marzinski wrote: > io_err_stat logged at level 2 whenever it enqueued a path to check, > which could happen multiple times while a path was marginal.  On the > other hand if marginal_pathgroups wasn't set, multipathd didn't log > when > paths were set to

Re: [dm-devel] [PATCH v10 0/8] IMA: support for measuring kernel integrity critical data

2021-01-15 Thread Tushar Sugandhi
On 2021-01-15 4:54 a.m., Mimi Zohar wrote: On Thu, 2021-01-07 at 20:07 -0800, Tushar Sugandhi wrote: IMA measures files and buffer data such as keys, command-line arguments passed to the kernel on kexec system call, etc. While these measurements are necessary for monitoring and validating

Re: [dm-devel] [PATCH v10 0/8] IMA: support for measuring kernel integrity critical data

2021-01-15 Thread Mimi Zohar
On Thu, 2021-01-07 at 20:07 -0800, Tushar Sugandhi wrote: > IMA measures files and buffer data such as keys, command-line arguments > passed to the kernel on kexec system call, etc. While these measurements > are necessary for monitoring and validating the integrity of the system, > they are not

Re: [dm-devel] [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

2021-01-15 Thread Lakshmi Ramasubramanian
On 1/14/21 8:50 AM, Mimi Zohar wrote: On Thu, 2021-01-14 at 11:44 -0500, Mimi Zohar wrote: [Cc'ing Sasha] Hi Lakshmi, On Thu, 2021-01-14 at 08:22 -0800, Lakshmi Ramasubramanian wrote: On 1/13/21 6:49 PM, Mimi Zohar wrote: Lakshmi is trying to address the situation where an event changes a

Re: [dm-devel] [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

2021-01-15 Thread Lakshmi Ramasubramanian
On 1/13/21 6:49 PM, Mimi Zohar wrote: Hi Mimi, I remain concerned about the possibility of bypassing a measurement by tampering with the time, but I appear to be the only one who is worried about this so I'm not going to block this patch on those grounds. Acked-by: Paul Moore Thanks, Paul.

Re: [dm-devel] [dm-crypt] [PATCH] dm crypt: defer the decryption to a tasklet, when being called with interrupts disabled

2021-01-15 Thread Maciej S. Szmigiero
Hi Ignat, On 13.01.2021 20:17, Ignat Korchagin wrote: On some specific hardware on early boot we occasionally get [ 1193.920255][T0] BUG: sleeping function called from invalid context at mm/mempool.c:381 [ 1193.936616][T0] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0,

Re: [dm-devel] [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

2021-01-15 Thread Lakshmi Ramasubramanian
On 1/14/21 9:48 AM, Lakshmi Ramasubramanian wrote: On 1/14/21 8:50 AM, Mimi Zohar wrote: On Thu, 2021-01-14 at 11:44 -0500, Mimi Zohar wrote: [Cc'ing Sasha] Hi Lakshmi, On Thu, 2021-01-14 at 08:22 -0800, Lakshmi Ramasubramanian wrote: On 1/13/21 6:49 PM, Mimi Zohar wrote: Lakshmi is

Re: [dm-devel] [PATCH RFC 6/7] block: track cookies of split bios for bio-based device

2021-01-15 Thread JeffleXu
On 1/13/21 12:13 AM, Mike Snitzer wrote: > On Tue, Jan 12 2021 at 12:46am -0500, > JeffleXu wrote: > >> >> >> On 1/9/21 1:26 AM, Mike Snitzer wrote: >>> On Thu, Jan 07 2021 at 10:08pm -0500, >>> JeffleXu wrote: >>> Thanks for reviewing. On 1/8/21 6:18 AM, Mike Snitzer