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


Groups > linux.kernel > #1294303

Re: BUG: SDHCI fails to DMA-unmap, and other warnings

From Russell King - ARM Linux <linux@arm.linux.org.uk>
Newsgroups linux.kernel
Subject Re: BUG: SDHCI fails to DMA-unmap, and other warnings
Date 2015-12-17 23:20 +0100
Message-ID <qGP3Y-5sI-9@gated-at.bofh.it> (permalink)
References <qGOKC-53D-15@gated-at.bofh.it> <qGOUj-5mw-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Dec 17, 2015 at 10:00:45PM +0000, Russell King - ARM Linux wrote:
> And another one:
> 
> "mmcblk0: retrying because a re-tune was needed"
> 
> static int mmc_blk_err_check(struct mmc_card *card,
>                              struct mmc_async_req *areq)
> {
> ...
>         if (brq->data.error) {
>                 if (need_retune && !brq->retune_retry_done) {
>                         pr_info("%s: retrying because a re-tune was needed\n",
>                                 req->rq_disk->disk_name);
>                         brq->retune_retry_done = 1;
>                         return MMC_BLK_RETRY;
> 
> This looks like it'll spam the kernel log regularly if MMC/SD is used
> heavily with a UHS card, which (iirc) requires regular retunes.  Why is
> this message at info level, and not debug level?

And... if three problems aren't enough, have another one... running:

while :; do hdparm -t /dev/mmcblk0; done

eventually causes:

[ 3465.671526] mmc0: tuning execution failed
[ 3465.675746] mmcblk0: response CRC error sending r/w cmd command, card status 0x900
[ 3622.758988] mmc0: tuning execution failed
[ 3622.763227] mmcblk0: response CRC error sending r/w cmd command, card status 0x900
[ 3858.363555] mmc0: tuning execution failed
[ 3858.368857] mmcblk0: response CRC error sending r/w cmd command, card status 0x900
[ 3880.388048] mmc0: tuning execution failed
[ 3880.392292] mmcblk0: response CRC error sending r/w cmd command, card status 0x900

-- 
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

BUG: SDHCI fails to DMA-unmap, and other warnings Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-17 23:00 +0100
  Re: BUG: SDHCI fails to DMA-unmap, and other warnings Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-17 23:10 +0100
    Re: BUG: SDHCI fails to DMA-unmap, and other warnings Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-17 23:20 +0100
      Re: BUG: SDHCI fails to DMA-unmap, and other warnings Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-17 23:40 +0100

csiph-web