netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: pull-request: can-next 2017-12-01,Re: pull-request: can-next 2017-12-01
  2017-12-01 13:50   ` Marc Kleine-Budde
@ 2017-12-04 18:20     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2017-12-04 18:20 UTC (permalink / raw)
  To: mkl; +Cc: netdev, kernel, linux-can

From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 1 Dec 2017 14:50:04 +0100

> On 12/01/2017 02:37 PM, Marc Kleine-Budde wrote:
>> Doh, I had an error in my script which produced the wrong Linux version
>> in the tag. The correct name of the tag is:
> 
> First test - than post - here's the correct tag:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
> tags/linux-can-next-for-4.16-20171201

Pulled, thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* pull-request: can-next 2017-12-01
@ 2018-01-05 11:08 Marc Kleine-Budde
  2018-01-15 13:02 ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2018-01-05 11:08 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel@pengutronix.de, linux-can@vger.kernel.org


[-- Attachment #1.1: Type: text/plain, Size: 2721 bytes --]

Hello David,

this is a pull request of 7 patches for net-next/master.

All patches are by me. Patch 6 is for the "can_raw" protocol and add
error checking to the bind() function. All other patches clean up the
coding style and remove unused parameters in various CAN drivers and
infrastructure.

regards,
Marc

---

The following changes since commit 72deacce011bde7475c90e6ee7d4c7d28c384873:

  Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (2018-01-04 14:33:29 -0500)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105

for you to fetch changes up to ff847ee47be27621f978921919f035fcd87d6d08:

  can: af_can: give struct holding the CAN per device receive lists a sensible name (2018-01-05 11:12:08 +0100)

----------------------------------------------------------------
linux-can-next-for-4.16-20180105

----------------------------------------------------------------
Marc Kleine-Budde (7):
      can: rx-offload: can_rx_offload_add_timestamp: remove duplicate semicolon at return statement
      can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"
      can: mcp251x: mcp251x_setup(): remove unused parameter "struct mcp251x_priv *priv"
      can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
      can: slcan: slc_alloc(): remove unused parameter "dev_t line"
      can: raw: raw_bind(): bail out if can_family is not AF_CAN
      can: af_can: give struct holding the CAN per device receive lists a sensible name

 drivers/net/can/rx-offload.c                 |  2 +-
 drivers/net/can/slcan.c                      |  4 ++--
 drivers/net/can/spi/mcp251x.c                |  7 +++----
 drivers/net/can/usb/gs_usb.c                 |  4 ++--
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |  2 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.h |  2 +-
 drivers/net/can/usb/peak_usb/pcan_usb_fd.c   |  9 +++------
 include/net/netns/can.h                      |  4 ++--
 net/can/af_can.c                             | 20 ++++++++++----------
 net/can/af_can.h                             |  2 +-
 net/can/proc.c                               |  8 ++++----
 net/can/raw.c                                |  2 ++
 12 files changed, 32 insertions(+), 34 deletions(-)

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pull-request: can-next 2017-12-01
  2018-01-05 11:08 pull-request: can-next 2017-12-01 Marc Kleine-Budde
@ 2018-01-15 13:02 ` Marc Kleine-Budde
  2018-01-15 17:55   ` pull-request: can-next 2017-12-01,Re: " David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2018-01-15 13:02 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, kernel@pengutronix.de, linux-can@vger.kernel.org


[-- Attachment #1.1: Type: text/plain, Size: 2956 bytes --]

Hello David,


On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
> Hello David,
> 
> this is a pull request of 7 patches for net-next/master.
> 
> All patches are by me. Patch 6 is for the "can_raw" protocol and add
> error checking to the bind() function. All other patches clean up the
> coding style and remove unused parameters in various CAN drivers and
> infrastructure.

this pull request is still open. Any objections to pull this?

regards,
Marc

> ---
> 
> The following changes since commit 72deacce011bde7475c90e6ee7d4c7d28c384873:
> 
>   Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (2018-01-04 14:33:29 -0500)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105
> 
> for you to fetch changes up to ff847ee47be27621f978921919f035fcd87d6d08:
> 
>   can: af_can: give struct holding the CAN per device receive lists a sensible name (2018-01-05 11:12:08 +0100)
> 
> ----------------------------------------------------------------
> linux-can-next-for-4.16-20180105
> 
> ----------------------------------------------------------------
> Marc Kleine-Budde (7):
>       can: rx-offload: can_rx_offload_add_timestamp: remove duplicate semicolon at return statement
>       can: gs_usb: gs_cmd_reset(): remove unused parameter "struct gs_usb *gsusb"
>       can: mcp251x: mcp251x_setup(): remove unused parameter "struct mcp251x_priv *priv"
>       can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
>       can: slcan: slc_alloc(): remove unused parameter "dev_t line"
>       can: raw: raw_bind(): bail out if can_family is not AF_CAN
>       can: af_can: give struct holding the CAN per device receive lists a sensible name
> 
>  drivers/net/can/rx-offload.c                 |  2 +-
>  drivers/net/can/slcan.c                      |  4 ++--
>  drivers/net/can/spi/mcp251x.c                |  7 +++----
>  drivers/net/can/usb/gs_usb.c                 |  4 ++--
>  drivers/net/can/usb/peak_usb/pcan_usb_core.c |  2 +-
>  drivers/net/can/usb/peak_usb/pcan_usb_core.h |  2 +-
>  drivers/net/can/usb/peak_usb/pcan_usb_fd.c   |  9 +++------
>  include/net/netns/can.h                      |  4 ++--
>  net/can/af_can.c                             | 20 ++++++++++----------
>  net/can/af_can.h                             |  2 +-
>  net/can/proc.c                               |  8 ++++----
>  net/can/raw.c                                |  2 ++
>  12 files changed, 32 insertions(+), 34 deletions(-)
> 


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pull-request: can-next 2017-12-01,Re: pull-request: can-next 2017-12-01
  2018-01-15 13:02 ` Marc Kleine-Budde
@ 2018-01-15 17:55   ` David Miller
  2018-01-15 20:54     ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2018-01-15 17:55 UTC (permalink / raw)
  To: mkl; +Cc: netdev, kernel, linux-can

From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Mon, 15 Jan 2018 14:02:23 +0100

> Hello David,
> 
> 
> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
>> Hello David,
>> 
>> this is a pull request of 7 patches for net-next/master.
>> 
>> All patches are by me. Patch 6 is for the "can_raw" protocol and add
>> error checking to the bind() function. All other patches clean up the
>> coding style and remove unused parameters in various CAN drivers and
>> infrastructure.
> 
> this pull request is still open. Any objections to pull this?

You gave me an SSH URL:

	ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105

Or did you plan to give my your SSH password so that I can pull this? :-)

Please resubmit with a proper git:// URL I can actually pull from.

Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pull-request: can-next 2017-12-01,Re: pull-request: can-next 2017-12-01
  2018-01-15 17:55   ` pull-request: can-next 2017-12-01,Re: " David Miller
@ 2018-01-15 20:54     ` Marc Kleine-Budde
  2018-01-15 21:14       ` pull-request: can-next 2017-12-01,Re: pull-request: can-nexto 2017-12-01,Re: " David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2018-01-15 20:54 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, kernel, linux-can


[-- Attachment #1.1: Type: text/plain, Size: 1943 bytes --]

On 01/15/2018 06:55 PM, David Miller wrote:
> From: Marc Kleine-Budde <mkl@pengutronix.de>
> Date: Mon, 15 Jan 2018 14:02:23 +0100
> 
>> Hello David,
>>
>>
>> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
>>> Hello David,
>>>
>>> this is a pull request of 7 patches for net-next/master.
>>>
>>> All patches are by me. Patch 6 is for the "can_raw" protocol and add
>>> error checking to the bind() function. All other patches clean up the
>>> coding style and remove unused parameters in various CAN drivers and
>>> infrastructure.
>>
>> this pull request is still open. Any objections to pull this?
> 
> You gave me an SSH URL:
> 
> 	ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105
> 
> Or did you plan to give my your SSH password so that I can pull this? :-)
> 
> Please resubmit with a proper git:// URL I can actually pull from.

I don't see a reason, why you need my ssh keys. That was intentional.

As long as you have your SSH keys, you have read only access to my (and
the git repos of the other kernel developers) on git.kernel.org. I'm
already fetching from net and net-next via ssh:

>> $ git fetch net
>> remote: Counting objects: 70, done.
>> remote: Compressing objects: 100% (70/70), done.
>> remote: Total 70 (delta 59), reused 0 (delta 0)
>> Unpacking objects: 100% (70/70), done.
>> From ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/davem/net
>>    6926e041a892..5133550296d4  master     -> net/master

See Konstantin Ryabitsev's mail "[kernel.org users] Forcing git to
always use gitolite.kernel.org" for more details.

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pull-request: can-next 2017-12-01,Re: pull-request: can-nexto 2017-12-01,Re: pull-request: can-next 2017-12-01,Re: pull-request: can-next 2017-12-01
  2018-01-15 20:54     ` Marc Kleine-Budde
@ 2018-01-15 21:14       ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-01-15 21:14 UTC (permalink / raw)
  To: mkl; +Cc: netdev, kernel, linux-can

From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Mon, 15 Jan 2018 21:54:29 +0100

> On 01/15/2018 06:55 PM, David Miller wrote:
>> From: Marc Kleine-Budde <mkl@pengutronix.de>
>> Date: Mon, 15 Jan 2018 14:02:23 +0100
>> 
>>> Hello David,
>>>
>>>
>>> On 01/05/2018 12:08 PM, Marc Kleine-Budde wrote:
>>>> Hello David,
>>>>
>>>> this is a pull request of 7 patches for net-next/master.
>>>>
>>>> All patches are by me. Patch 6 is for the "can_raw" protocol and add
>>>> error checking to the bind() function. All other patches clean up the
>>>> coding style and remove unused parameters in various CAN drivers and
>>>> infrastructure.
>>>
>>> this pull request is still open. Any objections to pull this?
>> 
>> You gave me an SSH URL:
>> 
>> 	ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.16-20180105
>> 
>> Or did you plan to give my your SSH password so that I can pull this? :-)
>> 
>> Please resubmit with a proper git:// URL I can actually pull from.
> 
> I don't see a reason, why you need my ssh keys. That was intentional.
> 
> As long as you have your SSH keys, you have read only access to my (and
> the git repos of the other kernel developers) on git.kernel.org. I'm
> already fetching from net and net-next via ssh:

Ok, I didn't know this.

Pulled, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-15 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 11:08 pull-request: can-next 2017-12-01 Marc Kleine-Budde
2018-01-15 13:02 ` Marc Kleine-Budde
2018-01-15 17:55   ` pull-request: can-next 2017-12-01,Re: " David Miller
2018-01-15 20:54     ` Marc Kleine-Budde
2018-01-15 21:14       ` pull-request: can-next 2017-12-01,Re: pull-request: can-nexto 2017-12-01,Re: " David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-12-01  9:57 Marc Kleine-Budde
2017-12-01 13:37 ` Marc Kleine-Budde
2017-12-01 13:50   ` Marc Kleine-Budde
2017-12-04 18:20     ` pull-request: can-next 2017-12-01,Re: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).