Message ID | 1521113800-16401-6-git-send-email-shawnguo@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/6] i.MX drivers updates for 4.17 | expand |
On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote: > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: > > Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.17 > > for you to fetch changes up to e3e583e7a293ae3fddfe010ed30d80046ba87c86: > > ARM: mxs_defconfig: Re-sync defconfig (2018-03-08 16:46:11 +0800) > > ---------------------------------------------------------------- > i.MX defconfig updates for 4.17: > - Re-sync defconfig files by running savedefconfig. I didn't pull this one, it seems to remove some config symbols without an explanation what happened to them: -CONFIG_FHANDLE=y -# CONFIG_ARM_THUMB is not set -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y -# CONFIG_DEVKMEM is not set -CONFIG_NVMEM=y -CONFIG_LOCKUP_DETECTOR=y -CONFIG_TIMER_STATS=y Can you have another look? I want to be sure that we don't accidentally turn off something important when the respective Kconfig symbol got renamed or it gained a dependency that is no longer met. Thanks, Arnd
Hi Arnd, On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote: > I didn't pull this one, it seems to remove some config symbols without > an explanation what happened to them: > > -CONFIG_FHANDLE=y > -# CONFIG_ARM_THUMB is not set > -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y > -# CONFIG_DEVKMEM is not set > -CONFIG_NVMEM=y > -CONFIG_LOCKUP_DETECTOR=y > -CONFIG_TIMER_STATS=y > > Can you have another look? I want to be sure that we don't > accidentally turn off something important when the respective > Kconfig symbol got renamed or it gained a dependency that > is no longer met. I can take a look. Which specific patch are you talking about?
On Thu, Mar 15, 2018 at 7:48 PM, Fabio Estevam <festevam@gmail.com> wrote: > Hi Arnd, > > On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote: > >> I didn't pull this one, it seems to remove some config symbols without >> an explanation what happened to them: >> >> -CONFIG_FHANDLE=y >> -# CONFIG_ARM_THUMB is not set >> -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y >> -# CONFIG_DEVKMEM is not set >> -CONFIG_NVMEM=y >> -CONFIG_LOCKUP_DETECTOR=y >> -CONFIG_TIMER_STATS=y >> >> Can you have another look? I want to be sure that we don't >> accidentally turn off something important when the respective >> Kconfig symbol got renamed or it gained a dependency that >> is no longer met. > > I can take a look. > > Which specific patch are you talking about? I assume it is "ARM: mxs_defconfig: Re-sync defconfig". Will generate a new version tomorrow.