All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-24 15:30:29 to 2016-07-24 20:23:48 UTC [more...]

[Buildroot] Patchwork cleanup week #24
 2016-07-24 20:23 UTC  (2+ messages)

[Cocci] Remove unnecessary null pointer checks?
 2016-07-24 20:23 UTC  (26+ messages)
                              ` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH 0/2] staging: wilc1000: Deletion of two unnecessary checks
                                  ` [PATCH 0/3] staging: wilc1000: Fine-tuning for two function implementations
                                    ` [PATCH 1/3] staging: wilc1000: Delete an unnecessary check before the function call "release_firmware"
                                      ` [PATCH 1/3] staging: wilc1000: Delete an unnecessary check before the function call "release_firmwar
                                    ` [PATCH 2/3] staging: wilc1000: One function call less in mac_ioctl() after error detection
                                    ` [PATCH 3/3] staging: wilc1000: Reduce scope for a few variables in mac_ioctl()

[PATCH] nfsd: Make creates return EEXIST correctly instead of EPERM
 2016-07-24 20:21 UTC  (6+ messages)
` [PATCH 3/7] nfsd: remove redundant i_lookup check

[Bug 97067] New: WebGL: conformance/glsl/misc/shaders-with-invariance.html Fail
 2016-07-24 20:20 UTC  (2+ messages)
  ` [Bug 97067] "

tmpfs ability to shrink and expand
 2016-07-24 20:17 UTC  (3+ messages)

[Buildroot] [PATCH 1/3 v4] odroid-scripts: New Package
 2016-07-24 20:15 UTC  (5+ messages)
` [Buildroot] [PATCH 2/3] odroid: select odroid-scripts for odroidc2 defconfig
` [Buildroot] [PATCH 3/3 v5] odroid-mali: New Package

[Buildroot] [git commit] configs/odroidc2: select odroid-scripts
 2016-07-24 20:15 UTC 

[PATCH v1 0/3] Git filter protocol
 2016-07-24 20:14 UTC  (9+ messages)
` [PATCH v1 3/3] convert: add filter.<driver>.useProtocol option

[Buildroot] [git commit] odroid-scripts: new package
 2016-07-24 20:13 UTC 

next-20160724 build: 2 failures 6 warnings (next-20160724)
 2016-07-24 20:12 UTC  (3+ messages)

[Buildroot] [PATCH v10 1/1] docker-engine: new package
 2016-07-24 20:10 UTC 

Linux 4.7
 2016-07-24 20:09 UTC 

[Buildroot] [PATCH 00/16 v3] br2-external: support multiple trees at once (branch yem/multi-br2-external-ID-7)
 2016-07-24 20:05 UTC  (3+ messages)
` [Buildroot] [PATCH 12/16 v3] core: handle .br-external in a make rule

[ANN] Pro Git Reedited 2nd Edition
 2016-07-24 20:03 UTC  (7+ messages)

Linux kernel 4.7 released
 2016-07-24 20:02 UTC 

[Buildroot] [PATCH 1/3] docker-containerd: pass -extldflags '-static' on when BR2_STATIC_LIBS=y
 2016-07-24 20:00 UTC  (10+ messages)
` [Buildroot] [PATCH 2/3] flannel: "
` [Buildroot] [PATCH 3/3] runc: "

[Buildroot] [git commit] runc: pass -extldflags '-static' on when BR2_STATIC_LIBS=y
 2016-07-24 19:59 UTC 

[Buildroot] [git commit] flannel: pass -extldflags '-static' on when BR2_STATIC_LIBS=y
 2016-07-24 19:59 UTC 

[Buildroot] [git commit] docker-containerd: pass -extldflags '-static' on when BR2_STATIC_LIBS=y
 2016-07-24 19:59 UTC 

[ath9k-devel] EOMA68-A20 (allwinner sunxi a20) 4.7.0-rc2 ath9k_htc "ath9k_htc: Unable to allocate URBs" issue
 2016-07-24 19:58 UTC  (8+ messages)

[RFC] A Change to Commit IDs Too Ridiculous to Consider?
 2016-07-24 19:57 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/libebur128: new package
 2016-07-24 19:57 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/ffmpeg: add optional dependency to libebur128

[Buildroot] [git commit] package/ffmpeg: add optional dependency to libebur128
 2016-07-24 19:57 UTC 

销售人员管理与销售业绩管理.doc
 2016-07-24 19:42 UTC 

[Buildroot] [git commit] package/libebur128: new package
 2016-07-24 19:53 UTC 

[Buildroot] [PATCH v2] package/gdb: fix gnulib issue with musl and uClibc toolchains
 2016-07-24 19:52 UTC  (2+ messages)

[Buildroot] [git commit] package/gdb: fix gnulib issue with musl and uClibc toolchains
 2016-07-24 19:52 UTC 

[Buildroot] [PATCH] package/go: needs PIE support
 2016-07-24 19:50 UTC  (3+ messages)

[Buildroot] [git commit] package/go: needs PIE support
 2016-07-24 19:50 UTC 

[PATCH v5 00/15] allow BFLT executables on systems with a MMU
 2016-07-24 19:48 UTC  (30+ messages)
` [PATCH v5 01/15] binfmt_flat: assorted cleanups
` [PATCH v5 02/15] binfmt_flat: convert printk invocations to their modern form
` [PATCH v5 03/15] binfmt_flat: prevent kernel dammage from corrupted executable headers
` [PATCH v5 04/15] elf_fdpic_transfer_args_to_stack(): make it generic
` [PATCH v5 05/15] binfmt_flat: use generic transfer_args_to_stack()
` [PATCH v5 06/15] binfmt_flat: clean up create_flat_tables() and stack accesses
` [PATCH v5 07/15] binfmt_flat: use proper user space accessors with relocs processing code
` [PATCH v5 08/15] binfmt_flat: use proper user space accessors with old relocs code
` [PATCH v5 09/15] binfmt_flat: use clear_user() rather than memset() to clear .bss
` [PATCH v5 10/15] binfmt_flat: update libraries' data segment pointer with userspace accessors
` [PATCH v5 11/15] binfmt_flat: add MMU-specific support
` [PATCH v5 12/15] binfmt_flat: allow compressed flat binary format to work on MMU systems
` [PATCH v5 13/15] m68k: fix bFLT executable running on MMU enabled systems
` [PATCH v5 14/15] m68k: enable binfmt_flat on systems with an MMU
` [PATCH v5 15/15] ARM: "

[Buildroot] [PATCH v2] toolchain: add hidden symbol for PIE support
 2016-07-24 19:48 UTC  (4+ messages)

Out of memory mounting 8 TB volume with 3.5 GiB of memory
 2016-07-24 19:46 UTC 

[Buildroot] [git commit] toolchain: add hidden symbol for PIE support
 2016-07-24 19:44 UTC 

[Buildroot] [PATCH v9 1/2] package/docker-containerd: bump to latest
 2016-07-24 19:40 UTC  (6+ messages)
` [Buildroot] [PATCH v9 2/2] docker-engine: new package

[Bug 137351] New: MSG_NOSIGNAL not documented
 2016-07-24 19:32 UTC  (3+ messages)
` [PATCH] unix.7: Explain that MSG_NOSIGNAL is useless for recvmsg(2)

Updating http://dpdk.org/doc/nics
 2016-07-24 19:29 UTC 

[PATCH 2/2] systemd: drop dependency on proc-xen.mount in xendriverdomain.service
 2016-07-24 19:27 UTC 

[PATCH v2] iio: adc: add ADC12130/ADC12132/ADC12138 ADC driver
 2016-07-24 19:27 UTC  (4+ messages)

[PATCH 1/2] systemd: use standard dependencies for xendriverdomain.service
 2016-07-24 19:26 UTC 

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-07-24_15-00-47
 2016-07-24 19:24 UTC 

[PATCH v2 0/9] hwmon: New hwmon registration API
 2016-07-24 19:18 UTC  (5+ messages)
` [PATCH v2 2/9] hwmon: (core) "
` [PATCH v2 8/9] hwmon: (core) Document new kernel API

[PATCH] iio: document bindings for mounting matrixes
 2016-07-24 19:03 UTC  (3+ messages)

PROBLEM: network data corruption (bisected to e5a4b0bb803b)
 2016-07-24 19:02 UTC  (5+ messages)

[PATCH 2/2 v4] iio: magn: add a driver for AK8974
 2016-07-24 18:59 UTC  (3+ messages)

[PATCH] Add support for the Domintech DMARD09 3-axis accelerometer
 2016-07-24 18:56 UTC  (5+ messages)
` [PATCH v2] iio: accel: add "

[uml-devel] User Mode Linux
 2016-07-24 18:52 UTC  (4+ messages)

cheap and targeted Instagram Marketing
 2016-07-24 18:52 UTC 

[PATCH v3 0/3] ptrace-vs-syscall-restart fixes, v3
 2016-07-24 18:47 UTC  (3+ messages)
` [PATCH v3 1/3] x86/ptrace: Stop setting TS_COMPAT in ptrace code

linux-yocto: memory leak in krogoth 4.1.28 kernel
 2016-07-24 18:42 UTC 

Are these books outdated?
 2016-07-24 18:44 UTC  (3+ messages)

[PATCH/RFC] Re: linux-next: build failure after merge of the luto-misc tree
 2016-07-24 18:40 UTC  (13+ messages)

kernel panic, __neigh_notify, 4.7.0-rc7, Workqueue: events_power_efficient neigh_periodic_work
 2016-07-24 18:40 UTC 

[PATCH 0/6] SPI ThunderX driver
 2016-07-24 18:38 UTC  (3+ messages)
` [PATCH 5/6] spi: octeon: Split driver into Octeon specific and common parts

[PATCH] getitimer.2: tfix
 2016-07-24 18:38 UTC  (2+ messages)

[PATCH] getitimer.2: tfix
 2016-07-24 18:38 UTC  (2+ messages)

[oe-commits] [openembedded-core] 21/28: rt-tests: move ptest to python3
 2016-07-24 18:30 UTC  (3+ messages)

[Bug 97066] New: Blank screen when starting KMS on a GTX970 for kernel 4.6 series
 2016-07-24 18:30 UTC  (8+ messages)
  ` [Bug 97066] "

[PATCH] gtp: #define #define _GTP_H_ and not #define _GTP_H
 2016-07-24 18:24 UTC 

File missing error
 2016-07-24 18:09 UTC 

[PATCH] validate_abi: build faster by augmenting make with job count
 2016-07-24 18:08 UTC  (12+ messages)

[PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-07-24 18:02 UTC  (11+ messages)

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-07-24 18:01 UTC  (5+ messages)
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

How does iptables NAT handle IPsec ESP with NAT-T UDP header ?
 2016-07-24 18:00 UTC  (7+ messages)

kernel panic, qdisc_dequeue_head, htb, 4.7.0-rc7
 2016-07-24 17:56 UTC 

[PATCH] netfilter: nf_tables: s/MFT_REG32_01/NFT_REG32_01
 2016-07-24 17:53 UTC 

[PATCH] samples/bpf: fix resource leak on opened file descriptor
 2016-07-24 17:50 UTC 

[PATCH v2 0/2] arm64: renesas: add H3ULCB board
 2016-07-24 17:46 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: renesas: h3ulcb: initial device tree
` [PATCH v2 2/2] dt: arm: shmobile: add H3ULCB board DT bindings

[RFC] l2tp for nftables
 2016-07-24 17:30 UTC  (2+ messages)

[Bug 94990] New: Latest 4.6rc4 kernel, no booting on gtx970
 2016-07-24 17:26 UTC  (2+ messages)
  ` [Bug 94990] "

Aspeed 2500 EVB i2c transaction time out
 2016-07-24 11:45 UTC  (3+ messages)

[PATCH] ring: fix sc dequeue performance issue
 2016-07-24 17:07 UTC 

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-24 17:05 UTC  (10+ messages)
` [PATCH 1/5] namespaces: move user_ns into ns_common
  ` [PATCH 2/5] kernel: add a helper to get an owning user namespace for a namespace

[PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding
 2016-07-24 16:57 UTC  (3+ messages)
` [PATCH v10 05/12] net/mlx4_en: add support for fast rx drop bpf program

+ printk-add-kernel-parameter-to-control-writes-to-dev-kmsg-checkpatch-fixes.patch added to -mm tree
 2016-07-24 16:55 UTC  (2+ messages)
` [PATCH -v5.1] printk: Add kernel parameter to control writes to /dev/kmsg

[U-Boot] [PATCH] tree-wide: move CONFIG_PHYS_64BIT to Kconfig
 2016-07-24 16:55 UTC  (2+ messages)

Backport of 930c53286977
 2016-07-24 16:50 UTC  (3+ messages)
` [PATCH for 3.10-3.14] libceph: apply new_state before new_up_client on incrementals

[PATCH 1/3] mac802154: don't warn on unsupported frames
 2016-07-24 16:45 UTC  (3+ messages)
` [PATCH 2/3] mac802154: use rate limited warnings for malformed frames

[PATCH bluetooth-next 1/2] mac802154: set phy net namespace for new ifaces
 2016-07-24 16:42 UTC  (4+ messages)
` [PATCH bluetooth-next 2/2] 6lowpan: ndisc: no overreact if no short address is available

[PATCH] mmc: moxart: fix spin_lock flags type
 2016-07-24 16:43 UTC 

[U-Boot] [PATCH] ARM: socfpga: use the default CONFIG_BOOTDELAY=2
 2016-07-24 16:39 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: socfpga: use the default CONFIG_BOOTDELAY=2
 2016-07-24 16:38 UTC 

Review regarding work for issue 9911
 2016-07-24 16:32 UTC  (3+ messages)

[PATCH] mmc: moxart: fix wait_for_completion_interruptible_timeout return variable type
 2016-07-24 16:32 UTC 

[PATCH -next] xtensa: Fix build error due to missing include file
 2016-07-24 16:27 UTC  (6+ messages)

[PATCH v7 0/5] support rockchip dwc3 driver
 2016-07-24 16:24 UTC  (8+ messages)
` [PATCH v7 3/5] usb: dwc3: make usb2 phy utmi interface configurable in DT

[PATCH 00/18] arm/altp2m: Introducing altp2m to ARM
 2016-07-24 16:06 UTC  (4+ messages)
` [PATCH 16/18] arm/altp2m: Extended libxl to activate altp2m on ARM

[PATCH] format-patch: escape "From " lines recognized by mailsplit
 2016-07-24 15:51 UTC  (8+ messages)
    ` [PATCH 2/2] "

[PATCH v4 2/4] nfit, libnvdimm: allow an ARS scrub to be triggered on demand
 2016-07-24 15:42 UTC  (4+ messages)
` [PATCH v5] "

is_err checking
 2016-07-24 15:37 UTC  (4+ messages)

[Buildroot] [PATCH v2] configs: add defconfig for Digilent Zybo
 2016-07-24 15:36 UTC 

"errror=Invalid or incomplete multibyte or wide character" & "verify: bad header numberio" errors
 2016-07-24 15:33 UTC  (3+ messages)

[PATCH 0/3] minor git-jump improvements
 2016-07-24 15:32 UTC  (3+ 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.