[PATCH 2/2] doc:it_IT: rephrase statement

2019-07-18 Thread Federico Vaga
The statement sounds more like a literal translation Signed-off-by: Federico Vaga --- Documentation/translations/it_IT/doc-guide/sphinx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/translations/it_IT/doc-guide/sphinx.rst b/Documentation/translation

[PATCH 1/2] doc:it_IT: align translation to mainline

2019-07-18 Thread Federico Vaga
The patch translates the following patches in Italian: d9d7c0c497b8 docs: Note that :c:func: should no longer be used 83e8b971f81c sphinx.rst: Add note about code snippets embedded in the text cca5e0b8a430 Documentation: PGP: update for newer HW devices Signed-off-by: Federico Vaga --- .../tran

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Will Deacon
On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: > Provide more information about how to interact with the linux-distros > mailing list for disclosing security bugs. > > Reference the linux-distros list policy and clarify that the reporter > must read and understand those policies as t

Re: [PATCH] docs/vm: transhuge: fix typo in madvise reference

2019-07-18 Thread Mike Rapoport
On Tue, Jul 16, 2019 at 10:49:08AM -0400, Jeremy Cline wrote: > Fix an off-by-one typo in the transparent huge pages admin > documentation. > > Signed-off-by: Jeremy Cline Acked-by: Mike Rapoport > --- > Documentation/admin-guide/mm/transhuge.rst | 2 +- > 1 file changed, 1 insertion(+), 1 de

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Solar Designer
On Thu, Jul 18, 2019 at 10:40:58AM +0100, Will Deacon wrote: > On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: > > Provide more information about how to interact with the linux-distros > > mailing list for disclosing security bugs. > > > > Reference the linux-distros list policy and c

Using rst2pdf for PDF output - Was: Re: [PATCH 0/5] PDF output fixes

2019-07-18 Thread Mauro Carvalho Chehab
Em Sat, 13 Jul 2019 00:41:25 -0300 Mauro Carvalho Chehab escreveu: > Em Fri, 12 Jul 2019 19:27:05 -0300 > Mauro Carvalho Chehab escreveu: > > > Em Fri, 12 Jul 2019 14:19:21 -0600 > > Jonathan Corbet escreveu: > > > > > Can't you just make rst2pdf work instead? :) > > > > Well, we can try.

Re: Using rst2pdf for PDF output - Was: Re: [PATCH 0/5] PDF output fixes

2019-07-18 Thread Markus Heiser
Am 18.07.19 um 19:46 schrieb Mauro Carvalho Chehab: Em Sat, 13 Jul 2019 00:41:25 -0300 Mauro Carvalho Chehab escreveu: Em Fri, 12 Jul 2019 19:27:05 -0300 Mauro Carvalho Chehab escreveu: Em Fri, 12 Jul 2019 14:19:21 -0600 Jonathan Corbet escreveu: Can't you just make rst2pdf work inste

Re: [PATCH v2 08/11] kbuild: create *.mod with full directory path and remove MODVERDIR

2019-07-18 Thread Joe Lawrence
On 7/17/19 1:21 AM, Masahiro Yamada wrote: Hi Masahiro, I'm following this patchset changes as they will affect the klp-convert series [1] that the livepatching folks have been working on... Empty files .tmp_versions/*.livepatch are touched to keep track of 'LIVEPATCH_* := y', right? Pretty

Re: [PATCH v2 2/2] f2fs: Support case-insensitive file name lookups

2019-07-18 Thread Daniel Rosenberg
On 7/17/19 3:11 AM, Chao Yu wrote: We need to add one more entry f2fs_fsflags_map[] to map F2FS_CASEFOLD_FL to FS_CASEFOLD_FL correctly and adapt F2FS_GETTABLE_FS_FL/F2FS_SETTABLE_FS_FL as well. I don't see FS_CASEFOLD_FL. It would make sense for it to exist, but unless it's in some recent

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Kees Cook
On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: > Provide more information about how to interact with the linux-distros > mailing list for disclosing security bugs. > > Reference the linux-distros list policy and clarify that the reporter > must read and understand those policies as t

[PATCH v3 0/2] Casefolding in F2FS

2019-07-18 Thread Daniel Rosenberg
These patches are largely based on the casefolding patches for ext4 v3: Addressed feedback, apart from F2FS_CASEFOLD_FL/FS_CASEFOLD_FL Added sysfs file "encoding" to see the encoding set on a filesystem v2: Rebased patches again master, changed f2fs_msg to f2fs_info/f2fs_err Daniel Rosenberg

[PATCH v3 1/2] f2fs: include charset encoding information in the superblock

2019-07-18 Thread Daniel Rosenberg
Add charset encoding to f2fs to support casefolding. It is modeled after the same feature introduced in commit c83ad55eaa91 ("ext4: include charset encoding information in the superblock") Currently this is not compatible with encryption, similar to the current ext4 imlpementation. This will chang

[PATCH v3 2/2] f2fs: Support case-insensitive file name lookups

2019-07-18 Thread Daniel Rosenberg
Modeled after commit b886ee3e778e ("ext4: Support case-insensitive file name lookups") """ This patch implements the actual support for case-insensitive file name lookups in f2fs, based on the feature bit and the encoding stored in the superblock. A filesystem that has the casefold feature set is

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Sasha Levin
On Thu, Jul 18, 2019 at 03:00:55PM -0700, Kees Cook wrote: On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: Provide more information about how to interact with the linux-distros mailing list for disclosing security bugs. Reference the linux-distros list policy and clarify that the r

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Kees Cook
On Thu, Jul 18, 2019 at 08:39:19PM -0400, Sasha Levin wrote: > On Thu, Jul 18, 2019 at 03:00:55PM -0700, Kees Cook wrote: > > On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: > > > Provide more information about how to interact with the linux-distros > > > mailing list for disclosing se

Re: [PATCH v2 2/2] f2fs: Support case-insensitive file name lookups

2019-07-18 Thread Chao Yu
On 2019/7/19 5:31, Daniel Rosenberg wrote: > > On 7/17/19 3:11 AM, Chao Yu wrote: >> We need to add one more entry f2fs_fsflags_map[] to map F2FS_CASEFOLD_FL to >> FS_CASEFOLD_FL correctly and adapt F2FS_GETTABLE_FS_FL/F2FS_SETTABLE_FS_FL >> as well. > > I don't see FS_CASEFOLD_FL. It would make

Re: [PATCH v3 2/2] f2fs: Support case-insensitive file name lookups

2019-07-18 Thread Chao Yu
On 2019/7/19 8:03, Daniel Rosenberg wrote: > Modeled after commit b886ee3e778e ("ext4: Support case-insensitive file > name lookups") > > """ > This patch implements the actual support for case-insensitive file name > lookups in f2fs, based on the feature bit and the encoding stored in the > super

Re: [PATCH v3 1/2] f2fs: include charset encoding information in the superblock

2019-07-18 Thread Chao Yu
On 2019/7/19 8:03, Daniel Rosenberg wrote: > Add charset encoding to f2fs to support casefolding. It is modeled after > the same feature introduced in commit c83ad55eaa91 ("ext4: include charset > encoding information in the superblock") > > Currently this is not compatible with encryption, simila

Re: Using rst2pdf for PDF output - Was: Re: [PATCH 0/5] PDF output fixes

2019-07-18 Thread Mauro Carvalho Chehab
Em Thu, 18 Jul 2019 19:56:57 +0200 Markus Heiser escreveu: > Am 18.07.19 um 19:46 schrieb Mauro Carvalho Chehab: > > Em Sat, 13 Jul 2019 00:41:25 -0300 > > Mauro Carvalho Chehab escreveu: > > > >> Em Fri, 12 Jul 2019 19:27:05 -0300 > >> Mauro Carvalho Chehab escreveu: > >> > >>> Em Fri, 12 Jul

Re: [PATCH v2] Documentation/security-bugs: provide more information about linux-distros

2019-07-18 Thread Sasha Levin
On Thu, Jul 18, 2019 at 06:51:07PM -0700, Kees Cook wrote: On Thu, Jul 18, 2019 at 08:39:19PM -0400, Sasha Levin wrote: On Thu, Jul 18, 2019 at 03:00:55PM -0700, Kees Cook wrote: > On Wed, Jul 17, 2019 at 07:11:03PM -0400, Sasha Levin wrote: > > Provide more information about how to interact wit