public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-22 22:04:12 to 2016-06-22 23:24:25 UTC [more...]

[PATCH 3.14 00/29] 3.14.73-stable review
 2016-06-22 22:37 UTC  (16+ messages)
` [PATCH 3.14 01/29] netlink: Fix dump skb leak/double free
` [PATCH 3.14 08/29] powerpc: Use privileged SPR number for MMCR2
` [PATCH 3.14 09/29] parisc: Fix pagefault crash in unaligned __get_user() call
` [PATCH 3.14 17/29] netfilter: x_tables: fix unconditional helper
` [PATCH 3.14 18/29] xfs: fix up backport error in fs/xfs/xfs_inode.c
` [PATCH 3.14 20/29] netfilter: x_tables: dont move to non-existent next rule
` [PATCH 3.14 21/29] netfilter: x_tables: validate targets of jumps
` [PATCH 3.14 22/29] netfilter: x_tables: add and use xt_check_entry_offsets
` [PATCH 3.14 23/29] netfilter: x_tables: kill check_entry helper
` [PATCH 3.14 24/29] netfilter: x_tables: assert minimum target size
` [PATCH 3.14 25/29] netfilter: x_tables: add compat version of xt_check_entry_offsets
` [PATCH 3.14 26/29] netfilter: x_tables: check standard target size too
` [PATCH 3.14 27/29] netfilter: x_tables: check for bogus target offset
` [PATCH 3.14 28/29] netfilter: x_tables: validate all offsets and sizes in a rule
` [PATCH 3.14 29/29] netfilter: x_tables: dont reject valid target size on some architectures

[PATCH 0/3 v2] Certificate insertion support for x86 bzImages
 2016-06-22 22:37 UTC  (4+ messages)
` [PATCH 1/3 v2] KEYS: Support for inserting a certificate into x86 bzImage
` [PATCH 2/3 v2] KEYS: Insert incompressible bytes to vmlinux to reserve space in bzImage
` [PATCH 3/3 v2] KEYS: Print insert-sys-cert information to stdout instead of stderr

[PATCH 4.4 00/75] 4.4.14-stable review
 2016-06-22 22:41 UTC  (74+ messages)
` [PATCH 4.4 01/75] scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
` [PATCH 4.4 02/75] scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
` [PATCH 4.4 03/75] tipc: check nl sock before parsing nested attributes
` [PATCH 4.4 04/75] netlink: Fix dump skb leak/double free
` [PATCH 4.4 05/75] tipc: fix nametable publication field in nl compat
` [PATCH 4.4 06/75] switchdev: pass pointer to fib_info instead of copy
` [PATCH 4.4 07/75] tuntap: correctly wake up process during uninit
` [PATCH 4.4 08/75] bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
` [PATCH 4.4 09/75] udp: prevent skbs lingering in tunnel socket queues
` [PATCH 4.4 10/75] uapi glibc compat: fix compilation when !__USE_MISC in glibc
` [PATCH 4.4 11/75] bpf, inode: disallow userns mounts
` [PATCH 4.4 12/75] sfc: on MC reset, clear PIO buffer linkage in TXQs
` [PATCH 4.4 13/75] team: dont call netdev_change_features under team->lock
` [PATCH 4.4 14/75] vxlan: Accept user specified MTU value when create new vxlan link
` [PATCH 4.4 15/75] tcp: record TLP and ER timer stats in v6 stats
` [PATCH 4.4 16/75] bridge: Dont insert unnecessary local fdb entry on changing mac address
` [PATCH 4.4 17/75] l2tp: fix configuration passed to setup_udp_tunnel_sock()
` [PATCH 4.4 18/75] ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
` [PATCH 4.4 19/75] vxlan: Relax MTU constraints
` [PATCH 4.4 20/75] geneve: "
` [PATCH 4.4 21/75] vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
` [PATCH 4.4 24/75] ALSA: hda - Add PCI ID for Kabylake
` [PATCH 4.4 25/75] ALSA: hda - Fix headset mic detection problem for Dell machine
` [PATCH 4.4 26/75] ALSA: hda/realtek - ALC256 speaker noise issue
` [PATCH 4.4 27/75] ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
` [PATCH 4.4 28/75] ALSA: hda/realtek: Add T560 docking unit fixup
` [PATCH 4.4 29/75] ARM: fix PTRACE_SETVFPREGS on SMP systems
` [PATCH 4.4 30/75] gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
` [PATCH 4.4 31/75] s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
` [PATCH 4.4 32/75] s390/bpf: reduce maximum program size to 64 KB
` [PATCH 4.4 33/75] irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
` [PATCH 4.4 34/75] crypto: public_key: select CRYPTO_AKCIPHER
` [PATCH 4.4 35/75] crypto: ccp - Fix AES XTS error for request sizes above 4096
` [PATCH 4.4 36/75] arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
` [PATCH 4.4 37/75] arm64: mm: always take dirty state from new pte in ptep_set_access_flags
` [PATCH 4.4 38/75] powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
` [PATCH 4.4 39/75] powerpc: Fix definition of SIAR and SDAR registers
` [PATCH 4.4 40/75] powerpc: Use privileged SPR number for MMCR2
` [PATCH 4.4 41/75] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call
` [PATCH 4.4 42/75] pinctrl: mediatek: fix dual-edge code defect
` [PATCH 4.4 43/75] parisc: Fix pagefault crash in unaligned __get_user() call
` [PATCH 4.4 44/75] memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()
` [PATCH 4.4 45/75] ecryptfs: forbid opening files without mmap handler
` [PATCH 4.4 46/75] wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
` [PATCH 4.4 47/75] x86/entry/traps: Dont force in_interrupt() to return true in IST handlers
` [PATCH 4.4 48/75] proc: prevent stacking filesystems on top
` [PATCH 4.4 49/75] sched: panic on corrupted stack end
` [PATCH 4.4 50/75] fix d_walk()/non-delayed __d_free() race
` [PATCH 4.4 51/75] sparc: Fix system call tracing register handling
` [PATCH 4.4 52/75] sparc64: Fix bootup regressions on some Kconfig combinations
` [PATCH 4.4 53/75] sparc64: Fix numa node distance initialization
` [PATCH 4.4 54/75] sparc64: Fix sparc64_set_context stack handling
` [PATCH 4.4 55/75] sparc/PCI: Fix for panic while enabling SR-IOV
` [PATCH 4.4 56/75] sparc64: Reduce TLB flushes during hugepte changes
` [PATCH 4.4 57/75] sparc64: Take ctx_alloc_lock properly in hugetlb_setup()
` [PATCH 4.4 58/75] sparc: Harden signal return frame checks
` [PATCH 4.4 59/75] sparc64: Fix return from trap window fill crashes
` [PATCH 4.4 60/75] MIPS: Fix 64k page support for 32 bit kernels
` [PATCH 4.4 61/75] netfilter: x_tables: validate e->target_offset early
` [PATCH 4.4 62/75] netfilter: x_tables: make sure e->next_offset covers remaining blob size
` [PATCH 4.4 63/75] netfilter: x_tables: fix unconditional helper
` [PATCH 4.4 64/75] crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
` [PATCH 4.4 65/75] drm/core: Do not preserve framebuffer on rmfb, v4
` [PATCH 4.4 66/75] netfilter: x_tables: dont move to non-existent next rule
` [PATCH 4.4 67/75] netfilter: x_tables: validate targets of jumps
` [PATCH 4.4 68/75] netfilter: x_tables: add and use xt_check_entry_offsets
` [PATCH 4.4 69/75] netfilter: x_tables: kill check_entry helper
` [PATCH 4.4 70/75] netfilter: x_tables: assert minimum target size
` [PATCH 4.4 71/75] netfilter: x_tables: add compat version of xt_check_entry_offsets
` [PATCH 4.4 72/75] netfilter: x_tables: check standard target size too
` [PATCH 4.4 73/75] netfilter: x_tables: check for bogus target offset
` [PATCH 4.4 74/75] netfilter: x_tables: validate all offsets and sizes in a rule
` [PATCH 4.4 75/75] netfilter: x_tables: dont reject valid target size on some architectures

mmotm 2016-06-22-16-21 uploaded
 2016-06-22 23:21 UTC 

[PATCH 0/6] Support DAX for device-mapper dm-linear devices
 2016-06-22 22:59 UTC  (12+ messages)

[BUG] au0828: dev->lock in au0828_usb_probe()
 2016-06-22 23:11 UTC 

[PATCH 4.6 00/81] 4.6.3-stable review
 2016-06-22 22:46 UTC  (78+ messages)
` [PATCH 4.6 01/81] scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands
` [PATCH 4.6 02/81] scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist
` [PATCH 4.6 03/81] tipc: check nl sock before parsing nested attributes
` [PATCH 4.6 04/81] netlink: Fix dump skb leak/double free
` [PATCH 4.6 05/81] tipc: fix nametable publication field in nl compat
` [PATCH 4.6 06/81] switchdev: pass pointer to fib_info instead of copy
` [PATCH 4.6 07/81] macsec: fix netlink attribute for key id
` [PATCH 4.6 08/81] tuntap: correctly wake up process during uninit
` [PATCH 4.6 09/81] bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
` [PATCH 4.6 10/81] udp: prevent skbs lingering in tunnel socket queues
` [PATCH 4.6 11/81] uapi glibc compat: fix compilation when !__USE_MISC in glibc
` [PATCH 4.6 12/81] ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n
` [PATCH 4.6 13/81] bpf, inode: disallow userns mounts
` [PATCH 4.6 14/81] net: mvneta: Fix lacking spinlock initialization
` [PATCH 4.6 15/81] net: hwbm: Fix unbalanced spinlock in error case
` [PATCH 4.6 16/81] sfc: on MC reset, clear PIO buffer linkage in TXQs
` [PATCH 4.6 17/81] team: dont call netdev_change_features under team->lock
` [PATCH 4.6 18/81] net: alx: use custom skb allocator
` [PATCH 4.6 19/81] net: stmmac: Fix incorrect memcpy source memory
` [PATCH 4.6 20/81] vxlan: Accept user specified MTU value when create new vxlan link
` [PATCH 4.6 21/81] net: nps_enet: Disable interrupts before napi reschedule
` [PATCH 4.6 22/81] bpf, trace: use READ_ONCE for retrieving file ptr
` [PATCH 4.6 23/81] tcp: record TLP and ER timer stats in v6 stats
` [PATCH 4.6 24/81] bridge: Dont insert unnecessary local fdb entry on changing mac address
` [PATCH 4.6 25/81] l2tp: fix configuration passed to setup_udp_tunnel_sock()
` [PATCH 4.6 26/81] ipv6: Skip XFRM lookup if dst_entry in socket cache is valid
` [PATCH 4.6 27/81] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PATCH 4.6 28/81] KVM: arm/arm64: vgic-v3: "
` [PATCH 4.6 31/81] drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu
` [PATCH 4.6 32/81] ALSA: hda - Add PCI ID for Kabylake
` [PATCH 4.6 33/81] ALSA: hda - Fix headset mic detection problem for Dell machine
` [PATCH 4.6 34/81] ALSA: hda/realtek - ALC256 speaker noise issue
` [PATCH 4.6 35/81] ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703
` [PATCH 4.6 36/81] ALSA: hda/realtek: Add T560 docking unit fixup
` [PATCH 4.6 37/81] ARM: fix PTRACE_SETVFPREGS on SMP systems
` [PATCH 4.6 39/81] gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
` [PATCH 4.6 40/81] gpiolib: Fix NULL pointer deference
` [PATCH 4.6 41/81] gpiolib: Fix unaligned used of reference counters
` [PATCH 4.6 42/81] s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
` [PATCH 4.6 43/81] s390/bpf: reduce maximum program size to 64 KB
` [PATCH 4.6 44/81] irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
` [PATCH 4.6 45/81] crypto: public_key: select CRYPTO_AKCIPHER
` [PATCH 4.6 46/81] crypto: ccp - Fix AES XTS error for request sizes above 4096
` [PATCH 4.6 47/81] arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks
` [PATCH 4.6 48/81] arm64: mm: always take dirty state from new pte in ptep_set_access_flags
` [PATCH 4.6 49/81] powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge
` [PATCH 4.6 50/81] powerpc: Fix definition of SIAR and SDAR registers
` [PATCH 4.6 51/81] powerpc: Use privileged SPR number for MMCR2
` [PATCH 4.6 52/81] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call
` [PATCH 4.6 53/81] powerpc/mm/hash: Fix the reference bit update when handling hash fault
` [PATCH 4.6 54/81] pinctrl: mediatek: fix dual-edge code defect
` [PATCH 4.6 55/81] parisc: Fix pagefault crash in unaligned __get_user() call
` [PATCH 4.6 56/81] memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()
` [PATCH 4.6 57/81] ecryptfs: forbid opening files without mmap handler
` [PATCH 4.6 58/81] wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
` [PATCH 4.6 59/81] mm: thp: broken page count after commit aa88b68c3b1d
` [PATCH 4.6 60/81] x86/entry/traps: Dont force in_interrupt() to return true in IST handlers
` [PATCH 4.6 61/81] proc: prevent stacking filesystems on top
` [PATCH 4.6 62/81] sched: panic on corrupted stack end
` [PATCH 4.6 63/81] fix d_walk()/non-delayed __d_free() race
` [PATCH 4.6 64/81] sparc64: Reduce TLB flushes during hugepte changes
` [PATCH 4.6 65/81] sparc64: Take ctx_alloc_lock properly in hugetlb_setup()
` [PATCH 4.6 66/81] sparc: Harden signal return frame checks
` [PATCH 4.6 67/81] sparc64: Fix return from trap window fill crashes
` [PATCH 4.6 68/81] gpio: zynq: Fix the error path
` [PATCH 4.6 69/81] gpio: zynq: initialize clock even without CONFIG_PM
` [PATCH 4.6 70/81] drm/core: Do not preserve framebuffer on rmfb, v4
` [PATCH 4.6 71/81] netfilter: x_tables: dont move to non-existent next rule
` [PATCH 4.6 72/81] netfilter: x_tables: validate targets of jumps
` [PATCH 4.6 73/81] netfilter: x_tables: add and use xt_check_entry_offsets
` [PATCH 4.6 74/81] netfilter: x_tables: kill check_entry helper
` [PATCH 4.6 75/81] netfilter: x_tables: assert minimum target size
` [PATCH 4.6 76/81] netfilter: x_tables: add compat version of xt_check_entry_offsets
` [PATCH 4.6 77/81] netfilter: x_tables: check standard target size too
` [PATCH 4.6 78/81] netfilter: x_tables: check for bogus target offset
` [PATCH 4.6 79/81] netfilter: x_tables: validate all offsets and sizes in a rule
` [PATCH 4.6 80/81] netfilter: x_tables: dont reject valid target size on some architectures

[RFC] capabilities: add capability cgroup controller
 2016-06-22 23:06 UTC  (9+ messages)

[PATCH] ACPI: don't show an error when we're not in charge of PCIe hotplug
 2016-06-22 22:47 UTC  (9+ messages)

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-06-22 22:45 UTC  (6+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

Documenting ptrace access mode checking
 2016-06-22 22:44 UTC  (4+ messages)

[patch -mm 1/2] mm/compaction: split freepages without holding the zone lock fix
 2016-06-22 22:42 UTC  (5+ messages)
` [patch] mm, compaction: abort free scanner if split fails

Stable -rc git trees and email headers
 2016-06-22 22:42 UTC  (6+ messages)

[PATCH] Fix bss mapping for the interpreter in binfmt_elf
 2016-06-22 22:31 UTC  (2+ messages)

Remove page migration fallback (was: UBIFS and page migration)
 2016-06-22 22:21 UTC  (4+ messages)
` [PATCH 1/3] mm: Don't blindly assign fallback_migrate_page()

[PATCH] mellanox: mlx5: Use logging functions to reduce text ~10k/5%
 2016-06-22 22:20 UTC  (3+ messages)

[PATCH 00/11] staging: fsl-mc: module loading support, fixes, and cleanup
 2016-06-22 21:40 UTC  (4+ messages)
` [PATCH 08/11] staging: fsl-mc: dprc: add missing irq free
` [PATCH 10/11] staging: fsl-mc: properly set hwirq in msi set_desc
` [PATCH 11/11] staging: fsl-mc: convert mc command build/parse to use C structs

[PATCH v3 0/3] ptrace-vs-syscall-restart fixes, v3
 2016-06-22 22:13 UTC  (3+ messages)
` [PATCH v3 1/3] x86/ptrace: Stop setting TS_COMPAT in ptrace code

[PATCH v5 0/9] Output raw touch data via V4L2
 2016-06-22 22:08 UTC  (10+ messages)
` [PATCH v5 1/9] [media] v4l2-core: Add support for touch devices
` [PATCH v5 2/9] Input: atmel_mxt_ts - add support for T37 diagnostic data
` [PATCH v5 3/9] Input: atmel_mxt_ts - output diagnostic debug via v4l2 device
` [PATCH v5 4/9] Input: atmel_mxt_ts - read touchscreen size
` [PATCH v5 5/9] Input: atmel_mxt_ts - handle diagnostic data orientation
` [PATCH v5 6/9] Input: atmel_mxt_ts - add diagnostic data support for mXT1386
` [PATCH v5 7/9] Input: atmel_mxt_ts - add support for reference data
` [PATCH v5 8/9] Input: synaptics-rmi4 - add support for F54 diagnostics
` [PATCH v5 9/9] Input: sur40 - use new V4L2 touch input type

[PATCH v6] r8152: Add support for setting pass through MAC address on RTL8153-AD
 2016-06-22 22:11 UTC  (5+ messages)

[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-06-22 22:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox