All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-23 22:48:27 to 2017-05-24 00:34:33 UTC [more...]

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-24  0:34 UTC  (46+ messages)
` [PATCH 01/31] Split scsi_internal_device_block()
` [PATCH 02/31] Create two versions of scsi_internal_device_unblock()
` [PATCH 03/31] Protect SCSI device state changes with a mutex
` [PATCH 04/31] Introduce scsi_start_queue()
` [PATCH 05/31] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH 06/31] scmd_eh_abort_handler(): Add a comment
` [PATCH 07/31] scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 08/31] sd, sr: Convert two assignments into warning statements
` [PATCH 09/31] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 10/31] Avoid that scsi_exit_rq() "
` [PATCH 11/31] block: Introduce queue flag QUEUE_FLAG_SCSI_SUP
` [PATCH 12/31] bsg: Check queue type before attaching to a queue
` [PATCH 13/31] pktcdvd: "
` [PATCH 14/31] cdrom: Check private request size "
  ` [PATCH 15/31] nfsd: Check private request size before submitting a SCSI request
` [PATCH 16/31] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 17/31] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 18/31] block: Make scsi_req_init() calls implicit
` [PATCH 19/31] scsi: Change argument type of scsi_req_init()
` [PATCH 20/31] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 21/31] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 23/31] scsi: Move sense buffer pointer initialization "
` [PATCH 24/31] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 25/31] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()
` [PATCH 27/31] scsi: Consolidate more initialization code
` [PATCH 28/31] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data
` [PATCH 31/31] xen/scsifront: "

[PATCH 0/3] pinctrl: bcm/samsung/tegra: make bool code non-modular
 2017-05-24  0:34 UTC  (7+ messages)
` [PATCH 3/3] pinctrl: bcm: clean up modular vs. non-modular distinctions

Enabling RPMB overwrites setting the boot partition via ioctl
 2017-05-24  0:33 UTC  (3+ messages)

[PATCH v2] um: Avoid longjmp/setjmp symbol clashes with libpthread.a
 2017-05-24  0:32 UTC  (2+ messages)

[refpolicy] [PATCH v1 1/1] refpolicy: Infiniband pkeys and endports
 2017-05-24  0:28 UTC  (2+ messages)

[PATCH] staging: media: atomisp: fix non static symbol warnings
 2017-05-24  0:27 UTC 

[PATCH] net: jme: Remove unused functions
 2017-05-24  0:27 UTC 

[rcu:ms 3/3] arch/x86//kernel/tboot.c:107:2: error: unknown field 'mmap_sem' specified in initializer
 2017-05-24  0:23 UTC 

[Bug 101160] Venus PRO R9 M265X amdgpu: ring 0 test failed
 2017-05-24  0:23 UTC 

[PATCH] fstests: common: Make _test_mount to include MOUNT_OPTIONS to allow consistent _test_cycle_mount
 2017-05-24  0:22 UTC  (4+ messages)

[U-Boot] [GIT PULL] u-boot-sh/rmobile
 2017-05-24  0:22 UTC  (2+ messages)

[PATCH 1/4] gpio-imx: Do not use gpio_set_value()
 2017-05-24  0:17 UTC  (12+ messages)
` [PATCH 2/4] gpiolib: Add code to support "active low" GPIOs
` [PATCH 3/4] gpiolib: Add support for GPIO "hog" nodes
` [PATCH 4/4] usb-nop-xceiv: Add support for 'reset-gpios' binding

[refpolicy] [PATCH] gpg: manage user runtime socket files and directories
 2017-05-24  0:18 UTC  (7+ messages)

[PATCH 1/6] net/vmxnet3: retain counters on restart
 2017-05-24  0:17 UTC  (3+ messages)
` [PATCH 2/6] net/vmxnet3: Implement retrieval of extended stats

[PATCH v2 00/17] rcar-vin: fix issues with format and capturing
 2017-05-24  0:15 UTC  (18+ messages)
` [PATCH v2 01/17] rcar-vin: reset bytesperline and sizeimage when resetting format
` [PATCH v2 02/17] rcar-vin: use rvin_reset_format() in S_DV_TIMINGS
` [PATCH v2 03/17] rcar-vin: fix how pads are handled for v4l2 subdevice operations
` [PATCH v2 04/17] rcar-vin: fix standard in input enumeration
` [PATCH v2 05/17] rcar-vin: move subdev source and sink pad index to rvin_graph_entity
` [PATCH v2 06/17] rcar-vin: refactor pad lookup code
` [PATCH v2 07/17] rcar-vin: move pad lookup to async bound handler
` [PATCH v2 08/17] rcar-vin: use pad information when verifying media bus format
` [PATCH v2 09/17] rcar-vin: decrease buffers needed to capture
` [PATCH v2 10/17] rcar-vin: move functions which acts on hardware
` [PATCH v2 11/17] rcar-vin: select capture mode based on free buffers
` [PATCH v2 12/17] rcar-vin: allow switch between capturing modes when stalling
` [PATCH v2 13/17] rcar-vin: refactor and fold in function after stall handling rework
` [PATCH v2 14/17] rcar-vin: remove subdevice matching from bind and unbind callbacks
` [PATCH v2 15/17] rcar-vin: register the video device at probe time
` [PATCH v2 16/17] rcar-vin: add missing error check to propagate error
` [PATCH v2 17/17] rcar-vin: fix bug in pixelformat selection

Another git repo at kernel.org?
 2017-05-24  0:15 UTC  (5+ messages)

[U-Boot] [PATCH] rockchip: Set up default PWM flags
 2017-05-24  0:15 UTC 

[PATCH v11 0/9] coresight: enable debug module
 2017-05-24  0:14 UTC  (6+ messages)
` [PATCH v11 7/9] coresight: add support for CPU "

[PATCH v7 0/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 support
 2017-05-24  0:13 UTC  (3+ messages)
` [PATCH v7 1/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation
` [PATCH v7 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

(unknown),
 2017-05-24  0:12 UTC 

pull request: bluetooth-next 2017-05-23
 2017-05-24  0:11 UTC 

[PATCH 1/8] firmware: vpd: do not leave freed section attributes to the list
 2017-05-24  0:07 UTC  (8+ messages)
` [PATCH 2/8] firmware: vpd: use kdtrndup when copying section key
` [PATCH 3/8] firmware: vpd: avoid potential use-after-free when destroying section
` [PATCH 4/8] firmware: vpd: do not leak kobjects
` [PATCH 5/8] firmware: vpd: use kasprintf() when forming name of 'raw' attribute
` [PATCH 6/8] firmware: vpd: do not clear statically allocated data
` [PATCH 7/8] firmware: vpd: remove platform driver
` [PATCH 8/8] firmware: vpd: fix confusion between memremap and iounmap

[PATCH v2 0/2] media: entity: add operation to help map DT node to media pad
 2017-05-24  0:09 UTC  (3+ messages)
` [PATCH v2 1/2] media: entity: Add pad_from_fwnode entity operation
` [PATCH v2 2/2] media: entity: Add media_entity_pad_from_fwnode() function

[PATCH v2 1/3] iio: adc: ina2xx: Make use of attribute flags consistent on all channels
 2017-05-24  0:09 UTC  (3+ messages)
` [PATCH v2 2/3] iio: adc: Fix integration time/averaging for INA219/220
` [PATCH v2 3/3] iio: adc: Fix polling of INA219 conversion ready flag

[PATCH] ARM: vGIC: avoid rank lock when reading priority
 2017-05-24  0:07 UTC 

[PATCH v2 0/3] Enhancements for TI INA219/220 current/voltage monitors
 2017-05-24  0:09 UTC 

Scuttlemonkey signing off
 2017-05-24  0:08 UTC  (2+ messages)

[PATCH v2 0/2] v4l2-async: add subnotifier registration for subdevices
 2017-05-24  0:07 UTC  (3+ messages)
` [PATCH v2 1/2] v4l: async: check for v4l2_dev in v4l2_async_notifier_register()
` [PATCH v2 2/2] v4l: async: add subnotifier registration for subdevices

[PATCH v3] gpio: Add driver for ACPI INT0002 Virtual GPIO device
 2017-05-23 23:58 UTC  (2+ messages)

[PATCH 0/2] kbuild: clang: Disable spurious warnings
 2017-05-24  0:04 UTC  (6+ messages)
` [PATCH 2/2] kbuild: clang: Disable the 'duplicate-decl-specifier' warning

[PATCH v12 0/9] coresight: enable debug module
 2017-05-24  0:02 UTC  (21+ messages)
` [PATCH v12 1/9] coresight: bindings for CPU "
  ` [PATCH v12 2/9] doc: Add documentation for Coresight CPU debug
` [PATCH v12 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt
` [PATCH v12 4/9] MAINTAINERS: update file entries for Coresight subsystem
` [PATCH v12 5/9] coresight: of_get_coresight_platform_data: Add missing of_node_put
` [PATCH v12 6/9] coresight: refactor with function of_coresight_get_cpu
` [PATCH v12 7/9] coresight: add support for CPU debug module
` [PATCH v12 8/9] arm64: dts: hi6220: register "
` [PATCH v12 9/9] arm64: dts: qcom: msm8916: Add debug unit

[SPDK] VM oops while testing SPDK hotplug.sh
 2017-05-24  0:02 UTC 

[PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals
 2017-05-24  0:00 UTC  (7+ messages)
` [PATCH v2 5/8] platform/x86: fujitsu-laptop: track the last instantiated FUJ02E3 ACPI device

[PATCH v2 1/3] bpf: Use 1<<16 as ceiling for immediate alignment in verifier
 2017-05-23 23:59 UTC  (8+ messages)
  ` Alignment in BPF verifier

[PATCH 1/1] [media] i2c: add support for OV13858 sensor
 2017-05-23 23:58 UTC 

4.12-rc1 REGRESSION "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle" causes system to not wakeup
 2017-05-23 23:47 UTC  (2+ messages)

[PATCH] pci: Handle the case when PCI_COMMAND register hasn't changed in INTx masking test
 2017-05-23 23:52 UTC  (7+ messages)

[PATCH 01/15] musl: Update to latest master
 2017-05-23 23:50 UTC  (3+ messages)
` [PATCH 08/15] xkeyboard-config: Enable nls support explicitly

[PATCH 04/33] target: Fix BYTCHK=0 handling for VERIFY and WRITE AND VERIFY commands
 2017-05-23 23:48 UTC  (8+ messages)
` [PATCH 08/33] target: Fix a deadlock between the XCOPY code and iSCSI session shutdown
` [PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
` [PATCH 15/33] xen/scsiback: Fix a use-after-free
` [PATCH 16/33] xen/scsiback: Replace a waitqueue and a counter by a completion
` [PATCH 17/33] xen/scsiback: Make TMF processing slightly faster
` [PATCH 25/33] target/iscsi: Avoid overflowing the receive buffer
` [PATCH 29/33] target/iscsi: Simplify timer manipulation code

[PATCH] firmware: google: memconsole: Prevent overrun attack on coreboot console
 2017-05-23 23:48 UTC  (5+ messages)

[PATCH v2] firmware: google: memconsole: Prevent overrun attack on coreboot console
 2017-05-23 23:48 UTC 

[PATCH 1/3] intltool: Adds gettext as a DEPENDS
 2017-05-23 23:47 UTC  (3+ messages)
` [PATCH 2/3] xkeyboard-config: Drop explicit dep on virtual/gettext
` [PATCH 3/3] apt-native: Remove USE_NLS = "yes"

[PATCH] dma-buf: avoid scheduling on fence status query v2
 2017-05-23 23:47 UTC  (4+ messages)
    ` [Linaro-mm-sig] "

[PATCH 3.18 00/59] 3.18.55-stable review
 2017-05-23 23:47 UTC  (3+ messages)
` Use case for TASKS_RCU

[PATCH 0/15] retain blob info for git diff HEAD:foo HEAD:bar
 2017-05-23 23:47 UTC  (5+ messages)
` [PATCH 01/15] handle_revision_arg: reset "dotdot" consistently

[PATCH] powerpc/lib: Split xor_vmx file to guarantee instruction ordering
 2017-05-23 23:45 UTC 

[PATCH] drm/i915: Serialize GTT Updates on BXT
 2017-05-23 23:44 UTC  (5+ messages)

[PATCH] mmc: host: fix potential null pointer dereference
 2017-05-23 23:42 UTC  (2+ messages)

[Qemu-devel] [Bug 1693050] [NEW] xhci HCIVERSION register read emulation incorrectly handled
 2017-05-23 23:32 UTC 

[PATCH] Revert "ata: sata_mv: Convert to devm_ioremap_resource()"
 2017-05-23 23:39 UTC 

[PATCH 0/5] GFX9 KIQ
 2017-05-23 23:38 UTC  (5+ messages)

[PATCH RFC 0/8] SCHED_DEADLINE freq/cpu invariance and OPP selection
 2017-05-23 23:30 UTC  (4+ messages)
` [PATCH RFC 4/8] sched/cpufreq_schedutil: split utilization signals

[PATCH] workqueue: Implement delayed_work_busy()
 2017-05-23 23:34 UTC 

Exciting Retained Searches: 3D Printing and Electroplating
 2017-05-23 23:34 UTC 

[SPDK] valgrind issues related to spdk
 2017-05-23 23:33 UTC 

[PATCH] PCI: qcom: Add support for IPQ4019 PCIe controller
 2017-05-23 23:31 UTC  (3+ messages)

[PATCH/RFC] NFSv4: don't let hanging mounts block other mounts
 2017-05-23 23:27 UTC 

[PATCH] acpi: acpica: dbfileio: Use strlcpy to Copy a C-string into a sized buffer
 2017-05-23 23:25 UTC 

[PATCH] RFC: arm: eBPF JIT compiler
 2017-05-23 23:25 UTC  (5+ messages)

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-23 23:24 UTC  (3+ messages)
` [Non-Bug] "

[patch iproute2] ipvtap: Adding support for ipvtap device management
 2017-05-23 23:22 UTC 

[Qemu-devel] [PATCH 00/31] target/s390x unwind patches
 2017-05-23 23:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH 02/31] target/s390x: Implement EXECUTE via new TranslationBlock

[PATCH v4] v4l: async: Match parent devices
 2017-05-23 23:19 UTC 

[PATCH] net: fix potential null pointer dereference
 2017-05-23 23:18 UTC 

iSER with policy based routing error
 2017-05-23 23:17 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode
 2017-05-23 23:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 4/4] 9pfs: local: metadata file for the VirtFS root

Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot
 2017-05-23 23:08 UTC  (6+ messages)

[PATCH] um: Avoid longjmp/setjmp symbol clashes with libpthread.a
 2017-05-23 23:03 UTC  (2+ messages)

[PATCH] ext4: fix quota charging for shared xattr blocks
 2017-05-23 23:03 UTC  (2+ messages)
` [PATCH v2] "

Documenting sigaltstack SS_AUTODISRM
 2017-05-23 23:01 UTC  (7+ messages)

+ ocfs2-use-magich.patch added to -mm tree
 2017-05-23 22:59 UTC 

[WARNING] x86/mm: Found insecure W+X mapping at address 
 2017-05-23 22:59 UTC  (5+ messages)

+ dax-fix-race-between-colliding-pmd-pte-entries.patch added to -mm tree
 2017-05-23 22:58 UTC 

+ mm-avoid-spurious-bad-pmd-warning-messages.patch added to -mm tree
 2017-05-23 22:58 UTC 

[PATCH v9 0/5] Enhancement to intel_dp_aux_backlight driver
 2017-05-23 22:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Enhancement to intel_dp_aux_backlight driver (rev8)

+ add-the-option-of-fortified-stringh-functions.patch added to -mm tree
 2017-05-23 22:50 UTC 

[PATCH linux dev-4.10] drivers/watchdog: Add user space access to aspeed ext signal and reset
 2017-05-23 22:49 UTC  (2+ messages)

[kernel-hardening] [PATCH v3] add the option of fortified string.h functions
 2017-05-23 22:48 UTC  (2+ messages)
`  "


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.