Re: [PATCH v4 13/16] block: sed-opal: check size of shadow mbr

2019-02-11 Thread Derrick, Jonathan
On Sun, 2019-02-10 at 21:05 +0100, David Kozub wrote: > On Fri, 8 Feb 2019, Derrick, Jonathan wrote: > > > On Fri, 2019-02-01 at 21:50 +0100, David Kozub wrote: > > > From: Jonas Rabenstein > > > > > > Check whether the shadow mbr does fit in the provided space on > > > the > > > target. Also a

Re: [PATCH v4 13/16] block: sed-opal: check size of shadow mbr

2019-02-10 Thread David Kozub
On Fri, 8 Feb 2019, Derrick, Jonathan wrote: On Fri, 2019-02-01 at 21:50 +0100, David Kozub wrote: From: Jonas Rabenstein Check whether the shadow mbr does fit in the provided space on the target. Also a proper firmware should handle this case and return an error we may prevent problems or ev

Re: [PATCH v4 13/16] block: sed-opal: check size of shadow mbr

2019-02-08 Thread Derrick, Jonathan
On Fri, 2019-02-01 at 21:50 +0100, David Kozub wrote: > From: Jonas Rabenstein > > Check whether the shadow mbr does fit in the provided space on the > target. Also a proper firmware should handle this case and return an > error we may prevent problems or even damage with crappy firmwares. > > S

[PATCH v4 13/16] block: sed-opal: check size of shadow mbr

2019-02-01 Thread David Kozub
From: Jonas Rabenstein Check whether the shadow mbr does fit in the provided space on the target. Also a proper firmware should handle this case and return an error we may prevent problems or even damage with crappy firmwares. Signed-off-by: Jonas Rabenstein Reviewed-by: Scott Bauer --- block