All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-18 17:18:47 to 2017-12-18 17:43:54 UTC [more...]

[PATCH 4.9 000/177] 4.9.71-stable review
 2017-12-18 17:21 UTC  (38+ messages)
` [PATCH 4.9 002/177] crypto: rsa - fix buffer overread when stripping leading zeroes
` [PATCH 4.9 003/177] crypto: hmac - require that the underlying hash algorithm is unkeyed
` [PATCH 4.9 004/177] crypto: salsa20 - fix blkcipher_walk API usage
` [PATCH 4.9 008/177] USB: core: prevent malicious bNumInterfaces overflow
` [PATCH 4.9 010/177] usb: add helper to extract bits 12:11 of wMaxPacketSize
` [PATCH 4.9 012/177] usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer
` [PATCH 4.9 014/177] usb: xhci: fix TDS for MTK xHCI1.1
` [PATCH 4.9 016/177] xhci: Dont add a virt_dev to the devs array before its fully allocated
` [PATCH 4.9 020/177] dmaengine: dmatest: move callback wait queue to thread context
` [PATCH 4.9 022/177] ext4: fix crash when a directorys i_size is too small
` [PATCH 4.9 027/177] md-cluster: free md_cluster_info if node leave cluster
` [PATCH 4.9 029/177] userfaultfd: selftest: vm: allow to build in vm/ directory
` [PATCH 4.9 031/177] bnxt_en: Ignore 0 value in autoneg supported speed from firmware
` [PATCH 4.9 032/177] net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values
` [PATCH 4.9 034/177] net: bcmgenet: reserved phy revisions must be checked first
` [PATCH 4.9 035/177] net: bcmgenet: power down internal phy if open or resume fails
` [PATCH 4.9 040/177] net/mlx5: Dont save PCI state when PCI error is detected
` [PATCH 4.9 044/177] NFSD: fix nfsd_reset_versions for NFSv4
` [PATCH 4.9 047/177] netfilter: bridge: honor frag_max_size when refragmenting
` [PATCH 4.9 048/177] ASoC: rsnd: fix sound route path when using SRC6/SRC9
` [PATCH 4.9 050/177] writeback: fix memory leak in wb_queue_work()
` [PATCH 4.9 051/177] net: wimax/i2400m: fix NULL-deref at probe
` [PATCH 4.9 053/177] irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAIN
` [PATCH 4.9 056/177] mlxsw: reg: Fix SPVMLR max record count
` [PATCH 4.9 058/177] qed: Fix mapping leak on LL2 rx flow
` [PATCH 4.9 061/177] intel_th: pci: Add Gemini Lake support
` [PATCH 4.9 063/177] ASoC: rcar: clear DE bit only in PDMACHCR when it stops
` [PATCH 4.9 065/177] scsi: hpsa: limit outstanding rescans
` [PATCH 4.9 066/177] scsi: hpsa: do not timeout reset operations
` [PATCH 4.9 070/177] iwlwifi: mvm: cleanup pending frames in DQA mode
` [PATCH 4.9 073/177] sched/deadline: Throttle a constrained deadline task activated after the deadline
` [PATCH 4.9 085/177] afs: Invalid op ID should abort with RXGEN_OPCODE
` [PATCH 4.9 087/177] afs: Populate and use client modification time
` [PATCH 4.9 088/177] afs: Fix page leak in afs_write_begin()
` [PATCH 4.9 092/177] nvmet: confirm sq percpu has scheduled and switched to atomic
` [PATCH 4.9 124/177] platform/x86: sony-laptop: Fix error handling in sony_nc_setup_rfkill()

[PATCH v2 1/2] scripts/oe-selftest: isolate oe-selftest execution
 2017-12-18 17:43 UTC  (2+ messages)
` [PATCH v2 2/2] parallel-oe-selftest.sh: runs oe-selftest in parallel

[PATCH] build: replace license text with SPDX ids in meson files
 2017-12-18 17:43 UTC  (4+ messages)

[tpm2] [intel/tpm2-tools] e09fbb: CHANGELOG: set release date
 2017-12-18 17:42 UTC 

[PATCH for-4.15] ASoC: rt5514: don't assume rt5514 component was "attached"
 2017-12-18 17:42 UTC  (5+ messages)

[PATCH] site/*-linux: don't cache ac_cv_sizeof_bool
 2017-12-18 17:42 UTC 

[PATCH] kthread: finer-grained lockdep/cross-release completion
 2017-12-18 17:42 UTC  (6+ messages)

[PATCH] Accept 3d controllers and not only VGA controllers
 2017-12-18 17:42 UTC  (9+ messages)

Ask for help on governor
 2017-12-18 17:42 UTC  (4+ messages)
    ` [PATCH] cpufreq: governor: Ensure sufficiently large sampling intervals

[PATCH 1/4] gpio: sysfs: change 'value' attribute to prealloc
 2017-12-18 17:40 UTC  (4+ messages)

[PATCH v3 00/19] KVM/arm64: Randomise EL2 mappings
 2017-12-18 17:39 UTC  (40+ messages)
` [PATCH v3 01/19] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH v3 02/19] arm64: asm-offsets: Remove unused definitions
` [PATCH v3 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v3 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v3 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v3 06/19] arm64: insn: Add N immediate encoding
` [PATCH v3 07/19] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v3 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v3 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v3 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v3 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v3 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v3 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v3 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v3 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v3 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v3 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v3 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v3 19/19] arm64: Update the KVM memory map documentation

[radeon-alex:amd-staging-drm-next 374/799] sound/soc//amd/raven/pci-acp3x.c:58:8: error: implicit declaration of function 'pci_enable_msi'; did you mean 'pci_enable_sriov'?
 2017-12-18 17:38 UTC 

[PATCH v2 0/3] Add CMT support to r8a774[35]
 2017-12-18 17:39 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support
` [PATCH v2 2/3] ARM: dts: r8a7743: Add CMT SoC specific support
` [PATCH v2 3/3] ARM: dts: r8a7745: "

[meta-networking][PATCH 1/5] open-isns: Fix build with musl
 2017-12-18 17:38 UTC  (3+ messages)
` [meta-xfce][PATCH 2/5] gtk-xfce-engine: Fix build with glib-2.0 > 2.53

[PATCH] mtd: nand: pxa3xx: Fix READOOB implementation
 2017-12-18 17:37 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Add pretty printer for device info flags
 2017-12-18 17:37 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

Object range_transition issue when type_transition is involved
 2017-12-18 17:36 UTC 

[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-18 17:36 UTC  (8+ messages)
` [PATCH v3 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently

[Qemu-devel] [PATCH] hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
 2017-12-18 17:35 UTC 

995d11c4c0 ("drm: rework delayed connector cleanup in .."): WARNING: possible circular locking dependency detected
 2017-12-18 17:35 UTC  (5+ messages)

audit-userspace: auparse/lru.c sanity_check_queue() compile error with DEBUG
 2017-12-18 17:34 UTC  (2+ messages)

btrfs subvolume list for not mounted filesystem?
 2017-12-18 17:34 UTC  (2+ messages)

[PATCH 0/4] sched: cpufreq: Track util update flags
 2017-12-18 17:34 UTC  (8+ messages)
` [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization "

[PATCH v9 2/8] boot/param: add pointer to current and next argument to unknown parameter callback
 2017-12-18 17:34 UTC  (4+ messages)
` [PATCH] Fix parse_args cycle limit check

[PATCH] persistent-data: fix bug about btree of updating internal node's minima key in btree_split_beneath
 2017-12-18 17:34 UTC  (2+ messages)

usb: pd: fix the offset for SVID specific commands
 2017-12-18 17:33 UTC 

[PATCH] tps65090-charger: Delete an error message for a failed memory allocation in two functions
 2017-12-18 17:32 UTC  (9+ messages)
  `  "

[PATCH] [media] dvb-frontends: remove extraneous parens
 2017-12-18 17:31 UTC  (2+ messages)

[PATCH V3 0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute
 2017-12-18 17:32 UTC  (19+ messages)
` [PATCH V3 1/2] Drivers/PCI: Export pcie_has_flr() interface
        ` [Xen-devel] "
` [PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with 'reset' SysFS attribute

[Qemu-devel] [PATCH v1 1/1] qmp: marking qmp_cpu as deprecated
 2017-12-18 15:05 UTC  (5+ messages)

[PATCH 2/3 v6] battery: Add the ThinkPad "Not Charging" quirk
 2017-12-18 17:31 UTC  (10+ messages)
            ` [Devel] "

[kvm-unit-tests PATCH] Support micro operation measurement on arm64
 2017-12-18 17:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test

[PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2
 2017-12-18 17:30 UTC  (5+ messages)
` [PATCH 19/24] media: vb2-core: Improve kernel-doc markups

[Qemu-devel] [Bug 1738840] [NEW] qemu-img convert qcow2 to raw fails on OS X
 2017-12-18 17:19 UTC 

[Qemu-devel] [PULL 00/10] Command line patches for 2017-12-18
 2017-12-18 17:30 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] qemu-options: Remove stray colons from output of --help
` [Qemu-devel] [PULL 02/10] qemu-options: Fix markup of -netdev l2tpv3
` [Qemu-devel] [PULL 03/10] qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc
` [Qemu-devel] [PULL 04/10] qemu-options: Move -iscsi under "Block device options"
` [Qemu-devel] [PULL 05/10] qemu-options: Add missing -iscsi Texinfo documentation
` [Qemu-devel] [PULL 06/10] qemu-options: Polish section "TPM device options"
` [Qemu-devel] [PULL 07/10] qemu-options: Polish section "Character "
` [Qemu-devel] [PULL 08/10] qemu-options: Belatedly document --watchdog-action inject-nmi
` [Qemu-devel] [PULL 09/10] option: Remove shadowing opt decl from qemu_opt_print()
` [Qemu-devel] [PULL 10/10] option: Drop unused get_param_value(), get_next_param_value()

[Qemu-devel] [PATCH 0/9] target/arm: Prepatory work for SVE
 2017-12-18 17:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] target/arm: Mark disas_set_insn_syndrome inline
` [Qemu-devel] [PATCH 2/9] target/arm: Use pointers in crypto helpers
` [Qemu-devel] [PATCH 3/9] target/arm: Use pointers in neon zip/uzp helpers
` [Qemu-devel] [PATCH 4/9] target/arm: Use pointers in neon tbl helper
` [Qemu-devel] [PATCH 5/9] target/arm: Add aa32_vfp_dreg/aa64_vfp_qreg helpers
` [Qemu-devel] [PATCH 6/9] vmstate: Add VMSTATE_UINT64_SUB_ARRAY
` [Qemu-devel] [PATCH 7/9] target/arm: Expand vector registers for SVE
` [Qemu-devel] [PATCH 8/9] target/arm: Add ZCR.LEN to tb->flags
` [Qemu-devel] [PATCH 9/9] target/arm: Add ARM_FEATURE_SVE

[PATCH] Staging: Pi433: Bugfix for wrong argument for sizeof() in TX thread
 2017-12-18 17:27 UTC 

NFS: 82ms wakeup latency 4.14-rc4
 2017-12-18 17:27 UTC  (9+ messages)

perf test LLVM & clang 6 failing
 2017-12-18 17:17 UTC  (2+ messages)
` [tip:perf/urgent] x86/asm: Allow again using asm.h when building for the 'bpf' clang target

[Buildroot] [PATCH 1/1] erlang: remove non-SMP build option
 2017-12-18 17:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] ARM v8.1 simd + v8.3 complex insns
 2017-12-18 17:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/11] target/arm: Add ARM_FEATURE_V8_1_SIMD
` [Qemu-devel] [PATCH v2 02/11] target/arm: Decode aa64 armv8.1 scalar three same extra
` [Qemu-devel] [PATCH v2 03/11] target/arm: Decode aa64 armv8.1 "
` [Qemu-devel] [PATCH v2 04/11] target/arm: Decode aa64 armv8.1 scalar/vector x indexed element
` [Qemu-devel] [PATCH v2 05/11] target/arm: Decode aa32 armv8.1 three same
` [Qemu-devel] [PATCH v2 06/11] target/arm: Decode aa32 armv8.1 two reg and a scalar
` [Qemu-devel] [PATCH v2 07/11] target/arm: Add ARM_FEATURE_V8_FCMA
` [Qemu-devel] [PATCH v2 08/11] target/arm: Decode aa64 armv8.3 fcadd
` [Qemu-devel] [PATCH v2 09/11] target/arm: Decode aa64 armv8.3 fcmla
` [Qemu-devel] [PATCH v2 10/11] target/arm: Decode aa32 armv8.3 3-same
` [Qemu-devel] [PATCH v2 11/11] target/arm: Decode aa32 armv8.3 2-reg-index

[BUG] Build error for 4.15-rc3 kernel caused by patch "kbuild: Add a cache for generated variables"
 2017-12-18 17:22 UTC  (6+ messages)

[U-Boot] [PULL] Rework : Please pull u-boot-imx
 2017-12-18 17:22 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in rds_send_xmit
 2017-12-18 17:22 UTC  (4+ messages)
    ` [rds-devel] "

[PATCH 2/3] perf tools: Fix build for hardened environments
 2017-12-18 17:16 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: Fix up build in "

[PATCH 3/3] tools/perf/jvmti: generate correct debug information for inlined code
 2017-12-18 17:16 UTC  (2+ messages)
` [tip:perf/urgent] perf jvmti: Generate "

[PATCH 1/3] perf tools: Use shell function for perl cflags retrieval
 2017-12-18 17:15 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 1/6] imx-gst1.0-plugin: Upgrade to v4.3.1
 2017-12-18 17:20 UTC  (6+ messages)
` [PATCH 2/6] gstreamer1.0: Add NXP specific patches
` [PATCH 3/6] gstreamer1.0-plugins-base: "
` [PATCH 4/6] gstreamer1.0-plugins-good: "
` [PATCH 5/6] gstreamer1.0-plugins-bad: "
` [PATCH 6/6] gstreamer1.0-libav: "

[PATCH RFC 0/7] KVM: nVMX: enlightened VMCS initial implementation
 2017-12-18 17:17 UTC  (3+ messages)
` [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
` [PATCH RFC 5/7] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability

Mac Mini G4 defconfig ?
 2017-12-18 17:20 UTC  (5+ messages)

[tip:perf/urgent] tools arch s390: Do not include header files from the kernel sources
 2017-12-18 17:17 UTC 

Mixer regression with usb soundcard
 2017-12-18 17:19 UTC  (8+ messages)

[Qemu-devel] [PATCH v7 00/26] tcg: generic vector operations
 2017-12-18 17:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 25/26] tcg: Add support for 5 operand vector ops
` [Qemu-devel] [PATCH v7 26/26] tcg: Add generic helpers for saturating arithmetic


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.