lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 28 Oct 2021 21:04:10 +1100
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Gabriel Krisman Bertazi <krisman@...labora.com>,
        Jaegeuk Kim <jaegeuk@...nel.org>
Cc:     Christoph Hellwig <hch@....de>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Qing Wang <wangqing@...o.com>
Subject: linux-next: manual merge of the unicode tree with the f2fs tree

Hi all,

Today's linux-next merge of the unicode tree got a conflict in:

  fs/f2fs/sysfs.c

between commit:

  84eab2a899f2 ("f2fs: replace snprintf in show functions with sysfs_emit")

from the f2fs tree and commit:

  a440943e68cd ("unicode: remove the charset field from struct unicode_map")

from the unicode tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc fs/f2fs/sysfs.c
index 7d289249cd7e,650e84398f74..000000000000
--- a/fs/f2fs/sysfs.c
+++ b/fs/f2fs/sysfs.c
@@@ -196,8 -196,7 +196,7 @@@ static ssize_t encoding_show(struct f2f
  	struct super_block *sb = sbi->sb;
  
  	if (f2fs_sb_has_casefold(sbi))
- 		return sysfs_emit(buf, "%s (%d.%d.%d)\n",
- 			sb->s_encoding->charset,
 -		return snprintf(buf, PAGE_SIZE, "UTF-8 (%d.%d.%d)\n",
++		return sysfs_emit(buf, "UTF-8 (%d.%d.%d)\n",
  			(sb->s_encoding->version >> 16) & 0xff,
  			(sb->s_encoding->version >> 8) & 0xff,
  			sb->s_encoding->version & 0xff);

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ