All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-26 19:58:13 to 2019-10-27 00:27:27 UTC [more...]

zimage Initramfs booting stuck at Start Kernel
 2019-10-27  0:27 UTC  (3+ messages)

[PATCH v9 0/8] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-27  0:13 UTC  (12+ messages)
` [PATCH v9 2/8] powerpc/ima: add support to initialize ima policy rules
` [PATCH v9 5/8] ima: make process_buffer_measurement() generic

Port ofono-phonesim to Qt5
 2019-10-27  0:11 UTC  (9+ messages)
` [PATCH phonesim 1/7] Port to qt5
` [PATCH phonesim 2/7] Fix random build failure
` [PATCH phonesim 3/7] configure.ac: use gnu++11 to fix build with Qt 5.7
` [PATCH phonesim 4/7] Fix build with Qt 5.8
` [PATCH phonesim 5/7] configure.ac: fix checking for host_bins variable
` [PATCH phonesim 6/7] Make Qt detect fPIC flag correctly
` [PATCH phonesim 7/7] Fix handling of incoming connections

[GIT PULL] RISC-V updates for v5.4-rc5
 2019-10-27  0:02 UTC  (2+ messages)

Support for non-ascii urls broken in some cases, help needed for Windows
 2019-10-26 23:13 UTC 

[PATCH] staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper
 2019-10-26 23:52 UTC 

[GIT PULL] MIPS fixes
 2019-10-26 23:50 UTC  (2+ messages)

pull-request: bpf-next 2019-10-27
 2019-10-26 23:47 UTC 

[PATCH iproute2-net-next 0/3] pretty-print 802.3ad slave state
 2019-10-26 23:29 UTC  (4+ messages)
` [PATCH net-next 1/3] bonding: move 3ad port state defs to include/uapi
` [PATCH iproute2-next 2/3] include/uapi: update bonding kernel header
` [PATCH iproute2-next 3/3] iplink: bond: print 3ad actor/partner oper states as strings

io_uring stable 5.3 backports
 2019-10-26 23:33 UTC 

[PATCH] staging: media: allegro-dvt: remove bool comparison
 2019-10-26 23:16 UTC 

[U-Boot] [PATCH v3 0/6] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:16 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices

[U-Boot] [PATCH v2 0/6] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:15 UTC  (7+ messages)
` [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

[U-Boot] [PATCH v4 0/5] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:14 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices
` [U-Boot] [PATCH v4 2/5] net: phy: mv88e61xx: add CPU port parameter init for 88E6071
` [U-Boot] [PATCH v4 3/5] net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071
` [U-Boot] [PATCH v4 4/5] net: phy: mv88e61xx: register phy_driver struct for 88E6071
` [U-Boot] [PATCH v4 5/5] net: phy: fix switch vendor name

[RFC PATCH] powerpc/32: Switch VDSO to C implementation
 2019-10-26 23:06 UTC  (9+ messages)

[PATCH net 0/2] VLAN fixes for Ocelot switch
 2019-10-26 23:05 UTC  (8+ messages)
` [PATCH net 1/2] net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up
` [PATCH net 2/2] net: mscc: ocelot: refuse to overwrite the port's native vlan

[Buildroot] [PATCH 1/1] package/dtc: Bump to v1.5.1
 2019-10-26 23:05 UTC  (3+ messages)

[PATCH 0/3] Fixes to recent updates in count
 2019-10-26 23:04 UTC  (2+ messages)

[PULL 00/25] virtio: features, tests
 2019-10-26 21:53 UTC  (11+ messages)
` [PULL 16/25] libqos: implement VIRTIO 1.0 FEATURES_OK step
` [PULL 17/25] libqos: access VIRTIO 1.0 vring in little-endian
` [PULL 18/25] libqos: add iteration support to qpci_find_capability()
` [PULL 19/25] libqos: pass full QVirtQueue to set_queue_address()
` [PULL 20/25] libqos: add MSI-X callbacks to QVirtioPCIDevice
` [PULL 21/25] libqos: expose common virtqueue setup/cleanup functions
` [PULL 22/25] libqos: make the virtio-pci BAR index configurable
` [PULL 23/25] libqos: extract Legacy virtio-pci.c code
` [PULL 24/25] libqos: add VIRTIO PCI 1.0 support
` [PULL 25/25] virtio: drop unused virtio_device_stop_ioeventfd() function

pull-request: bpf 2019-10-27
 2019-10-26 22:40 UTC 

[RFC PATCH v2 00/26] Add subcluster allocation to qcow2
 2019-10-26 21:25 UTC  (27+ messages)
` [RFC PATCH v2 01/26] qcow2: Add calculate_l2_meta()
` [RFC PATCH v2 02/26] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [RFC PATCH v2 03/26] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [RFC PATCH v2 04/26] qcow2: Add get_l2_entry() and set_l2_entry()
` [RFC PATCH v2 05/26] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH v2 06/26] qcow2: Add dummy has_subclusters() function
` [RFC PATCH v2 07/26] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v2 08/26] qcow2: Add offset_to_sc_index()
` [RFC PATCH v2 09/26] qcow2: Add l2_entry_size()
` [RFC PATCH v2 10/26] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v2 11/26] qcow2: Add qcow2_get_subcluster_type()
` [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
` [RFC PATCH v2 13/26] qcow2: Add subcluster support to calculate_l2_meta()
` [RFC PATCH v2 14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset()
` [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH v2 17/26] qcow2: Add subcluster support to check_refcounts_l2()
` [RFC PATCH v2 18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [RFC PATCH v2 19/26] qcow2: Fix offset calculation in handle_dependencies()
` [RFC PATCH v2 20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH v2 21/26] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [RFC PATCH v2 22/26] qcow2: Add subcluster support to handle_alloc_space()
` [RFC PATCH v2 23/26] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only
` [RFC PATCH v2 24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [RFC PATCH v2 25/26] qcow2: Allow preallocation and backing files if extended_l2 is set
` [RFC PATCH v2 26/26] iotests: Add tests for qcow2 images with extended L2 entries

❌ FAIL: Stable queue: queue-5.3
 2019-10-26 22:33 UTC 

[Bug 1850000] [NEW] 4.1.0 bogus QCOW2 corruption reported after compress
 2019-10-26 22:14 UTC 

[Xen-devel] [xen-unstable test] 143172: regressions - FAIL
 2019-10-26 22:26 UTC 

[PATCH v6] hid-logitech-hidpp: read battery voltage from newer devices
 2019-10-26 22:25 UTC 

[PATCH] staging: octeon: Remove unneeded variable
 2019-10-26 22:24 UTC 

[PATCH 00/10] IXP4xx networking cleanups
 2019-10-26 22:24 UTC  (3+ messages)
` [PATCH 07/10] net: ehernet: ixp4xx: Use devm_alloc_etherdev()

[Virtio-fs] [RFC 0/3] tests/vhost-user-fs-test: add vhost-user-fs test case
 2019-10-26 21:49 UTC  (4+ messages)
` [Virtio-fs] [RFC 1/3] WIP virtiofsd: import Linux <fuse.h> header file
  `  "

[U-Boot] Cavium/Marvell Octeon Support
 2019-10-26 22:15 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] efi_loader: correct includes in efi_variable.c
 2019-10-26 22:12 UTC 

[PATCH 0/1] vreportf: Fix interleaving issues, remove 4096 limitation
 2019-10-26 22:05 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[igt-dev] [PATCH i-g-t] benchmarks/gem_wsim: Cleanup register access on exit
 2019-10-26 22:06 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for benchmarks/gem_wsim: Cleanup register access on exit (rev3)

[U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup
 2019-10-26 22:03 UTC  (3+ messages)

[PATCH 0/1] add: respect --ignore-errors when lstat() reports errors
 2019-10-26 21:59 UTC  (2+ messages)
` [PATCH 1/1] add: respect `--ignore-errors` when `lstat()` "

Question about logbsize default value
 2019-10-26 21:59 UTC  (6+ messages)

Memory issues with NanoPi M4 (rk3399)
 2019-10-26 21:56 UTC  (3+ messages)

[RFC PATCH 00/23] Add subcluster allocation to qcow2
 2019-10-26 21:26 UTC  (3+ messages)

[zen-kernel-zen-kernel:5.3/muqss 1/19] kernel/sched/MuQSS.h:754:16: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2019-10-26 21:50 UTC 

[Buildroot] [PATCH] toolchain: introduce config options to include GCC's sanitation libraries
 2019-10-26 21:49 UTC  (4+ messages)

[PATCH v3] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-26 21:47 UTC 

[PATCH v2 0/3] Cleanup in rtl8712
 2019-10-26 21:47 UTC  (6+ messages)
` [PATCH v2 1/3] staging: rtl8712: Fix Alignment of open parenthesis
  ` [Outreachy kernel] "
` [PATCH v2 2/3] staging: rtl8712: Remove unnecessary parentheses
` [PATCH v2 3/3] staging: rtl8712: Remove lines before a close brace

[U-Boot] [PATCH 1/1] hush: re-sequence includes
 2019-10-26 21:45 UTC 

uncollected nfsd open owners
 2019-10-26 21:36 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/mjpegtools: fix build with -fPIC on x86
 2019-10-26 21:21 UTC  (2+ messages)

[Buildroot] [git commit] package/mjpegtools: fix build with -fPIC on x86
 2019-10-26 21:18 UTC 

[U-Boot] [PATCH 1/1] sandbox: use correct type reading /proc/self/maps
 2019-10-26 21:17 UTC  (2+ messages)

[Intel-gfx] [CI] drm/i915: Split memory_region initialisation into its own file
 2019-10-26 21:15 UTC  (6+ messages)
  `  "
  ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Split memory_region initialisation into its own file (rev2)
      `  "

[PATCH] drm/i915/selftests: Tweak the default subtest runtime
 2019-10-26 21:13 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
    `  "

[Buildroot] [PATCH v2 1/4] package/llvm: add llvm RTTI option
 2019-10-26 21:10 UTC  (4+ messages)
` [Buildroot] [PATCH v2 4/4] package/x11r7/xlib_libXvMC: remove xlib_libXv dependency

[PATCH V3 1/3] PCI: rcar: Move the inbound index check
 2019-10-26 21:06 UTC  (8+ messages)
` [PATCH V3 2/3] PCI: rcar: Do not abort on too many inbound dma-ranges

[PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue
 2019-10-26 21:04 UTC  (2+ messages)
` [PATCH] "

[PATCH] Remove stale gcc 8 patchfile
 2019-10-26 21:03 UTC  (2+ messages)
` ✗ patchtest: failure for "

[U-Boot] [PATCH 0/9] phy: atheros: cleanup and device tree bindings
 2019-10-26 21:03 UTC  (5+ messages)

[Buildroot] [PATCH 0/5] core: update our requirements (branch yem/update-prereqs)
 2019-10-26 20:58 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] support/dependencies: don't check for python on the host
` [Buildroot] [PATCH 3/5] docs/manual: python is no longer a mandatory dependency

[ti:ti-android-linux-4.19.y 10173/11782] drivers/misc/dma-buf-phys.c:55: undefined reference to `dma_buf_unmap_attachment'
 2019-10-26 20:56 UTC 

clean up xfs space management interfaces
 2019-10-26 20:56 UTC  (5+ messages)
` [PATCH 2/4] fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers

[Buildroot] [git commit] docs/manual: python is no longer a mandatory dependency
 2019-10-26 20:54 UTC 

[Buildroot] [PATCH v4 1/1] package/uvw: new package
 2019-10-26 20:53 UTC  (4+ messages)

[Buildroot] [git commit] support/dependencies: don't check for python on the host
 2019-10-26 20:52 UTC 

[PATCH 0/3] Add Bluetooth support to Teres A64 I
 2019-10-26 20:41 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: net: bluetooth: add DT binding for rtl8723bs
` [PATCH 2/3] Bluetooth: hci_h5: Add DT support "
` [PATCH 3/3] arm64: dts: allwinner: a64: Enable Bluetooth on Teres-I

[PATCH v4 00/11] media: Report camera sensor properties
 2019-10-26 20:48 UTC  (10+ messages)
` [PATCH v4 01/11] dt-bindings: video-interfaces: Document 'location' property

[GIT PULL] USB fixes for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Staging driver fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] TTY/Serial fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Fixes for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Driver core fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[PULL REQUEST] i2c for 5.4
 2019-10-26 20:45 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/rps: Flip interpretation of ips fmin/fmax to max rps
 2019-10-26 20:43 UTC  (6+ messages)
  `  "
  ` [Intel-gfx] ✓ Fi.CI.BAT: success for "
      `  "

[PATCH] tcp: add tsval and tsecr to TCP_INFO
 2019-10-26 20:42 UTC  (3+ messages)
` [PATCH v2] tcp: add timestamp options fetcher

[PATCH] nspr: Upgrade 4.21 -> 4.23
 2019-10-26 20:42 UTC 

[PATCH] gnu-efi: Upgrade 3.0.9 -> 3.0.10
 2019-10-26 20:42 UTC 

[PATCH] squashfs-tools: Upgrade to 4.4
 2019-10-26 20:42 UTC 

[PATCH] screen: Upgrade 4.6.2 -> 4.7.0
 2019-10-26 20:42 UTC 

[PATCH] stress-ng: Upgrade 0.10.00 -> 0.10.08
 2019-10-26 20:42 UTC 

[android-common:android-mainline 10/10] include/linux/soc/qcom/irq.h:27:15: error: unknown type name 'bool'
 2019-10-26 20:41 UTC 

[android-common:android-mainline 3/3] include/net/virt_wifi.h:14:36: warning: 'struct net_device' declared inside parameter list
 2019-10-26 20:38 UTC 

[PATCH] drm/i915/execlists: Simply walk back along request timeline on reset
 2019-10-26 20:37 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/execlists: Simply walk back along request timeline on reset (rev3)
    `  "

[dpdk-dev] [PATCH 0/6] remove a few example applications
 2019-10-26 20:35 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 "

[PATCH, RESEND] serial: 8250-mtk: Ask for IRQ-count before request one
 2019-10-26 20:31 UTC  (4+ messages)

[PATCH] net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
 2019-10-26 20:17 UTC  (4+ messages)
` [Cocci] "

[PATCH] ARM: dts: imx7d-pico: Add LCD support
 2019-10-26 20:29 UTC  (6+ messages)

[PATCH v2 03/11] coresight: etm4x: Add missing API to set EL match on address filters
 2019-10-26 20:26 UTC  (3+ messages)
` [PATCH] coresight: etm4x: Fix BMVAL misuse

[PATCH v2 1/6] ACPI / button: Refactor lid_init_state module parsing code
 2019-10-26 20:24 UTC  (6+ messages)
` [PATCH v2 2/6] ACPI / button: Allow disabling LID support with the lid_init_state module option
` [PATCH v2 3/6] ACPI / button: Turn lid_blacklst dmi table into a generic quirk table
` [PATCH v2 4/6] ACPI / button: Add DMI quirk for Medion Akoya E2215T
` [PATCH v2 5/6] ACPI / button: Add DMI quirk for Asus T200TA
` [PATCH v2 6/6] ACPI / button: Remove unused acpi_lid_notifier_[un]register functions

[PATCH] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-26 20:10 UTC  (3+ messages)

[PATCH v2] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-26 20:13 UTC 

[alsa-devel] wm9713 regression on pxa platforms
 2019-10-26 20:06 UTC 

[PATCH v4 0/3] dts: ARM: add Kobo Clara HD eBook reader
 2019-10-26 19:57 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: arm: fsl: add compatible string for Kobo Clara HD
` [PATCH v4 2/3] ARM: dts: add Netronix E60K02 board common file
` [PATCH v4 3/3] ARM: dts: imx: add devicetree for Kobo Clara HD


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.