I'm announcing the release of the 3.18.96 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/devicetree/bindings/dma/snps-dma.txt | 2 Documentation/filesystems/ext4.txt | 2 Makefile | 2 arch/arm/boot/dts/am4372.dtsi | 6 - arch/arm/boot/dts/s5pv210.dtsi | 1 arch/arm/boot/dts/spear1310-evb.dts | 2 arch/arm/boot/dts/spear1340.dtsi | 4 arch/arm/boot/dts/spear13xx.dtsi | 6 - arch/arm/boot/dts/spear600.dtsi | 1 arch/arm/mach-omap2/prm33xx.c | 12 -- arch/powerpc/perf/core-book3s.c | 4 arch/s390/kernel/compat_linux.c | 8 - arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 112 +++++++++++---------- arch/x86/kvm/x86.c | 34 ++++-- arch/x86/mm/ioremap.c | 4 arch/x86/mm/kmmio.c | 12 +- drivers/Makefile | 1 drivers/crypto/s5p-sss.c | 13 +- drivers/devfreq/devfreq.c | 2 drivers/dma/dma-jz4740.c | 4 drivers/gpu/drm/radeon/radeon_uvd.c | 2 drivers/infiniband/hw/mlx4/main.c | 13 -- drivers/media/i2c/s5k6aa.c | 5 drivers/media/tuners/r820t.c | 13 +- drivers/net/ethernet/freescale/gianfar.c | 6 - drivers/net/ethernet/mellanox/mlx4/qp.c | 3 drivers/net/hippi/rrunner.c | 2 drivers/s390/block/dasd_eckd.c | 16 +-- drivers/spi/spi-sun4i.c | 2 drivers/usb/usbip/stub_dev.c | 3 drivers/usb/usbip/vhci_hcd.c | 2 drivers/video/console/dummycon.c | 1 drivers/video/fbdev/atmel_lcdfb.c | 8 + drivers/video/fbdev/mmp/core.c | 5 drivers/xen/Kconfig | 2 fs/btrfs/inode.c | 5 fs/btrfs/ioctl.c | 2 fs/btrfs/tree-log.c | 9 + fs/ext4/super.c | 1 include/linux/string.h | 1 include/net/red.h | 13 ++ lib/oid_registry.c | 8 + mm/early_ioremap.c | 2 mm/util.c | 24 ++++ mm/vmscan.c | 3 net/core/dev.c | 2 net/decnet/af_decnet.c | 62 ++++++----- net/ipv4/ip_sockglue.c | 14 -- net/ipv4/netfilter/ipt_CLUSTERIP.c | 16 ++- net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 6 - net/ipv6/ipv6_sockglue.c | 17 --- net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 18 ++- net/netfilter/x_tables.c | 10 + net/netfilter/xt_RATEEST.c | 22 +++- 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_user.c | 24 ++++ scripts/kernel-doc | 2 security/selinux/ss/services.c | 21 ++- sound/core/seq/seq_clientmgr.c | 23 ++-- sound/soc/ux500/mop500.c | 4 sound/soc/ux500/ux500_pcm.c | 5 tools/perf/bench/numa.c | 56 +++++++++- tools/perf/builtin-top.c | 15 ++ 66 files changed, 477 insertions(+), 234 deletions(-) Arnd Bergmann (4): ARM: dts: s5pv210: add interrupt-parent for ohci media: r820t: fix r820t_write_reg for KASAN ASoC: ux500: add MODULE_LICENSE tag video: fbdev/mmp: add MODULE_LICENSE Bjorn Andersson (1): PM / devfreq: Propagate error from devfreq_add_device() Cong Wang (2): xfrm: check id proto in validate_tmpl() netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert Dave Young (1): mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep David Howells (1): Provide a function to create a NUL-terminated string from unterminated data Dmitry Vyukov (2): netfilter: x_tables: fix int overflow in xt_alloc_table_info() netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() Eric Biggers (2): crypto: x86/twofish-3way - Fix %rbp usage 509: fix printing uninitialized stack memory when OID is empty Eric Dumazet (1): netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target} Ernesto A. Fernández (1): ext4: correct documentation for grpid mount option Eugene Syromiatnikov (1): s390: fix handling of -1 in set{,fs}[gu]id16 syscalls Greg Kroah-Hartman (1): Linux 3.18.96 Jack Morgenstein (1): IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports 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 Johan Hovold (1): video: fbdev: atmel_lcdfb: fix display-timings lookup Julia Lawall (1): drm/radeon: adjust tested variable Kamil Konieczny (1): crypto: s5p-sss - Fix kernel Oops in AES-ECB mode Karol Herbst (1): x86/mm/kmmio: Fix mmiotrace for page unaligned addresses Keerthy (1): ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst function Liu Bo (2): Btrfs: fix deadlock in run_delalloc_nocow Btrfs: fix crash due to not cleaning up tree log block's dirty bits Mauro Carvalho Chehab (1): media: s5k6aa: describe some function parameters Nicolas Pitre (1): console/dummy: leave .con_font_get set to NULL 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 Paolo Abeni (2): netfilter: on sockopt() acquire sock lock only in the required scope dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock Paul Moore (2): selinux: skip bounded transition processing if the policy isn't loaded selinux: ensure the context is NUL terminated in security_context_to_sid_core() 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 Satheesh Rajendran (1): perf bench numa: Fixup discontiguous/sparse numa nodes Shuah Khan (1): usbip: keep usbip_device sockfd state in sync with tcp_socket Stefan Haberland (1): s390/dasd: prevent prefix I/O error Steffen Klassert (1): xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. Takashi Iwai (2): ALSA: seq: Fix regression by incorrect ioctl_mutex usages ALSA: seq: Fix racy pool initializations Takuo Koguchi (1): spi: sun4i: disable clocks in the remove function Tetsuo Handa (1): mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. Tobias Jordan (1): dmaengine: jz4740: disable/unprepare clk if probe fails Viresh Kumar (3): arm: spear600: Add missing interrupt-parent of rtc arm: spear13xx: Fix dmas cells arm: spear13xx: Fix spics gpio controller's warning Wanpeng Li (1): KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously Will Deacon (1): scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none Willem de Bruijn (1): net: avoid skb_warn_bad_offload on IS_ERR Zhouyi Zhou (1): ext4: save error to disk in __ext4_grp_locked_error() Zumeng Chen (1): gianfar: fix a flooded alignment reports because of padding issue.
Attachment:
signature.asc
Description: PGP signature