14 Jul, 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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
    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
    Link: https://lore.kernel.org/r/20200710062019.28755-1-grandmaster@al2klimov.de
    Signed-off-by: Jonathan Corbet

    Alexander A. Klimov
     

31 Jan, 2020

1 commit


01 Aug, 2019

1 commit


30 Oct, 2017

2 commits

  • Update the OpenRISC readme to provide some more up-to-date information
    on how to get started with OpenRISC. This includes:

    - remove references to southpole who no longer are consulting for
    OpenRISC (confirmed with Jonas)
    - suggested QEMU instead of the old or1ksim as QEMU is well supported
    - include instructions on how to get an FPGA board running

    Suggested-by: Pavel Machek
    Signed-off-by: Stafford Horne

    Stafford Horne
     
  • The OpenRISC docs have traditionally been in arch/ but that does not
    seem like the correct place to be. Move them so they will be more
    visible to others. Also update MAINTAINERS to make sure we get
    notifications of changes.

    Signed-off-by: Stafford Horne

    Stafford Horne