[PATCH 1/2] docs: move memory hotplug description into admin-guide/mm

2018-10-04 Thread Mike Rapoport
The memory hotplug description in Documentation/memory-hotplug.txt is already formatted as ReST and can be easily added to admin-guide/mm section. While on it, slightly update formatting to make it consistent with the doc-guide. Signed-off-by: Mike Rapoport ---

[PATCH 0/2] docs: ReSTify memory-hotplug description

2018-10-04 Thread Mike Rapoport
Hi, Recently I've noticed that Documentation/memory-hotplug.txt is 1) mostly formatted 2) in a wrong place These patches split the memory-hotplug.txt to two parts: user/admin interface and memory hotplug notifier API and place these parts in the correct places, with some formatting

[PATCH 22/22] docs: add XFS metadump structure to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/auxiliary.rst |2 + .../filesystems/xfs-data-structures/metadump.rst | 72 2 files changed, 74 insertions(+) create mode 100644

[PATCH 20/22] docs: add XFS extended attributes structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|1 .../xfs-data-structures/extended_attributes.rst| 933 2 files changed, 934 insertions(+) create mode 100644

[PATCH 21/22] docs: add XFS symlink structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|1 .../xfs-data-structures/symbolic_links.rst | 140 2 files changed, 141 insertions(+) create mode 100644

[PATCH 17/22] docs: add XFS inode format to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|2 .../xfs-data-structures/ondisk_inode.rst | 558 2 files changed, 560 insertions(+) create mode 100644

[PATCH 16/22] docs: add preliminary XFS realtime rmapbt structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/internal_inodes.rst|2 .../filesystems/xfs-data-structures/rtrmapbt.rst | 230 2 files changed, 232 insertions(+) create mode 100644

[PATCH 19/22] docs: add XFS directory structure to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/directories.rst| 1688 .../filesystems/xfs-data-structures/dynamic.rst|1 2 files changed, 1689 insertions(+) create mode 100644

[PATCH 14/22] docs: add XFS log to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/globals.rst|1 .../xfs-data-structures/journaling_log.rst | 1442 2 files changed, 1443 insertions(+) create mode 100644

[PATCH 18/22] docs: add XFS data extent map doc to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/data_extents.rst | 337 .../filesystems/xfs-data-structures/dynamic.rst|1 2 files changed, 338 insertions(+) create mode 100644

[PATCH 15/22] docs: add XFS internal inodes to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/globals.rst|1 .../xfs-data-structures/internal_inodes.rst| 208 2 files changed, 209 insertions(+) create mode 100644

[PATCH 12/22] docs: add XFS reverse mapping structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst |2 .../filesystems/xfs-data-structures/rmapbt.rst | 336 2 files changed, 338 insertions(+) create mode 100644

[PATCH 11/22] docs: add XFS allocation group metadata to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst | 1381 .../filesystems/xfs-data-structures/globals.rst|1 2 files changed, 1382 insertions(+) create mode 100644

[PATCH 13/22] docs: add XFS refcount btree structure to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst |1 .../filesystems/xfs-data-structures/refcountbt.rst | 154 2 files changed, 155 insertions(+) create mode 100644

[PATCH 10/22] docs: add XFS dir/attr btree structure to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dabtrees.rst | 221 .../filesystems/xfs-data-structures/globals.rst|1 2 files changed, 222 insertions(+) create mode 100644

[PATCH 08/22] docs: add XFS testing chapter to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 + .../filesystems/xfs-data-structures/testing.rst| 25 2 files changed, 26 insertions(+) create mode 100644

[PATCH 06/22] docs: add XFS online repair chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../xfs-data-structures/reconstruction.rst | 68 2 files changed, 69 insertions(+) create mode 100644

[PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |2 .../self_describing_metadata.rst | 402 .../filesystems/xfs-self-describing-metadata.txt | 350 - 3 files changed, 404

[PATCH 04/22] docs: add XFS delayed logging design doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/delayed_logging.rst| 828 .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-delayed-logging-design.txt | 793 --- 3 files changed,

[PATCH 05/22] docs: add XFS shared data block chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-data-structures/reflink.rst| 43 2 files changed, 44 insertions(+) create mode 100644

[PATCH 09/22] docs: add XFS btrees to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/btrees.rst | 197 .../filesystems/xfs-data-structures/globals.rst|2 2 files changed, 199 insertions(+) create mode 100644

[PATCH 07/22] docs: add XFS common types and magic numbers to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/common_types.rst | 61 .../filesystems/xfs-data-structures/magic.rst | 277 .../filesystems/xfs-data-structures/overview.rst |2 3 files changed, 340

[PATCH v2 00/22] xfs-4.20: major documentation surgery

2018-10-03 Thread Darrick J. Wong
Hi all, This series converts the existing in-kernel xfs documentation to rst format, links it in with the rest of the kernel's rst documetation, and then begins pulling in the contents of the Data Structures & Algorithms book from the xfs-documentation git tree. No changes are made to the text

[PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Start adding the main TOC of the XFS data structures and algorithms book. We'll add the individual sections in later patches. Signed-off-by: Darrick J. Wong --- Documentation/conf.py |2 .../filesystems/xfs-data-structures/about.rst

[PATCH 07/22] docs: add XFS common types and magic numbers to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/common_types.rst | 61 .../filesystems/xfs-data-structures/magic.rst | 277 .../filesystems/xfs-data-structures/overview.rst |2 3 files changed, 340

[PATCH 08/22] docs: add XFS testing chapter to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 + .../filesystems/xfs-data-structures/testing.rst| 25 2 files changed, 26 insertions(+) create mode 100644

[PATCH 04/22] docs: add XFS delayed logging design doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/delayed_logging.rst| 828 .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-delayed-logging-design.txt | 793 --- 3 files changed,

[PATCH 06/22] docs: add XFS online repair chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../xfs-data-structures/reconstruction.rst | 68 2 files changed, 69 insertions(+) create mode 100644

[PATCH 05/22] docs: add XFS shared data block chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-data-structures/reflink.rst| 43 2 files changed, 44 insertions(+) create mode 100644

[PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Start adding the main TOC of the XFS data structures and algorithms book. We'll add the individual sections in later patches. Signed-off-by: Darrick J. Wong --- Documentation/conf.py |2 .../filesystems/xfs-data-structures/about.rst

[PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |2 .../self_describing_metadata.rst | 402 .../filesystems/xfs-self-describing-metadata.txt | 350 - 3 files changed, 404

[PATCH v2 00/22] xfs-4.20: major documentation surgery

2018-10-03 Thread Darrick J. Wong
Hi all, This series converts the existing in-kernel xfs documentation to rst format, links it in with the rest of the kernel's rst documetation, and then begins pulling in the contents of the Data Structures & Algorithms book from the xfs-documentation git tree. No changes are made to the text

[no subject]

2018-10-01 Thread Rev. Luke
Confidential! Open the attached for details letter.rtf Description: RTF file

Re: [PATCH v5 00/15] Compiler Attributes

2018-09-30 Thread Miguel Ojeda
Hi Sedat, On Mon, Sep 24, 2018 at 10:46 AM Sedat Dilek wrote: > > [ Please CC me I am not subcribed to this ML ] > > Quote from : > > Tested-by: Sedat Dilek (against Linux > v4.19-rc5 and built with LLVM/Clang v7) Thanks a lot for testing! Which

Reminder,

2018-09-26 Thread Juliet Muhammad
Hello Please i still await your response regarding my previous email.

[PATCH v5 00/15] Compiler Attributes

2018-09-24 Thread Sedat Dilek
[ Please CC me I am not subcribed to this ML ] Quote from : The Compiler Attributes series is an effort to disentangle the include/linux/compiler*.h headers and bring them up to date. The main idea behind the series is to use feature checking macros (i.e.

[PATCH] Modify Code of Conduct

2018-09-20 Thread Michael Vlahos
to make it more applicaple to real world software develoment by making it focus on software and dephasizing contributor's personal traits. The changes also attempt reduce the Code of Conduct's potential for abuse by people of any agenda who would seek to use it for a power grab. Signed-off-by:

Re: [PATCH] doc: Fix acronym "FEKEK" in ecryptfs

2018-09-20 Thread Jonathan Corbet
On Mon, 17 Sep 2018 11:34:48 +0200 Felix Eckhofer wrote: > "FEFEK" was incorrectly used as acronym for "File Encryption Key > Encryption Key". This replaces all occurences with "FEKEK". > > Signed-off-by: Felix Eckhofer > --- > Documentation/security/keys/ecryptfs.rst | 8 > 1 file

Re: [PATCH] Documentation: filesystems: remove reminiscences of POHMELFS

2018-09-20 Thread Evgeniy Polyakov
20.09.2018, 16:11, "Greg Kroah-Hartman" : >>  Since likely any delopment of the filesystem is halted, the change removes >>  the abandoned POHMELFS documentation from the kernel tree. >> >>  Signed-off-by: Vladimir Zapolskiy > > I've taken this through the staging tree as that is where this

Re: [PATCH] Documentation: filesystems: remove reminiscences of POHMELFS

2018-09-20 Thread Greg Kroah-Hartman
On Wed, Sep 12, 2018 at 03:44:19PM +0300, Vladimir Zapolskiy wrote: > The POHMELFS filesystem was removed in 2012 by commit 67435319866f8 > ("staging: pohmelfs: remove drivers/staging/pohmelfs") promising that > a newer version will be included to the kernel, but unfortunately > it didn't happen.

Re: [PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)

2018-09-19 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Mon, 17 Sep 2018 10:29:39 +0200: > On Sat, 15 Sep 2018 19:54:40 +0200 > Miquel Raynal wrote: > > > Hi Boris, > > > > Boris Brezillon wrote on Fri, 7 Sep 2018 > > 00:38:32 +0200: > > > > > Hello, > > > > > > This is the 2nd batch of API cleanup

Hello Friend

2018-09-19 Thread Danny Chan
Dear, I am working in financial firm in Asia. I have a business to transfer the sum of $19.000.000.00 of abandon fund in my office. If you are,interested in the transaction reply on my email for more details. Best Regards, Danny Chan.

[PATCH] doc: Fix acronym "FEKEK" in ecryptfs

2018-09-17 Thread Felix Eckhofer
"FEFEK" was incorrectly used as acronym for "File Encryption Key Encryption Key". This replaces all occurences with "FEKEK". Signed-off-by: Felix Eckhofer --- Documentation/security/keys/ecryptfs.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)

2018-09-17 Thread Boris Brezillon
On Sat, 15 Sep 2018 19:54:40 +0200 Miquel Raynal wrote: > Hi Boris, > > Boris Brezillon wrote on Fri, 7 Sep 2018 > 00:38:32 +0200: > > > Hello, > > > > This is the 2nd batch of API cleanup patches. This time we move > > deprecated hooks/fields to the nand_legacy struct, and then move some >

Re: [PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)

2018-09-15 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Fri, 7 Sep 2018 00:38:32 +0200: > Hello, > > This is the 2nd batch of API cleanup patches. This time we move > deprecated hooks/fields to the nand_legacy struct, and then move some > of the code found in nand_base.c into separate source/header files. > >

Re: [PATCH] Documentation: fix image_size default value

2018-09-14 Thread Rafael J. Wysocki
On Saturday, September 1, 2018 6:51:15 AM CEST Vladimir D. Seleznev wrote: > This commit updates the default value of /sys/power/image_size in > the documentation. > > Since ac5c24ec1e983313ef0015258fba6f630e54e7cn the `image_size' value is > set to about 2/5 of RAM, according to

[PATCH] Documentation: fix image_size default value

2018-09-12 Thread Vladimir D. Seleznev
This commit updates the default value of /sys/power/image_size in the documentation. Since ac5c24ec1e983313ef0015258fba6f630e54e7cn the `image_size' value is set to about 2/5 of RAM, according to kernel/power/snapshot.c: image_size = ((totalram_pages * 2) / 5) * PAGE_SIZE; but this

[PATCH] Documentation: filesystems: remove reminiscences of POHMELFS

2018-09-12 Thread Vladimir Zapolskiy
The POHMELFS filesystem was removed in 2012 by commit 67435319866f8 ("staging: pohmelfs: remove drivers/staging/pohmelfs") promising that a newer version will be included to the kernel, but unfortunately it didn't happen. Since likely any delopment of the filesystem is halted, the change removes

Re: nodocs in 4.19-rcX

2018-09-11 Thread Randy Dunlap
On 9/11/18 8:25 AM, Jonathan Corbet wrote: > On Mon, 10 Sep 2018 15:51:20 -0700 > Randy Dunlap wrote: > >> 4.19-rc contains some users of :nodocs: but that is not recognized yet, >> so we get: >> >> lnx-419-rc3/Documentation/core-api/boot-time-mm.rst:78: ERROR: Error in >> "kernel-doc"

Re: nodocs in 4.19-rcX

2018-09-11 Thread Jonathan Corbet
On Mon, 10 Sep 2018 15:51:20 -0700 Randy Dunlap wrote: > 4.19-rc contains some users of :nodocs: but that is not recognized yet, > so we get: > > lnx-419-rc3/Documentation/core-api/boot-time-mm.rst:78: ERROR: Error in > "kernel-doc" directive: > unknown option: "nodocs". > > .. kernel-doc::

nodocs in 4.19-rcX

2018-09-10 Thread Randy Dunlap
Hi Jonathan, 4.19-rc contains some users of :nodocs: but that is not recognized yet, so we get: lnx-419-rc3/Documentation/core-api/boot-time-mm.rst:78: ERROR: Error in "kernel-doc" directive: unknown option: "nodocs". .. kernel-doc:: mm/bootmem.c :nodocs:

Re: [PATCH 2/2] MAINTAINERS: add i2c to the excludes for Documentation

2018-09-09 Thread Jonathan Corbet
On Fri, 7 Sep 2018 12:30:22 +0200 Wolfram Sang wrote: > I'll handle these myself but thanks for providing the fallback! > > Signed-off-by: Wolfram Sang > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2698ee553008..39c39dd6fba6

[PATCH 2/2] MAINTAINERS: add i2c to the excludes for Documentation

2018-09-07 Thread Wolfram Sang
I'll handle these myself but thanks for providing the fallback! Signed-off-by: Wolfram Sang --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2698ee553008..39c39dd6fba6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4487,6 +4487,7 @@ F:

Re: [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c

2018-09-07 Thread Boris Brezillon
On Fri, 7 Sep 2018 10:40:44 +0200 Ladislav Michl wrote: > Hi Boris, > > this patchseries is really amazing clean up. Thank you! I'm glad I'm not the only one to find it useful :-). > > On Fri, Sep 07, 2018 at 12:38:51AM +0200, Boris Brezillon wrote: > > This moves ONFI related code to

Re: [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c

2018-09-07 Thread Ladislav Michl
Hi Boris, this patchseries is really amazing clean up. Thank you! On Fri, Sep 07, 2018 at 12:38:51AM +0200, Boris Brezillon wrote: > This moves ONFI related code to nand_onfi.c and ONFI related > struct/macros to include/linux/mtd/onfi.h. Seems above commit log comes from previous patch.

[PATCH 08/19] mtd: rawnand: Deprecate ->{set,get}_features() hooks

2018-09-06 Thread Boris Brezillon
Those hooks should be replaced by a proper ->exec_op() implementation. Move them to the nand_legacy struct to make it clear. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c | 4 +- drivers/mtd/nand/raw/cafe_nand.c | 4 +-

[PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c

2018-09-06 Thread Boris Brezillon
This moves ONFI related code to nand_onfi.c and ONFI related struct/macros to include/linux/mtd/onfi.h. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/Makefile | 1 + drivers/mtd/nand/raw/internals.h | 3 + drivers/mtd/nand/raw/nand_base.c | 98

[PATCH 12/19] mtd: rawnand: Get rid of the duplicate nand_chip forward declaration

2018-09-06 Thread Boris Brezillon
There's already a forward declaration of nand_chip at the beginning of the file. Get rid of this one. Signed-off-by: Boris Brezillon --- include/linux/mtd/rawnand.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index

[PATCH 03/19] mtd: rawnand: Deprecate ->{read,write}_{byte,buf}() hooks

2018-09-06 Thread Boris Brezillon
All those hooks have been replaced by ->exec_op(). Move them to the nand_legacy struct. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/ams-delta.c | 6 +-- drivers/mtd/nand/raw/atmel/nand-controller.c | 8 ++-- drivers/mtd/nand/raw/au1550nd.c | 6

[PATCH 18/19] mtd: rawnand: Move ONFI code to nand_onfi.c

2018-09-06 Thread Boris Brezillon
This moves ONFI related code to nand_onfi.c and ONFI related struct/macros to include/linux/mtd/onfi.h. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/Makefile| 1 + drivers/mtd/nand/raw/internals.h | 7 + drivers/mtd/nand/raw/nand_base.c | 296

[PATCH 17/19] mtd: rawnand: Move legacy code to nand_legacy.c

2018-09-06 Thread Boris Brezillon
Allows us to move a few hundred lines of deprecated code out of the core file which is quite big. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/Makefile | 2 +- drivers/mtd/nand/raw/internals.h | 6 + drivers/mtd/nand/raw/nand_base.c | 618

[PATCH 05/19] mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()

2018-09-06 Thread Boris Brezillon
Those hooks have been replaced by ->exec_op(). Move them to the nand_legacy struct. Signed-off-by: Boris Brezillon --- Documentation/driver-api/mtdnand.rst | 4 +-- drivers/mtd/nand/raw/ams-delta.c | 4 +-- drivers/mtd/nand/raw/atmel/nand-controller.c | 8

[PATCH 07/19] mtd: rawnand: Deprecate ->erase()

2018-09-06 Thread Boris Brezillon
The ->erase() hook have been overloaded by some drivers for bad reasons: either the driver was not fitting in the NAND framework and should have been an MTD driver (docg4), or the driver uses a specific path for the ERASE operation (denali), instead of implementing it generically. In any case, we

[PATCH 09/19] mtd: rawnand: Deprecate ->chip_delay

2018-09-06 Thread Boris Brezillon
The wait timeouts and delays are directly extracted from the NAND timings and ->chip_delay is only used in legacy path, so let's move it to the nand_legacy struct to make it clear. Signed-off-by: Boris Brezillon --- Documentation/driver-api/mtdnand.rst | 2 +-

[PATCH 10/19] mtd: rawnand: Move function prototypes after struct declarations

2018-09-06 Thread Boris Brezillon
Move nand_scan[_with_ids]() and nand_wait_ready() at the end of the file where all function prototype lies. This will also allow us to get rid of the nand_flash_dev forward declaration. Signed-off-by: Boris Brezillon --- include/linux/mtd/rawnand.h | 24 1 file changed,

[PATCH 15/19] mtd: rawnand: Inline onfi_get_async_timing_mode()

2018-09-06 Thread Boris Brezillon
onfi_get_async_timing_mode() is only used in one place inside nand_base.c. Let's inline the code and kill the helper. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/nand_base.c | 5 +++-- include/linux/mtd/rawnand.h | 9 - 2 files changed, 3 insertions(+), 11 deletions(-)

[PATCH 13/19] mtd: rawnand: Get rid of a few unused definitions

2018-09-06 Thread Boris Brezillon
Those definitions are not used, let's remove them. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/nand_timings.c | 14 -- include/linux/mtd/rawnand.h | 8 2 files changed, 22 deletions(-) diff --git a/drivers/mtd/nand/raw/nand_timings.c

[PATCH 06/19] mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks

2018-09-06 Thread Boris Brezillon
Those hooks have been overloaded by some drivers for bad reasons: either the driver was not fitting in the NAND framework and should have been an MTD driver (docg4), or it was not properly implementing the OOB read/write request or had a weird layout where BBM are trashed. In any case, we should

[PATCH 16/19] mtd: rawnand: Keep all internal stuff private

2018-09-06 Thread Boris Brezillon
A lot of things defined in rawnand.h should not be exposed to NAND controller drivers and should only be shared by core files. Create the drivers/mtd/nand/rawn/internals.h header to store such definitions, and move all private defs to this header. Also remove EXPORT_SYMBOLS() on functions that

[PATCH 14/19] mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h

2018-09-06 Thread Boris Brezillon
platform_nand_xxx definitions are just used by the plat_nand driver. Let's move those definitions out of the core/driver-agnostic rawnand.h header. Signed-off-by: Boris Brezillon --- arch/arm/mach-ep93xx/snappercl15.c | 3 +- arch/arm/mach-ep93xx/ts72xx.c | 3 +-

[PATCH 11/19] mtd: rawnand: Get rid of nand_flash_dev forward declation

2018-09-06 Thread Boris Brezillon
nand_scan[with_ids]() have been moved at the end of the file. We can now get rid of of the nand_flash_dev forward declaration. Signed-off-by: Boris Brezillon --- include/linux/mtd/rawnand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/mtd/rawnand.h

[PATCH 04/19] mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()

2018-09-06 Thread Boris Brezillon
Those hooks have been replaced by ->exec_op(). Move them to the nand_legacy struct. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/ams-delta.c | 2 +- drivers/mtd/nand/raw/atmel/nand-controller.c | 4 +- drivers/mtd/nand/raw/au1550nd.c | 2 +-

[PATCH 02/19] mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R,W} there

2018-09-06 Thread Boris Brezillon
We regularly have new NAND controller drivers that are making use of fields/hooks that we want to get rid of but can't because of all the legacy drivers that we might break if we do. So, instead of removing those fields/hooks, let's move them to a sub-struct which is clearly documented as

[PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R,W} to NULL when unused

2018-09-06 Thread Boris Brezillon
There's no point in poisoning the ->IO_ADDR_{R,W}, a NULL pointer is just as good to detect unexpected ->IO_ADDR_{R,W} usage. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 3 --- drivers/mtd/nand/raw/socrates_nand.c | 4 2 files changed, 7 deletions(-)

[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)

2018-09-06 Thread Boris Brezillon
Hello, This is the 2nd batch of API cleanup patches. This time we move deprecated hooks/fields to the nand_legacy struct, and then move some of the code found in nand_base.c into separate source/header files. With this new organization, new comers should more easily identify the bits they can

[PATCH] Documentation: fix image_size default value

2018-08-31 Thread Vladimir D. Seleznev
This commit updates the default value of /sys/power/image_size in the documentation. Since ac5c24ec1e983313ef0015258fba6f630e54e7cn the `image_size' value is set to about 2/5 of RAM, according to kernel/power/snapshot.c: image_size = ((totalram_pages * 2) / 5) * PAGE_SIZE; but this

YOUR PRODUCT

2018-08-27 Thread Rafaa Esawi
Greetings, We are rebuilding Iraq after years of conflicts and we are inviting you to take up contracts. We are determined to purchase your products in large quantities, for use in all over our 18 governorates(provinces) as the task of re-building Iraq covers every single sectormand facet of

TRADING ACCOUNT

2018-08-25 Thread KELLY ALAN
Dear sir , I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our Company specialised in Supplying computer hardware and Electronic .We want to extend our supplier list because of concurrency in prices on the international market. We are seeking a supplier with whom we can to

Re: Italian translations and broken links

2018-08-24 Thread Jonathan Corbet
On Fri, 24 Aug 2018 13:51:18 +0200 Federico Vaga wrote: > Since there are many documents, this take time and perhaps we can already > push > the ones which are ready. > > My big dilemma is (which is more general): what about broken references? Do > we > keep broken links which we know they

Italian translations and broken links

2018-08-24 Thread Federico Vaga
Hi Jon, just one question about how do you prefer us to proceed. We are translating the process directory. My idea was to complete it and then push it. This because the documents in here have links to other documents in the same directory. In order to cleanly build it I wanted to translate the

Re: Italian translations and broken links

2018-08-24 Thread Federico Vaga
Answer to this email address, I did a mistake :) On Friday, August 24, 2018 1:51:18 PM CEST Federico Vaga wrote: > Hi Jon, > > just one question about how do you prefer us to proceed. We are translating > the process directory. > My idea was to complete it and then push it. This because the

Re: [PATCH v2 0/5] FireWire: clean up kernel-doc, add Documentation chapter

2018-08-18 Thread Randy Dunlap
On 06/16/2018 04:55 PM, Randy Dunlap wrote: > On 04/15/2018 07:10 PM, Takashi Sakamoto wrote: >> Hi, >> >> On Apr 14 2018 10:27, Randy Dunlap wrote: >>> This patch series cleans up kernel-doc warnings in several >>> FireWire source files and then adds a Documentation driver-api >>> chapter for

Re: [PATCH] Remove gendered language from management style documentation

2018-08-10 Thread Jonathan Corbet
On Tue, 7 Aug 2018 19:47:51 +0100 Fox Foster wrote: > This small commit replaces gendered pronouns for neutral ones. > > Signed-off-by: Fox Foster Applied, thanks. jon

[PATCH] Remove gendered language from management style documentation

2018-08-07 Thread Fox Foster
This small commit replaces gendered pronouns for neutral ones. Signed-off-by: Fox Foster --- Documentation/process/management-style.rst | 25 +++--- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Documentation/process/management-style.rst

Re: [PATCH v2] scripts/kernel-doc: Escape all literal braces in regexes

2018-08-06 Thread Jonathan Corbet
On Sun, 5 Aug 2018 17:41:09 +0100 Ben Hutchings wrote: > Commit 720ac2ef479d ("PATCH scripts/kernel-doc") fixed the two > instances of literal braces that Perl 5.28 warns about, but there are > still more than it doesn't warn about. > > Escape all left braces that are treated as literal

Re: Bug#905116: [PATCH v2] scripts/kernel-doc: Escape all literal braces in regexes

2018-08-06 Thread Ben Hutchings
On Mon, 2018-08-06 at 07:14 -0600, Jonathan Corbet wrote: > On Sun, 5 Aug 2018 17:41:09 +0100 > Ben Hutchings wrote: > > > Commit 720ac2ef479d ("PATCH scripts/kernel-doc") fixed the two > > instances of literal braces that Perl 5.28 warns about, but there are > > still more than it doesn't warn

Hello,Your Response Is Needed Urgently

2018-08-06 Thread Craig Donaldson
-- Hello I am Craig Donaldson, the personal account office to our late customer with our Bank Name Withheld for security reasons, a national of your country, who used to work with Shell Oil - development company in here in UK as a contractor. On the 21st of April 2016, my client, his wife and

Re: [PATCH v2] scripts/kernel-doc: Escape all literal braces in regexes

2018-08-06 Thread Jonathan Corbet
On Sun, 5 Aug 2018 17:41:09 +0100 Ben Hutchings wrote: > Commit 720ac2ef479d ("PATCH scripts/kernel-doc") fixed the two > instances of literal braces that Perl 5.28 warns about, but there are > still more than it doesn't warn about. So where can I find this commit of which you speak? I can't

[PATCH v2] scripts/kernel-doc: Escape all literal braces in regexes

2018-08-05 Thread Ben Hutchings
Commit 720ac2ef479d ("PATCH scripts/kernel-doc") fixed the two instances of literal braces that Perl 5.28 warns about, but there are still more than it doesn't warn about. Escape all left braces that are treated as literal characters. Also escape literal right braces, for consistency and to

[PATCH] scripts/kernel-doc: Escape all literal braces in regexes

2018-08-05 Thread Ben Hutchings
Braces are usually metacharacters in regexes, used to specify a number of repetitions or as part of an escape sequence. If this interpretation is not possible then Perl currently treats them as literal characters. Perl 5.28 has deprecated the literal interpretation of left braces, and Perl 5.32

Re: [PATCH v1] doc: translation for block queue into Chinese

2018-08-02 Thread Jonathan Corbet
On Fri, 27 Jul 2018 10:41:19 +0800 Norman wrote: > Translate block/queue-sysfs.txt into Chinese > > Signed-off-by: Norman Kern Unfortunately, this patch has been white-space mangled by your mailer. Please fix your mailer (Documentation/process/email-clients.rst has useful hints to that end)

[no subject]

2018-07-28 Thread Andrew Martinez
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere Informationen Do you need a loan of any kind? If Yes email us now for more info

[no subject]

2018-07-28 Thread Andrew Martinez
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere Informationen Do you need a loan of any kind? If Yes email us now for more info

[PATCH v1] doc: translation for block queue into Chinese

2018-07-26 Thread Norman
Translate block/queue-sysfs.txt into Chinese Signed-off-by: Norman Kern ---  .../translations/zh_CN/block/queue-sysfs.txt   | 205 +  1 file changed, 205 insertions(+)  create mode 100644 Documentation/translations/zh_CN/block/queue-sysfs.txt diff --git

Re: [PATCH] zh_CN:translation for block queue into Chinese

2018-07-24 Thread Norman
Hi, Jonathan I didn't mean to translate it into markdown, I just feel it looks better in markdown. I pay more attention on the contents but not the format and I just want to translate all block module docs into Chinese. I'll convert the format into plain text format and resend. Thanks for your

Re: [PATCH] zh_CN:translation for block queue into Chinese

2018-07-23 Thread Jonathan Corbet
On Fri, 20 Jul 2018 10:27:06 +0800 Norman wrote: > Translate block/queue-sysfs.txt into Chinese > > Signed-off-by: Norman Kern > --- >  .../translations/zh_CN/block/queue-sysfs.md    | 205 > + So...are you translating this into markdown format? Please don't do that,

Hello Beautiful

2018-07-22 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think

Re: [RFC PATCH 00/13] ext4: major documentation surgery

2018-07-21 Thread Theodore Y. Ts'o
On Sat, Jul 21, 2018 at 11:19:54AM -0700, Darrick J. Wong wrote: > > I pondered that -- maybe leave all the ext4 stuff clustered together, > but link to it from the actual user/admin guide section? > Yeah, I think it makes keep the ext4 (and in the future, xfs, btrfs, f2fs, etc.) files clustered

Re: [RFC PATCH 00/13] ext4: major documentation surgery

2018-07-21 Thread Darrick J. Wong
On Sat, Jul 21, 2018 at 10:19:46AM -0400, Theodore Y. Ts'o wrote: > On Tue, Jul 10, 2018 at 10:16:42AM -0700, Darrick J. Wong wrote: > > Hi all, > > > > This series converts the existing in-kernel ext4 documentation to rst > > format, links it in with the rest of the kernel's rst documetation,

RE: MY NAME IS MRS BELLA YOSTIN MOHAMMAD

2018-07-21 Thread Mrs Bella Yostin Mohammad
Hello Dear. My Name is Mrs. Bella Yostin Mohammad, I got your contact from a business directory search and I decided to contact you directly. well am originally from South Africa, but based in London, i am searching for a reliable and honest and understanding person to go into partnership in

<    1   2   3   4   5   6   7   8   9   10   >