Re: [PATCH] um: prctl: Do not include linux/ptrace.h

2013-08-25 Thread David Oberhollenzer
Tested-by: David Oberhollenzer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] UBI: power cut emulation for testing

2015-01-28 Thread david . oberhollenzer
From: David Oberhollenzer Emulate random power cuts by switching device to ro after a number of writes to allow simple power cut testing with nand-sim. Maximum and minimum number of successful writes before power cut and what kind of writes (EC header, VID header or none) to interrupt

[PATCH V2] UBI: power cut emulation for testing

2015-03-26 Thread david . oberhollenzer
-by: David Oberhollenzer --- V2: Remove broken check to prevent multiple triggering --- drivers/mtd/ubi/debug.c | 89 +++-- drivers/mtd/ubi/debug.h | 2 ++ drivers/mtd/ubi/io.c| 6 drivers/mtd/ubi/ubi.h | 25 ++ 4 files changed

Re: [PATCH 4/4] UBI: Implement bitrot checking

2015-04-08 Thread David Oberhollenzer
Reviewed-by: David Oberhollenzer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] UBI: power cut emulation for testing

2015-02-01 Thread david . oberhollenzer
From: David Oberhollenzer Emulate random power cuts by switching device to ro after a number of writes to allow simple power cut testing with nand-sim. Maximum and minimum number of successful writes before power cut and what kind of writes (EC header, VID header or none) to interrupt

Re: [PATCH mtd-utils] ubi-tests: io_read: Filter invalid offset value before 'lseek' in io_read test

2019-06-17 Thread David Oberhollenzer
Applied to mtd-utils.git master. Thanks, David

Re: [PATCH mtd-utils] ubi-tests: fm_param: Replace 'fm_auto' with 'fm_autoconvert'

2019-06-17 Thread David Oberhollenzer
Applied to mtd-utils.git master. Thanks, David

Re: [PATCH mtd-utils] ubi-tests: mkvol test: Checks return value 'ENOSPC' for 'ubi_mkvol'

2019-06-17 Thread David Oberhollenzer
Applied to mtd-utils.git master. Thanks, David

Re: [PATCH mtd-utils] ubi-tests: ubi_mkvol_request: Fully initialize 'struct ubi_mkvol_request req'

2019-06-17 Thread David Oberhollenzer
Applied to mtd-utils.git master. Thanks, David

Re: [PATCH 4/5] libubigen: Maintain a eraseblock association table

2018-05-15 Thread David Oberhollenzer
On 05/14/2018 01:25 PM, Richard Weinberger wrote: > @@ -229,6 +234,12 @@ int ubigen_write_volume(const struct ubigen_info *ui, > memset(outbuf + ui->data_offs + len, 0xFF, > ui->peb_size - ui->data_offs - len); > > + vi->eba[lnum] = lseek(out, 0, SEE

Re: [PATCH] ubifs: Return -ENOKEY from rename if encryption keys are missing

2017-04-26 Thread David Oberhollenzer
On 04/25/2017 07:54 PM, Eric Biggers wrote: > Did you test that this change actually does anything? Unlike ext4 and f2fs, > ubifs calls fscrypt_setup_filename() from its rename methods rather than > through > a helper function ${FS}_find_entry(). Therefore it's able to pass in > lookup=0, > whi

Re: [PATCH] ubifs: Return -ENOKEY from rename if encryption keys are missing

2017-04-27 Thread David Oberhollenzer
Hi Eric, On 04/27/2017 12:52 AM, Eric Biggers wrote: > Hi David, > > On Wed, Apr 26, 2017 at 01:48:10PM +0200, David Oberhollenzer wrote: >> On 04/25/2017 07:54 PM, Eric Biggers wrote: >>> Did you test that this change actually does anything? Unlike ext4 a

Re: [PATCH v2] ubifs: compress lines for immediate return

2016-09-05 Thread David Oberhollenzer
On 09/05/2016 08:54 AM, Heiko Schocher wrote: > diff --git a/fs/ubifs/budget.c b/fs/ubifs/budget.c > index 11a11b3..48d6851 100644 > --- a/fs/ubifs/budget.c > +++ b/fs/ubifs/budget.c > @@ -77,7 +77,7 @@ static void shrink_liability(struct ubifs_info *c, int > nr_to_write) > */ > static int run_

Re: [PATCH 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem

2016-10-18 Thread David Oberhollenzer
On 10/18/2016 09:15 PM, Boris Brezillon wrote: > On Tue, 18 Oct 2016 11:46:51 -0700 > Brian Norris wrote: > >> + others >> >> On Tue, Oct 18, 2016 at 06:15:23PM +0200, Richard Weinberger wrote: >>> On 18.10.2016 17:55, Cyrille Pitchen wrote: Le 18/10/2016 à 17:30, Richard Weinberger a écri

Re: [PATCH] ubi: Reject MLC NAND

2018-03-06 Thread David Oberhollenzer
On 03/07/2018 12:18 AM, Pavel Machek wrote: > Now... Yes, handling flash is hard, MLC NAND is worst of the > bunch. But... > MLC is not just more flimsy than SLC NAND. The real problem is that on MLC NAND, pages come in pairs. Multiple voltage levels inside a single, physical memory cell are use