aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Linux 3.12.0-security63v3.12.0-security63linux-3.12.y-securitySasha Levin1-1/+1
2016-10-02CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-10-02cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-10-02cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-10-02ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-10-02ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-10-02ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-10-02ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-10-02ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-10-02crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-10-02block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-10-02apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen1-0/+1
2016-10-02net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-10-02tcp: make challenge acks less predictableEric Dumazet1-4/+9
2016-10-02Input: xpad - validate USB endpoint count during probeCameron Gutman1-0/+3
2016-10-02fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-10-02ALSA: dummy: Fix a use-after-free at closingTakashi Iwai1-0/+1
2016-10-02tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-10-02iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard1-5/+18
2016-10-02tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-10-02netfilter: x_tables: validate targets of jumpsFlorian Westphal3-0/+51
2016-10-02mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2016-10-02aio/migratepages: make aio migrate pages saneBenjamin LaHaise3-15/+53
2016-10-02x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2-4/+56
2016-10-02mm, x86: Account for TLB flushes only when debuggingMel Gorman6-14/+26
2016-10-02serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-39/+0
2016-10-02workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-10-02xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2016-10-02xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk1-13/+20
2016-10-02xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk1-0/+7
2016-10-02xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk1-0/+7
2016-10-02xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk1-1/+6
2016-10-02modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2-50/+78
2016-10-02module: wrapper for symbol name.Rusty Russell1-11/+15
2016-10-02virtio: fix memory leak of virtio ida cache layersSuman Anna1-0/+1
2016-10-02tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)1-0/+6
2016-10-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski3-3/+30
2016-10-02pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-10-02crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-10-02crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2-8/+35
2016-10-02ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-10-02netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2016-10-02l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2016-10-02x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-3/+26
2016-10-02x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+17
2016-10-02x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2-70/+93
2016-10-02auxdisplay: ks0108: fix refcountSudip Mukherjee1-0/+1
2016-10-02x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+61
2016-10-02x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2016-10-02x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2016-10-02net: fix crash in build_skb()Eric Dumazet3-13/+25
2016-10-02net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2016-10-02mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2016-10-02x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov1-3/+4
2016-10-02x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov1-1/+4
2016-10-02console: Fix console name size mismatchPeter Hurley2-1/+2
2016-10-02workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-29/+13
2016-10-02sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko1-14/+12
2016-10-02eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2016-10-02dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2016-10-02ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2016-10-02net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2016-10-02SCSI: storvsc: NULL pointer dereference fixAles Novak1-0/+3
2016-10-02Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2016-10-02mmc: sdhci-pci: Fix possibility of chip->fixes being nullAdrian Hunter1-1/+2
2016-10-02mmc: sdhci-pci: Fix BYT sd card getting stuck in runtime suspendAdrian Hunter1-0/+11
2016-10-02dm sysfs: fix a module unload raceMikulas Patocka6-27/+74
2016-10-02iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2-3/+8
2016-10-02percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet4-11/+18
2016-10-02dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka3-1/+22
2016-10-02ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2-12/+26
2016-10-02fuse: fix pipe_buf_operationsMiklos Szeredi4-48/+26
2016-10-02ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2016-10-02packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2016-10-02dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber1-14/+40
2016-10-02gpio: msm: make msm_gpio.summary_irq signed for error handlingDan Carpenter1-1/+1
2016-10-02genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff1-1/+1
2016-10-02GFS2: fix dentry leaksMiklos Szeredi1-10/+16
2016-10-02GFS2: d_splice_alias() can't return errorMiklos Szeredi1-3/+1
2016-10-02slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter1-2/+2
2016-10-02rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau1-1/+2
2016-09-06mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-09-06ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-09-06ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2016-09-06Input: xpad - add support for Xbox One controllersTed Mielczarek1-17/+157
2016-08-11Linux 3.12.0-security62v3.12.0-security62Sasha Levin1-1/+1
2016-08-11HID: elo: kill not flush the workOliver Neukum1-1/+1
2016-08-11ALSA: compress: fix an integer overflow checkDan Carpenter1-1/+1
2016-08-11HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer1-5/+5
2016-08-11KEYS: potential uninitialized variableDan Carpenter1-1/+1
2016-08-11rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-08-11ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu1-0/+1
2016-08-11ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu1-0/+1
2016-08-11ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu1-0/+1
2016-08-11USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-08-11make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-08-11mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-08-11netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal5-130/+92
2016-08-11Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2016-08-11netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-333/+80
2016-08-11netfilter: ensure number of counters is >0 in do_replace()Dave Jones4-0/+22
2016-08-11netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal5-51/+26
2016-08-11netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-08-11netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-08-11netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-08-11netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-08-11netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-08-11netfilter: x_tables: check for bogus target offsetFlorian Westphal5-10/+26
2016-08-11netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-08-11netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal5-3/+31
2016-08-11netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3
2016-08-11netfilter: x_tables: kill check_entry helperFlorian Westphal3-35/+24
2016-08-11netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal5-32/+41
2016-08-11netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal3-3/+13
2016-08-11KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-08-11udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa3-8/+4
2016-08-11netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-08-11tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2-3/+6
2016-08-11vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2016-07-29hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan3-0/+28
2016-07-15Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski1-2/+4
2016-07-15netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-07-15netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-07-15netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-07-15xen/events: introduce test_and_set_mask()Wei Liu1-3/+8
2016-06-29Linux 3.12.0-security61v3.12.0-security61Sasha Levin1-1/+1
2016-06-29xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-29xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-29ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-06-29xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-06-29xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-06-29USB: serial: quatech2: fix use-after-free in probe error pathJohan Hovold1-0/+1
2016-06-29USB: serial: keyspan: fix use-after-free in probe error pathJohan Hovold1-0/+4
2016-06-29IB/security: Restrict use of the write() interfaceJason Gunthorpe6-0/+38
2016-06-08net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-06-08net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-06-08decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2016-06-08get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-26Linux 3.12.0-security60v3.12.0-security60Sasha Levin1-1/+1
2016-05-26KEYS: Fix ASN.1 indefinite length object parsingDavid Howells1-7/+9
2016-05-26net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-26net: fix infoleak in llcKangjie Lu1-0/+1
2016-05-26atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-05-26packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2016-05-26iio: ak8975: Fix NULL pointer exception on early interruptKrzysztof Kozlowski1-2/+2
2016-05-26batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-05-26batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6
2016-05-26proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-26sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-05-26efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek1-11/+26
2016-05-26efi: Make efivarfs entries immutable by defaultPeter Jones9-41/+259
2016-05-26efi: Make our variable validation list include the guidPeter Jones3-22/+39
2016-05-26efi: Do variable name validation tests in utf8Peter Jones3-28/+40
2016-05-26Input: gtco - fix crash on detecting device without endpointsVladis Dronov1-1/+9
2016-05-26nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-05-26usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-05-26usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-05-26ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-17include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2016-05-11Linux 3.12.0-security59v3.12.0-security59Sasha Levin1-1/+1
2016-05-11KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-2/+6
2016-05-11KVM: x86: removing unused variableSaurabh Sengar1-11/+5
2016-05-11EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-05-11KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells3-2/+10
2016-05-11USB: usbip: fix potential out-of-bounds writeIgnat Korchagin1-0/+11
2016-05-11pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau5-2/+87
2016-05-11cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork1-15/+5
2016-05-11usbvision: fix crash on detecting device with invalid configurationVladis Dronov1-1/+15
2016-05-11usbvision: fix leak of usb_dev on failure paths in usbvision_probe()Alexey Khoroshilov1-7/+17
2016-05-11mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-05-11ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-05-11hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-05-11ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-05-11xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-05-11net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-05-11usbnet: cleanup after bind() in probe()Oliver Neukum1-0/+7
2016-05-11tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris3-0/+6
2016-05-11Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2016-05-11Input: ims-pcu - sanity check against missing interfacesOliver Neukum1-0/+4
2016-05-11Input: powermate - fix oops with malicious USB descriptorsJosh Boyer1-0/+3
2016-05-11USB: cypress_m8: add endpoint sanity checkOliver Neukum1-6/+5
2016-05-11USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum1-0/+19
2016-05-11USB: mct_u232: add sanity checking in probeOliver Neukum1-1/+8
2016-05-11USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-05-11USB: cdc-acm: more sanity checkingOliver Neukum1-0/+3
2016-05-11Input: aiptek - fix crash on detecting device without endpointsVladis Dronov1-0/+9
2016-05-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2016-05-11skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2016-04-28Linux 3.12.0-security58v3.12.0-security58Sasha Levin1-1/+1
2016-04-28ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-28ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-04-28tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-28fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn6-12/+32
2016-04-28splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-28bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-04-28jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-04-28net: irda: Fix use-after-free in irtty_open()Peter Hurley1-10/+0
2016-04-28ALSA: usb-audio: Add sanity checks for endpoint accessesTakashi Iwai4-0/+11
2016-04-28ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()Takashi Iwai1-0/+6
2016-04-28USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer1-0/+6