linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-15 19:11:45 to 2018-01-16 00:46:11 UTC [more...]

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-16  0:40 UTC  (29+ messages)
` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
  ` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE, SIGTRAP, SIGBUS
` [PATCH 08/11] signal/arm: Document conflicts with SI_USER and SIGFPE
` [PATCH 0/2] siginfo fixes
  ` [PATCH 00/22] siginfo unification
    ` [PATCH 01/22] signal: Document all of the signals that use the _sigfault union member
    ` [PATCH 02/22] signal: Document the strange si_codes used by ptrace event stops
    ` [PATCH 04/22] signal: Ensure no siginfo union member increases the size of struct siginfo
    ` [PATCH 05/22] signal: Clear si_sys_private before copying siginfo to userspace
    ` [PATCH 06/22] signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
    ` [PATCH 07/22] ia64/signal: switch to generic struct siginfo
    ` [PATCH 08/22] signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version
    ` [PATCH 09/22] signal/mips: switch mips to generic siginfo
    ` [PATCH 10/22] signal: Remove unnecessary ifdefs now that there is only one struct siginfo
    ` [PATCH 11/22] signal: kill __ARCH_SI_UID_T
    ` [PATCH 12/22] signal: unify compat_siginfo_t
    ` [PATCH 13/22] signal: Move addr_lsb into the _sigfault union for clarity
    ` [PATCH 14/22] signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
    ` [PATCH 16/22] signal/frv: Move the frv specific si_codes to asm-generic/siginfo.h
    ` [PATCH 17/22] signal/tile: Move the tile "
    ` [PATCH 18/22] signal/blackfin: Move the blackfin "
    ` [PATCH 19/22] signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED
    ` [PATCH 20/22] signal: Unify and correct copy_siginfo_from_user32
    ` [PATCH 21/22] signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
    ` [PATCH 22/22] signal: Unify and correct copy_siginfo_to_user32

[PATCH v6 0/5] kaslr: add parameter kaslr_mem=nn[KMG][@|!ss[KMG]]
 2018-01-16  0:43 UTC  (6+ messages)
` [PATCH v6 1/5] kaslr: add kaslr_mem=nn[KMG]@ss[KMG] to specify extracting memory
` [PATCH v6 5/5] kaslr: add kaslr_mem=nn[KMG]!ss[KMG] to avoid memory regions

[RFC] x86: Avoid CR3 load on compatibility mode with PTI
 2018-01-16  0:41 UTC  (5+ messages)

[PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload
 2018-01-16  0:40 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-16  0:40 UTC  (5+ messages)
` [PATCH 8/8] KVM: x86: add SPEC_CTRL and IBPB_SUPPORT to MSR and CPUID lists

PM regression in next
 2018-01-16  0:38 UTC  (17+ messages)

[PATCH 1/2] objtool: Fix seg fault with gold linker
 2018-01-16  0:21 UTC  (2+ messages)

[PATCH 4.15-rc8] net/core: Increase default optmem_max limit
 2018-01-16  0:16 UTC  (2+ messages)

linux-next: manual merge of the mac80211-next tree with the mac80211 tree
 2018-01-16  0:13 UTC 

[PATCH 4.15-rc8] net/core: Increase default optmem_max limit
 2018-01-16  0:04 UTC 

[RFC 0/4] Implement full clockgating for Kepler1 and 2
 2018-01-16  0:03 UTC  (6+ messages)
` [RFC 1/4] drm/nouveau: Add support for basic clockgating on Kepler1
` [RFC 2/4] drm/nouveau: Add support for BLCG clockgating for Kepler1
` [RFC 3/4] drm/nouveau: Add BLCG clockgating for Kepler2
` [RFC 4/4] drm/nouveau: Add SLCG "
    ` [Nouveau] [RFC 0/4] Implement full clockgating for Kepler1 and 2

KASAN: use-after-free Read in tls_sk_proto_close
 2018-01-16  0:01 UTC 

Reg : Spectre & Meltdown
 2018-01-15 23:57 UTC  (3+ messages)

WARNING in __vm_enough_memory
 2018-01-15 23:58 UTC 

[tip:timers/urgent] timers: Unconditionally check deferrable base
 2018-01-15 23:57 UTC  (2+ messages)

[PATCH] drbd: standardize kthread/workqueue thread naming to include drbd minor number
 2018-01-15 23:52 UTC 

[PATCH 1/2] extcon: axp288: Constify the axp288_pwr_up_down_info array
 2018-01-15 23:43 UTC  (7+ messages)
  ` [PATCH 2/2] extcon: axp288: Only reschedule charger-detection at boot when a SDP is detected

linux-next: manual merge of the net-next tree with the net tree
 2018-01-15 23:36 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-01-15 23:31 UTC 

[PATCH v4 0/8] PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2018-01-15 23:28 UTC  (9+ messages)
` [PATCH v4 1/8] SOC: brcmstb: add memory API
` [PATCH v4 2/8] dt-bindings: pci: Add DT docs for Brcmstb PCIe device
` [PATCH v4 3/8] PCI: brcmstb: Add Broadcom STB PCIe host controller driver
` [PATCH v4 4/8] PCI: brcmstb: Add dma-range mapping for inbound traffic
` [PATCH v4 5/8] PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH v4 6/8] PCI: brcmstb: Add MSI capability
` [PATCH v4 7/8] MIPS: BMIPS: Add PCI bindings for 7425, 7435
` [PATCH v4 8/8] MIPS: BMIPS: Enable PCI

[PATCH v4 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15 23:16 UTC  (18+ messages)
` [PATCH v4 01/17] ASoC: fsl_ssi: Redefine RX and TX macros
` [PATCH v4 02/17] ASoC: fsl_ssi: Keep ssi->i2s_net updated
` [PATCH v4 03/17] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v4 04/17] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v4 05/17] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v4 06/17] ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
` [PATCH v4 07/17] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v4 08/17] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v4 09/17] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v4 10/17] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v4 11/17] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v4 12/17] ASoC: fsl_ssi: Move one-time configurations to probe()
` [PATCH v4 13/17] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [PATCH v4 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v4 15/17] ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode
` [PATCH v4 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v4 17/17] ASoC: fsl_ssi: Use ssi->streams instead of reading register

[PATCH v2 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-15 23:20 UTC  (3+ messages)
` [PATCH v2 1/3] tracing: detect the string termination character when parsing user input string

[PATCH] Documentation: clarify configfs-usb-gadget-rndis
 2018-01-15 23:16 UTC  (2+ messages)

[PATCH v3] USB: serial: option: add id for Motorola Solutions TETRA PEI
 2018-01-15 23:12 UTC  (3+ messages)

[PATCH] drbd: fix discard_zeroes_if_aligned regression
 2018-01-15 23:00 UTC 

[mm 4.15-rc7] Random oopses under memory pressure
 2018-01-15 23:05 UTC  (2+ messages)

[PATCH] IB/cma: use strlcpy() instead of strncpy()
 2018-01-15 23:04 UTC  (2+ messages)

[PATCH] i2c: core: decrease reference count of device node in i2c_unregister_device
 2018-01-15 23:02 UTC  (2+ messages)
`  "

KASAN: use-after-free Write in array_map_update_elem
 2018-01-15 23:01 UTC  (3+ messages)

KASAN: slab-out-of-bounds Write in array_map_update_elem
 2018-01-15 23:00 UTC  (3+ messages)

[PATCHv3 0/5] GEHC Bx50 Switch Support
 2018-01-15 22:57 UTC  (8+ messages)
` [PATCHv3 1/5] net: dsa: Support internal phy on 'cpu' port
` [PATCHv3 2/5] ARM: dts: imx6q-bx50v3: Add internal switch
` [PATCHv3 3/5] ARM: dts: imx6q-b850v3: Add switch port configuration
` [PATCHv3 4/5] ARM: dts: imx6q-b650v3: "
` [PATCHv3 5/5] ARM: dts: imx6q-b450v3: "

[PATCH v3 0/5] x86: SME: BSP/SME microcode update fix
 2018-01-15 22:47 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with Linus' and the tip trees
 2018-01-15 22:45 UTC  (4+ messages)

[PATCH v8 00/37] tracing: Inter-event (e.g. latency) support
 2018-01-15 22:43 UTC  (6+ messages)

[PATCH] s390: fix setgid16/setuid16 handling of -1
 2018-01-15 22:36 UTC  (3+ messages)
` [PATCH v2] s390: fix handling of -1 in set{,fs}[gu]id16 syscalls

[PATCH v2 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2018-01-15 22:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] EDAC, mv64x60: Remove some code duplication
 2018-01-15 22:31 UTC  (5+ messages)

linux-next: manual merge of the printk tree with Linus' tree
 2018-01-15 22:23 UTC 

[PATCH 4.14 000/118] 4.14.14-stable review
 2018-01-15 22:11 UTC  (2+ messages)

[PATCH 4.9 00/96] 4.9.77-stable review
 2018-01-15 22:03 UTC  (2+ messages)

[PATCH 4.4 00/87] 4.4.112-stable review
 2018-01-15 21:59 UTC  (2+ messages)

linux-next: build warning after merge of the nfs tree
 2018-01-15 21:44 UTC 

[PATCH v3 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15 21:40 UTC  (7+ messages)
` [PATCH v3 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v3 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()

[PATCH v2] PCI/ACPI: Disable AER when _OSC control bit is clear
 2018-01-15 21:12 UTC  (2+ messages)

[PATCH v2 00/16] remoteproc: add fixed memory region support
 2018-01-15 21:04 UTC  (13+ messages)
` [PATCH v2 12/16] remoteproc: look-up memory-device for vring allocation
` [PATCH v2 13/16] remoteproc: look-up memory-device for virtio device allocation
` [PATCH v2 14/16] remoteproc: look-up pre-registered carveout by name for carveout allocation
` [PATCH v2 15/16] remoteproc: st: associate memory device to memory regions

[PATCH] drivers/scsi/qla2xxx: fix double free bug after firmware timeout
 2018-01-15 21:03 UTC  (4+ messages)

[PATCH v3 0/8] ARM: sun9i: SMP and CPU hotplug support
 2018-01-15 21:00 UTC  (2+ messages)

[PATCH 0/2] turn on force option for FUSE in builtin policies
 2018-01-15 21:00 UTC  (5+ messages)

[patch v16 0/4] JTAG driver introduction
 2018-01-15 20:51 UTC  (5+ messages)
` [patch v16 1/4] drivers: jtag: Add JTAG core driver
` [patch v16 3/4] Documentation: jtag: Add bindings for Aspeed SoC 24xx and 25xx families JTAG master driver

[PATCH] bcma: Fix 'allmodconfig' and BCMA builds on MIPS targets
 2018-01-15 20:58 UTC  (6+ messages)

[PATCH 0/4] fs, tty: Make __do_SAK() less greedy in regard to tasklist_lock
 2018-01-15 20:51 UTC  (8+ messages)
` [PATCH 3/4] tty: Iterate only thread group leaders in __do_SAK()

[patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface
 2018-01-15 20:43 UTC  (5+ messages)

[PATCH] platform/x86: have ACPI_CMPC use depends instead of select for INPUT
 2018-01-15 20:42 UTC  (2+ messages)

[PATCH] i2c: acorn: add MODULE_LICENSE tag
 2018-01-15 20:31 UTC  (4+ messages)

[PATCH 0/4] objtool validation of static branches
 2018-01-15 20:30 UTC  (11+ messages)
` [PATCH 2/4] objtool: Implement jump_assert for _static_cpu_has()

[PATCH] serial: 8250_dw: Avoid overflow in dw8250_set_termios
 2018-01-15 20:30 UTC  (2+ messages)

[PATCH] [v2] i2c: acorn: add MODULE_LICENSE tag
 2018-01-15 20:28 UTC 

[PATCH] Documentation: i2c: drop unnecessary .owner field in examples
 2018-01-15 20:28 UTC  (3+ messages)

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-15 20:27 UTC  (5+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function

[PATCH V4 00/15] perf top overwrite mode
 2018-01-15 20:20 UTC  (16+ messages)
` [PATCH V4 01/15] perf evlist: remove stale mmap read for backward
` [PATCH V4 02/15] perf mmap: introduce perf_mmap__read_init()
` [PATCH V4 03/15] perf mmap: use perf_mmap__read_init() in perf_mmap__push()
` [PATCH V4 04/15] perf mmap: discard 'prev' in perf_mmap__read()
` [PATCH V4 05/15] perf mmap: introduce perf_mmap__read_done
` [PATCH V4 06/15] perf mmap: introduce perf_mmap__read_event()
` [PATCH V4 07/15] perf test: update mmap read functions for backward-ring-buffer test
` [PATCH V4 08/15] perf mmap: discard legacy interface for mmap read
` [PATCH V4 09/15] perf top: check per-event overwrite term
` [PATCH V4 10/15] perf evsel: expose perf_missing_features.write_backward
` [PATCH V4 11/15] perf top: add overwrite fall back
` [PATCH V4 12/15] perf hists browser: add parameter to disable lost event warning
` [PATCH V4 13/15] perf top: remove lost events checking
` [PATCH V4 14/15] perf top: switch default mode to overwrite mode
` [PATCH V4 15/15] perf top: check the latency of perf_top__mmap_read

[PATCH] x86/jailhouse: fix building without X86_X2APIC
 2018-01-15 20:23 UTC 

[PATCH v2] mfd: omap-usb-tll: Allocate driver data at once
 2018-01-15 20:25 UTC 

kernel BUG at net/core/skbuff.c:LINE! (2)
 2018-01-15 20:22 UTC 

[RFC PATCH 0/2] fixing the gpio ownership
 2018-01-15 20:19 UTC  (3+ messages)
` [RFC PATCH 1/2] pinctrl: add consumer variant for gpio request

[PATCH] arm64: Stop printing the virtual memory layout
 2018-01-15 20:00 UTC  (5+ messages)

linux-next: manual merge of the akpm-current tree with the kspp tree
 2018-01-15 20:07 UTC  (3+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-15 20:06 UTC  (4+ messages)
` [PATCH 33/38] arm64: Implement thread_struct whitelist for hardened usercopy

[PATCH] x86/retpoline: Fill RSB on context switch for affected CPUs
 2018-01-15 20:03 UTC  (5+ messages)
` [tip:x86/pti] "

[PATCH bpf-next] bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
 2018-01-15 19:49 UTC  (4+ messages)

pull-request: wireless-drivers-next 2018-01-13
 2018-01-15 19:46 UTC  (2+ messages)

[PATCH v7 00/17] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2018-01-15 19:44 UTC  (3+ messages)
` [PATCH v7 12/17] gpio: madera: Support Cirrus Logic Madera class codecs

[PATCH 0/3] mfd/omap-usb-tll: Adjustments for usbtll_omap_probe()
 2018-01-15 19:40 UTC  (16+ messages)
` [PATCH 1/3] mfd/omap-usb-tll: Delete two error messages for a failed memory allocation in usbtll_omap_probe()
        ` [1/3] "
                    ` mfd/omap-usb-tll: Allocate driver data at once "

[PATCH] brcmfmac: Make sure CLM downloading is optional
 2018-01-15 19:40 UTC  (2+ messages)

[RFT PATCH v3 0/6] Asynchronous UVC
 2018-01-15 19:35 UTC  (2+ messages)

linux-next: Tree for Jan 15
 2018-01-15 19:34 UTC  (2+ messages)
` linux-next: Tree for Jan 15 (drivers/usb/mtu3/)

[PATCH net-next v5 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-15 19:21 UTC  (3+ messages)
` [PATCH net-next v5 1/4] phy: add 2.5G SGMII mode to the phy_mode enum

[PATCH] ALSA: pcm: Fix trailing semicolon
 2018-01-15 19:18 UTC  (2+ messages)

[PATCH] sound/pci/hda: depends on instead of select for INPUT
 2018-01-15 19:17 UTC  (5+ messages)

[PATCH] soc: xilinx: xlnx_vcu: Use bitwise & rather than logical && on clkoutdiv
 2018-01-15 19:15 UTC 

[PATCH] tracing: prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
 2018-01-15 19:14 UTC  (4+ messages)

[PATCH for 4.16 00/10] membarrier updates for 4.16
 2018-01-15 19:11 UTC  (11+ messages)
` [PATCH for 4.16 01/10] membarrier: selftest: Test private expedited cmd (v2)
` [PATCH for 4.16 02/10] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
` [PATCH for 4.16 03/10] membarrier: Document scheduler barrier requirements (v5)
` [PATCH for 4.16 04/10] membarrier: provide SHARED_EXPEDITED command (v2)
` [PATCH for 4.16 05/10] membarrier: selftest: Test shared expedited cmd
` [PATCH for 4.16 06/10] membarrier: Provide core serializing command
` [PATCH for 4.16 07/10] x86: Introduce sync_core_before_usermode (v2)
` [PATCH for 4.16 08/10] membarrier: x86: Provide core serializing command (v3)
` [PATCH for 4.16 09/10] membarrier: arm64: Provide core serializing command
` [PATCH for 4.16 10/10] membarrier: selftest: Test private expedited sync core cmd


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).