Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331713 > unrolled thread

Regression: ABI: /sys/module/mmcblk changed to /sys/module/mmc_block

Started byJohn Stultz <john.stultz@linaro.org>
First post2016-02-11 08:30 +0100
Last post2016-02-11 08:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Regression: ABI: /sys/module/mmcblk changed to /sys/module/mmc_block John Stultz <john.stultz@linaro.org> - 2016-02-11 08:30 +0100

#1331713 — Regression: ABI: /sys/module/mmcblk changed to /sys/module/mmc_block

FromJohn Stultz <john.stultz@linaro.org>
Date2016-02-11 08:30 +0100
SubjectRegression: ABI: /sys/module/mmcblk changed to /sys/module/mmc_block
Message-ID<r0TRn-5B3-7@gated-at.bofh.it>
I recently noticed with 4.4 based kernel's Android's userspace wasn't
able to properly detect micro-SD cards when they were inserted.

This is due to vold not being able to access
/sys/module/mmcblk/parameters/perdev_minors

See: http://androidxref.com/6.0.1_r10/xref/system/vold/Disk.cpp#49

Looking into it, it seems commit 829b6962f7e3cfc ("mmc: block: don't
use parameter prefix if built as module") changed the behavior,
resulting in the userspace path changing to:
"/sys/module/mmc_block/..."

This seems like an ABI regression, which is breaking existing userspace.

So... Probably something to revert?

thanks
-john

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web