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>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 24 Nov 2010 12:33:33 +0800
From:	"Dong, Chuanxiao" <chuanxiao.dong@...el.com>
To:	Kyungmin Park <kmpark@...radead.org>
CC:	"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
	"cjb@...top.org" <cjb@...top.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"alan@...ux.intel.com" <alan@...ux.intel.com>,
	"arjan@...ux.intel.com" <arjan@...ux.intel.com>,
	"Yuan, Hang" <hang.yuan@...el.com>
Subject: RE: [PATCH v1 4/4]use HPI to interrupt background operations

> > +       opcode = card->ext_csd.hpi_cmd;
> > +       if (opcode == MMC_STOP_TRANSMISSION)
> > +               flags = MMC_RSP_R1B | MMC_CMD_AC;
> > +       else if (opcode == MMC_SEND_STATUS)
> > +               flags = MMC_RSP_R1 | MMC_CMD_AC;
> > +       else
> > +               return -EINVAL;
> > +
> > +       memset(&cmd, 0, sizeof(struct mmc_command));
> > +       cmd.opcode = opcode;
> > +       cmd.arg = card->rca << 16 | 1;
> Maybe missing set the flags;
>             cmd.flags = flags;
> 
> Thank you,
> Kyungmin Park

Thank you Park, will fix these bad mistake in the next version submission.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists