Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1725238 > unrolled thread

[GIT PULL] VME Subsystem patches for 4.13-rc7

Started byMartyn Welch <martyn.welch@collabora.co.uk>
First post2017-09-01 19:10 +0200
Last post2017-09-01 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] VME Subsystem patches for 4.13-rc7 Martyn Welch <martyn.welch@collabora.co.uk> - 2017-09-01 19:10 +0200
    Re: [GIT PULL] VME Subsystem patches for 4.13-rc7 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-01 19:20 +0200

#1725238 — [GIT PULL] VME Subsystem patches for 4.13-rc7

FromMartyn Welch <martyn.welch@collabora.co.uk>
Date2017-09-01 19:10 +0200
Subject[GIT PULL] VME Subsystem patches for 4.13-rc7
Message-ID<ukXCa-81A-19@gated-at.bofh.it>
The following changes since commit 0f9b011d3321ca1079c7a46c18cb1956fbdb7bcb:

  driver core: bus: Fix a potential double free (2017-08-31 18:57:30 +0200)

are available in the git repository at:

  https://gitlab.collabora.com/martyn/linux.git tags/vme-next-4.13-rc7

for you to fetch changes up to 92203389d32f83f71cb1944840af31ffb3a42e6f:

  vme: tsi148: Adjust 14 checks for null pointers (2017-09-01 14:08:46 +0100)

----------------------------------------------------------------
VME Subsystem changes for driver-core-next v4.13-rc7

----------------------------------------------------------------
Markus Elfring (14):
      vme: Delete 11 error messages for a failed memory allocation
      vme: Improve 11 size determinations
      vme: Move an assignment in vme_new_dma_list()
      vme: Adjust 48 checks for null pointers
      vme: Return directly in two functions
      vme: fake: Delete an error message for a failed memory allocation in fake_init()
      vme: fake: Improve five size determinations in fake_init()
      vme: fake: Adjust 11 checks for null pointers
      vme: ca91cx42: Delete eight error messages for a failed memory allocation
      vme: ca91cx42: Improve 12 size determinations
      vme: ca91cx42: Adjust 14 checks for null pointers
      vme: tsi148: Delete nine error messages for a failed memory allocation
      vme: tsi148: Improve 17 size determinations
      vme: tsi148: Adjust 14 checks for null pointers

 drivers/vme/bridges/vme_ca91cx42.c |  73 +++++---------
 drivers/vme/bridges/vme_fake.c     |  35 +++----
 drivers/vme/bridges/vme_tsi148.c   |  83 ++++++----------
 drivers/vme/vme.c                  | 194 ++++++++++++++++---------------------
 4 files changed, 157 insertions(+), 228 deletions(-)

[toc] | [next] | [standalone]


#1725243

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-09-01 19:20 +0200
Message-ID<ukXLP-86R-3@gated-at.bofh.it>
In reply to#1725238
On Fri, Sep 01, 2017 at 06:08:48PM +0100, Martyn Welch wrote:
> The following changes since commit 0f9b011d3321ca1079c7a46c18cb1956fbdb7bcb:
> 
>   driver core: bus: Fix a potential double free (2017-08-31 18:57:30 +0200)
> 
> are available in the git repository at:
> 
>   https://gitlab.collabora.com/martyn/linux.git tags/vme-next-4.13-rc7
> 
> for you to fetch changes up to 92203389d32f83f71cb1944840af31ffb3a42e6f:
> 
>   vme: tsi148: Adjust 14 checks for null pointers (2017-09-01 14:08:46 +0100)
> 
> ----------------------------------------------------------------
> VME Subsystem changes for driver-core-next v4.13-rc7
> 

driver-core?  No, you should make this against char-misc-next.  But
really, just make it against 4.13-rc7 and then it shouldn't matter what
tree I pull it into.

Also, can you provide more merge text information?  A one line really
doesn't say what is going on here.  Look on lkml for lots of examples of
what people put here.

As an example, see the emails I send to Linus for when I ask him to pull
the char-misc tree.

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web