linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Docs: proc: fix kernel version
@ 2015-04-21  2:48 Chen Hanxiao
  2015-04-21 12:13 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Hanxiao @ 2015-04-21  2:48 UTC (permalink / raw)
  To: Jonathan Corbet, Andrew Morton
  Cc: Nathan Scott, linux-doc, linux-kernel, Jiri Kosina

Change kernel version from 3.20 to 4.1

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
 Documentation/filesystems/proc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index c3b6b30..1cc7155 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -205,7 +205,7 @@ asynchronous manner and the value may not be very precise. To see a precise
 snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table.
 It's slow but very precise.
 
-Table 1-2: Contents of the status files (as of 3.20.0)
+Table 1-2: Contents of the status files (as of 4.1)
 ..............................................................................
  Field                       Content
  Name                        filename of the executable
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Docs: proc: fix kernel version
  2015-04-21  2:48 [PATCH] Docs: proc: fix kernel version Chen Hanxiao
@ 2015-04-21 12:13 ` Jonathan Corbet
  2015-04-22  2:58   ` Chen, Hanxiao
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2015-04-21 12:13 UTC (permalink / raw)
  To: Chen Hanxiao
  Cc: Andrew Morton, Nathan Scott, linux-doc, linux-kernel, Jiri Kosina

On Mon, 20 Apr 2015 22:48:23 -0400
Chen Hanxiao <chenhanxiao@cn.fujitsu.com> wrote:

Thank you for working to update the documentation!  That said, though, I
have a question and a request with regard to this particular change.

> -Table 1-2: Contents of the status files (as of 3.20.0)
> +Table 1-2: Contents of the status files (as of 4.1)

That file is full of weird version numbers; is there a reason why you want
to change that one in particular?  The 2.6.8-rc3 reference immediately
afterward doesn't seem more worthy of protection.

This file is dramatically out of date in general.  Rather than change the
version number at the head of the list of status files, why not update the
list to match current reality?  There are a lot of things missing.

Failing that, I would entertain a patch that simply removes most of the
version numbers from this file; I don't think they provide any useful
information, and I certainly don't see the value of occasionally tweaking
them forward.

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] Docs: proc: fix kernel version
  2015-04-21 12:13 ` Jonathan Corbet
@ 2015-04-22  2:58   ` Chen, Hanxiao
  2015-05-07 15:55     ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Chen, Hanxiao @ 2015-04-22  2:58 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Andrew Morton, Nathan Scott, linux-doc, linux-kernel, Jiri Kosina

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb2312", Size: 1923 bytes --]

Hi,

> -----Original Message-----
> From: Jonathan Corbet [mailto:corbet@lwn.net]
> Sent: Tuesday, April 21, 2015 8:14 PM
> To: Chen, Hanxiao/³Â êÏÏö
> Cc: Andrew Morton; Nathan Scott; linux-doc@vger.kernel.org;
> linux-kernel@vger.kernel.org; Jiri Kosina
> Subject: Re: [PATCH] Docs: proc: fix kernel version
> 
> On Mon, 20 Apr 2015 22:48:23 -0400
> Chen Hanxiao <chenhanxiao@cn.fujitsu.com> wrote:
> 
> Thank you for working to update the documentation!  That said, though, I
> have a question and a request with regard to this particular change.
> 
> > -Table 1-2: Contents of the status files (as of 3.20.0)
> > +Table 1-2: Contents of the status files (as of 4.1)
> 
> That file is full of weird version numbers; is there a reason why you want
> to change that one in particular?  The 2.6.8-rc3 reference immediately
> afterward doesn't seem more worthy of protection.
> 

commit 15eb42d674de8da66950f78b5c7202accabe026e
had updated Table 1-2 in this doc.

When we posted it, we thought it's for in 3.20.
Now it comes to mainline from mm tree, it's 4.1 now.
So I think we need a surplus patch for it.

Also, patch Reviewed-by: Nathan Scott <nathans@redhat.com>

> This file is dramatically out of date in general.  Rather than change the
> version number at the head of the list of status files, why not update the
> list to match current reality?  There are a lot of things missing.
> 
> Failing that, I would entertain a patch that simply removes most of the
> version numbers from this file; I don't think they provide any useful
> information, and I certainly don't see the value of occasionally tweaking
> them forward.

Before someone could be able to update the whole file,
keeping version numbers still help.

Regards,
- Chen

> 
> Thanks,
> 
> jon
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Docs: proc: fix kernel version
  2015-04-22  2:58   ` Chen, Hanxiao
@ 2015-05-07 15:55     ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2015-05-07 15:55 UTC (permalink / raw)
  To: Chen, Hanxiao
  Cc: Andrew Morton, Nathan Scott, linux-doc, linux-kernel, Jiri Kosina

On Wed, 22 Apr 2015 02:58:50 +0000
"Chen, Hanxiao" <chenhanxiao@cn.fujitsu.com> wrote:

> When we posted it, we thought it's for in 3.20.
> Now it comes to mainline from mm tree, it's 4.1 now.
> So I think we need a surplus patch for it.

So be it...applied to the docs tree.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-07 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-21  2:48 [PATCH] Docs: proc: fix kernel version Chen Hanxiao
2015-04-21 12:13 ` Jonathan Corbet
2015-04-22  2:58   ` Chen, Hanxiao
2015-05-07 15:55     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).