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]
Message-Id: <20170314204404.9881-1-ghackmann@google.com>
Date:   Tue, 14 Mar 2017 13:44:04 -0700
From:   Greg Hackmann <ghackmann@...gle.com>
To:     Rob Herring <robh@...nel.org>
Cc:     Dmitry Shmidt <dimitrysh@...gle.com>, linux-kernel@...r.kernel.org,
        Greg Hackmann <ghackmann@...gle.com>
Subject: [PATCH] config: android-base: CONFIG_SYNC -> CONFIG_SYNC_FILE

Explicit sync was renamed to CONFIG_SYNC_FILE when it was destaged, but
the Android config fragment still tries to use the old name.

Signed-off-by: Greg Hackmann <ghackmann@...gle.com>
---
 kernel/configs/android-base.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config
index 26a06e09a5bd..1bbc0ca5b16e 100644
--- a/kernel/configs/android-base.config
+++ b/kernel/configs/android-base.config
@@ -140,7 +140,7 @@ CONFIG_SECURITY_SELINUX=y
 CONFIG_SETEND_EMULATION=y
 CONFIG_STAGING=y
 CONFIG_SWP_EMULATION=y
-CONFIG_SYNC=y
+CONFIG_SYNC_FILE=y
 CONFIG_TUN=y
 CONFIG_UNIX=y
 CONFIG_USB_GADGET=y
-- 
2.12.0.367.g23dc2f6d3c-goog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ