All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 1/3] Fix typo caase -> case
@ 2017-09-11 11:28 Benjamin Drung
       [not found] ` <20170911112821.2094-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Drung @ 2017-09-11 11:28 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 kernel-boot/persistent-ipoib.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel-boot/persistent-ipoib.rules b/kernel-boot/persistent-ipoib.rules
index 416284d5..f8d700a3 100644
--- a/kernel-boot/persistent-ipoib.rules
+++ b/kernel-boot/persistent-ipoib.rules
@@ -7,6 +7,6 @@
 # bytes of the address or else the address might not match the variable QPN
 # portion.
 #
-# Modern udev is caase sensitive and all addresses need to be in lower case.
+# Modern udev is case sensitive and all addresses need to be in lower case.
 #
 # ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", ATTR{type}=="32", ATTR{address}=="?*00:02:c9:03:00:31:78:f2", NAME="mlx4_ib3"
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH rdma-core 2/3] debian: Bump Standards-Version to 4.1.0
       [not found] ` <20170911112821.2094-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
@ 2017-09-11 11:28   ` Benjamin Drung
  2017-09-11 11:28   ` [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol Benjamin Drung
  2017-09-11 12:59   ` [PATCH rdma-core 1/3] Fix typo caase -> case Leon Romanovsky
  2 siblings, 0 replies; 6+ messages in thread
From: Benjamin Drung @ 2017-09-11 11:28 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

No changes are needed to support the new Debian policy version.

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5aa8abdd..f87f8999 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: cmake (>= 2.8.11),
                pkg-config,
                python,
                valgrind
-Standards-Version: 4.0.0
+Standards-Version: 4.1.0
 Vcs-Git: https://github.com/linux-rdma/rdma-core.git
 Vcs-Browser: https://github.com/linux-rdma/rdma-core
 Homepage: https://github.com/linux-rdma/rdma-core
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol
       [not found] ` <20170911112821.2094-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  2017-09-11 11:28   ` [PATCH rdma-core 2/3] debian: Bump Standards-Version to 4.1.0 Benjamin Drung
@ 2017-09-11 11:28   ` Benjamin Drung
       [not found]     ` <20170911112821.2094-3-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  2017-09-11 12:59   ` [PATCH rdma-core 1/3] Fix typo caase -> case Leon Romanovsky
  2 siblings, 1 reply; 6+ messages in thread
From: Benjamin Drung @ 2017-09-11 11:28 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 debian/ibverbs-providers.symbols | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ibverbs-providers.symbols b/debian/ibverbs-providers.symbols
index b03c33a2..1e51aa86 100644
--- a/debian/ibverbs-providers.symbols
+++ b/debian/ibverbs-providers.symbols
@@ -9,3 +9,4 @@ libmlx5.so.1 ibverbs-providers #MINVER#
  mlx5dv_init_obj@MLX5_1.2 15
  mlx5dv_query_device@MLX5_1.0 13
  mlx5dv_create_cq@MLX5_1.1 14
+ mlx5dv_set_context_attr@MLX5_1.2 15
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH rdma-core 1/3] Fix typo caase -> case
       [not found] ` <20170911112821.2094-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  2017-09-11 11:28   ` [PATCH rdma-core 2/3] debian: Bump Standards-Version to 4.1.0 Benjamin Drung
  2017-09-11 11:28   ` [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol Benjamin Drung
@ 2017-09-11 12:59   ` Leon Romanovsky
  2 siblings, 0 replies; 6+ messages in thread
From: Leon Romanovsky @ 2017-09-11 12:59 UTC (permalink / raw)
  To: Benjamin Drung; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Mon, Sep 11, 2017 at 01:28:19PM +0200, Benjamin Drung wrote:
> Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
> ---
>  kernel-boot/persistent-ipoib.rules | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, all three applied.
Please use cover letter next time, so our reply will properly
registered.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol
       [not found]     ` <20170911112821.2094-3-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
@ 2017-09-11 16:06       ` Jason Gunthorpe
       [not found]         ` <20170911160603.GB32117-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Gunthorpe @ 2017-09-11 16:06 UTC (permalink / raw)
  To: Benjamin Drung; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

On Mon, Sep 11, 2017 at 01:28:21PM +0200, Benjamin Drung wrote:
> Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
>  debian/ibverbs-providers.symbols | 1 +
>  1 file changed, 1 insertion(+)

We CI test debian builds, why didn't the CI break? Can we fix that?

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol
       [not found]         ` <20170911160603.GB32117-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
@ 2017-09-11 17:04           ` Benjamin Drung
  0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Drung @ 2017-09-11 17:04 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Am Montag, den 11.09.2017, 10:06 -0600 schrieb Jason Gunthorpe:
> On Mon, Sep 11, 2017 at 01:28:21PM +0200, Benjamin Drung wrote:
> > Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
> >  debian/ibverbs-providers.symbols | 1 +
> >  1 file changed, 1 insertion(+)
> 
> We CI test debian builds, why didn't the CI break? Can we fix that?

Missing symbols will be added on build time using the full Debian
package version. So the build will not fail, but lintian will complain
about it: symbols-file-contains-current-version-with-debian-revision

I suggest to run lintian after the build and lintian errors should let
the build fail.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org
Web: https://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Achim Weiss.

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-09-11 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 11:28 [PATCH rdma-core 1/3] Fix typo caase -> case Benjamin Drung
     [not found] ` <20170911112821.2094-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-09-11 11:28   ` [PATCH rdma-core 2/3] debian: Bump Standards-Version to 4.1.0 Benjamin Drung
2017-09-11 11:28   ` [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol Benjamin Drung
     [not found]     ` <20170911112821.2094-3-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-09-11 16:06       ` Jason Gunthorpe
     [not found]         ` <20170911160603.GB32117-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-11 17:04           ` Benjamin Drung
2017-09-11 12:59   ` [PATCH rdma-core 1/3] Fix typo caase -> case Leon Romanovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.