From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752107AbcBJXIo (ORCPT ); Wed, 10 Feb 2016 18:08:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37721 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbcBJXIm (ORCPT ); Wed, 10 Feb 2016 18:08:42 -0500 Date: Thu, 11 Feb 2016 01:08:38 +0200 From: "Michael S. Tsirkin" To: Jonathan Corbet Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Clemens Ladisch , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Arnd Bergmann , Greg Kroah-Hartman , linux-doc@vger.kernel.org Subject: Re: [PATCH] hpet: drop stale link Message-ID: <20160211010529-mutt-send-email-mst@redhat.com> References: <1454326374-7317-1-git-send-email-mst@redhat.com> <20160210131414.605e8eb6@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160210131414.605e8eb6@lwn.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2016 at 01:14:14PM -0700, Jonathan Corbet wrote: > On Mon, 1 Feb 2016 13:32:56 +0200 > "Michael S. Tsirkin" wrote: > > > Looks like the HPET spec at intel.com got moved. > > It isn't hard to find so drop the link, just mention > > the revision assumed. > > Hmm...what I see suggests this patch doesn't do that... > > > - * http://www.intel.com/hardwaredesign/hpetspec_1.pdf > > + * http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/software-developers-hpet-spec-1-0a.pdf > > > > ..? > > jon Did it again: edit code, run git commit --amend and edited commit log but forgot -a so new code didn't get included in the commit, run git format-patch and then send-email without reviewing the result :( Sorry about that - posted v2 which does what it says. -- MST