All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-20 13:55:23 to 2019-07-20 18:41:46 UTC [more...]

[Buildroot] [Bug 12011] New: cronstamps directory is not created by dcron package
 2019-07-20 18:41 UTC  (2+ messages)
` [Buildroot] [Bug 12011] "

[Xen-devel] [linux-4.19 test] 139191: regressions - FAIL
 2019-07-20 18:41 UTC 

[GIT PULL] Second batch of KVM changes for 5.3 merge window
 2019-07-20 18:40 UTC  (2+ messages)

[GIT pull] core/urgent for 5.3-rc1
 2019-07-20 18:40 UTC  (10+ messages)
` [GIT pull] smp/urgent "
` [GIT pull] x86/urgent "
` [GIT pull] sched/urgent "
` [GIT pull] perf/urgent "

[GIT PULL] More Kbuild updates for v5.3-rc1
 2019-07-20 18:40 UTC  (2+ messages)

[GIT PULL] final round of SCSI updates for the 5.2+ merge window
 2019-07-20 18:40 UTC  (2+ messages)

[git pull] vfs.git - dcache and mountpoint stuff
 2019-07-20 18:40 UTC  (2+ messages)

[Buildroot] [PATCH] package/dcron: create /var/spool/cron/cronstamps in installation
 2019-07-20 18:39 UTC 

[PATCH v2 00/10] nvme-cli: nvmf auto-connect scripts
 2019-07-20 18:33 UTC  (4+ messages)
` [PATCH v2 07/10] nvme-cli: Add routine to search for controller with specific attributes

[PATCH] Revert "unzip: fix CVE-2019-13232"
 2019-07-20 18:26 UTC 

[Xen-devel] [PATCH V1] iommu/arm: Add Renesas IPMMU-VMSA support
 2019-07-20 18:25 UTC  (3+ messages)

[U-Boot] [PATCH 00/53] binman: Support replacing entries in an existing image
 2019-07-20 18:24 UTC  (56+ messages)
`  "
` [U-Boot] [PATCH 01/53] dtoc: Return a non-zero exit code when tests fail
` [U-Boot] [PATCH 02/53] binman: Move image-processing code into a function
` [U-Boot] [PATCH 03/53] binman: Move GetFdtSet() into blob_dtb
` [U-Boot] [PATCH 04/53] binman: Use print() to print output
` [U-Boot] [PATCH 05/53] binman: Move image/fdt code into PrepareImagesAndDtbs()
` [U-Boot] [PATCH 06/53] binman: Convert GetFdtSet() to use a dict
` [U-Boot] [PATCH 07/53] binman: Rename state.GetFdts()
` [U-Boot] [PATCH 08/53] binman: Rename state.GetFdt()
` [U-Boot] [PATCH 09/53] binman: Adjust GetFdt() to be keyed by etype
` [U-Boot] [PATCH 10/53] binman: Adjust state.fdt_files to be keyed by entry type
` [U-Boot] [PATCH 11/53] binman: Simplify state.fdt_subset
` [U-Boot] [PATCH 12/53] binman: Drop state.fdt_set as this is not needed
` [U-Boot] [PATCH 13/53] patman: Update tout to avoid open-coding the debug levels
` [U-Boot] [PATCH 14/53] binman: Add a bit of logging in entries when packing
` [U-Boot] [PATCH 15/53] binman: Show a helpful error when a DT property is missing
` [U-Boot] [PATCH 16/53] dtoc: Update Fdt.FromData() to allow a name
` [U-Boot] [PATCH 17/53] dtoc: Update Fdt.GetNode() to handle the root node
` [U-Boot] [PATCH 18/53] binman: Store image fdtmap when loading from a file
` [U-Boot] [PATCH 19/53] binman: Support loading entry data "
` [U-Boot] [PATCH 20/53] binman: Allow state functions to fail to return data
` [U-Boot] [PATCH 21/53] binman: Store the entry in output_fdt_files
` [U-Boot] [PATCH 22/53] binman: Add an image name into the fdtmap
` [U-Boot] [PATCH 23/53] binman: Adjust Entry to read the node in a separate call
` [U-Boot] [PATCH 24/53] binman: Add a function to obtain the image for an Entry
` [U-Boot] [PATCH 25/53] binman: Add a constant for common entry properties
` [U-Boot] [PATCH 26/53] binman: Allow the fdtmap to remain unchanged
` [U-Boot] [PATCH 27/53] binman: Tidy up _SetupDtb() to use its own temporary file
` [U-Boot] [PATCH 28/53] binman: Support updating entries in an existing image
` [U-Boot] [PATCH 29/53] binman: Add info to allow safely repacking an image later
` [U-Boot] [PATCH 30/53] binman: Update documentation for image creation
` [U-Boot] [PATCH 31/53] binman: Write the original input fdtmap to a file
` [U-Boot] [PATCH 32/53] binman: Move Image.BuildImage() into a single function
` [U-Boot] [PATCH 33/53] binman: Add more tests for image header position
` [U-Boot] [PATCH 34/53] binman: Allow updating entries that change size
` [U-Boot] [PATCH 35/53] binman: Update the _testing entry to support shrinkage
` [U-Boot] [PATCH 36/53] binman: Support shrinking a entry after packing
` [U-Boot] [PATCH 37/53] libfdt: Copy the struct region in fdt_resize()
  `  "
` [U-Boot] [PATCH 38/53] binman: Adjust fmap to ignore CBFS files
` [U-Boot] [PATCH 39/53] binman: Place Intel descriptor at image start
` [U-Boot] [PATCH 40/53] binman: Add a few more features to the wishlist
` [U-Boot] [PATCH 41/53] binman: Add a prefix before CBFS hex offsets
` [U-Boot] [PATCH 42/53] binman: Update Entry.ReadEntry() to work through classes
` [U-Boot] [PATCH 43/53] binman: Update Entry.WriteData() to handle special sections
` [U-Boot] [PATCH 44/53] binman: Support replacing data in a cbfs
` [U-Boot] [PATCH 45/53] patman: Reset the output directory when it is removed
` [U-Boot] [PATCH 46/53] binman: Update state when replacing device-tree entries
` [U-Boot] [PATCH 47/53] binman: Add a test function to clean up the output dir
` [U-Boot] [PATCH 48/53] binman: Clean up all output directories in tests
` [U-Boot] [PATCH 49/53] binman: Move control.WriteEntry further down the file
` [U-Boot] [PATCH 50/53] binman: Update control.WriteEntry() to support writing the map
` [U-Boot] [PATCH 51/53] binman: Split control.WriteEntryToImage() into separate functions
` [U-Boot] [PATCH 52/53] binman: Correct the error message for invalid path
` [U-Boot] [PATCH 53/53] binman: Add command-line support for replacing entries

[meta-oe][PATCH 1/2] pegtl: Initial recipe
 2019-07-20 18:21 UTC  (4+ messages)
` [meta-oe][PATCH 2/2] usbguard: "

[PATCH] brcmfmac: change the order of things in brcmf_detach()
 2019-07-20 16:26 UTC  (4+ messages)

[PATCH 1/3] rsync: fix CVEs for included zlib
 2019-07-20 18:14 UTC  (3+ messages)
` [PATCH 3/3] unzip: fix CVE-2019-13232

[meta-python][PATCH v2] python3-pyatspi: Add Dbus ATSPI recipe
 2019-07-20 18:11 UTC  (2+ messages)

linux-headers-5.2 and proper use of SIOCGSTAMP
 2019-07-20 18:10 UTC  (2+ messages)

[PATCH] iommu/iova: Remove stale cached32_node
 2019-07-20 18:08 UTC  (2+ messages)

[Buildroot] [Bug 11766] New: Console (getty) issues with systemd
 2019-07-20 18:05 UTC  (2+ messages)
` [Buildroot] [Bug 11766] "

[PATCH] gpio: don't WARN() on NULL descs if gpiolib is disabled
 2019-07-20 18:03 UTC  (5+ messages)

[PATCH V4 1/4] pam_systemd: Include missing.h for secure_getenv
 2019-07-20 18:00 UTC  (4+ messages)
` [PATCH V4 2/4] musl-obstack: Add recipe
` [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl
` [PATCH V4 4/4] maintainers: Account for musl-obstack and libssp-nonshared

[Qemu-devel] [RISU PATCH v3 00/18] Support for generating x86 SIMD test images
 2019-07-20 17:50 UTC  (3+ messages)
` [Qemu-devel] [RISU PATCH v3 11/18] x86.risu: add SSE instructions

[PATCH] rat_cs: Remove duplicate code
 2019-07-20 17:46 UTC 

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM
 2019-07-20 17:46 UTC  (2+ messages)

[PATCH v3] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:36 UTC  (5+ messages)

[PATCH v4] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:32 UTC 

Out-of-band NIC management
 2019-07-17 19:44 UTC  (4+ messages)

[PATCH] Documentation: filesystem: fix "Removed Sysctls" table
 2019-07-20 17:29 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[GIT PULL] dma-mapping fixes for 5.3
 2019-07-20 17:29 UTC  (2+ messages)

[U-Boot] zynq_z_turn_defconfig: no info from SPL
 2019-07-20 17:20 UTC 

[Xen-devel] [libvirt test] 139193: tolerable all pass - PUSHED
 2019-07-20 17:18 UTC 

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault
 2019-07-20 17:05 UTC  (2+ messages)

[PATCH net] r8169: fix RTL8168g PHY init
 2019-07-20 17:01 UTC 

Surround speaker connection on Acer 8951G
 2019-07-20 16:54 UTC  (4+ messages)

[Bug 203317] New: WARNING: CPU: 2 PID: 925 at fs/ext4/inode.c:3897 ext4_set_page_dirty+0x39/0x50
 2019-07-20 16:53 UTC  (2+ messages)
` [Bug 203317] "

[iptables PATCH 00/12] Larger xtables-save review
 2019-07-20 16:52 UTC  (14+ messages)
` [iptables PATCH 01/12] ebtables: Fix error message for invalid parameters
` [iptables PATCH 02/12] ebtables-save: Fix counter formatting
` [iptables PATCH 03/12] xtables-save: Use argv[0] as program name
` [iptables PATCH 04/12] xtables-save: Unify *-save header/footer comments
` [iptables PATCH 05/12] xtables-save: Fix table compatibility check
` [iptables PATCH 06/12] nft: Make nft_for_each_table() more versatile
` [iptables PATCH 07/12] xtables-save: Avoid mixed code and declarations
` [iptables PATCH 08/12] xtables-save: Pass optstring/longopts to xtables_save_main()
` [iptables PATCH 09/12] xtables-save: Make COMMIT line optional
` [iptables PATCH 10/12] xtables-save: Pass format flags to do_output()
` [iptables PATCH 11/12] arptables-save: Merge into xtables_save_main()
` [iptables PATCH 12/12] ebtables-save: "

[Xen-devel] [PATCH v5 0/6] Fix PCI passthrough for HVM with stubdomain
 2019-07-20 16:48 UTC  (3+ messages)
` [Xen-devel] [PATCH v5 4/6] xen/x86: Allow stubdom access to irq created for msi

[Buildroot] [git commit] package/dovecot: add linux-pam optional dependency
 2019-07-20 16:45 UTC 

[Buildroot] [PATCH 1/1] package/gst1-plugins-base: fix build with NLS
 2019-07-20 16:45 UTC  (2+ messages)

network problems with r8169
 2019-07-20 16:44 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/gstreamer1: fix build with NLS
 2019-07-20 16:45 UTC  (2+ messages)

DBus LEAdvertisement and Python
 2019-07-20 16:44 UTC  (4+ messages)

[Buildroot] [git commit] package/gstreamer1/gst1-plugins-base: fix build with NLS
 2019-07-20 16:44 UTC 

[Buildroot] [git commit] package/gstreamer1/gstreamer1: fix build with NLS
 2019-07-20 16:44 UTC 

[Xen-devel] [BUG] After upgrade to Xen 4.12.0 iommu=no-igfx
 2019-07-20 16:39 UTC  (2+ messages)

[Cocci] spatch inserting the following rule into the patch
 2019-07-20 16:39 UTC  (2+ messages)

[PATCH] python3-pbr: update to 5.4.1
 2019-07-20 16:29 UTC 

[PATCH 1/3] kbuild: use $(basename ...) for cmd_asn1_compiler
 2019-07-20 16:27 UTC  (3+ messages)
` [PATCH 2/3] kbuild: make bison create C file and header in a single pattern rule
` [PATCH 3/3] kbuild: move flex and bison rules to Makefile.host

[PATCH BlueZ] Minor clarifying edit to media-api.txt
 2019-07-20 16:26 UTC 

[PATCH] drm/i915: Disable atomics in L3 for gen9
 2019-07-20 16:23 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[U-Boot] [PATCH 1/1] efi_loader: remove efi_exit_caches()
 2019-07-20 16:19 UTC  (5+ messages)

[PATCH 0/3] drm/sun4i: Add support for color encoding and range
 2019-07-20 16:03 UTC  (5+ messages)

Asynchronous notify?
 2019-07-20 16:11 UTC  (2+ messages)

[Intel-wired-lan] How to update firmware?
 2019-07-20 16:11 UTC  (2+ messages)

[PATCH] udev-extraconf: do not mount swap partitions
 2019-07-20 15:57 UTC 

[U-Boot] [PATCH v2 00/12] System Firmware Loader for TI K3 family SoCs
 2019-07-20 15:51 UTC  (5+ messages)
` [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation

[TRIVIAL PATCH] of: per-file dtc preprocessor flags
 2019-07-20 15:37 UTC  (5+ messages)

[Bug 204227] New: Visual artefacts and crash from suspend on amdgpu
 2019-07-20 15:27 UTC  (2+ messages)
` [Bug 204227] "

[PATCH] knfsd: add nfs-export support to ramfs
 2019-07-20 15:25 UTC  (2+ messages)

[PATCH net-next v2 8/8] net: mscc: PTP Hardware Clock (PHC) support
 2019-07-20 15:23 UTC  (2+ messages)

[PATCH] Add Second Fan Support for Thinkpad P50
 2019-07-20 15:22 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] Misc patches for QEMU 4.0-rc2
 2019-07-20 15:18 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/12] target/i386: kvm: Demand nested migration kernel capabilities only when vCPU may have enabled VMX
` [Qemu-devel] [PULL 02/12] target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
` [Qemu-devel] [PULL 03/12] virtio-scsi: remove unused argument to virtio_scsi_common_realize
` [Qemu-devel] [PULL 04/12] vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed
` [Qemu-devel] [PULL 05/12] vhost-user-scsi: "
` [Qemu-devel] [PULL 06/12] scsi-generic: Check sense key before request snooping and patching
` [Qemu-devel] [PULL 07/12] test-bitmap: add test for bitmap_set
` [Qemu-devel] [PULL 08/12] hmp: Print if memory section is registered with an accelerator
` [Qemu-devel] [PULL 09/12] qmp: don't emit the RESET event on wakeup
` [Qemu-devel] [PULL 10/12] build-sys: do no support modules on Windows
` [Qemu-devel] [PULL 11/12] i386: indicate that 'pconfig' feature was removed intentionally
` [Qemu-devel] [PULL 12/12] target/i386: sev: fix failed message typos
  ` [Qemu-trivial] "

[RFC PATCH] io_uring: add a memory barrier before atomic_read
 2019-07-20 15:19 UTC  (6+ messages)

[PATCH 0/2] Support for buttons on newer MS Surface devices
 2019-07-20 15:15 UTC  (3+ messages)

[nf PATCH v2 1/2] net: nf_tables: Make nft_meta expression more robust
 2019-07-20 15:15 UTC  (3+ messages)

[PATCH v5 0/2] Add basic support for pico-pi-imx8m
 2019-07-20 15:09 UTC  (5+ messages)
` [PATCH v5 1/2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

workqueue: possible deadlock when setting sysfs "debug_force_rr_cpu"
 2019-07-20 15:07 UTC 

[PATCH v3 0/2] Support for buttons on newer MS Surface devices
 2019-07-20 15:05 UTC  (6+ messages)
` [PATCH v3 1/2] platform/x86: surfacepro3_button: Fix device check
` [PATCH v3 2/2] Input: soc_button_array - Add support for newer surface devices

[PATCH v8 00/19] locking/rwsem: Rwsem rearchitecture part 2
 2019-07-20 15:04 UTC  (7+ messages)
` [PATCH v8 13/19] locking/rwsem: Make rwsem->owner an atomic_long_t

[GSoC][PATCH 0/2] rebase -i: support --committer-date-is-author-date
 2019-07-20 14:56 UTC  (4+ messages)
` [GSoC][PATCH v2 "
  ` [GSoC][PATCH v2 2/2] "

[PATCH] io_uring: don't use iov_iter_advance() for fixed buffers
 2019-07-20 14:45 UTC 

[PATCH v3] module: add link_flag pram in ref_module func to decide whether add usage link
 2019-07-20 14:40 UTC 

[PATCH v3 0/6] Tracing vs CR2
 2019-07-20 14:23 UTC  (8+ messages)

[PATCH] hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()
 2019-07-20 14:23 UTC  (2+ messages)

[Bug 107829] New: nouveau crash/freeze [MULTIPLE_WARP_ERRORS] warp 3f0009 [ILLEGAL_INSTR_ENCODING]
 2019-07-20 14:15 UTC  (2+ messages)
  ` [Bug 107829] "

[PATCH v1 0/2] AUXADC: support efuse calibration on MT818
 2019-07-20 14:13 UTC  (4+ messages)
` [PATCH v1 2/2] auxadc: mediatek: support efuse calibration in auxadc driver

[PATCH 0/2] hwmon: (k8temp) update to use new hwmon registration API
 2019-07-20 14:11 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hwmon: (k8temp) documentation: update URL of datasheet

[Qemu-trivial] [PATCH-for-4.1? 0/7] Trivial switch 'fall through' comment fixes for GCC9
 2019-07-19 14:20 UTC  (7+ messages)
` [Qemu-trivial] [PATCH-for-4.1? 5/7] target/ppc: Rewrite a fall through comment
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH-for-4.1? 7/7] spapr_events: "
  ` [Qemu-devel] "

[PATCH v3 0/9] x86: Concurrent TLB flushes
 2019-07-20 13:58 UTC  (7+ messages)
` [PATCH v3 5/9] x86/mm/tlb: Privatize cpu_tlbstate

[Question] orphan platform data header
 2019-07-20 13:54 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.