04 Sep, 2020

1 commit


12 Aug, 2020

1 commit

  • A table lists the 5.2 stable release date as September 15, but it was
    released on July 7. This may confuse a reader who is trying to
    understand the stable update release cycle.

    Signed-off-by: Billy Wilson
    Link: https://lore.kernel.org/r/20200806231754.7735-1-billy_wilson@byu.edu
    Signed-off-by: Jonathan Corbet

    Billy Wilson
     

27 Jun, 2020

1 commit

  • Rationale:
    Reduces attack surface on kernel devs opening the links for MITM
    as HTTPS traffic is much harder to manipulate.

    Deterministic algorithm:
    For each file:
    If not .svg:
    For each line:
    If doesn't contain `\bxmlns\b`:
    For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
    If both the HTTP and HTTPS versions
    return 200 OK and serve the same content:
    Replace HTTP with HTTPS.

    Signed-off-by: Alexander A. Klimov
    Acked-by: Miguel Ojeda
    Link: https://lore.kernel.org/r/20200621133630.46435-1-grandmaster@al2klimov.de
    Signed-off-by: Jonathan Corbet

    Alexander A. Klimov
     

19 Feb, 2020

1 commit

  • The guide to the kernel dev process documentation, for example, contains
    references to older kernels and their timelines. In addition, one of the
    "long term support kernels" listed have since reached EOL, and a new one
    has been named. This patch brings information/tables up to date.

    Additionally, some very trivial grammatical errors, unclear sentences,
    and potentially unsavory diction have been edited.

    Signed-off-by: Tony Fischetti
    Reviewed-by: Randy Dunlap
    Signed-off-by: Jonathan Corbet

    Tony Fischetti
     

01 Sep, 2018

1 commit


26 Jun, 2018

1 commit

  • Fix reST error in Documentation/process/:

    Documentation/process/2.Process.rst:131: ERROR: Malformed table.
    Bottom/header table border does not match top border.

    Fixes: 8962e40c1993 ("docs: update kernel versions and dates in tables")

    Signed-off-by: Randy Dunlap
    Cc: Jonathan Corbet
    Cc: Tim Bird
    Signed-off-by: Jonathan Corbet

    Randy Dunlap
     

24 May, 2018

1 commit

  • Every once in a while, we should update the examples
    to reflect more recent kernel versions.

    Update the tables describing kernel releases, the merge window,
    and current longterm maintained kernel, from 2.6-era kernels
    to 4.x.

    Signed-off-by: Tim Bird
    Signed-off-by: Jonathan Corbet

    Tim Bird
     

24 Oct, 2016

1 commit