Skip to content
  1. Jul 28, 2019
  2. Jul 27, 2019
  3. Jul 15, 2019
  4. Jul 14, 2019
    • Maarten ter Huurne's avatar
      IIO: Ingenic JZ47xx: Set clock divider on probe · 5a304e1a
      Maarten ter Huurne authored
      The SADC component can run at up to 8 MHz on JZ4725B, but is fed
      a 12 MHz input clock (EXT). Divide it by two to get 6 MHz, then
      set up another divider to match, to produce a 10us clock.
      
      If the clock dividers are left on their power-on defaults (a divider
      of 1), the SADC mostly works, but will occasionally produce erroneous
      readings. This led to button presses being detected out of nowhere on
      the RS90 every few minutes. With this change, no ghost button presses
      were logged in almost a day worth of testing.
      
      The ADCLK register for configuring clock dividers doesn't exist on
      JZ4740, so avoid writing it there.
      
      A function has been introduced rather than a flag because there is a lot
      of variation between the ADCLK registers on JZ47xx SoCs, both in
      the internal layout of the register and in the frequency range
      supported by the SADC. So this solution should make it easier
      to add support for other JZ47xx SoCs later.
      
      Fixes: 1a78daea
      
       ("iio: adc: probe should set clock divider")
      Signed-off-by: default avatarMaarten ter Huurne <maarten@treewalker.org>
      Signed-off-by: default avatarArtur Rojek <contact@artur-rojek.eu>
      Cc: <Stable@vger.kernel.org>
      Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
      5a304e1a
    • Joe Perches's avatar
      iio: adc: max9611: Fix misuse of GENMASK macro · ae8cc91a
      Joe Perches authored
      
      
      Arguments are supposed to be ordered high then low.
      
      Signed-off-by: default avatarJoe Perches <joe@perches.com>
      Fixes: 69780a3b
      
       ("iio: adc: Add Maxim max9611 ADC driver")
      Cc: <Stable@vger.kernel.org>
      Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
      ae8cc91a
  5. Jul 12, 2019
    • Linus Torvalds's avatar
      Merge tag 'tag-chrome-platform-for-v5.3' of... · d7d170a8
      Linus Torvalds authored
      Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
      
      Pull chrome platform updates from Benson Leung
       "CrOS EC:
         - Add new CrOS ISHTP transport protocol
         - Add proper documentation for debugfs entries and expose resume and
           uptime files
         - Select LPC transport protocol variant at runtime.
         - Add lid angle sensor driver
         - Fix oops on suspend/resume for lightbar driver
         - Set CrOS SPI transport protol in realtime
      
        Wilco EC:
         - Add telemetry char device interface
         - Add support for event handling
         - Add new sysfs attributes
      
        Misc:
         - Contains ib-mfd-cros-v5.3 immutable branch from mfd, with
           cros_ec_commands.h header freshly synced with Chrome OS's EC
           project"
      
      * tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: (54 commits)
        mfd / platform: cros_ec_debugfs: Expose resume result via debugfs
        platform/chrome: lightbar: Get drvdata from parent in suspend/resume
        iio: cros_ec: Add lid angle driver
        platform/chrome: wilco_ec: Add circular buffer as event queue
        platform/chrome: cros_ec_lpc_mec: Fix kernel-doc comment first line
        platform/chrome: cros_ec_lpc: Choose Microchip EC at runtime
        platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_reg
        Input: cros_ec_keyb: mask out extra flags in event_type
        platform/chrome: wilco_ec: Fix unreleased lock in event_read()
        platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static
        platform/chrome: cros_ec_debugfs: Add debugfs ABI documentation
        platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line
        platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime
        mfd: cros_ec: Update I2S API
        mfd: cros_ec: Add Management API entry points
        mfd: cros_ec: Add SKU ID and Secure storage API
        mfd: cros_ec: Add API for rwsig
        mfd: cros_ec: Add API for Fingerprint support
        mfd: cros_ec: Add API for Touchpad support
        mfd: cros_ec: Add API for EC-EC communication
        ...
      d7d170a8
    • Linus Torvalds's avatar
      Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · d06e4156
      Linus Torvalds authored
      Pull Devicetree updates from Rob Herring:
      
       - DT binding schema examples are now validated against the schemas.
         Various examples are fixed due to that.
      
       - Sync dtc with upstream version v1.5.0-30-g702c1b6c0e73
      
       - Initial schemas for networking bindings. This includes ethernet, phy
         and mdio common bindings with several Allwinner and stmmac converted
         to the schema.
      
       - Conversion of more Arm top-level SoC/board bindings to DT schema
      
       - Conversion of PSCI binding to DT schema
      
       - Rework Arm CPU schema to coexist with other CPU schemas
      
       - Add a bunch of missing vendor prefixes and new ones for SoChip,
         Sipeed, Kontron, B&R Industrial Automation GmbH, and Espressif
      
       - Add Mediatek UART RX wakeup support to binding
      
       - Add reset to ST UART binding
      
       - Remove some Linuxisms from the endianness common-properties.txt
         binding
      
       - Make the flattened DT read-only after init
      
       - Ignore disabled reserved memory nodes
      
       - Clean-up some dead code in FDT functions
      
      * tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (56 commits)
        dt-bindings: vendor-prefixes: add Sipeed
        dt-bindings: vendor-prefixes: add SoChip
        dt-bindings: 83xx-512x-pci: Drop cell-index property
        dt-bindings: serial: add documentation for Rx in-band wakeup support
        dt-bindings: arm: Convert RDA Micro board/soc bindings to json-schema
        of: unittest: simplify getting the adapter of a client
        of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap
        of/platform: Drop superfluous cast in of_device_make_bus_id()
        dt-bindings: usb: ehci: Fix example warnings
        dt-bindings: net: Use phy-mode instead of phy-connection-type
        dt-bindings: simple-framebuffer: Add requirement for pipelines
        dt-bindings: display: Fix simple-framebuffer example
        dt-bindings: net: mdio: Add child nodes
        dt-bindings: net: mdio: Add address and size cells
        dt-bindings: net: mdio: Add a nodename pattern
        dt-bindings: mtd: sunxi-nand: Drop 'maxItems' from child 'reg' property
        dt-bindings: arm: Limit cpus schema to only check Arm 'cpu' nodes
        dt-bindings: backlight: lm3630a: correct schema validation
        dt-bindings: net: dwmac: Deprecate the PHY reset properties
        dt-bindings: net: sun8i-emac: Convert the binding to a schemas
        ...
      d06e4156
    • Linus Torvalds's avatar
      Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc · 8931084c
      Linus Torvalds authored
      Pull MMC updates from Ulf Hansson:
       "MMC core:
         - Let the dma map ops deal with bouncing and drop dma_max_pfn() from
           the dma-mapping interface for ARM
         - Convert the generic MMC DT doc to YAML schemas
         - Drop questionable support for powered-on re-init of SDIO cards at
           runtime resume and for SDIO HW reset
         - Prevent questionable re-init of powered-on removable SDIO cards at
           system resume
         - Cleanup and clarify some SDIO core code
      
        MMC host:
         - tmio: Make runtime PM enablement more flexible for variants
         - tmio/renesas_sdhi: Rename DT doc tmio_mmc.txt to renesas,sdhi.txt
           to clarify
         - sdhci-pci: Add support for Intel EHL
         - sdhci-pci-o2micro: Enable support for 8-bit bus
         - sdhci-msm: Prevent acquiring a mutex while holding a spin_lock
         - sdhci-of-esdhc: Improve clock management and tuning
         - sdhci_am654: Enable support for 4 and 8-bit bus on J721E
         - sdhci-sprd: Use pinctrl for a proper signal voltage switch
         - sdhci-sprd: Add support for HS400 enhanced strobe mode
         - sdhci-sprd: Enable PHY DLL and allow delay config to stabilize the
           clock
         - sdhci-sprd: Add support for optional gate clock
         - sunxi-mmc: Convert DT doc to YAML schemas
         - meson-gx: Add support for broken DRAM access for DMA
      
        MEMSTICK core:
         - Fixup error path of memstick_init()"
      
      * tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (52 commits)
        mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654
        mmc: alcor: remove a redundant greater or equal to zero comparison
        mmc: sdhci-msm: fix mutex while in spinlock
        mmc: sdhci_am654: Make some symbols static
        dma-mapping: remove dma_max_pfn
        mmc: core: let the dma map ops handle bouncing
        dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txt
        mmc: sdhci-sprd: Add pin control support for voltage switch
        dt-bindings: mmc: sprd: Add pinctrl support
        mmc: sdhci-sprd: Add start_signal_voltage_switch ops
        mmc: sdhci-pci: Add support for Intel EHL
        mmc: tmio: Use dma_max_mapping_size() instead of a workaround
        mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()
        mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()
        mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resume
        mmc: sdio: Drop powered-on re-init at runtime resume and HW reset
        mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()
        mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()
        mmc: sdio: Turn sdio_run_irqs() into static
        mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS
        ...
      8931084c
    • Linus Torvalds's avatar
      Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 17a20aca
      Linus Torvalds authored
      Pull USB / PHY updates from Greg KH:
       "Here is the big USB and PHY driver pull request for 5.3-rc1.
      
        Lots of stuff here, all of which has been in linux-next for a while
        with no reported issues. Nothing is earth-shattering, just constant
        forward progress for more devices supported and cleanups and small
        fixes:
      
         - USB gadget driver updates and fixes
      
         - new USB gadget driver for some hardware, followed by a quick revert
           of those patches as they were not ready to be merged...
      
         - PHY driver updates
      
         - Lots of new driver additions and cleanups with a few fixes mixed
           in"
      
      * tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (145 commits)
        Revert "usb: gadget: storage: Remove warning message"
        Revert "dt-bindings: add binding for USBSS-DRD controller."
        Revert "usb:gadget Separated decoding functions from dwc3 driver."
        Revert "usb:gadget Patch simplify usb_decode_set_c...
      17a20aca
    • Linus Torvalds's avatar
      Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · d7261970
      Linus Torvalds authored
      Pull tty / serial driver updates from Greg KH:
       "Here is the "large" TTY and Serial driver update for 5.3-rc1.
      
        It's in the negative number of lines overall as we removed an obsolete
        serial driver that was causing problems for some people who were
        trying to clean up some apis (the mpsc.c driver, which only worked for
        some pre-production hardware that no one has anymore.)
      
        Other than that, lots of tiny changes, cleaning up small things along
        with some platform-specific serial driver updates.
      
        All of these have been in linux-next for a while now with no reported
        issues"
      
      * tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (68 commits)
        tty: serial: fsl_lpuart: add imx8qxp support
        serial: imx: set_termios(): preserve RTS state
        serial: imx: set_termios(): clarify RTS/CTS bits calculation
        serial: imx: set_termios(): factor-out 'ucr2' initial value
        serial: sh-sci: Terminate TX DMA during buffer flushing
        serial: sh-sci: Fix TX DMA buffer flushing and workqueue races
        serial: mpsc: Remove obsolete MPSC driver
        serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8250_port()
        serial: stm32: add RX and TX FIFO flush
        serial: stm32: add support of RX FIFO threshold
        serial: stm32: add support of TX FIFO threshold
        serial: stm32: update PIO transmission
        serial: stm32: add support of timeout interrupt for RX
        Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
        tty/serial/8250: use mctrl_gpio helpers
        serial: mctrl_gpio: Check if GPIO property exisits before requesting it
        serial: 8250: pericom_do_set_divisor can be static
        tty: serial_core: Set port active bit in uart_port_activate
        serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions
        serial: 8250: factor out serial8250_{set,clear}_THRI() helpers
        ...
      d7261970
    • Linus Torvalds's avatar
      Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · e786741f
      Linus Torvalds authored
      Pull staging and IIO driver updates from Greg KH:
       "Here is the big Staging and IIO driver update for 5.3-rc1.
      
        Lots of new IIO drivers are in here, along with loads of tiny staging
        driver cleanups and fixes. Overall we almost break even with the same
        lines added as removed.
      
        Full details are in the shortlog, they are too large to list here.
      
        All of these changes have been in linux-next for a while with no
        reported issues"
      
      * tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (608 commits)
        staging: kpc2000: simplify comparison to NULL in fileops.c
        staging: kpc2000: simplify comparison to NULL in dma.c
        staging: kpc2000: simplify comparison to NULL in kpc2000_spi.c
        staging: rtl8723bs: hal: remove redundant assignment to packetType
        staging: rtl8723bs: Change return type of hal_btcoex_IsBtDisabled()
        staging: rtl8723bs: Remove rtw_btcoex_DisplayBtCoexInfo()
        staging: rtl8723bs: Remove function rtw_btcoex_GetDBG()
        staging: rtl8723bs: Remove function rtw_btcoex_SetDBG()
        staging: rtl8723bs: Remove rtw_btcoex_IsBTCoexCtrlAMPDUSize()
        staging: rtl8723bs: Remove rtw_btcoex_BtInfoNotify()
        staging: rtl8723bs: Remove rtw_btcoex_ScanNotify()
        staging: rtl8723bs: Remove rtw_btcoex_SetSingleAntPath()
        staging: rtl8723bs: Remove rtw_btcoex_SetPGAntNum()
        staging: rtl8192e: remove redundant initialization of rtstatus
        staging: rtl8723bs: Remove rtw_btcoex_GetRaMask()
        staging: rtl8723bs: Remove rtw_btcoex_SetChipType()
        staging: rtl8723bs: Remove rtw_btcoex_ConnectNotify()
        staging: rtl8723bs: Remove rtw_btcoex_SetBTCoexist()
        staging: rtl8723bs: Remove rtw_btcoex_IsBtDisabled()
        staging: rtl8723bs: Remove rtw_btcoex_IsBtControlLps()
        ...
      e786741f
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 97ff4ca4
      Linus Torvalds authored
      Pull char / misc driver updates from Greg KH:
       "Here is the "large" pull request for char and misc and other assorted
        smaller driver subsystems for 5.3-rc1.
      
        It seems that this tree is becoming the funnel point of lots of
        smaller driver subsystems, which is fine for me, but that's why it is
        getting larger over time and does not just contain stuff under
        drivers/char/ and drivers/misc.
      
        Lots of small updates all over the place here from different driver
        subsystems:
         - habana driver updates
         - coresight driver updates
         - documentation file movements and updates
         - Android binder fixes and updates
         - extcon driver updates
         - google firmware driver updates
         - fsi driver updates
         - smaller misc and char driver updates
         - soundwire driver updates
         - nvmem driver updates
         - w1 driver fixes
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (188 commits)
        coresight: Do not default to CPU0 for missing CPU phandle
        dt-bindings: coresight: Change CPU phandle to required property
        ocxl: Allow contexts to be attached with a NULL mm
        fsi: sbefifo: Don't fail operations when in SBE IPL state
        coresight: tmc: Smatch: Fix potential NULL pointer dereference
        coresight: etm3x: Smatch: Fix potential NULL pointer dereference
        coresight: Potential uninitialized variable in probe()
        coresight: etb10: Do not call smp_processor_id from preemptible
        coresight: tmc-etf: Do not call smp_processor_id from preemptible
        coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preemptible
        coresight: tmc-etr: Do not call smp_processor_id() from preemptible
        docs: misc-devices: convert files without extension to ReST
        fpga: dfl: fme: align PR buffer size per PR datawidth
        fpga: dfl: fme: remove copy_to_user() in ioctl for PR
        fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address.
        intel_th: msu: Start read iterator from a non-empty window
        intel_th: msu: Split sgt array and pointer in multiwindow mode
        intel_th: msu: Support multipage blocks
        intel_th: pci: Add Ice Lake NNPI support
        intel_th: msu: Fix single mode with disabled IOMMU
        ...
      97ff4ca4
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid · 4832a4da
      Linus Torvalds authored
      Pull HID updates from Jiri Kosina:
      
       - Documentation conversion to ReST, from Mauro Carvalho Chehab
      
       - Wacom MobileStudio Pro support, from Ping Cheng
      
       - Wacom 2nd Gen Intuos Pro Small support, from Aaron Armstrong Skomra
      
       - assorted small fixes and device ID additions
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
        HID: Add another Primax PIXART OEM mouse quirk
        HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small
        docs: hid: convert to ReST
        HID: remove NO_D3 flag when remove driver
        HID: wacom: add new MobileStudio Pro support
        HID: wacom: generic: read the number of expected touches on a per collection basis
        HID: wacom: generic: support the 'report valid' usage for touch
        HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
        HID: wacom: Add 2nd gen Intuos Pro Small support
        HID: uclogic: Add support for Ugee Rainbow CV720
        HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices
        HID: logitech-hidpp: HID: make const array consumer_rdesc_start static
        HID: logitech-dj: make const array template static
        HID: wacom: correct touch resolution x/y typo
        HID: wacom: generic: Correct pad syncing
        HID: wacom: generic: only switch the mode on devices with LEDs
        HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver
      4832a4da
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching · db045733
      Linus Torvalds authored
      Pull livepatching updates from Jiri Kosina:
      
       - stacktrace handling improvements from Miroslav benes
      
       - debug output improvements from Petr Mladek
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
        livepatch: Remove duplicate warning about missing reliable stacktrace support
        Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"
        stacktrace: Remove weak version of save_stack_trace_tsk_reliable()
        livepatch: Use static buffer for debugging messages under rq lock
        livepatch: Remove stale kobj_added entries from kernel-doc descriptions
      db045733
    • Linus Torvalds's avatar
      Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 1f7563f7
      Linus Torvalds authored
      Pull SCSI scatter-gather list updates from James Bottomley:
       "This topic branch covers a fundamental change in how our sg lists are
        allocated to make mq more efficient by reducing the size of the
        preallocated sg list.
      
        This necessitates a large number of driver changes because the
        previous guarantee that if a driver specified SG_ALL as the size of
        its scatter list, it would get a non-chained list and didn't need to
        bother with scatterlist iterators is now broken and every driver
        *must* use scatterlist iterators.
      
        This was broken out as a separate topic because we need to convert all
        the drivers before pulling the trigger and unconverted drivers kept
        being found, necessitating a rebase"
      
      * tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (21 commits)
        scsi: core: don't preallocate small SGL in case of NO_SG_CHAIN
        scsi: lib/sg_pool.c: clear 'first_chunk' in case of no preallocation
        scsi: core: avoid preallocating big SGL for data
        scsi: core: avoid preallocating big SGL for protection information
        scsi: lib/sg_pool.c: improve APIs for allocating sg pool
        scsi: esp: use sg helper to iterate over scatterlist
        scsi: NCR5380: use sg helper to iterate over scatterlist
        scsi: wd33c93: use sg helper to iterate over scatterlist
        scsi: ppa: use sg helper to iterate over scatterlist
        scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlist
        scsi: imm: use sg helper to iterate over scatterlist
        scsi: aha152x: use sg helper to iterate over scatterlist
        scsi: s390: zfcp_fc: use sg helper to iterate over scatterlist
        scsi: staging: unisys: visorhba: use sg helper to iterate over scatterlist
        scsi: usb: image: microtek: use sg helper to iterate over scatterlist
        scsi: pmcraid: use sg helper to iterate over scatterlist
        scsi: ipr: use sg helper to iterate over scatterlist
        scsi: mvumi: use sg helper to iterate over scatterlist
        scsi: lpfc: use sg helper to iterate over scatterlist
        scsi: advansys: use sg helper to iterate over scatterlist
        ...
      1f7563f7
    • Linus Torvalds's avatar
      Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · ba6d10ab
      Linus Torvalds authored
      Pull SCSI updates from James Bottomley:
       "This is mostly update of the usual drivers: qla2xxx, hpsa, lpfc, ufs,
        mpt3sas, ibmvscsi, megaraid_sas, bnx2fc and hisi_sas as well as the
        removal of the osst driver (I heard from Willem privately that he
        would like the driver removed because all his test hardware has
        failed). Plus number of minor changes, spelling fixes and other
        trivia.
      
        The big merge conflict this time around is the SPDX licence tags.
        Following discussion on linux-next, we believe our version to be more
        accurate than the one in the tree, so the resolution is to take our
        version for all the SPDX conflicts"
      
      Note on the SPDX license tag conversion conflicts: the SCSI tree had
      done its own SPDX conversion, which in some cases conflicted with the
      treewide ones done by Thomas & co.
      
      In almost all cases, the conflicts were purely syntactic: the SCSI tree
      used the old-style SPDX tags ("GPL-2.0" and "GPL-2.0+") while the
      treewide conversion had used the new-style ones ("GPL-2.0-only" and
      "GPL-2.0-or-later").
      
      In these cases I picked the new-style one.
      
      In a few cases, the SPDX conversion was actually different, though.  As
      explained by James above, and in more detail in a pre-pull-request
      thread:
      
       "The other problem is actually substantive: In the libsas code Luben
        Tuikov originally specified gpl 2.0 only by dint of stating:
      
        * This file is licensed under GPLv2.
      
        In all the libsas files, but then muddied the water by quoting GPLv2
        verbatim (which includes the or later than language). So for these
        files Christoph did the conversion to v2 only SPDX tags and Thomas
        converted to v2 or later tags"
      
      So in those cases, where the spdx tag substantially mattered, I took the
      SCSI tree conversion of it, but then also took the opportunity to turn
      the old-style "GPL-2.0" into a new-style "GPL-2.0-only" tag.
      
      Similarly, when there were whitespace differences or other differences
      to the comments around the copyright notices, I took the version from
      the SCSI tree as being the more specific conversion.
      
      Finally, in the spdx conversions that had no conflicts (because the
      treewide ones hadn't been done for those files), I just took the SCSI
      tree version as-is, even if it was old-style.  The old-style conversions
      are perfectly valid, even if the "-only" and "-or-later" versions are
      perhaps more descriptive.
      
      * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (185 commits)
        scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
        scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition
        scsi: qla2xxx: on session delete, return nvme cmd
        scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices
        scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1
        scsi: megaraid_sas: Introduce various Aero performance modes
        scsi: megaraid_sas: Use high IOPS queues based on IO workload
        scsi: megaraid_sas: Set affinity for high IOPS reply queues
        scsi: megaraid_sas: Enable coalescing for high IOPS queues
        scsi: megaraid_sas: Add support for High IOPS queues
        scsi: megaraid_sas: Add support for MPI toolbox commands
        scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driver
        scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for only Ventura
        scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE_LIST DCMD
        scsi: megaraid_sas: Handle sequence JBOD map failure at driver level
        scsi: megaraid_sas: Don't send FPIO to RL Bypass queue
        scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in fault
        scsi: megaraid_sas: Release Mutex lock before OCR in case of DCMD timeout
        scsi: megaraid_sas: Call disable_irq from process IRQ poll
        scsi: megaraid_sas: Remove few debug counters from IO path
        ...
      ba6d10ab
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging · 64b08df4
      Linus Torvalds authored
      Pull hwmon updates from Guenter Roeck:
      
       - New drivers for Infineon PXE1610 and IRPS5401
      
       - Minor improvements, cleanup, and fixes in several drivers
      
      * tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (33 commits)
        hwmon: (ina3221) Add of_node_put() before return
        hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms
        hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groups
        hwmon: (lm90) Introduce function to update configuration register
        hwmon: (lm90) Cache configuration register value
        hwmon: (lm90) Fix max6658 sporadic wrong temperature reading
        hwmon: (nct7904) Changes comments in probe function.
        hwmon: (nct7904) Add error handling in probe function.
        hwmon: Convert remaining drivers to use SPDX identifier
        hwmon: (max6650) Fix unused variable warning
        hwmon: (pmbus/adm1275) Fix power sampling support
        hwmon: (lm90) simplify getting the adapter of a client
        hwmon: (asus_atk0110) no need to check return value of debugfs_create functions
        hwmon: (max6650) Fix minor formatting issues
        hwmon: (max6650) Improve error handling in max6650_update_device
        hwmon: (max6650) Read non-volatile registers only once
        hwmon: (max6650) Convert to use devm_hwmon_device_register_with_info
        hwmon: (max6650) Simplify alarm handling
        hwmon: (max6650) Cache alarm_en register
        hwmon: (max6650) Declare valid as boolean
        ...
      64b08df4
    • Linus Torvalds's avatar
      Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux · c079512a
      Linus Torvalds authored
      Pull security/loadpin updates from Kees Cook:
      
       - Allow exclusion of specific file types (Ke Wu)
      
      * tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
        security/loadpin: Allow to exclude specific file types
      c079512a
    • Linus Torvalds's avatar
      Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux · 6b44fccd
      Linus Torvalds authored
      Pull pstore updates from Kees Cook:
      
       - Improve backward compatibility with older Chromebooks (Douglas
         Anderson)
      
       - Refactor debugfs initialization (Greg KH)
      
       - Fix double-free in pstore_mkfile() failure path (Norbert Manthey)
      
      * tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
        pstore: Fix double-free in pstore_mkfile() failure path
        pstore: no need to check return value of debugfs_create functions
        pstore/ram: Improve backward compatibility with older Chromebooks
      6b44fccd
    • Linus Torvalds's avatar
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 753c8d9b
      Linus Torvalds authored
      Pull x86 fixes from Thomas Gleixner:
       "A collection of assorted fixes:
      
         - Fix for the pinned cr0/4 fallout which escaped all testing efforts
           because the kvm-intel module was never loaded when the kernel was
           compiled with CONFIG_PARAVIRT=n. The cr0/4 accessors are moved out
           of line and static key is now solely used in the core code and
           therefore can stay in the RO after init section. So the kvm-intel
           and other modules do not longer reference the (read only) static
           key which the module loader tried to update.
      
         - Prevent an infinite loop in arch_stack_walk_user() by breaking out
           of the loop once the return address is detected to be 0.
      
         - Prevent the int3_emulate_call() selftest from corrupting the stack
           when KASAN is enabled. KASASN clobbers more registers than covered
           by the emulated call implementation. Convert the int3_magic()
           selftest to a ASM function so the compiler cannot KASANify it.
      
         - Unbreak the build with old GCC versions and with the Gold linker by
           reverting the 'Move of _etext to the actual end of .text'. In both
           cases the build fails with 'Invalid absolute R_X86_64_32S
           relocation: _etext'
      
         - Initialize the context lock for init_mm, which was never an issue
           until the alternatives code started to use a temporary mm for
           patching.
      
         - Fix a build warning vs. the LOWMEM_PAGES constant where clang
           complains rightfully about a signed integer overflow in the shift
           operation by converting the operand to an ULL.
      
         - Adjust the misnamed ENDPROC() of common_spurious in the 32bit entry
           code"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()
        x86/asm: Move native_write_cr0/4() out of line
        x86/pgtable/32: Fix LOWMEM_PAGES constant
        x86/alternatives: Fix int3_emulate_call() selftest stack corruption
        x86/entry/32: Fix ENDPROC of common_spurious
        Revert "x86/build: Move _etext to actual end of .text"
        x86/ldt: Initialize the context lock for init_mm
      753c8d9b
    • Linus Torvalds's avatar
      Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · d7fe42a6
      Linus Torvalds authored
      Pull timer fixes from Thomas Gleixner:
       "Two small fixes from the timer departement:
      
         - Prevent the compiler from converting the nanoseconds adjustment
           loop in the VDSO update function to a division (__udivdi3) by using
           the __iter_div_u64_rem() inline function which exists to prevent
           exactly that problem.
      
         - Fix the wrong argument order of the GENMASK macro in the NPCM timer
           driver"
      
      * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        timekeeping/vsyscall: Use __iter_div_u64_rem()
        clocksource/drivers/npcm: Fix misuse of GENMASK macro
      d7fe42a6
    • Linus Torvalds's avatar
      Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 02150fab
      Linus Torvalds authored
      Pull stacktrace fix from Thomas Gleixner:
       "Fix yet another instance of kernel thread check which ignores that
        kernel threads can call use_mm()"
      
      * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        stacktrace: Use PF_KTHREAD to check for kernel threads
      02150fab
    • Linus Torvalds's avatar
      Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 3a83f575
      Linus Torvalds authored
      Pull irq fixes from Thomas Gleixner:
       "Two small fixes for interrupt chip drivers:
      
         - Prevent UAF in the new RZA1 chip driver
      
         - Fix the wrong argument order of the GENMASK macro in the GIC code"
      
      * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        irqchip/gic-v3-its: Fix misuse of GENMASK macro
        irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()
      3a83f575
    • Linus Torvalds's avatar
      Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · a131c2bf
      Linus Torvalds authored
      Pull ACPI fix from Rafael Wysocki:
       "Revert a recent ACPICA commit causing systems to hang at boot time"
      
      * tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        Revert "ACPICA: Update table load object initialization"
      a131c2bf
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next · 237f83df
      Linus Torvalds authored
      Pull networking updates from David Miller:
       "Some highlights from this development cycle:
      
         1) Big refactoring of ipv6 route and neigh handling to support
            nexthop objects configurable as units from userspace. From David
            Ahern.
      
         2) Convert explored_states in BPF verifier into a hash table,
            significantly decreased state held for programs with bpf2bpf
            calls, from Alexei Starovoitov.
      
         3) Implement bpf_send_signal() helper, from Yonghong Song.
      
         4) Various classifier enhancements to mvpp2 driver, from Maxime
            Chevallier.
      
         5) Add aRFS support to hns3 driver, from Jian Shen.
      
         6) Fix use after free in inet frags by allocating fqdirs dynamically
            and reworking how rhashtable dismantle occurs, from Eric Dumazet.
      
         7) Add act_ctinfo packet classifier action, from Kevin
            Darbyshire-Bryant.
      
         8) Add TFO key backup infrastructure, from Jason Baron.
      
         9) Remove several old and unused ISDN drivers, from Arnd Bergmann.
      
        10) Add devlink notifications for flash update status to mlxsw driver,
            from Jiri Pirko.
      
        11) Lots of kTLS offload infrastructure fixes, from Jakub Kicinski.
      
        12) Add support for mv88e6250 DSA chips, from Rasmus Villemoes.
      
        13) Various enhancements to ipv6 flow label handling, from Eric
            Dumazet and Willem de Bruijn.
      
        14) Support TLS offload in nfp driver, from Jakub Kicinski, Dirk van
            der Merwe, and others.
      
        15) Various improvements to axienet driver including converting it to
            phylink, from Robert Hancock.
      
        16) Add PTP support to sja1105 DSA driver, from Vladimir Oltean.
      
        17) Add mqprio qdisc offload support to dpaa2-eth, from Ioana
            Radulescu.
      
        18) Add devlink health reporting to mlx5, from Moshe Shemesh.
      
        19) Convert stmmac over to phylink, from Jose Abreu.
      
        20) Add PTP PHC (Physical Hardware Clock) support to mlxsw, from
            Shalom Toledo.
      
        21) Add nftables SYNPROXY support, from Fernando Fernandez Mancera.
      
        22) Convert tcp_fastopen over to use SipHash, from Ard Biesheuvel.
      
        23) Track spill/fill of constants in BPF verifier, from Alexei
            Starovoitov.
      
        24) Support bounded loops in BPF, from Alexei Starovoitov.
      
        25) Various page_pool API fixes and improvements, from Jesper Dangaard
            Brouer.
      
        26) Just like ipv4, support ref-countless ipv6 route handling. From
            Wei Wang.
      
        27) Support VLAN offloading in aquantia driver, from Igor Russkikh.
      
        28) Add AF_XDP zero-copy support to mlx5, from Maxim Mikityanskiy.
      
        29) Add flower GRE encap/decap support to nfp driver, from Pieter
            Jansen van Vuuren.
      
        30) Protect against stack overflow when using act_mirred, from John
            Hurley.
      
        31) Allow devmap map lookups from eBPF, from Toke Høiland-Jørgensen.
      
        32) Use page_pool API in netsec driver, Ilias Apalodimas.
      
        33) Add Google gve network driver, from Catherine Sullivan.
      
        34) More indirect call avoidance, from Paolo Abeni.
      
        35) Add kTLS TX HW offload support to mlx5, from Tariq Toukan.
      
        36) Add XDP_REDIRECT support to bnxt_en, from Andy Gospodarek.
      
        37) Add MPLS manipulation actions to TC, from John Hurley.
      
        38) Add sending a packet to connection tracking from TC actions, and
            then allow flower classifier matching on conntrack state. From
            Paul Blakey.
      
        39) Netfilter hw offload support, from Pablo Neira Ayuso"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (2080 commits)
        net/mlx5e: Return in default case statement in tx_post_resync_params
        mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().
        net: dsa: add support for BRIDGE_MROUTER attribute
        pkt_sched: Include const.h
        net: netsec: remove static declaration for netsec_set_tx_de()
        net: netsec: remove superfluous if statement
        netfilter: nf_tables: add hardware offload support
        net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
        net: flow_offload: add flow_block_cb_is_busy() and use it
        net: sched: remove tcf block API
        drivers: net: use flow block API
        net: sched: use flow block API
        net: flow_offload: add flow_block_cb_{priv, incref, decref}()
        net: flow_offload: add list handling functions
        net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()
        net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
        net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
        net: flow_offload: add flow_block_cb_setup_simple()
        net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC
        net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC
        ...
      237f83df
    • Linus Torvalds's avatar
      Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux · 8f6ccf61
      Linus Torvalds authored
      Pull clone3 system call from Christian Brauner:
       "This adds the clone3 syscall which is an extensible successor to clone
        after we snagged the last flag with CLONE_PIDFD during the 5.2 merge
        window for clone(). It cleanly supports all of the flags from clone()
        and thus all legacy workloads.
      
        There are few user visible differences between clone3 and clone.
        First, CLONE_DETACHED will cause EINVAL with clone3 so we can reuse
        this flag. Second, the CSIGNAL flag is deprecated and will cause
        EINVAL to be reported. It is superseeded by a dedicated "exit_signal"
        argument in struct clone_args thus freeing up even more flags. And
        third, clone3 gives CLONE_PIDFD a dedicated return argument in struct
        clone_args instead of abusing CLONE_PARENT_SETTID's parent_tidptr
        argument.
      
        The clone3 uapi is designed to be easy to handle on 32- and 64 bit:
      
          /* uapi */
          struct clone_args {
                  __aligned_u64 flags;
                  __aligned_u64 pidfd;
                  __aligned_u64 child_tid;
                  __aligned_u64 parent_tid;
                  __aligned_u64 exit_signal;
                  __aligned_u64 stack;
                  __aligned_u64 stack_size;
                  __aligned_u64 tls;
          };
      
        and a separate kernel struct is used that uses proper kernel typing:
      
          /* kernel internal */
          struct kernel_clone_args {
                  u64 flags;
                  int __user *pidfd;
                  int __user *child_tid;
                  int __user *parent_tid;
                  int exit_signal;
                  unsigned long stack;
                  unsigned long stack_size;
                  unsigned long tls;
          };
      
        The system call comes with a size argument which enables the kernel to
        detect what version of clone_args userspace is passing in. clone3
        validates that any additional bytes a given kernel does not know about
        are set to zero and that the size never exceeds a page.
      
        A nice feature is that this patchset allowed us to cleanup and
        simplify various core kernel codepaths in kernel/fork.c by making the
        internal _do_fork() function take struct kernel_clone_args even for
        legacy clone().
      
        This patch also unblocks the time namespace patchset which wants to
        introduce a new CLONE_TIMENS flag.
      
        Note, that clone3 has only been wired up for x86{_32,64}, arm{64}, and
        xtensa. These were the architectures that did not require special
        massaging.
      
        Other architectures treat fork-like system calls individually and
        after some back and forth neither Arnd nor I felt confident that we
        dared to add clone3 unconditionally to all architectures. We agreed to
        leave this up to individual architecture maintainers. This is why
        there's an additional patch that introduces __ARCH_WANT_SYS_CLONE3
        which any architecture can set once it has implemented support for
        clone3. The patch also adds a cond_syscall(clone3) for architectures
        such as nios2 or h8300 that generate their syscall table by simply
        including asm-generic/unistd.h. The hope is to get rid of
        __ARCH_WANT_SYS_CLONE3 and cond_syscall() rather soon"
      
      * tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux:
        arch: handle arches who do not yet define clone3
        arch: wire-up clone3() syscall
        fork: add clone3
      8f6ccf61
  6. Jul 11, 2019
    • Eiichi Tsukata's avatar
      x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() · cbf5b73d
      Eiichi Tsukata authored
      arch_stack_walk_user() checks `if (fp == frame.next_fp)` to prevent a
      infinite loop by self reference but it's not enogh for circular reference.
      
      Once a lack of return address is found, there is no point to continue the
      loop, so break out.
      
      Fixes: 02b67518
      
       ("tracing: add support for userspace stacktraces in tracing/iter_ctrl")
      Signed-off-by: default avatarEiichi Tsukata <devel@etsukata.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Acked-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      Link: https://lkml.kernel.org/r/20190711023501.963-1-devel@etsukata.com
      cbf5b73d
    • Linus Torvalds's avatar
      Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux · 5450e8a3
      Linus Torvalds authored
      Pull pidfd updates from Christian Brauner:
       "This adds two main features.
      
         - First, it adds polling support for pidfds. This allows process
           managers to know when a (non-parent) process dies in a race-free
           way.
      
           The notification mechanism used follows the same logic that is
           currently used when the parent of a task is notified of a child's
           death. With this patchset it is possible to put pidfds in an
           {e}poll loop and get reliable notifications for process (i.e.
           thread-group) exit.
      
         - The second feature compliments the first one by making it possible
           to retrieve pollable pidfds for processes that were not created
           using CLONE_PIDFD.
      
           A lot of processes get created with traditional PID-based calls
           such as fork() or clone() (without CLONE_PIDFD). For these
           processes a caller can currently not create a pollable pidfd. This
           is a problem for Android's low memory killer (LMK) and service
           managers such as systemd.
      
        Both patchsets are accompanied by selftests.
      
        It's perhaps worth noting that the work done so far and the work done
        in this branch for pidfd_open() and polling support do already see
        some adoption:
      
         - Android is in the process of backporting this work to all their LTS
           kernels [1]
      
         - Service managers make use of pidfd_send_signal but will need to
           wait until we enable waiting on pidfds for full adoption.
      
         - And projects I maintain make use of both pidfd_send_signal and
           CLONE_PIDFD [2] and will use polling support and pidfd_open() too"
      
      [1] https://android-review.googlesource.com/q/topic:%22pidfd+polling+support+4.9+backport%22
          https://android-review.googlesource.com/q/topic:%22pidfd+polling+support+4.14+backport%22
          https://android-review.googlesource.com/q/topic:%22pidfd+polling+support+4.19+backport%22
      
      [2] https://github.com/lxc/lxc/blob/aab6e3eb73c343231cdde775db938994fc6f2803/src/lxc/start.c#L1753
      
      * tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux:
        tests: add pidfd_open() tests
        arch: wire-up pidfd_open()
        pid: add pidfd_open()
        pidfd: add polling selftests
        pidfd: add polling support
      5450e8a3
    • Linus Torvalds's avatar
      Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k · 29cd581b
      Linus Torvalds authored
      Pull m68k fix from Geert Uytterhoeven:
       "Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire.
      
        This is a fix for an issue detected in next, to avoid introducing
        build failures when merging Christoph's dma-mapping tree later"
      
      * tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
        m68k: Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire
      29cd581b
    • Linus Torvalds's avatar
      Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 398364a3
      Linus Torvalds authored
      Pull m68nommu updates from Greg Ungerer:
       "A series of cleanups for the FLAT format binary loader, binfmt_flat,
        from Christoph.
      
        The end goal is to support no-MMU on RISC-V, and the last patch
        enables that"
      
      * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        riscv: add binfmt_flat support
        binfmt_flat: don't offset the data start
        binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c
        binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
        binfmt_flat: provide an asm-generic/flat.h
        binfmt_flat: make support for old format binaries optional
        binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
        binfmt_flat: add endianess annotations
        binfmt_flat: use fixed size type for the on-disk format
        binfmt_flat: consolidate two version of flat_v2_reloc_t
        binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition
        binfmt_flat: remove the uapi <linux/flat.h> header
        binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable
        binfmt_flat: remove flat_old_ram_flag
        binfmt_flat: provide a default version of flat_get_relocate_addr
        binfmt_flat: remove flat_set_persistent
        binfmt_flat: remove flat_reloc_valid
      398364a3
    • Linus Torvalds's avatar
      Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux · d2b6b4c8
      Linus Torvalds authored
      Pull nfsd updates from Bruce Fields:
       "Highlights:
      
         - Add a new /proc/fs/nfsd/clients/ directory which exposes some
           long-requested information about NFSv4 clients (like open files)
           and allows forced revocation of client state.
      
         - Replace the global duplicate reply cache by a cache per network
           namespace; previously, a request in one network namespace could
           incorrectly match an entry from another, though we haven't seen
           this in production. This is the last remaining container bug that
           I'm aware of; at this point you should be able to run separate
           nfsd's in each network namespace, each with their own set of
           exports, and everything should work.
      
         - Cleanup and modify lock code to show the pid of lockd as the owner
           of NLM locks. This is the correct version of the bugfix originally
           attempted in b8eee0e9 ("lockd: Show pid of lockd for remote
           locks")"
      
      * tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux: (34 commits)
        nfsd: Make __get_nfsdfs_client() static
        nfsd: Make two functions static
        nfsd: Fix misuse of strlcpy
        sunrpc/cache: remove the exporting of cache_seq_next
        nfsd: decode implementation id
        nfsd: create xdr_netobj_dup helper
        nfsd: allow forced expiration of NFSv4 clients
        nfsd: create get_nfsdfs_clp helper
        nfsd4: show layout stateids
        nfsd: show lock and deleg stateids
        nfsd4: add file to display list of client's opens
        nfsd: add more information to client info file
        nfsd: escape high characters in binary data
        nfsd: copy client's address including port number to cl_addr
        nfsd4: add a client info file
        nfsd: make client/ directory names small ints
        nfsd: add nfsd/clients directory
        nfsd4: use reference count to free client
        nfsd: rename cl_refcount
        nfsd: persist nfsd filesystem across mounts
        ...
      d2b6b4c8
    • Linus Torvalds's avatar
      Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 · 0248a8be
      Linus Torvalds authored
      Pull gfs2 updates from Andreas Gruenbacher:
       "Some relatively minor changes for gfs2:
      
         - An initial batch of obvious cleanups and fixes from Bob's recovery
           patch queue.
      
         - Two iomap conversion patches and some cleanups from Christoph
           Hellwig.
      
         - A cosmetic cleanup from Kefeng Wang (Huawei).
      
         - Another minor fix and cleanup by me"
      
      * tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
        gfs2: Remove unused gfs2_iomap_alloc argument
        gfs2: don't use buffer_heads in gfs2_allocate_page_backing
        gfs2: use iomap_bmap instead of generic_block_bmap
        gfs2: mark stuffed_readpage static
        gfs2: merge gfs2_writepage_common into gfs2_writepage
        gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
        gfs2: remove the unused gfs2_stuffed_write_end function
        gfs2: use page_offset in gfs2_page_mkwrite
        gfs2: replace more printk with calls to fs_info and friends
        gfs2: dump fsid when dumping glock problems
        gfs2: simplify gfs2_freeze by removing case
        gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
        gfs2: Warn when a journal replay overwrites a rgrp with buffers
        gfs2: log which portion of the journal is replayed
        gfs2: eliminate tr_num_revoke_rm
        gfs2: kthread and remount improvements
        gfs2: Use IS_ERR_OR_NULL
        gfs2: Clean up freeing struct gfs2_sbd
      0248a8be
    • Linus Torvalds's avatar
      Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 2e756758
      Linus Torvalds authored
      Pull ext4 updates from Ted Ts'o:
       "Many bug fixes and cleanups, and an optimization for case-insensitive
        lookups"
      
      * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        ext4: fix coverity warning on error path of filename setup
        ext4: replace ktype default_attrs with default_groups
        ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
        ext4: refactor initialize_dirent_tail()
        ext4: rename "dirent_csum" functions to use "dirblock"
        ext4: allow directory holes
        jbd2: drop declaration of journal_sync_buffer()
        ext4: use jbd2_inode dirty range scoping
        jbd2: introduce jbd2_inode dirty range scoping
        mm: add filemap_fdatawait_range_keep_errors()
        ext4: remove redundant assignment to node
        ext4: optimize case-insensitive lookups
        ext4: make __ext4_get_inode_loc plug
        ext4: clean up kerneldoc warnigns when building with W=1
        ext4: only set project inherit bit for directory
        ext4: enforce the immutable flag on open files
        ext4: don't allow any modifications to an immutable file
        jbd2: fix typo in comment of journal_submit_inode_data_buffers
        jbd2: fix some print format mistakes
        ext4: gracefully handle ext4_break_layouts() failure during truncate
      2e756758
    • Linus Torvalds's avatar
      Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs · 8dda9957
      Linus Torvalds authored
      Pull afs updates from David Howells:
       "A set of minor changes for AFS:
      
         - Remove an unnecessary check in afs_unlink()
      
         - Add a tracepoint for tracking callback management
      
         - Add a tracepoint for afs_server object usage
      
         - Use struct_size()
      
         - Add mappings for AFS UAE abort codes to Linux error codes, using
           symbolic names rather than hex numbers in the .c file"
      
      * tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
        afs: Add support for the UAE error table
        fs/afs: use struct_size() in kzalloc()
        afs: Trace afs_server usage
        afs: Add some callback management tracepoints
        afs: afs_unlink() doesn't need to check dentry->d_inode
      8dda9957
    • Linus Torvalds's avatar
      Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt · 25cd6f35
      Linus Torvalds authored
      Pull fscrypt updates from Eric Biggers:
      
       - Preparations for supporting encryption on ext4 filesystems where the
         filesystem block size is smaller than PAGE_SIZE.
      
       - Don't allow setting encryption policies on dead directories.
      
       - Various cleanups.
      
      * tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
        fscrypt: document testing with xfstests
        fscrypt: remove selection of CONFIG_CRYPTO_SHA256
        fscrypt: remove unnecessary includes of ratelimit.h
        fscrypt: don't set policy for a dead directory
        ext4: encrypt only up to last block in ext4_bio_write_page()
        ext4: decrypt only the needed block in __ext4_block_zero_page_range()
        ext4: decrypt only the needed blocks in ext4_block_write_begin()
        ext4: clear BH_Uptodate flag on decryption error
        fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
        fscrypt: support decrypting multiple filesystem blocks per page
        fscrypt: introduce fscrypt_decrypt_block_inplace()
        fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
        fscrypt: support encrypting multiple filesystem blocks per page
        fscrypt: introduce fscrypt_encrypt_block_inplace()
        fscrypt: clean up some BUG_ON()s in block encryption/decryption
        fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
        fscrypt: remove the "write" part of struct fscrypt_ctx
        fscrypt: simplify bounce page handling
      25cd6f35
    • Linus Torvalds's avatar
      Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 40f06c79
      Linus Torvalds authored
      Pull copy_file_range updates from Darrick Wong:
       "This fixes numerous parameter checking problems and inconsistent
        behaviors in the new(ish) copy_file_range system call.
      
        Now the system call will actually check its range parameters
        correctly; refuse to copy into files for which the caller does not
        have sufficient privileges; update mtime and strip setuid like file
        writes are supposed to do; and allows copying up to the EOF of the
        source file instead of failing the call like we used to.
      
        Summary:
      
         - Create a generic copy_file_range handler and make individual
           filesystems responsible for calling it (i.e. no more assuming that
           do_splice_direct will work or is appropriate)
      
         - Refactor copy_file_range and remap_range parameter checking where
           they are the same
      
         - Install missing copy_file_range parameter checking(!)
      
         - Remove suid/sgid and update mtime like any other file write
      
         - Change the behavior so that a copy range crossing the source file's
           eof will result in a short copy to the source file's eof instead of
           EINVAL
      
         - Permit filesystems to decide if they want to handle
           cross-superblock copy_file_range in their local handlers"
      
      * tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        fuse: copy_file_range needs to strip setuid bits and update timestamps
        vfs: allow copy_file_range to copy across devices
        xfs: use file_modified() helper
        vfs: introduce file_modified() helper
        vfs: add missing checks to copy_file_range
        vfs: remove redundant checks from generic_remap_checks()
        vfs: introduce generic_file_rw_checks()
        vfs: no fallback for ->copy_file_range
        vfs: introduce generic_copy_file_range()
      40f06c79
    • Linus Torvalds's avatar
      Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · a47f5c56
      Linus Torvalds authored
      Pull iomap updates from Darrick Wong:
       "There are a few fixes for gfs2 but otherwise it's pretty quiet so far.
      
         - Only mark inode dirty at the end of writing to a file (instead of
           once for every page written).
      
         - Fix for an accounting error in the page_done callback"
      
      * tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        iomap: fix page_done callback for short writes
        fs: fold __generic_write_end back into generic_write_end
        iomap: don't mark the inode dirty in iomap_write_end
      a47f5c56
    • Linus Torvalds's avatar
      Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · 682f7c5c
      Linus Torvalds authored
      Pull ext2, udf and quota updates from Jan Kara:
      
       - some ext2 fixes and cleanups
      
       - a fix of udf bug when extending files
      
       - a fix of quota Q_XGETQSTAT[V] handling
      
      * tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
        ext2: Use kmemdup rather than duplicating its implementation
        quota: honor quota type in Q_XGETQSTAT[V] calls
        ext2: Always brelse bh on failure in ext2_iget()
        ext2: add missing brelse() in ext2_iget()
        ext2: Fix a typo in ext2_getattr argument
        ext2: fix a typo in comment
        ext2: add missing brelse() in ext2_new_inode()
        ext2: optimize ext2_xattr_get()
        ext2: introduce new helper for xattr entry comparison
        ext2: merge xattr next entry check to ext2_xattr_entry_valid()
        ext2: code cleanup for ext2_preread_inode()
        ext2: code cleanup by using test_opt() and clear_opt()
        doc: ext2: update description of quota options for ext2
        ext2: Strengthen xattr block checks
        ext2: Merge loops in ext2_xattr_set()
        ext2: introduce helper for xattr entry validation
        ext2: introduce helper for xattr header validation
        quota: add dqi_dirty_list description to comment of Dquot List Management
      682f7c5c
    • Linus Torvalds's avatar
      Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · e6983afd
      Linus Torvalds authored
      Pull fsnotify updates from Jan Kara:
       "This contains cleanups of the fsnotify name removal hook and also a
        patch to disable fanotify permission events for 'proc' filesystem"
      
      * tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        fsnotify: get rid of fsnotify_nameremove()
        fsnotify: move fsnotify_nameremove() hook out of d_delete()
        configfs: call fsnotify_rmdir() hook
        debugfs: call fsnotify_{unlink,rmdir}() hooks
        debugfs: simplify __debugfs_remove_file()
        devpts: call fsnotify_unlink() hook
        tracefs: call fsnotify_{unlink,rmdir}() hooks
        rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks
        btrfs: call fsnotify_rmdir() hook
        fsnotify: add empty fsnotify_{unlink,rmdir}() hooks
        fanotify: Disallow permission events for proc filesystem
      e6983afd