[linux] 05/05: udeb: Move nls_utf8 from fat-modules to kernel-image

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Oct 2 01:22:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit ac65dbd50d2a2edb2a048e4ce308e09ff737bd73
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Oct 2 02:19:16 2016 +0100

    udeb: Move nls_utf8 from fat-modules to kernel-image
    
    Many other filesystems need it but vfat no longer does.  It calls
    built-in UTF-8 functions directly, while nominally using nls_ascii
    as its I/O charset.
---
 debian/changelog                      | 2 ++
 debian/installer/modules/fat-modules  | 2 --
 debian/installer/modules/kernel-image | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ceac16..23fc14d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ linux (4.7.5-2) UNRELEASED; urgency=medium
   * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS
     on hppa)
   * udeb: Fold core-modules into kernel-image
+  * udeb: Move nls_utf8 from fat-modules to kernel-image, as many other
+    filesystems need it but vfat no longer does
 
   [ Cyril Brulebois ]
   * Add nls_ascii to the fat-modules udeb, following the change of
diff --git a/debian/installer/modules/fat-modules b/debian/installer/modules/fat-modules
index 377ae03..0498cf8 100644
--- a/debian/installer/modules/fat-modules
+++ b/debian/installer/modules/fat-modules
@@ -2,7 +2,5 @@ fat ?
 vfat
 # the default codepage for fat (as of 2.6.8)
 nls_cp437 ?
-# the default i/o character set for fat (as of 2.6.25)
-nls_utf8 ?
 # the default i/o character set for fat (as of 4.7.2-1)
 nls_ascii ?
diff --git a/debian/installer/modules/kernel-image b/debian/installer/modules/kernel-image
index 996b4c9..094c46a 100644
--- a/debian/installer/modules/kernel-image
+++ b/debian/installer/modules/kernel-image
@@ -2,3 +2,5 @@ bitrev ?
 eeprom_93cx6 ?
 led-class ?
 mbcache
+# Default I/O charset for most filesystems that do character conversion
+nls_utf8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list