Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237238 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2015-10-01 11:50 +0200 |
| Last post | 2015-10-03 13:40 +0200 |
| Articles | 8 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH 4.2 00/30] 4.2.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-01 11:50 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Guenter Roeck <linux@roeck-us.net> - 2015-10-02 03:30 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-03 13:40 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Guenter Roeck <linux@roeck-us.net> - 2015-10-03 16:50 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-02 07:20 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-03 13:40 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2015-10-02 17:50 +0200
Re: [PATCH 4.2 00/30] 4.2.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-03 13:40 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-10-01 11:50 +0200 |
| Subject | [PATCH 4.2 00/30] 4.2.3-stable review |
| Message-ID | <qeIlz-8lU-3@gated-at.bofh.it> |
This is the start of the stable review cycle for the 4.2.3 release.
There are 30 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat Oct 3 09:20:05 UTC 2015.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.2.3-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.2.3-rc1
Carol L Soto <clsoto@linux.vnet.ibm.com>
net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX
Stas Sergeev <stsp@list.ru>
mvneta: use inband status only when explicitly enabled
Stas Sergeev <stsp@list.ru>
of_mdio: add new DT property 'managed' to specify the PHY management type
Stas Sergeev <stsp@list.ru>
net: phy: fixed_phy: handle link-down case
Florian Fainelli <f.fainelli@gmail.com>
net: dsa: bcm_sf2: Do not override speed settings
Guillaume Nault <g.nault@alphalink.fr>
ppp: fix lockdep splat in ppp_dev_uninit()
Wilson Kok <wkok@cumulusnetworks.com>
fib_rules: fix fib rule dumps across multiple skbs
WANG Cong <xiyou.wangcong@gmail.com>
net: revert "net_sched: move tp->root allocation into fw_init()"
David Woodhouse <dwmw2@infradead.org>
Fix AF_PACKET ABI breakage in 4.2
Eric Dumazet <edumazet@google.com>
tcp: add proper TS val into RST packets
Jesse Gross <jesse@nicira.com>
openvswitch: Zero flows on allocation.
Russell King <rmk+kernel@arm.linux.org.uk>
net: dsa: actually force the speed on the CPU port
Herbert Xu <herbert@gondor.apana.org.au>
netlink: Replace rhash_portid with bound
Herbert Xu <herbert@gondor.apana.org.au>
netlink: Fix autobind race condition that leads to zero port ID
Michael S. Tsirkin <mst@redhat.com>
macvtap: fix TUNSETSNDBUF values > 64k
Eric Dumazet <edumazet@google.com>
net/mlx4_en: really allow to change RSS key
Roopa Prabhu <roopa@cumulusnetworks.com>
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
Simon Guinot <simon.guinot@sequanux.org>
net: mvneta: fix DMA buffer unmapping in mvneta_rx()
Linus Lüssing <linus.luessing@c0d3.blue>
bridge: fix igmpv3 / mldv2 report parsing
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
sctp: fix race on protocol/netns initialization
Daniel Borkmann <daniel@iogearbox.net>
netlink, mmap: transform mmap skb into full skb on taps
Florian Fainelli <f.fainelli@gmail.com>
net: dsa: bcm_sf2: Fix 64-bits register writes
Roopa Prabhu <roopa@cumulusnetworks.com>
ipv6: fix multipath route replace error recovery
Florian Fainelli <f.fainelli@gmail.com>
net: dsa: bcm_sf2: Fix ageing conditions and operation
Richard Laing <richard.laing@alliedtelesis.co.nz>
net/ipv6: Correct PIM6 mrt_lock handling
Atsushi Nemoto <nemoto@toshiba-tops.co.jp>
net: eth: altera: fix napi poll_list corruption
Russell King <rmk+kernel@arm.linux.org.uk>
net: fec: clear receive interrupts before processing a packet
Daniel Borkmann <daniel@iogearbox.net>
ipv6: fix exthdrs offload registration in out_rt path
Daniel Borkmann <daniel@iogearbox.net>
sock, diag: fix panic in sock_diag_put_filterinfo
Mark Salter <msalter@redhat.com>
phylib: fix device deletion order in mdiobus_unregister()
-------------
Diffstat:
Documentation/devicetree/bindings/net/ethernet.txt | 4 +
Makefile | 4 +-
drivers/net/dsa/bcm_sf2.c | 30 +--
drivers/net/dsa/bcm_sf2.h | 4 +-
drivers/net/dsa/mv88e6xxx.c | 1 +
drivers/net/ethernet/altera/altera_tse_main.c | 3 +-
drivers/net/ethernet/freescale/fec_main.c | 1 +
drivers/net/ethernet/marvell/mvneta.c | 13 +-
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 -
drivers/net/ethernet/mellanox/mlx4/main.c | 10 +-
drivers/net/macvtap.c | 4 +-
drivers/net/phy/fixed_phy.c | 8 +-
drivers/net/phy/mdio_bus.c | 2 +-
drivers/net/ppp/ppp_generic.c | 4 +-
drivers/of/of_mdio.c | 19 +-
net/bridge/br_multicast.c | 4 +-
net/core/fib_rules.c | 14 +-
net/core/rtnetlink.c | 26 ++-
net/core/sock_diag.c | 3 +
net/ipv4/tcp_output.c | 1 +
net/ipv6/exthdrs_offload.c | 2 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/route.c | 201 ++++++++++++++++++---
net/netlink/af_netlink.c | 63 +++++--
net/netlink/af_netlink.h | 10 +
net/openvswitch/datapath.c | 4 +-
net/openvswitch/flow_table.c | 23 +--
net/openvswitch/flow_table.h | 2 +-
net/packet/af_packet.c | 32 ++--
net/sched/cls_fw.c | 30 +--
net/sctp/protocol.c | 64 ++++---
31 files changed, 420 insertions(+), 170 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2015-10-02 03:30 +0200 |
| Message-ID | <qeXkC-5f4-17@gated-at.bofh.it> |
| In reply to | #1237238 |
On Thu, Oct 01, 2015 at 11:21:22AM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.2.3 release. > There are 30 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sat Oct 3 09:20:05 UTC 2015. > Anything received after that time might be too late. > Build results: total: 144 pass: 144 fail: 0 Qemu test results: total: 93 pass: 92 fail: 1 Failed tests: mips:fuloong2e_defconfig Details are available at http://server.roeck-us.net:8010/builders. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-10-03 13:40 +0200 |
| Message-ID | <qftkt-yV-7@gated-at.bofh.it> |
| In reply to | #1237871 |
On Thu, Oct 01, 2015 at 06:27:58PM -0700, Guenter Roeck wrote: > On Thu, Oct 01, 2015 at 11:21:22AM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.2.3 release. > > There are 30 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Sat Oct 3 09:20:05 UTC 2015. > > Anything received after that time might be too late. > > > > Build results: > total: 144 pass: 144 fail: 0 > Qemu test results: > total: 93 pass: 92 fail: 1 > Failed tests: > mips:fuloong2e_defconfig And there's no fix for this in Linus's tree yet, right? > Details are available at http://server.roeck-us.net:8010/builders. Thanks for testing these and letting me know. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2015-10-03 16:50 +0200 |
| Message-ID | <qfwil-4KR-3@gated-at.bofh.it> |
| In reply to | #1238820 |
On 10/03/2015 04:37 AM, Greg Kroah-Hartman wrote: > On Thu, Oct 01, 2015 at 06:27:58PM -0700, Guenter Roeck wrote: >> On Thu, Oct 01, 2015 at 11:21:22AM +0200, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 4.2.3 release. >>> There are 30 patches in this series, all will be posted as a response >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >>> >>> Responses should be made by Sat Oct 3 09:20:05 UTC 2015. >>> Anything received after that time might be too late. >>> >> >> Build results: >> total: 144 pass: 144 fail: 0 >> Qemu test results: >> total: 93 pass: 92 fail: 1 >> Failed tests: >> mips:fuloong2e_defconfig > > And there's no fix for this in Linus's tree yet, right? > There is, actually. I sent you a request to apply it to 4.1 and 4.2, so I assumed it would already be in your queue. fc2ca674470b MIPS: Fix console output for Fulong2e system Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Date | 2015-10-02 07:20 +0200 |
| Message-ID | <qf0Vb-26P-5@gated-at.bofh.it> |
| In reply to | #1237238 |
On Thu, Oct 01, 2015 at 11:21:22AM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.2.3 release. > There are 30 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. Compiled and booted on x86_32. No errors in dmesg. BTW, allmodconfig build of tile and tilegx failed. Nothing new. But the fix is in Linus tree now. I will test tomorrow and send you for 4.2.4 release. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-10-03 13:40 +0200 |
| Message-ID | <qftkt-yV-13@gated-at.bofh.it> |
| In reply to | #1237904 |
On Fri, Oct 02, 2015 at 10:44:42AM +0530, Sudip Mukherjee wrote: > On Thu, Oct 01, 2015 at 11:21:22AM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.2.3 release. > > There are 30 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > Compiled and booted on x86_32. No errors in dmesg. Thanks for testing these and letting me know. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2015-10-02 17:50 +0200 |
| Message-ID | <qfaKS-7Fv-11@gated-at.bofh.it> |
| In reply to | #1237238 |
On 10/01/2015 03:21 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.2.3 release. > There are 30 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sat Oct 3 09:20:05 UTC 2015. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.2.3-rc1.gz > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. thanks, -- Shuah -- Shuah Khan Sr. Linux Kernel Developer Open Source Innovation Group Samsung Research America (Silicon Valley) shuahkh@osg.samsung.com | (970) 217-8978 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-10-03 13:40 +0200 |
| Message-ID | <qftku-yV-15@gated-at.bofh.it> |
| In reply to | #1238370 |
On Fri, Oct 02, 2015 at 09:41:11AM -0600, Shuah Khan wrote: > On 10/01/2015 03:21 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.2.3 release. > > There are 30 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Sat Oct 3 09:20:05 UTC 2015. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.2.3-rc1.gz > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Compiled and booted on my test system. No dmesg regressions. Thanks for testing these and letting me know. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web