[GIT PULL] commits for Linux 4.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Greg,

Pleae pull commits for Linux 4.4 .

I've sent a review request for all commits over a week ago and all
comments were addressed.


Thanks,
Sasha

=====


The following changes since commit f0feeec9c246f6518e168daec66d92a4a6bf0965:

  Linux 4.4.115 (2018-02-03 17:04:31 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.4-04022018

for you to fetch changes up to 8a244144f559fafe38447348a58ef2bfeccb45f1:

  hippi: Fix a Fix a possible sleep-in-atomic bug in rr_close (2018-02-04 11:00:13 -0500)

- ----------------------------------------------------------------
for-greg-4.4-04022018

- ----------------------------------------------------------------
Andre Przywara (1):
      pinctrl: sunxi: Fix A80 interrupt pin bank

Cai Li (1):
      clk: fix a panic error caused by accessing NULL pointer

Christophe JAILLET (1):
      dmaengine: ioat: Fix error handling path

Dave Young (1):
      mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep

Eric Biggers (1):
      509: fix printing uninitialized stack memory when OID is empty

Gao Feng (1):
      ipvlan: Add the skb->mark as flow4's member to lookup route

Greg Ungerer (1):
      m68k: add missing SOFTIRQENTRY_TEXT linker section

Gustavo A. R. Silva (1):
      dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_interleaved

Jan Beulich (1):
      xen: XEN_ACPI_PROCESSOR is Dom0-only

Jia-Ju Bai (1):
      hippi: Fix a Fix a possible sleep-in-atomic bug in rr_close

Jiri Olsa (1):
      perf top: Fix window dimensions change handling

Karol Herbst (1):
      x86/mm/kmmio: Fix mmiotrace for page unaligned addresses

Keerthy (1):
      ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst function

Mauro Carvalho Chehab (1):
      media: s5k6aa: describe some function parameters

Mohamed Ghannam (1):
      dccp: CVE-2017-8824: use-after-free in DCCP code

Moni Shoua (1):
      RDMA/cma: Make sure that PSN is not over max allowed

Nikolay Borisov (1):
      btrfs: Fix possible off-by-one in btrfs_search_path_in_tree

Nogah Frankel (2):
      net_sched: red: Avoid devision by zero
      net_sched: red: Avoid illegal values

Peter Ujfalusi (1):
      ARM: dts: am4372: Correct the interrupts_properties of McASP

Randy Dunlap (1):
      usb: build drivers/usb/common/ when USB_SUPPORT is set

Ravi Bangoria (1):
      powerpc/perf: Fix oops when grouping different pmu events

Russell King (1):
      drm/armada: fix leak of crtc structure

Satheesh Rajendran (1):
      perf bench numa: Fixup discontiguous/sparse numa nodes

Stefan Haberland (1):
      s390/dasd: prevent prefix I/O error

Stefan Potyra (1):
      ASoC: rockchip: disable clock on error

Steffen Klassert (2):
      xfrm: Fix stack-out-of-bounds read on socket policy lookup.
      xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.

Takuo Koguchi (1):
      spi: sun4i: disable clocks in the remove function

Tobias Jordan (1):
      dmaengine: jz4740: disable/unprepare clk if probe fails

Tony Lindgren (2):
      ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_context
      ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgen

Will Deacon (1):
      scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

Zumeng Chen (1):
      gianfar: fix a flooded alignment reports because of padding issue.

 arch/arm/boot/dts/am4372.dtsi             |  6 ++--
 arch/arm/boot/dts/omap4.dtsi              |  2 --
 arch/arm/mach-omap2/omap-secure.c         | 19 +++++++++++
 arch/arm/mach-omap2/omap-secure.h         |  4 +++
 arch/arm/mach-omap2/pm.h                  |  4 ---
 arch/arm/mach-omap2/pm34xx.c              | 13 +++----
 arch/arm/mach-omap2/prm33xx.c             | 12 -------
 arch/arm/mach-omap2/sleep34xx.S           | 26 +++-----------
 arch/m68k/kernel/vmlinux-nommu.lds        |  2 ++
 arch/m68k/kernel/vmlinux-std.lds          |  2 ++
 arch/m68k/kernel/vmlinux-sun3.lds         |  2 ++
 arch/powerpc/perf/core-book3s.c           |  4 +--
 arch/x86/mm/ioremap.c                     |  4 +--
 arch/x86/mm/kmmio.c                       | 12 ++++---
 drivers/Makefile                          |  1 +
 drivers/dma/at_hdmac.c                    |  4 ++-
 drivers/dma/dma-jz4740.c                  |  4 ++-
 drivers/dma/ioat/init.c                   |  2 +-
 drivers/gpu/drm/armada/armada_crtc.c      | 25 +++++++-------
 drivers/infiniband/core/cma.c             |  1 +
 drivers/media/i2c/s5k6aa.c                |  5 +++
 drivers/net/ethernet/freescale/gianfar.c  |  6 ++--
 drivers/net/hippi/rrunner.c               |  2 +-
 drivers/net/ipvlan/ipvlan_core.c          |  1 +
 drivers/pinctrl/sunxi/pinctrl-sun9i-a80.c |  6 ++--
 drivers/s390/block/dasd_eckd.c            | 16 +++++----
 drivers/spi/spi-sun4i.c                   |  2 +-
 drivers/xen/Kconfig                       |  2 +-
 fs/btrfs/ioctl.c                          |  2 +-
 include/net/red.h                         | 13 ++++++-
 include/trace/events/clk.h                |  4 +--
 lib/oid_registry.c                        |  8 +++--
 mm/early_ioremap.c                        |  2 +-
 net/dccp/proto.c                          |  5 +++
 net/sched/sch_choke.c                     |  3 ++
 net/sched/sch_gred.c                      |  3 ++
 net/sched/sch_red.c                       |  2 ++
 net/sched/sch_sfq.c                       |  3 ++
 net/xfrm/xfrm_policy.c                    |  8 ++++-
 net/xfrm/xfrm_user.c                      |  9 +++++
 scripts/kernel-doc                        |  2 +-
 sound/soc/rockchip/rockchip_spdif.c       | 18 +++++++---
 tools/perf/bench/numa.c                   | 56 ++++++++++++++++++++++++++++---
 tools/perf/builtin-top.c                  | 15 +++++++--
 44 files changed, 231 insertions(+), 111 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJady7hAAoJEN6mb/eXdyzcPvcP/jMqP56iLctPof3/0488FhE4
ONcjOeWVoFQUXXWBIkL6yAU4dBVklWLD6J0tBrbzLY4FWHoeIpAJTRbfmgasXxJD
tq2YUkK+J8aiasPr09C3A1AnmTFzdWm7cdD+W7FOn0/7bCTjA6pU7RvPBg5OzhSi
bDJXFPFEjcgxVk3s1Z7j3ThTAe0dIKUNDBSdeeDJozxLzHxRjj0sitOvf4iD4O0n
mT/AFbOyQMIUobW4x+NRsO527ErMuac6/LJ4+s1JN3/HccS/gH7rZewpOEq7UWz0
8XXCCesF718o54G62rhBF6cigeeyLC7IPqnE5xYu3YlXPpyVPlrlR/wJlUYF3mHu
iBwi3S9HAqEeVoV7g09Rgx9fHTc/aD165L7q1QQQgekgtP+sjqD+FBSiFlpn5kci
Pz51AHHtWmyk0ckOyLR5epYHWJIu86Rl/WN4qwTwnLDbnwYGYRSN2/5NVnD9tWaW
BW3trT70YTfbwJOah0qF1XNY807xodfORZwyDT/kAMd2WQKo+WCcQs/5BwR5txkV
LPlYi6Ig+u/frg8GyvFRZ7L5Bh+fIDp35999Dgf2FV6Mb/ug3dxPjp0G0bj4DZdz
rbWW7nGHbyU9+hgkytOpdutZ4/eqtRQ+W7cqIQNt+7XdxBaWS8oz9ilkzhu9DCIP
4T+51B+jtlguaYd0FnyK
=Xo9y
-----END PGP SIGNATURE-----



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]