On Fri, 26 Jul 2019 08:47:22 -0300
Mauro Carvalho Chehab wrote:
> There are two references to the generic counter ABI, with was added
> on a separate patch. Both point to a non-existing file.
>
> Fix them.
>
> Fixes: ea2b23b89579 ("counter: Documentation: Add Generic Counter sysfs
> documentat
On Fri, Jul 26, 2019 at 04:01:37PM -0300, Mauro Carvalho Chehab wrote:
> The books at tools/memory-model/Documentation are very well
> formatted. Congrats to the ones that wrote them!
>
> The manual conversion to ReST is really trivial:
>
> - Add document titles;
> - change the bullet
Em Sat, 27 Jul 2019 14:14:53 +
Joel Fernandes escreveu:
> On Fri, Jul 26, 2019 at 04:01:37PM -0300, Mauro Carvalho Chehab wrote:
> > The books at tools/memory-model/Documentation are very well
> > formatted. Congrats to the ones that wrote them!
> >
> > The manual conversion to ReST is reall
The following warning is seen when building 'make htmldocs':
Documentation/admin-guide/sysctl/kernel.rst:397: WARNING: Title underline too
short.
Fix it by adjusting the title underline length appropriately.
Fixes: 725d8c9a2cc5 ("hung_task: allow printing warnings every check interval")
Signed-
On 2019-7-24 7:05, Daniel Rosenberg via Linux-f2fs-devel wrote:
> In preparation for including the casefold feature within f2fs, elevate
> the EXT4_CASEFOLD_FL flag to FS_CASEFOLD_FL.
>
> Signed-off-by: Daniel Rosenberg
Reviewed-by: Chao Yu
Thanks,
On 2019-7-24 7:05, Daniel Rosenberg via Linux-f2fs-devel 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 wi
On 2019-7-24 7:05, Daniel Rosenberg via Linux-f2fs-devel wrote:
> /* Flags that are appropriate for regular files (all but dir-specific ones).
> */
> #define F2FS_REG_FLMASK (~(F2FS_DIRSYNC_FL |
> F2FS_PROJINHERIT_FL))
We missed to add F2FS_CASEFOLD_FL here to exclude it in F2FS_R
syzbot has bisected this bug to:
commit 32857cf57f920cdc03b5095f08febec94cf9c36b
Author: John Fastabend
Date: Fri Jul 19 17:29:18 2019 +
net/tls: fix transition through disconnect with close
bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=155064d860
start commit: f