All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-23 20:42:16 to 2017-08-23 21:43:54 UTC [more...]

[PATCH 00/19] SCSI patches for kernel v4.14
 2017-08-23 21:40 UTC  (19+ messages)
` [PATCH 01/19] Remove an obsolete function declaration
` [PATCH 02/19] Avoid sign extension of scsi_device.type
` [PATCH 03/19] Suppress gcc 7 fall-through warnings reported with W=1
` [PATCH 04/19] Convert a strncmp() call into a strcmp() call
` [PATCH 05/19] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 06/19] Document which queue type a function is intended for
` [PATCH 07/19] Fix RCU handling of scsi_device.vpd_pg8[03]
` [PATCH 08/19] Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 09/19] sd, sr: Convert two assignments into warning statements
` [PATCH 10/19] sd: Fix indentation
` [PATCH 11/19] sd: Remove a useless comparison
` [PATCH 12/19] sg: Fix type of last blk_trace_setup() argument
` [PATCH 13/19] libiscsi: Fix indentation
` [PATCH 14/19] libsas: Remove a set-but-not-used variable
` [PATCH 15/19] libsas: Annotate fall-through in a switch statement
` [PATCH 16/19] scsi_transport_sas, sas_tlr_supported(): Check kzalloc() return value
` [PATCH 17/19] scsi_transport_srp: Suppress a W=1 compiler warning
` [PATCH 18/19] scsi_debug: Remove a set-but-not-used variable

[PATCH v2 0/4] Fix xen-image-minimal build
 2017-08-23 21:43 UTC  (5+ messages)
` [PATCH v2 1/4] vgabios : extract biossums tool and build it separately, native
` [PATCH v2 2/4] ipxe: fetch using https rather than git protocol
` [PATCH v2 3/4] xen : cp long-double-64.h long-double-32.h to fix hvmloader build
` [PATCH v2 4/4] xen-image-minimal : change SYSLINUXCFG to SYSLINUX_CFG

[PATCH net v2 0/2] net: dsa: Fix tag_ksz.c
 2017-08-23 21:42 UTC  (5+ messages)
` [PATCH net v2 1/2] net: core: Specify skb_pad()/skb_put_padto() SKB freeing
` [PATCH net v2 2/2] net: dsa: skb_put_padto() already frees nskb

+ fork-fix-incorrect-fput-of-exe_file-causing-use-after-free.patch added to -mm tree
 2017-08-23 21:42 UTC 

[PATCH net] nfp: TX time stamp packets before HW doorbell is rung
 2017-08-23 21:41 UTC 

[Bug 101026] RX 550 HDMI 4k 60fps not working, DisplayPort is
 2017-08-23 21:41 UTC  (2+ messages)

[PATCH nft] files: add arp filter and add in/output to nat skeleton
 2017-08-23 21:40 UTC  (2+ messages)

+ mm-madvise-fix-freeing-of-locked-page-with-madv_free.patch added to -mm tree
 2017-08-23 21:41 UTC 

dlopen man page example fails for x86_64 (release 4.12), OK for 32-bit target
 2017-08-23 21:40 UTC  (3+ messages)

[PATCH v1 1/3] arm: npcm: add basic support for Nuvoton BMCs
 2017-08-23 13:59 UTC  (2+ messages)

Backport
 2017-08-23 21:40 UTC  (3+ messages)

[PATCH nft v2] files: add arp filter and add in/output to nat skeleton
 2017-08-23 21:41 UTC 

[PATCH v1] xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler
 2017-08-23 21:40 UTC  (2+ messages)

[PATCH] kvm: vmx: Raise #UD on unsupported RDRAND
 2017-08-23 21:39 UTC 

[Bug 102349] New: nv4x crashing with plasmashell - gdb log included
 2017-08-23 21:39 UTC  (3+ messages)
  ` [Bug 102349] "

[RFC PATCH 0/4] ethdev new offloads API
 2017-08-23 21:39 UTC  (3+ messages)
` [RFC PATCH 1/4] ethdev: rename Rx and Tx configuration structs

[Patch net-next] net_sched: kill u32_node pointer in Qdisc
 2017-08-23 21:38 UTC  (6+ messages)

[PATCH V12 1/5] PCI: Don't ignore valid response before CRS timeout
 2017-08-23 21:38 UTC  (5+ messages)
` [PATCH V12 4/5] PCI: Handle CRS ("device not ready") returned by device after FLR

What's cooking in git.git (Aug 2017, #05; Tue, 22)
 2017-08-23 21:38 UTC  (2+ messages)

[Buildroot] [git commit] Update for 2017.08-rc3
 2017-08-23 21:38 UTC 

[PATCH] block, bfq: fix error handle in bfq_init
 2017-08-23 21:35 UTC  (2+ messages)

[PATCH] ethdev: stop overriding rx_nombuf by rte_eth_stats_get
 2017-08-23 21:35 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH v3] kvm: vmx: Raise #UD on unsupported RDSEED
 2017-08-23 21:34 UTC  (3+ messages)
` [PATCH v5] "

v12.1.4 Luminous (RC) released
 2017-08-23 21:33 UTC  (19+ messages)
` [ceph-users] "
          ` [Ceph-maintainers] "

[PATCH] drivers: video: Fix 80 character limit and remove unnecessary space
 2017-08-23 21:32 UTC  (3+ messages)

[PATCH 0/3] cpuidle: Rework the handling of the poll state
 2017-08-23 21:22 UTC  (4+ messages)
` [PATCH 1/3] cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbol
` [PATCH 2/3] cpuidle: Move polling state initialization code to separate file
` [PATCH 3/3] cpuidle: Make drivers initialize polling state

[Qemu-devel] [PATCH v5 00/13] Preliminary libqtest cleanups
 2017-08-23 21:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 08/13] tests: Rely more on global_qtest
    ` [Qemu-devel] [Qemu-block] "

Problems building U-Boot for x86_64
 2017-08-23 21:29 UTC  (4+ messages)

[PATCH] drm/i915/cnl: WaForceContextSaveRestoreNonCoherent
 2017-08-23 21:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: WaForceContextSaveRestoreNonCoherent (rev2)

[radeon-alex:drm-next-4.14-wip 38/44] drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:950:6: error: implicit declaration of function 'ttm_populate_and_map_pages'
 2017-08-23 22:03 UTC 

[PATCH] Doc: clarify that pack-objects makes packs, plural
 2017-08-23 21:22 UTC  (3+ messages)

Cannot checkout after setting the eol attribute
 2017-08-23 21:21 UTC  (7+ messages)
` [PATCH] Documentation: mention that `eol` can change the dirty status of paths

[PATCH v2] Fix ext4 fault handling when mounted with -o dax,ro
 2017-08-23 21:26 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] KVM, pkeys: fix handling of PKRU across migration
 2017-08-23 21:26 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: simplify handling of PKRU
` [PATCH 2/2] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state

[RFC PATCH 0/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit
 2017-08-23 21:25 UTC  (6+ messages)
` [PATCH 1/4] KVM: nVMX: move vmentry tasks from prepare_vmcs12 to enter_vmx_non_root_mode
` [PATCH 2/4] KVM: nVMX: fill nested IDT-vectored event info on all L2->L0 exits
` [PATCH 3/4] KVM: x86: pass struct kvm_queued_exception to kvm_multiple_exception
` [PATCH 4/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit

[Buildroot] [PATCH 1/2] cc-tool: pass -latomic in LIBS
 2017-08-23 21:24 UTC  (2+ messages)

[Buildroot] [git commit] cc-tool: add patch fixing boost.m4 logic for static linking
 2017-08-23 21:24 UTC 

[Buildroot] [git commit] cc-tool: pass -latomic in LIBS
 2017-08-23 21:23 UTC 

[Buildroot] [PATCH 1/1] package/zmqpp: link with libatomic when needed
 2017-08-23 21:21 UTC  (2+ messages)

[Buildroot] [git commit] package/zmqpp: link with libatomic when needed
 2017-08-23 21:21 UTC 

[PATCH 1/1] xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect
 2017-08-23 21:20 UTC  (7+ messages)
  ` [Xen-devel] "

[Buildroot] [PATCH] dbus-cpp: fix build with gcc 7.x
 2017-08-23 21:20 UTC  (2+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-23 21:20 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] strbuf_setlen: don't write to strbuf_slopbuf

[Buildroot] [git commit] dbus-cpp: fix build with gcc 7.x
 2017-08-23 21:20 UTC 

[RFC 0/3] Proof of concept to fix reference counting of DVB frontends
 2017-08-23 21:20 UTC  (4+ messages)
` [RFC 1/3] dvb_frontend: Rename the dvb_frontend_init() function
` [RFC 2/3] dvb_frontend: Add "
` [RFC 3/3] media: drxk: Initialize the frontend after allocating it

[Cocci] Matching function prototypes and casts
 2017-08-23 21:19 UTC  (4+ messages)

[Bug 102382] New: nv50ir: isImmediate doesn't properly work for integers if Value is typed as float
 2017-08-23 21:18 UTC 

[PATCH/RFC] futex: hashbucket as list of futex instead of waiters
 2017-08-23 21:17 UTC 

[PATCH] nvdimm: fix potential double-fetch bug
 2017-08-23 21:07 UTC  (2+ messages)

[PATCH] perf/core: fix potential double-fetch bug
 2017-08-23 21:07 UTC 

[PATCH v3 3/3] client: Add Confirm implementation
 2017-08-23 21:16 UTC 

[PATCH v3 2/3] doc/gatt-api: Add Confirm
 2017-08-23 21:16 UTC 

[radeon-alex:drm-next-4.14-wip 39/44] drivers/gpu/drm/radeon/radeon_ttm.c:763:2: error: implicit declaration of function 'ttm_populate_and_map_pages'
 2017-08-23 21:16 UTC  (4+ messages)

[PATCH v3 1/3] gatt: Add indication confirm callback using Gatt Confirm method
 2017-08-23 21:16 UTC 

[PATCH] fork: fix incorrect fput of ->exe_file causing use-after-free
 2017-08-23 21:14 UTC  (2+ messages)

[PATCH 0/1] devpts: use dynamic_dname() to generate proc name
 2017-08-23 21:15 UTC  (11+ messages)

netapp-alike snapshots?
 2017-08-23 21:13 UTC  (11+ messages)
        ` user snapshots

[PATCH 0/4] Fix xen-image-minimal build
 2017-08-23 21:13 UTC  (7+ messages)
` [PATCH 1/4] vgabios : extract biossums tool and build it separately, native

Should rerere auto-update a merge resolution?
 2017-08-23 21:12 UTC  (3+ messages)

[PATCH] boost: add python to default PACKAGECONFIG options
 2017-08-23 21:04 UTC  (5+ messages)

[Qemu-devel] [Bug 1711602] Re: --copy-storage-all failing with qemu 2.10
 2017-08-23 21:02 UTC 

[Bug 102381] New: [REGRESSION] GK107GLM fails to perform runtime resume on W530
 2017-08-23 21:08 UTC 

[PATCH] acpi: fix potential double-fetch bug
 2017-08-23 21:07 UTC 

Issue #2149 - BMC patching - service file changes
 2017-08-23 21:07 UTC 

[PATCH] Improve requeuing behavior
 2017-08-23 21:05 UTC 

[PATCH nft 1/2] parser: fix typo
 2017-08-23 21:06 UTC  (3+ messages)
` [PATCH nft 2/2] src: limit stateful object support

[PATCH net-next 00/18] net: mvpp2: MAC/GoP configuration and optional PHYs
 2017-08-23 21:05 UTC  (8+ messages)
` [PATCH net-next 10/18] net: mvpp2: use the GoP interrupt for link status changes
      ` [EXT] "

[PATCH 1/2] wireless-regdb: Update regulatory document references for Taiwan (TW)
 2017-08-23 21:04 UTC  (3+ messages)
` [wireless-regdb] "

[PATCH 0/7] Introduce meson build system
 2017-08-23 21:14 UTC  (3+ messages)
` [PATCH 4/7] json-glib: convert to meson build

[PATCH 0/3] *** timer library enhancements ***
 2017-08-23 21:04 UTC  (6+ messages)

[PATCH] cpuidle: Convert to using %pOF instead of full_name
 2017-08-23 20:53 UTC  (7+ messages)

Kernels v4.9+ cause short reads of block devices
 2017-08-23 21:01 UTC  (5+ messages)

Ceph Tech Talk Cancelled
 2017-08-23 21:01 UTC  (3+ messages)

[Qemu-devel] [PULL 0/6] NBD pull request for 2.10-rc4
 2017-08-23 21:00 UTC  (2+ messages)

Hints needed to find causes of non-specific error messages
 2017-08-23 21:00 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Clean up CONFIG_SYS_{CBSIZE, PBSIZE, MAXARGS, BARGSIZE} definitions
 2017-08-23 20:59 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] include/config_fallbacks.h: add default for CONFIG_SYS_CBSIZE
` [U-Boot] [PATCH 2/8] include/configs: remove CONFIG_SYS_CBSIZE when the default value is used
` [U-Boot] [PATCH 3/8] include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZE
` [U-Boot] [PATCH 4/8] include/configs: drop default definitions of CONFIG_SYS_PBSIZE
` [U-Boot] [PATCH 5/8] include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGS
` [U-Boot] [PATCH 6/8] include/configs: drop default definitions of CONFIG_SYS_MAXARGS
` [U-Boot] [PATCH 7/8] include/configs: remove default values of CONFIG_SYS_BARGSIZE
` [U-Boot] [PATCH 8/8] include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions

[Qemu-devel] [PATCH] hw/ppc: CAS reset on early device hotplug
 2017-08-23 20:57 UTC 

[PATCH lttng-tools] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:51 UTC 

[Buildroot] [PATCH v4 1/1] package/spidermonkey185: new package
 2017-08-23 20:57 UTC  (3+ messages)

[3rdparty][PATCH] cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard
 2017-08-23 20:49 UTC  (2+ messages)

mmu_spte_clear_track_bits warning applies to 4.12 as well
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH 1/2] sched/wait: Break up long wake list walk
 2017-08-23 20:55 UTC  (18+ messages)

[RFC PATCH 00/48] fix promotion of symbol to register
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH V2] acpi: apei: clear error status before acknowledging the error
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH] mm/madvise: fix freeing of locked page with MADV_FREE
 2017-08-23 20:52 UTC  (2+ messages)

[PATCH 0/2] MIPS: Clean up halt/restart/power off code
 2017-08-23 20:53 UTC  (6+ messages)
` [PATCH 1/2] MIPS: Hang more efficiently on halt/powerdown/restart
` [PATCH 2/2] MIPS: Remove custom implementations CPU hang implementations

[Intel-wired-lan] [next PATCH S78-V8 00/12] Change Log
 2017-08-23 20:54 UTC  (13+ messages)
` [Intel-wired-lan] [next PATCH S78-V8 07/12] i40e: ensure reset occurs when disabling VF
` [Intel-wired-lan] [next PATCH S78-V8 08/12] i40evf: Enable VF to request an alternate queue allocation
` [Intel-wired-lan] [next PATCH S78-V8 09/12] i40e: make i40evf_map_rings_to_vectors void
` [Intel-wired-lan] [next PATCH S78-V8 10/12] i40e: fix handling of vf_states variable
` [Intel-wired-lan] [next PATCH S78-V8 11/12] i40e: fix client notify of VF reset
` [Intel-wired-lan] [next PATCH S78-V8 12/12] i40e: Stop dropping 802.1ad tags (eth proto 0x88a8

[PATCH] drm/i915: Don't reset the display on gdg
 2017-08-23 20:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] Remove remaining PPC machines
 2017-08-23 20:49 UTC 

[PATCH nf-next 0/3] netfilter: convert hook list to an array
 2017-08-23 20:54 UTC  (4+ messages)
` [PATCH nf-next 1/3] "

[PATCH] wireless-regdb: Update regulatory rules for Singapore (SG)
 2017-08-23 20:52 UTC  (3+ messages)
` [wireless-regdb] "

Request to create dpdk-next-cli tree
 2017-08-23 20:51 UTC  (2+ messages)

[PATCH] selftests: change lib.mk RUN_TESTS to take test list as an argument
 2017-08-23 20:50 UTC 

master merge plans
 2017-08-23 20:50 UTC  (6+ messages)

[PATCH lttng-tools] Fix: the return code of lttcomm_send_unix_sock is signed
 2017-08-23 20:43 UTC 

[PATCH lttng-tools v2] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:48 UTC 

[PATCH 1/2] eal/x86: use cpuid builtin
 2017-08-23 20:49 UTC  (2+ messages)

[PATCH 1/2] imx-base: Add MACHINE_SOCARCH_SUFFIX for mx23 and mx28
 2017-08-23 20:48 UTC  (2+ messages)
` [PATCH 2/2] classes/image_types_fsl: Fix uboot_mxsboot task dependency

[v3,3/5] ghes_edac: add platform check to enable ghes_edac
 2017-08-23 20:46 UTC  (2+ messages)
` [PATCH v3 3/5] "

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-08-23 20:45 UTC  (3+ messages)
` [PATCH v4 14/16] rev-list: expose and document --single-worktree

[Qemu-devel] [PATCH] audio: intel-hda: do not use old_mmio accesses
 2017-08-23 20:45 UTC  (3+ messages)

[Buildroot] [RFC-next 0/2] Add genimage logic in fs/genimage
 2017-08-23 20:45 UTC  (3+ messages)
` [Buildroot] [RFC-next 1/2] fs/genimage: add logic to generate an image using genimage
` [Buildroot] [RFC-next 2/2] support/testing: add tests for the genimage generation logic

[PATCH] rtc: vr41xx: make alarms useful
 2017-08-23 20:44 UTC 

[PATCH lttng-tools] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:43 UTC 

[PATCH v5 0/2] Early boot time stamps for x86
 2017-08-23 20:41 UTC  (3+ messages)
` [PATCH v5 1/2] sched/clock: interface to allow timestamps early in boot
` [PATCH v5 2/2] x86/tsc: use tsc early

[PATCH libnftnl] src: limit stateful object support
 2017-08-23 20:42 UTC 

[PATCH v2] docs: ReSTify table of contents in core.rst
 2017-08-23 20:42 UTC 

[PATCH nf-next 1/3] netfilter: nf_tables: add select_ops for stateful objects
 2017-08-23 20:41 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nft_limit: replace pkt_bytes with bytes
` [PATCH nf-next 3/3] netfilter: nft_limit: add stateful object type


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.