mbox

[PULL] rng: fix parameter validation

Message ID 20150105083651.GG4609@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.3

Message

Amit Shah Jan. 5, 2015, 8:36 a.m. UTC
The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223' into staging (2014-12-23 15:05:22 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.3

for you to fetch changes up to a3a292c420d2fec3c07a7ca56fbb064cd57a298a:

  virtio-rng: fix check for period_ms validity (2015-01-05 14:02:47 +0530)

----------------------------------------------------------------
Fixes an init-time check for parameter validity

----------------------------------------------------------------
Amit Shah (1):
      virtio-rng: fix check for period_ms validity

 hw/virtio/virtio-rng.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


		Amit

Comments

Peter Maydell Jan. 9, 2015, 7:07 p.m. UTC | #1
On 5 January 2015 at 08:36, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223' into staging (2014-12-23 15:05:22 +0000)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.3
>
> for you to fetch changes up to a3a292c420d2fec3c07a7ca56fbb064cd57a298a:
>
>   virtio-rng: fix check for period_ms validity (2015-01-05 14:02:47 +0530)
>
> ----------------------------------------------------------------
> Fixes an init-time check for parameter validity
>
> ----------------------------------------------------------------
> Amit Shah (1):
>       virtio-rng: fix check for period_ms validity

Applied, thanks.

-- PMM