1. 22 Jul, 2020 1 commit
  2. 21 Jul, 2020 5 commits
  3. 18 Jul, 2020 11 commits
  4. 17 Jul, 2020 11 commits
  5. 15 Jul, 2020 2 commits
    • Lee Jones's avatar
      remoteproc: qcom_sysmon: Solve function header bitrot issues · 5b435ca3
      Lee Jones authored
      Looks as though 'name' has now been moved into 'struct sysmod_event'
      which is passed in instead.  However, the parameter descriptions were
      not updated at the same time.  Let's do that now.
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/remoteproc/qcom_sysmon.c:78: warning: Function parameter or member 'event' not described in 'sysmon_send_event'
       drivers/remoteproc/qcom_sysmon.c:78: warning: Excess function parameter 'name' description in 'sysmon_send_event'
       drivers/remoteproc/qcom_sysmon.c:350: warning: Function parameter or member 'event' not described in 'ssctl_send_event'
       drivers/remoteproc/qcom_sysmon.c:350: warning: Excess function parameter 'name' description in 'ssctl_send_event'
      
      Cc: Andy Gross <agross@kernel.org>
      Cc: linux-arm-msm@vger.kernel.org
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20200715123551.4011154-2-lee.jones@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      5b435ca3
    • Lee Jones's avatar
      remoteproc: remoteproc_core: Use 'gnu_printf' format notation · 7e05c8de
      Lee Jones authored
      Fixes the following W=1 kernel build warning(s):
      
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_find_carveout_by_name’:
       drivers/remoteproc/remoteproc_core.c:257:2: warning: function ‘rproc_find_carveout_by_name’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       257 | vsnprintf(_name, sizeof(_name), name, args);
       | ^~~~~~~~~
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_mem_entry_init’:
       drivers/remoteproc/remoteproc_core.c:993:2: warning: function ‘rproc_mem_entry_init’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       993 | vsnprintf(mem->name, sizeof(mem->name), name, args);
       | ^~~~~~~~~
       drivers/remoteproc/remoteproc_core.c: In function ‘rproc_of_resm_mem_entry_init’:
       drivers/remoteproc/remoteproc_core.c:1029:2: warning: function ‘rproc_of_resm_mem_entry_init’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
       1029 | vsnprintf(mem->name, sizeof(mem->name), name, args);
       | ^~~~~~~~~
      
      Cc: Brian Swetland <swetland@google.com>
      Cc: Mark Grosen <mgrosen@ti.com>
      Cc: Guzman Lugo <fernando.lugo@ti.com>
      Cc: Suman Anna <s-anna@ti.com>
      Cc: Robert Tivy <rtivy@ti.com>
      Cc: De Leon <x0095078@ti.com>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20200715123551.4011154-1-lee.jones@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      7e05c8de
  6. 13 Jul, 2020 1 commit
  7. 09 Jul, 2020 2 commits
  8. 02 Jul, 2020 3 commits
  9. 01 Jul, 2020 2 commits
  10. 14 Jun, 2020 2 commits
    • Linus Torvalds's avatar
      Linux 5.8-rc1 · b3a9e3b9
      Linus Torvalds authored
      b3a9e3b9
    • Linus Torvalds's avatar
      Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux · 4a87b197
      Linus Torvalds authored
      Pull SafeSetID update from Micah Morton:
       "Add additional LSM hooks for SafeSetID
      
        SafeSetID is capable of making allow/deny decisions for set*uid calls
        on a system, and we want to add similar functionality for set*gid
        calls.
      
        The work to do that is not yet complete, so probably won't make it in
        for v5.8, but we are looking to get this simple patch in for v5.8
        since we have it ready.
      
        We are planning on the rest of the work for extending the SafeSetID
        LSM being merged during the v5.9 merge window"
      
      * tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux:
        security: Add LSM hooks to set*gid syscalls
      4a87b197