[Git] mISDN kernel tree branch socket updated. mISDN_1_1_2-661-g6662c54

[email protected] (git version ctrl) Mon, 30 Nov 2015 16:35:42 +0100 (CET)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
--===============5514590518805748919==
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by listserv.isdn4linux.de id tAUGjSOB004961

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN kernel tree".

The branch, socket has been updated
       via  6662c548f306ab8ee0035ffe8a936591ca87c3b6 (commit)
       via  ad5ac5a67a91e54e8b201ebfa8d05e30453cb650 (commit)
       via  a99a6c1f5f12fe8c3b3911666a16a63f7272a5c0 (commit)
       via  90803805ddabc51696a23f213cd273e716322a47 (commit)
       via  5be9c592ada247232eb11beda81462cb08331972 (commit)
       via  aab5dfa921c87cd04dad6771711f8ba14787a5ad (commit)
       via  bbc8b9070de65d06bbd299cff8d7682b7356a402 (commit)
       via  1bc9b1edf262ae20f1dd059ff4c37bfae23e8ff6 (commit)
      from  96382c6a24016855b4a376ee5114de77c5a4675a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6662c548f306ab8ee0035ffe8a936591ca87c3b6
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date:   Mon Nov 30 16:26:11 2015 +0100

    Revert incompatible changes from 4.X kernel versions for older versio=
ns

commit ad5ac5a67a91e54e8b201ebfa8d05e30453cb650
Author: Karsten Keil <[email protected]>
Date:   Mon Nov 30 12:59:12 2015 +0100

    __DATE__ and __TIME__ are now forbidden in the kernel to allow reprod=
ucible builds

commit a99a6c1f5f12fe8c3b3911666a16a63f7272a5c0
Author: Karsten Keil <[email protected]>
Date:   Mon Nov 30 12:53:41 2015 +0100

    rdtscl() was removed in mainline

commit 90803805ddabc51696a23f213cd273e716322a47
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date:   Wed Oct 21 14:18:39 2015 +0200

    mISDN: fix OOM condition for sending queued I-Frames
   =20
    The old code did not check the return value of skb_clone().
    The extra skb_clone() is not needed at all, if using skb_realloc_head=
room()
    instead, which gives us a private copy with enough headroom as well.
    We need to requeue the original skb if the call failed, because we ca=
nnot
    inform upper layers about the data loss. Restructure the code to mini=
mise
    rollback effort if it happens.
    This fix kernel bug #86091
   =20
    Thanks to Insu Yun <[email protected]> to remind me on this issue.
   =20
    delta to previous fix
   =20
    Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
    Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]>

commit 5be9c592ada247232eb11beda81462cb08331972
Author: Geliang Tang <geliangtang-9Onoh4P/[email protected]>
Date:   Mon Oct 12 01:19:07 2015 -0700

    mISDN: use kstrdup() in dsp_pipeline_build
   =20
    Use kstrdup instead of strlen-kmalloc-strcpy. Remove unneeded NULL
    test, it will be tested inside kstrdup. Remove 0 length string test,
    it has been tested in the caller of dsp_pipeline_build.
   =20
    Signed-off-by: Geliang Tang <geliangtang-9Onoh4P/[email protected]>
    Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]>

commit aab5dfa921c87cd04dad6771711f8ba14787a5ad
Author: yalin wang <[email protected]>
Date:   Mon Aug 10 17:15:57 2015 +0800

    isdn: Remove reverse_bits(), use revbit8()
   =20
    This change isdn driver, remove reverse_bits() function,
    use the generic revbit8() function instead.
   =20
    Signed-off-by: yalin wang <[email protected]>
    Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]>

commit bbc8b9070de65d06bbd299cff8d7682b7356a402
Author: Masanari Iida <[email protected]>
Date:   Wed May 20 23:54:02 2015 +0900

    treewide: Fix typo in printk
   =20
    This patch fix spelling typo inv various part of sources.
   =20
    Signed-off-by: Masanari Iida <[email protected]>
    Acked-by: Randy Dunlap <[email protected]>
    Signed-off-by: Jiri Kosina <jkosina-IBi9RG/[email protected]>

commit 1bc9b1edf262ae20f1dd059ff4c37bfae23e8ff6
Author: Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/[email protected]>
Date:   Fri May 8 21:09:13 2015 -0500

    net: Pass kern from net_proto_family.create to sk_alloc
   =20
    In preparation for changing how struct net is refcounted
    on kernel sockets pass the knowledge that we are creating
    a kernel socket from sock_create_kern through to sk_alloc.
   =20
    Signed-off-by: "Eric W. Biederman" <ebiederm-aS9lmoZGLiVWk0Htik3J/[email protected]>
    Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 drivers/isdn/mISDN/dsp_audio.c                     |   22 ++----
 drivers/isdn/mISDN/dsp_cmx.c                       |    2 +-
 drivers/isdn/mISDN/dsp_pipeline.c                  |   12 +---
 drivers/isdn/mISDN/layer2.c                        |   47 ++++---------
 drivers/isdn/mISDN/octvqe/octvqe_linux.c           |   12 ++--
 drivers/isdn/mISDN/socket.c                        |   12 ++--
 ...rn-from-net_proto_family.create-to-sk_all.patch |   74 ++++++++++++++=
++++++
 patches/0006-rdtscl-was-removed-in-mainline.patch  |   27 +++++++
 series/series_4.0                                  |    1 +
 series/series_4.1                                  |    2 +
 series/series_4.2                                  |    1 +
 11 Dateien ge=C3=A4ndert, 139 Zeilen hinzugef=C3=BCgt(+), 73 Zeilen entf=
ernt(-)
 create mode 100644 patches/0001-net-Pass-kern-from-net_proto_family.crea=
te-to-sk_all.patch
 create mode 100644 patches/0006-rdtscl-was-removed-in-mainline.patch
 create mode 100644 series/series_4.1
 create mode 100644 series/series_4.2


hooks/post-receive
--=20
mISDN kernel tree

--===============5514590518805748919==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

_______________________________________________
i4ldeveloper mailing list
[email protected]
https://www.isdn4linux.de/mailman/listinfo/i4ldeveloper
--===============5514590518805748919==--