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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 18 Jun 2018 17:45:30 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     "Arnd Bergmann" <arnd@...db.de>
Cc:     "Jaroslav Kysela" <perex@...ex.cz>, <alsa-devel@...a-project.org>,
        <y2038@...ts.linaro.org>,
        "Maciej S. Szmigiero" <mail@...iej.szmigiero.name>,
        "Takashi Sakamoto" <o-takashi@...amocchi.jp>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] ALSA: use ktime_get_raw_ts64() instead of getrawmonotonic64()

On Mon, 18 Jun 2018 17:41:00 +0200,
Arnd Bergmann wrote:
> 
> The API got renamed for consistency and the old name will
> be removed once the last users are gone.
> 
> Signed-off-by: Arnd Bergmann <arnd@...db.de>

These two fixes can be postponed for 4.19, or urgently needed for
4.18?  I suppose the former, but just to be sure.


thanks,

Takashi

> ---
>  include/sound/pcm.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/sound/pcm.h b/include/sound/pcm.h
> index 5d5daa190b08..f566611f0fef 100644
> --- a/include/sound/pcm.h
> +++ b/include/sound/pcm.h
> @@ -1187,7 +1187,7 @@ static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime,
>  		ktime_get_ts64(tv);
>  		break;
>  	case SNDRV_PCM_TSTAMP_TYPE_MONOTONIC_RAW:
> -		getrawmonotonic64(tv);
> +		ktime_get_raw_ts64(tv);
>  		break;
>  	default:
>  #ifdef CONFIG_SND_TSTAMP_REALTIME
> -- 
> 2.9.0
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ