07 Dec, 2020

1 commit

  • This fixes attribution for the commits (among others)

    - d4097456cd1d ("video/framebuffer: move the probe func into
    .devinit.text in Blackfin LCD driver")

    - 0312e024d6cd ("mfd: mc13xxx: Add support for mc34708")

    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Andrew Morton
    Link: https://lkml.kernel.org/r/20201127213358.3440830-1-u.kleine-koenig@pengutronix.de
    Signed-off-by: Linus Torvalds

    Uwe Kleine-König
     

28 Nov, 2020

1 commit

  • Pull kvm fixes from Paolo Bonzini:
    "ARM:
    - Fix alignment of the new HYP sections
    - Fix GICR_TYPER access from userspace

    S390:
    - do not reset the global diag318 data for per-cpu reset
    - do not mark memory as protected too early
    - fix for destroy page ultravisor call

    x86:
    - fix for SEV debugging
    - fix incorrect return code
    - fix for 'noapic' with PIC in userspace and LAPIC in kernel
    - fix for 5-level paging"

    * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
    kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT
    KVM: x86: Fix split-irqchip vs interrupt injection window request
    KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
    MAINTAINERS: Update email address for Sean Christopherson
    MAINTAINERS: add uv.c also to KVM/s390
    s390/uv: handle destroy page legacy interface
    KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace
    KVM: SVM: fix error return code in svm_create_vcpu()
    KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
    KVM: arm64: Correctly align nVHE percpu data
    KVM: s390: remove diag318 reset code
    KVM: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup

    Linus Torvalds
     

20 Nov, 2020

1 commit


15 Nov, 2020

1 commit


17 Oct, 2020

1 commit

  • Use @kernel.org address as the main communications end point. Update the
    corresponding M-entries and .mailmap (for git shortlog translation).

    Signed-off-by: Jarkko Sakkinen
    Signed-off-by: Andrew Morton
    Cc: Joe Perches
    Cc: Jonathan Corbet
    Cc: Kees Cook
    Cc: Mauro Carvalho Chehab
    Cc: "David S. Miller"
    Cc: Rob Herring
    Link: https://lkml.kernel.org/r/20201015142710.8371-1-jarkko.sakkinen@linux.intel.com
    Signed-off-by: Linus Torvalds

    Jarkko Sakkinen
     

13 Oct, 2020

1 commit

  • Pull documentation updates from Jonathan Corbet:
    "As hoped, things calmed down for docs this cycle; fewer changes and
    almost no conflicts at all. This includes:

    - A reworked and expanded user-mode Linux document

    - Some simplifications and improvements for submitting-patches.rst

    - An emergency fix for (some) problems with Sphinx 3.x

    - Some welcome automarkup improvements to automatically generate
    cross-references to struct definitions and other documents

    - The usual collection of translation updates, typo fixes, etc"

    * tag 'docs-5.10' of git://git.lwn.net/linux: (81 commits)
    gpiolib: Update indentation in driver.rst for code excerpts
    Documentation/admin-guide: tainted-kernels: Fix typo occured
    Documentation: better locations for sysfs-pci, sysfs-tagging
    docs: programming-languages: refresh blurb on clang support
    Documentation: kvm: fix a typo
    Documentation: Chinese translation of Documentation/arm64/amu.rst
    doc: zh_CN: index files in arm64 subdirectory
    mailmap: add entry for
    doc: seq_file: clarify role of *pos in ->next()
    docs: trace: ring-buffer-design.rst: use the new SPDX tag
    Documentation: kernel-parameters: clarify "module." parameters
    Fix references to nommu-mmap.rst
    docs: rewrite admin-guide/sysctl/abi.rst
    docs: fb: Remove vesafb scrollback boot option
    docs: fb: Remove sstfb scrollback boot option
    docs: fb: Remove matroxfb scrollback boot option
    docs: fb: Remove framebuffer scrollback boot option
    docs: replace the old User Mode Linux HowTo with a new one
    Documentation/admin-guide: blockdev/ramdisk: remove use of "rdev"
    Documentation/admin-guide: README & svga: remove use of "rdev"
    ...

    Linus Torvalds
     

12 Oct, 2020

2 commits

  • Use my kernel.org address instead of my bootlin.com one.

    Signed-off-by: Antoine Tenart
    Signed-off-by: Andrew Morton
    Link: https://lkml.kernel.org/r/20201005164533.16811-1-atenart@kernel.org
    Signed-off-by: Linus Torvalds

    Antoine Tenart
     
  • As more email from git history gets aimed at the OpenWall
    kernel-hardening@ list, there has been a desire to separate "new topics"
    from "on-going" work.

    To handle this, the superset of hardening email topics are now to be
    directed to linux-hardening@vger.kernel.org.

    Update the MAINTAINERS file and the .mailmap to accomplish this, so that
    linux-hardening@ can be treated like any other regular upstream kernel
    development list.

    Signed-off-by: Kees Cook
    Signed-off-by: Andrew Morton
    Cc: Randy Dunlap
    Cc: Emese Revfy
    Cc: "Tobin C. Harding"
    Cc: Tycho Andersen
    Cc: Jonathan Corbet
    Link: https://lore.kernel.org/linux-hardening/202010051443.279CC265D@keescook/
    Link: https://lkml.kernel.org/r/20201006000012.2768958-1-keescook@chromium.org
    Signed-off-by: Linus Torvalds

    Kees Cook
     

29 Sep, 2020

1 commit


20 Sep, 2020

1 commit

  • This adds explicit mailmap entries for my older/other email addresses.

    Reported-by: Joe Perches
    Signed-off-by: Kees Cook
    Signed-off-by: Andrew Morton
    Cc: Jonathan Corbet
    Link: https://lkml.kernel.org/r/20200910193939.3798377-1-keescook@chromium.org
    Signed-off-by: Linus Torvalds

    Kees Cook
     

09 Sep, 2020

1 commit


22 Aug, 2020

3 commits

  • Merge misc fixes from Andrew Morton:
    "11 patches.

    Subsystems affected by this: misc, mm/hugetlb, mm/vmalloc, mm/misc,
    romfs, relay, uprobes, squashfs, mm/cma, mm/pagealloc"

    * emailed patches from Andrew Morton :
    mm, page_alloc: fix core hung in free_pcppages_bulk()
    mm: include CMA pages in lowmem_reserve at boot
    squashfs: avoid bio_alloc() failure with 1Mbyte blocks
    uprobes: __replace_page() avoid BUG in munlock_vma_page()
    kernel/relay.c: fix memleak on destroy relay channel
    romfs: fix uninitialized memory leak in romfs_dev_read()
    mm/rodata_test.c: fix missing function declaration
    mm/vunmap: add cond_resched() in vunmap_pmd_range
    khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
    hugetlb_cgroup: convert comma to semicolon
    mailmap: add Andi Kleen

    Linus Torvalds
     
  • Pull rdma fixes from Jason Gunthorpe:
    "One regression from 5.8 and a few bugs from earlier kernels:

    - Various spelling corrections in kernel prints

    - Bug fixes in hfi1 and bntx_re

    - Revert a 5.8 patch in hns

    - Batch update for Mellanox and Cumulus maintainers emails"

    * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
    MAINTAINERS: Update Mellanox and Cumulus Network addresses to new domain
    Revert "RDMA/hns: Reserve one sge in order to avoid local length error"
    RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
    RDMA/bnxt_re: Do not add user qps to flushlist
    RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"
    RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
    RDMA/hns: Fix spelling mistake "epmty" -> "empty"

    Linus Torvalds
     
  • I keep getting bounce back from the suse.de address.

    Signed-off-by: Nick Desaulniers
    Signed-off-by: Andrew Morton
    Cc: Andi Kleen
    Cc: Jonathan Corbet
    Cc: Kees Cook
    Cc: Quentin Perret
    Link: http://lkml.kernel.org/r/20200818203214.659955-1-ndesaulniers@google.com
    Signed-off-by: Linus Torvalds

    Nick Desaulniers
     

21 Aug, 2020

1 commit


18 Aug, 2020

2 commits

  • WeiXiong Liao noted to me offlist that his preference for email address
    had changed and that he'd like it updated in the mailmap so people
    discussing pstore/blk would be able to reach him.

    Cc: WeiXiong Liao
    Signed-off-by: Kees Cook

    Kees Cook
     
  • Several names had been recently appended (instead of inserted). While
    git-shortlog doesn't need this file to be sorted, it helps humans to
    keep it organized this way. Sort the entire file (which includes some
    minor shuffling for dictionary order).

    Done with the following commands:

    grep -E '^(#|$)' .mailmap > .mailmap.head
    grep -Ev '^(#|$)' .mailmap > .mailmap.body
    sort -f .mailmap.body > .mailmap.body.sort
    cat .mailmap.head .mailmap.body.sort > .mailmap
    rm .mailmap.head .mailmap.body.sort

    Signed-off-by: Kees Cook

    Kees Cook
     

15 Aug, 2020

1 commit

  • I had stopped using gkurz@linux.vnet.ibm.com a while back already but this
    email address was shutdown last June when I quit IBM. It's about time to
    map it to groug@kaod.org.

    Signed-off-by: Greg Kurz
    Signed-off-by: Andrew Morton
    Link: http://lkml.kernel.org/r/159724692879.76040.4938578139173154028.stgit@bahia.lan
    Signed-off-by: Linus Torvalds

    Greg Kurz
     

14 Aug, 2020

1 commit

  • Pull documentation fixes from Jonathan Corbet:
    "A handful of obvious fixes that wandered in during the merge window"

    * tag 'docs-5.9-2' of git://git.lwn.net/linux:
    Documentation/locking/locktypes: fix the typo
    doc/zh_CN: resolve undefined label warning in admin-guide index
    doc/zh_CN: fix title heading markup in admin-guide cpu-load
    docs: remove the 2.6 "Upgrading I2C Drivers" guide
    docs: Correct the release date of 5.2 stable
    mailmap: Update comments for with format and more detalis
    docs: cdrom: Fix a typo and rst markup
    Doc: admin-guide: use correct legends in kernel-parameters.txt
    Documentation/features: refresh RISC-V arch support files
    documentation: coccinelle: Improve command example for make C={1,2}
    Core-api: Documentation: Replace deprecated :c:func: Usage
    Dev-tools: Documentation: Replace deprecated :c:func: Usage
    Filesystems: Documentation: Replace deprecated :c:func: Usage
    docs: trace: fix a typo

    Linus Torvalds
     

12 Aug, 2020

1 commit


05 Aug, 2020

1 commit

  • Pull documentation updates from Jonathan Corbet:
    "It's been a busy cycle for documentation - hopefully the busiest for a
    while to come. Changes include:

    - Some new Chinese translations

    - Progress on the battle against double words words and non-HTTPS
    URLs

    - Some block-mq documentation

    - More RST conversions from Mauro. At this point, that task is
    essentially complete, so we shouldn't see this kind of churn again
    for a while. Unless we decide to switch to asciidoc or
    something...:)

    - Lots of typo fixes, warning fixes, and more"

    * tag 'docs-5.9' of git://git.lwn.net/linux: (195 commits)
    scripts/kernel-doc: optionally treat warnings as errors
    docs: ia64: correct typo
    mailmap: add entry for
    doc/zh_CN: add cpu-load Chinese version
    Documentation/admin-guide: tainted-kernels: fix spelling mistake
    MAINTAINERS: adjust kprobes.rst entry to new location
    devices.txt: document rfkill allocation
    PCI: correct flag name
    docs: filesystems: vfs: correct flag name
    docs: filesystems: vfs: correct sync_mode flag names
    docs: path-lookup: markup fixes for emphasis
    docs: path-lookup: more markup fixes
    docs: path-lookup: fix HTML entity mojibake
    CREDITS: Replace HTTP links with HTTPS ones
    docs: process: Add an example for creating a fixes tag
    doc/zh_CN: add Chinese translation prefer section
    doc/zh_CN: add clearing-warn-once Chinese version
    doc/zh_CN: add admin-guide index
    doc:it_IT: process: coding-style.rst: Correct __maybe_unused compiler label
    futex: MAINTAINERS: Re-add selftests directory
    ...

    Linus Torvalds
     

01 Aug, 2020

1 commit

  • My Marvell account has been suspended, map the address to my private mail.

    Signed-off-by: Alexander Lobakin
    Link: https://lore.kernel.org/r/9xzFiqHAFGYuKfUycRaCQSIgsqmeL9E9SA3lSoqOMUPhFVaAgSgvukCUWO7iRbjtiUrFjK46fhu7dJ5TaCv1EjaNFm5yF_H3y5S1s_QALCA=@pm.me
    Signed-off-by: Jonathan Corbet

    Alexander Lobakin
     

25 Jul, 2020

1 commit


10 Jul, 2020

2 commits


06 Jul, 2020

1 commit


26 Jun, 2020

2 commits


20 Jun, 2020

1 commit

  • My D-Link and Yandex addresses don't exist anymore, map them to my
    private box.

    Signed-off-by: Alexander Lobakin
    Link: https://lore.kernel.org/r/5YUtoWlS7NX1N6TxI4ddZ9V-Yx8Bn8wzrEVJqfkTuwEzZjAsJg157goV81xPAU76k84Nis2uBwdHWk4JmYHbvGmd_JcBTk-rZDVpFNPNolU=@pm.me
    Signed-off-by: Jonathan Corbet

    Alexander Lobakin
     

02 Jun, 2020

1 commit

  • Pull documentation updates from Jonathan Corbet:
    "A fair amount of stuff this time around, dominated by yet another
    massive set from Mauro toward the completion of the RST conversion. I
    *really* hope we are getting close to the end of this. Meanwhile,
    those patches reach pretty far afield to update document references
    around the tree; there should be no actual code changes there. There
    will be, alas, more of the usual trivial merge conflicts.

    Beyond that we have more translations, improvements to the sphinx
    scripting, a number of additions to the sysctl documentation, and lots
    of fixes"

    * tag 'docs-5.8' of git://git.lwn.net/linux: (130 commits)
    Documentation: fixes to the maintainer-entry-profile template
    zswap: docs/vm: Fix typo accept_threshold_percent in zswap.rst
    tracing: Fix events.rst section numbering
    docs: acpi: fix old http link and improve document format
    docs: filesystems: add info about efivars content
    Documentation: LSM: Correct the basic LSM description
    mailmap: change email for Ricardo Ribalda
    docs: sysctl/kernel: document unaligned controls
    Documentation: admin-guide: update bug-hunting.rst
    docs: sysctl/kernel: document ngroups_max
    nvdimm: fixes to maintainter-entry-profile
    Documentation/features: Correct RISC-V kprobes support entry
    Documentation/features: Refresh the arch support status files
    Revert "docs: sysctl/kernel: document ngroups_max"
    docs: move locking-specific documents to locking/
    docs: move digsig docs to the security book
    docs: move the kref doc into the core-api book
    docs: add IRQ documentation at the core-api book
    docs: debugging-via-ohci1394.txt: add it to the core-api book
    docs: fix references for ipmi.rst file
    ...

    Linus Torvalds
     

26 May, 2020

1 commit


05 May, 2020

1 commit


29 Apr, 2020

1 commit


12 Apr, 2020

1 commit


11 Apr, 2020

1 commit

  • For security reasons I stopped using gmail account and kernel address is
    now up-to-date alias to my personal address.

    People periodically send me emails to address which they found in source
    code of drivers, so this change reflects state where people can contact
    me.

    [ Added .mailmap entry as per Joe Perches - Linus ]
    Signed-off-by: Pali Rohár
    Signed-off-by: Andrew Morton
    Cc: Greg Kroah-Hartman
    Cc: Joe Perches
    Link: http://lkml.kernel.org/r/20200307104237.8199-1-pali@kernel.org
    Signed-off-by: Linus Torvalds

    Pali Rohár
     

31 Mar, 2020

1 commit

  • Pull media updates from Mauro Carvalho Chehab:

    - New sensor driver: imx219

    - Support for some new pixelformats

    - Support for Sun8i SoC

    - Added more codecs to meson vdec driver

    - Prepare for removing the legacy usbvision driver by moving it to
    staging. This driver has issues and use legacy core APIs. If nobody
    steps up to address those, it is time for its retirement.

    - Several cleanups and improvements on drivers, with the addition of
    new supported boards

    * tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (236 commits)
    media: venus: firmware: Ignore secure call error on first resume
    media: mtk-vpu: load vpu firmware from the new location
    media: i2c: video-i2c: fix build errors due to 'imply hwmon'
    media: MAINTAINERS: add myself to co-maintain Hantro G1/G2 for i.MX8MQ
    media: hantro: add initial i.MX8MQ support
    media: dt-bindings: Document i.MX8MQ VPU bindings
    media: vivid: fix incorrect PA assignment to HDMI outputs
    media: hantro: Add linux-rockchip mailing list to MAINTAINERS
    media: cedrus: h264: Fix 4K decoding on H6
    media: siano: Use scnprintf() for avoiding potential buffer overflow
    media: rc: Use scnprintf() for avoiding potential buffer overflow
    media: allegro: create new struct for channel parameters
    media: allegro: move mail definitions to separate file
    media: allegro: pass buffers through firmware
    media: allegro: verify source and destination buffer in VCU response
    media: allegro: handle dependency of bitrate and bitrate_peak
    media: allegro: read bitrate mode directly from control
    media: allegro: make QP configurable
    media: allegro: make frame rate configurable
    media: allegro: skip filler data if possible
    ...

    Linus Torvalds
     

13 Mar, 2020

1 commit


06 Mar, 2020

1 commit

  • My Netronome address is no longer active. I am no maintainer, but
    get_maintainer.pl sometimes returns my name for a small number of
    files (BPF-related). Add an entry to .mailmap for good measure.

    Signed-off-by: Quentin Monnet
    Signed-off-by: Daniel Borkmann
    Link: https://lore.kernel.org/bpf/20200226171353.18982-1-quentin@isovalent.com
    Signed-off-by: Alexei Starovoitov

    Quentin Monnet
     

08 Feb, 2020

1 commit

  • Pull Documentation fixes from Jonathan Corbet:
    "A handful of small documentation fixes that wandered in"

    * tag 'docs-5.6-2' of git://git.lwn.net/linux:
    Allow git builds of Sphinx
    Documentation: changes.rst: update several outdated project URLs
    Documentation: build warnings related to missing blank lines after explicit markups has been fixed
    mailmap: add entry for Tiezhu Yang
    Documentation/ko_KR/howto: Update a broken link
    Documentation/ko_KR/howto: Update broken web addresses
    docs/locking: Fix outdated section names

    Linus Torvalds
     

06 Feb, 2020

1 commit