lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 17 Oct 2018 12:50:42 +0530
From:   Amit Pundir <amit.pundir@...aro.org>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     lkml <linux-kernel@...r.kernel.org>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Guenter Roeck <linux@...ck-us.net>,
        Shuah Khan <shuah@...nel.org>, patches@...nelci.org,
        Ben Hutchings <ben.hutchings@...ethink.co.uk>,
        lkft-triage@...ts.linaro.org, stable <stable@...r.kernel.org>
Subject: Re: [PATCH 4.9 00/71] 4.9.134-stable review

Hi,

On Tue, 16 Oct 2018 at 22:52, Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 4.9.134 release.
> There are 71 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.
>
<snip> ..

> Paul Burton <paul.burton@...s.com>
>     MIPS: VDSO: Always map near top of user memory

This patch broke stable-rc/linux-4.9.y build on kernelci
https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.133-72-gda849e5647be/,
mostly because of missing mips_gic_present() definition. It is added
in 582e2b4aecda ("MIPS: GIC: Introduce asm/mips-gic.h with accessor
functions"), which need to be backported too because it doesn't apply
cleanly on linux-4.9.y.

Regards,
Amit Pundir

>
> Jann Horn <jannh@...gle.com>
>     mm/vmstat.c: fix outdated vmstat_text
>
> Daniel Rosenberg <drosen@...gle.com>
>     ext4: Fix error code in ext4_xattr_set_entry()
>
> Amber Lin <Amber.Lin@....com>
>     drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
>
> Vitaly Kuznetsov <vkuznets@...hat.com>
>     x86/kvm/lapic: always disable MMIO interface in x2APIC mode
>
> Nicolas Ferre <nicolas.ferre@...rochip.com>
>     ARM: dts: at91: add new compatibility string for macb on sama5d3
>
> Nicolas Ferre <nicolas.ferre@...rochip.com>
>     net: macb: disable scatter-gather for macb on sama5d3
>
> Jongsung Kim <neidhard.kim@....com>
>     stmmac: fix valid numbers of unicast filter entries
>
> Yu Zhao <yuzhao@...gle.com>
>     sound: enable interrupt after dma buffer initialization
>
> Dan Carpenter <dan.carpenter@...cle.com>
>     scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()
>
> Laura Abbott <labbott@...hat.com>
>     scsi: iscsi: target: Don't use stack buffer for scatterlist
>
> Tony Lindgren <tony@...mide.com>
>     mfd: omap-usb-host: Fix dts probe of children
>
> Lei Yang <Lei.Yang@...driver.com>
>     selftests: memory-hotplug: add required configs
>
> Lei Yang <Lei.Yang@...driver.com>
>     selftests/efivarfs: add required kernel configs
>
> Danny Smith <danny.smith@...s.com>
>     ASoC: sigmadsp: safeload should not have lower byte limit
>
> Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
>     ASoC: wm8804: Add ACPI support
>
>
> -------------
>
> Diffstat:
>
>  Documentation/devicetree/bindings/net/macb.txt     |   1 +
>  Documentation/networking/ip-sysctl.txt             |  13 +-
>  Makefile                                           |   4 +-
>  arch/arm/boot/dts/sama5d3_emac.dtsi                |   2 +-
>  arch/mips/include/asm/processor.h                  |  10 +-
>  arch/mips/kernel/process.c                         |  25 +
>  arch/mips/kernel/vdso.c                            |  18 +-
>  arch/powerpc/include/asm/book3s/64/pgtable.h       |   4 +-
>  arch/x86/include/asm/pgtable_types.h               |   2 +-
>  arch/x86/include/uapi/asm/kvm.h                    |   1 +
>  arch/x86/kvm/lapic.c                               |  22 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c  |   2 +-
>  drivers/i2c/busses/i2c-scmi.c                      |   1 +
>  drivers/mfd/omap-usb-host.c                        |  11 +-
>  drivers/net/bonding/bond_main.c                    |  43 +-
>  drivers/net/dsa/bcm_sf2.c                          |  12 +-
>  drivers/net/ethernet/broadcom/bcmsysport.c         |  22 +-
>  drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  13 +-
>  drivers/net/ethernet/cadence/macb.c                |   8 +
>  drivers/net/ethernet/hisilicon/hns/hnae.c          |   2 +-
>  drivers/net/ethernet/hisilicon/hns/hns_enet.c      |  30 +-
>  drivers/net/ethernet/marvell/mvpp2.c               |  10 +-
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |   8 +-
>  .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |   3 +-
>  .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |   3 +-
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |   3 +-
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |  12 +-
>  .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |   5 +-
>  drivers/net/team/team.c                            |   5 +
>  drivers/net/usb/qmi_wwan.c                         |   1 +
>  drivers/net/usb/smsc75xx.c                         |   1 +
>  drivers/scsi/qla2xxx/qla_target.h                  |   4 +-
>  drivers/target/iscsi/iscsi_target.c                |  22 +-
>  drivers/usb/host/xhci-hub.c                        |  18 +-
>  drivers/video/fbdev/aty/atyfb.h                    |   3 +-
>  drivers/video/fbdev/aty/atyfb_base.c               |   7 +-
>  drivers/video/fbdev/aty/mach64_ct.c                |  10 +-
>  fs/ext4/xattr.c                                    |   2 +-
>  include/linux/netdevice.h                          |   7 +
>  include/linux/rhashtable.h                         |   4 +-
>  include/linux/skbuff.h                             |  34 +-
>  include/net/bonding.h                              |   7 +-
>  include/net/inet_frag.h                            | 133 +++--
>  include/net/inet_sock.h                            |   6 -
>  include/net/ip.h                                   |   1 -
>  include/net/ip_fib.h                               |   1 +
>  include/net/ipv6.h                                 |  26 +-
>  include/uapi/linux/snmp.h                          |   1 +
>  lib/rhashtable.c                                   |   5 +-
>  mm/vmstat.c                                        |   1 -
>  net/core/dev.c                                     |  28 +-
>  net/core/rtnetlink.c                               |   6 +
>  net/core/skbuff.c                                  |  31 +-
>  net/dccp/input.c                                   |   4 +-
>  net/dccp/ipv4.c                                    |   4 +-
>  net/ieee802154/6lowpan/6lowpan_i.h                 |  26 +-
>  net/ieee802154/6lowpan/reassembly.c                | 148 +++---
>  net/ipv4/fib_frontend.c                            |  12 +-
>  net/ipv4/fib_semantics.c                           |  50 ++
>  net/ipv4/inet_connection_sock.c                    |   5 +-
>  net/ipv4/inet_fragment.c                           | 379 +++-----------
>  net/ipv4/ip_fragment.c                             | 573 ++++++++++++---------
>  net/ipv4/ip_sockglue.c                             |   3 +-
>  net/ipv4/ip_tunnel.c                               |   9 +
>  net/ipv4/proc.c                                    |   7 +-
>  net/ipv4/tcp_input.c                               |  37 +-
>  net/ipv4/tcp_ipv4.c                                |   4 +-
>  net/ipv6/addrconf.c                                |   4 +-
>  net/ipv6/ip6_tunnel.c                              |  13 +-
>  net/ipv6/netfilter/nf_conntrack_reasm.c            | 100 ++--
>  net/ipv6/proc.c                                    |   5 +-
>  net/ipv6/raw.c                                     |  29 +-
>  net/ipv6/reassembly.c                              | 212 ++++----
>  net/netlabel/netlabel_unlabeled.c                  |   3 +-
>  sound/hda/hdac_controller.c                        |   8 +-
>  sound/soc/codecs/sigmadsp.c                        |   3 +-
>  sound/soc/codecs/wm8804-i2c.c                      |  15 +-
>  tools/perf/scripts/python/export-to-postgresql.py  |   9 +
>  tools/testing/selftests/efivarfs/config            |   1 +
>  tools/testing/selftests/memory-hotplug/config      |   1 +
>  80 files changed, 1185 insertions(+), 1133 deletions(-)
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ