All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-20 00:07:58 to 2020-11-20 01:38:50 UTC [more...]

[PATCH] tools: image-host.c: use correct variable for strerrno
 2020-11-20  1:38 UTC  (2+ messages)

[PATCH v2 00/28] fs/squashfs: fix memory leaks and introduce exists() function
 2020-11-20  1:38 UTC  (57+ messages)
` [PATCH v2 01/28] fs/squashfs: fix board hang-up when calling .exists()
` [PATCH v2 02/28] fs/squashfs: sqfs_opendir: fix some memory leaks and dangling pointers
` [PATCH v2 03/28] fs/squashfs: sqfs_opendir: simplify error handling
` [PATCH v2 04/28] fs/squashfs: sqfs_closedir: fix memory leak
` [PATCH v2 05/28] fs/squashfs: sqfs_split_path: fix memory leak and dangling pointers
` [PATCH v2 06/28] fs/squashfs: sqfs_read_directory_table: fix memory leak
` [PATCH v2 07/28] fs/squashfs: sqfs_search_dir: fix dangling pointer
` [PATCH v2 08/28] fs/squashfs: sqfs_search_dir: fix memory leaks
` [PATCH v2 09/28] fs/squashfs: sqfs_read_inode_table: fix dangling pointer
` [PATCH v2 10/28] fs/squashfs: sqfs_concat_tokens: check if malloc succeeds
` [PATCH v2 11/28] fs/squashfs: sqfs_size: fix dangling pointer dirs->entry
` [PATCH v2 12/28] fs/squashfs: sqfs_size: remove useless sqfs_closedir()
` [PATCH v2 13/28] fs/squashfs: sqfs_read: fix dangling pointer dirs->entry
` [PATCH v2 14/28] fs/squashfs: sqfs_read: remove useless sqfs_closedir()
` [PATCH v2 15/28] fs/squashfs: sqfs_read: fix memory leak
` [PATCH v2 16/28] fs/squashfs: sqfs_read: fix another "
` [PATCH v2 17/28] fs/squashfs: sqfs_frag_lookup: simplify error handling
` [PATCH v2 18/28] fs/squashfs: sqfs_get_abs_path: fix error check
` [PATCH v2 19/28] fs/squashfs: sqfs_get_abs_path: fix possible memory leak on error
` [PATCH v2 20/28] fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes
` [PATCH v2 21/28] fs/squashfs: sqfs_probe: fix possible memory leak on error
` [PATCH v2 22/28] fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after free
` [PATCH v2 23/28] fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on error
` [PATCH v2 24/28] fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return value
` [PATCH v2 25/28] fs/squashfs: sqfs_read: don't write beyond buffer size
` [PATCH v2 26/28] fs/squashfs: sqfs_read: remove buggy offset functionality
` [PATCH v2 27/28] fs/squashfs: sqfs_read: fragmented files are not supported
` [PATCH v2 28/28] fs/squashfs: implement exists() function

[PATCH v6 0/5] Fortify strscpy()
 2020-11-20  1:38 UTC  (4+ messages)
` [PATCH v6 1/5] string.h: detect intra-object overflow in fortified string functions

[PATCH bpf-next v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-20  1:38 UTC  (9+ messages)
` [PATCH bpf-next v7 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v7 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v7 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v7 11/34] bpf: refine memcg-based memory accounting for devmap maps

LRO: creating vlan subports affects parent port's LRO settings
 2020-11-20  1:37 UTC 

[PATCH v1 0/9] Landlock fixes
 2020-11-20  1:37 UTC  (3+ messages)
` [PATCH v1 2/9] landlock: Cosmetic fixes for filesystem management

[PATCH v2 0/9] Rework runtime suspend and SCSI domain validation
 2020-11-20  1:36 UTC  (5+ messages)
` [PATCH v2 4/9] scsi: Rework scsi_mq_alloc_queue()

[PATCH 0/4] fs: btrfs: coverity fixes
 2020-11-20  1:36 UTC  (5+ messages)
` [PATCH 1/4] fs: btrfs: inode: handle uninitialized type before returning it
` [PATCH 3/4] fs: btrfs: initialize @ret to 0 to prevent uninitialized return value

[virtio-comment] [PATCH v4] virtio-i2c: add the device specification
 2020-11-20  1:36 UTC  (16+ messages)
                    ` [virtio-comment] Re: [virtio-dev] "

[PATCH] fs/squashfs: Fix index off by 1 for inode SQFS_LDIR_TYPE
 2020-11-20  1:36 UTC  (2+ messages)

[PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-20  1:35 UTC  (3+ messages)
` [PATCH V5 10/13] megaraid_sas: v2 replace sdev_busy with local
  ` [PATCH V6 10/13] megaraid_sas: v2 replace sdev_busy with local counter

[PATCH 1/1] env: typo enougth
 2020-11-20  1:36 UTC  (2+ messages)

[PATCH] drivers: led: bcm6858: set the correct led polarity register
 2020-11-20  1:36 UTC  (2+ messages)

[PATCH] km/ppc: use Kconfig for MEMTEST configuration
 2020-11-20  1:35 UTC  (2+ messages)

[PATCH] km: replace hardcoded address for imported environment
 2020-11-20  1:35 UTC  (2+ messages)

[PATCH net-next 00/13] Add mlx5 subfunction support
 2020-11-20  1:35 UTC  (14+ messages)

[PATCH] tools: dumpimage: Remove remaining mentions of the -i option
 2020-11-20  1:35 UTC  (2+ messages)

[patch V4 0/8] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-20  1:33 UTC  (7+ messages)
` [patch V4 4/8] sched: Make migrate_disable/enable() independent of RT

[PATCH 0/7] HWPoison: Refactor get page interface
 2020-11-20  1:33 UTC  (9+ messages)
` [PATCH 1/7] mm,hwpoison: Refactor get_any_page
` [PATCH 2/7] mm,hwpoison: Drop pfn parameter
` [PATCH 6/7] mm,hwpoison: Disable pcplists before grabbing a refcount
` [PATCH 7/7] mm,hwpoison: Remove drain_all_pages from shake_page

[PATCH 1/2] tests: make sure nested lazy prereqs work reliably
 2020-11-20  1:32 UTC  (10+ messages)
        ` [PATCH 1/4] t0000: keep clean-up tests together
        ` [PATCH 2/4] t0000: run prereq tests inside sub-test
        ` [PATCH 3/4] t0000: run cleaning test "
        ` [PATCH 4/4] t0000: consistently use single quotes for outer tests

[PATCH] tracepoint: Do not fail unregistering a probe due to memory allocation
 2020-11-20  1:31 UTC  (14+ messages)
  ` violating function pointer signature

[PATCH] drm/kmb: Fix possible oops in probe error handling
 2020-11-20  1:29 UTC  (3+ messages)

[PATCH v9 4/4] net: dsa: mv88e6xxx: Add support for mv88e6393x family of Marvell
 2020-11-20  1:29 UTC  (19+ messages)
` [PATCH v10 0/4] "
  ` [PATCH v10 1/4] dt-bindings: net: Add 5GBASER phy interface mode
  ` [PATCH v10 2/4] net: phy: Add 5GBASER "
  ` [PATCH v10 3/4] net: dsa: mv88e6xxx: Change serdes lane parameter from u8 type to int
  ` [PATCH v10 4/4] net: dsa: mv88e6xxx: Add support for mv88e6393x family of Marvell

[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
 2020-11-20  1:27 UTC  (2+ messages)

[dm-devel] [PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary
 2020-11-20  1:27 UTC  (4+ messages)

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-11-20  1:27 UTC  (8+ messages)
        ` [dm-devel] "

[PATCH 0/2] ide: Remove in_interrupt()
 2020-11-20  1:26 UTC  (4+ messages)

[PATCH] tty: serial: rad-uart: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-11-20  1:26 UTC 

MacOS DNS Search Domain
 2020-11-20  1:26 UTC 

+ mm-remove-examples-from-enum-zone_type-comment.patch added to -mm tree
 2020-11-20  1:25 UTC 

[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
 2020-11-20  1:24 UTC  (4+ messages)
` [PATCH bpf-next 4/6] libbpf: add kernel module BTF support for "

+ mmap_lock-add-tracepoints-around-lock-acquisition.patch added to -mm tree
 2020-11-20  1:24 UTC 

[kdave-btrfs-devel:misc-next 140/144] fs/btrfs/scrub.c:75:44: sparse: sparse: dubious one-bit signed bitfield
 2020-11-20  1:22 UTC  (2+ messages)

[dpdk-dev] [PATCH] raw/ifpga/base: fix uninitialized variables gcc warning
 2020-11-20  1:22 UTC  (2+ messages)

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-20  1:22 UTC  (3+ messages)

[PATCH net-next] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO
 2020-11-20  1:20 UTC  (10+ messages)
  ` [PATCH net-next V3] "
    ` [PATCH net-next V4] "
      ` [PATCH net-next V5] "
          ` [PATCH net-next V6] "

[PATCH v2 0/2] optimise iov_iter
 2020-11-20  1:20 UTC  (3+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec

[PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD
 2020-11-20  1:10 UTC  (5+ messages)
    ` 回信: "

[RFC PATCH 0/2] add ppp_generic ioctl to bridge channels
 2020-11-20  1:17 UTC  (6+ messages)

[PATCH] drm/kmb: Remove an unnecessary NULL check
 2020-11-20  1:19 UTC  (3+ messages)

[MPTCP] Re: [MPTCP][PATCH v2 mptcp-next 1/2] mptcp: drop rm_addr_signal flag
 2020-11-20  1:12 UTC 

[PATCH] nvme: Cache DMA descriptors to prevent corruption
 2020-11-20  1:09 UTC  (4+ messages)

Hardware time stamping support for AF_XDP applications
 2020-11-20  1:06 UTC  (7+ messages)

[PATCH] drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
 2020-11-20  1:07 UTC  (2+ messages)

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-11-20  1:05 UTC  (5+ messages)
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
  ` [PATCH v2 "

[PATCH] btrfs: free-space-cache: Fix error return code in __load_free_space_cache
 2020-11-20  1:08 UTC 

[PATCH v2 0/3] occ: Add support for P10
 2020-11-20  1:03 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: fsi: Add P10 OCC device documentation
` [PATCH v2 2/3] fsi: occ: Add support for P10
` [PATCH v2 3/3] hwmon: (occ) Add new temperature sensor type

[qemu-mainline test] 156878: regressions - FAIL
 2020-11-20  1:01 UTC 

[PATCH] Fix duplicate free for GATT service includes
 2020-11-20  1:00 UTC  (2+ messages)
`  "

[PATCH 1/3] NFSv4: Fix the alignment of page data in the getdeviceinfo reply
 2020-11-20  0:58 UTC  (9+ messages)
` [PATCH 2/3] NFS: Avoid copy of xdr padding in readlink, layoutget and getxattr
  ` [PATCH 3/3] NFS: Avoid copy of xdr padding in read()

[Intel-gfx] [PATCH v3] drm/i915: Do not call hsw_set_frame_start_delay for dsi
 2020-11-20  0:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Do not call hsw_set_frame_start_delay for dsi (rev3)

[PATCH v2 1/5] net: Remove the err argument from sock_from_file
 2020-11-20  0:51 UTC  (6+ messages)
` [PATCH v2 4/5] bpf: Add an iterator selftest for bpf_sk_storage_delete
` [PATCH v2 5/5] bpf: Add an iterator selftest for bpf_sk_storage_get

[Buildroot] RTC on STM32 - what is the minimal setup for setting&running realtime clock and possibly ntp updating ?
 2020-11-20  0:52 UTC 

[PATCH] fsi: Aspeed: Add mutex to protect HW access
 2020-11-20  0:49 UTC 

[PATCH v4 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-11-20  0:47 UTC  (10+ messages)
` [PATCH v4 08/15] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v4 11/15] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v4 13/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake

net: phy: Dealing with 88e1543 dual-port mode
 2020-11-20  0:40 UTC  (9+ messages)

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2020-11-20  0:41 UTC  (3+ messages)
` [PATCH RFC 2/6] xen/arm: mm: Remove ; at the end of mm_printk()

[yocto] U-Boot sama5d3 xplained issue
 2020-11-20  0:41 UTC  (2+ messages)

linux-next: build warning after merge of the nand tree
 2020-11-20  0:39 UTC 

[dhowells-fs:crypto-krb5 36/36] ERROR: modpost: "crypto_krb5_how_much_data" undefined!
 2020-11-20  0:35 UTC 

[PATCH v8 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-11-20  0:34 UTC  (10+ messages)
` [PATCH v8 3/6] spi: cadence-quadspi: Add multi-chipselect "

The master branch rename, and avoiding another v1.6.0 git-foo fiasco
 2020-11-20  0:34 UTC  (12+ messages)

[Intel-gfx] [PATCH 00/21] Introduce Alderlake-S
 2020-11-20  0:33 UTC  (11+ messages)
` [Intel-gfx] [PATCH 05/21] drm/i915/adl_s: Add PCH support
` [Intel-gfx] [PATCH 06/21] drm/i915/adl_s: Add Interrupt Support
` [Intel-gfx] [PATCH 07/21] drm/i915/adl_s: Add PHYs for Alderlake S
` [Intel-gfx] [PATCH 10/21] drm/i915/adl_s: Add HTI support and initialize display for ADL-S
` [Intel-gfx] [PATCH 11/21] drm/i915/adl_s: Add adl-s ddc pin mapping

[PATCH 0/8] Raspberry Pi 400/Compute Module 4 support
 2020-11-20  0:31 UTC  (3+ messages)
` [PATCH 7/8] xhci: translate virtual addresses into the bus's address space

[PATCH net-next 0/4] net: dsa: Link aggregation support
 2020-11-20  0:30 UTC  (3+ messages)
` [PATCH net-next 2/4] "

[PATCH] drm/mediatek: dsi: Modify horizontal front/back porch byte formula
 2020-11-20  0:29 UTC  (3+ messages)

[PATCH v3 00/10] microvm: add usb support
 2020-11-20  0:27 UTC  (3+ messages)
` [PATCH v3 04/10] usb/xhci: fixup xhci kconfig deps

[PATCH bpf-next] bpf: simplify task_file_seq_get_next()
 2020-11-20  0:28 UTC 

[PATCH net-next v3 0/7] dpaa_eth: add XDP support
 2020-11-20  0:18 UTC  (3+ messages)
` [PATCH net-next v3 2/7] dpaa_eth: add basic "

[PATCH v4 0/3] xen/arm: Allow Xen to boot with ACPI 5.1
 2020-11-20  0:27 UTC  (4+ messages)
` [PATCH v4 1/3] xen/arm: gic: acpi: Guard helpers to build the MADT with CONFIG_ACPI

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-20  0:26 UTC  (5+ messages)
` [patch 14/19] softirq: Make softirq control and processing RT aware

[EXT] [PATCH] aquantia: Reserve space when allocating an SKB
 2020-11-20  0:23 UTC  (12+ messages)
  ` [PATCH] aquantia: Remove the build_skb path
    ` [PATCH v2] "
            ` [PATCH v3] "
                ` [PATCH v4] "

QMP and the 'id' parameter
 2020-11-20  0:22 UTC  (5+ messages)

[PATCH net-next v7 0/4] GVE Raw Addressing
 2020-11-20  0:22 UTC  (4+ messages)
` [PATCH net-next v7 1/4] gve: Add support for raw addressing device option

[jpirko-mlxsw:petrm_resilient 5/5] net/ipv4/nexthop.c:2669:16: sparse: sparse: Using plain integer as NULL pointer
 2020-11-20  0:21 UTC  (2+ messages)
` [RFC PATCH jpirko-mlxsw] nexthop_debugfs_alloc() can be static

[Intel-gfx] [PATCH] drm/i915/gt: Plug IPS into intel_rps_set
 2020-11-20  0:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Plug IPS into intel_rps_set (rev2)

[PATCH 4/6] soc: add polarfire soc system controller
 2020-11-20  0:20 UTC  (3+ messages)

[PATCH] media: fsl-viu: Use proper check for presence of {out, in}_be32()
 2020-11-20  0:15 UTC  (2+ messages)
` [PATCH] media: fsl-viu: Use proper check for presence of {out,in}_be32()

[PATCH] usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup
 2020-11-20  0:13 UTC 

[PATCH 3/6] dt-bindings: add bindings for polarfire soc mailbox
 2020-11-20  0:14 UTC  (3+ messages)

[PATCH v3 0/3] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-20  0:14 UTC  (11+ messages)
` [PATCH v3 1/3] xen/ns16550: Make ns16550 driver usable on ARM with HAS_PCI enabled

[PATCH 0/6] configure / meson: Move check for headers to meson.build
 2020-11-20  0:12 UTC  (13+ messages)
` [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h
` [PATCH 2/6] configure / meson: Move check for pty.h to meson.build
` [PATCH 3/6] configure / meson: Move check for drm.h "
` [PATCH 4/6] configure / meson: Move check for sys/signal.h "
` [PATCH 5/6] "
` [PATCH 6/6] configure / meson: Move check for linux/btrfs.h "

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-11-20  0:14 UTC  (12+ messages)

[PATCH v3 net-next 0/3] net/sched: fix over mtu packet of defrag in
 2020-11-19 23:38 UTC  (4+ messages)
` [PATCH v3 net-next 1/3] net/sched: fix miss init the mru in qdisc_skb_cb
` [PATCH v3 net-next 2/3] net/sched: act_mirred: refactor the handle of xmit
` [PATCH v3 net-next 3/3] net/sched: sch_frag: add generic packet fragment support

[meta-oe][PATCH] makedumpfile: upgrade 1.6.7 -> 1.6.8
 2020-11-20  0:13 UTC 

[PATCH 2/6] soc: add polarfire soc header file
 2020-11-20  0:12 UTC  (3+ messages)

Proposal for a new checkpatch check; matching _set_drvdata() & _get_drvdata()
 2020-11-20  0:11 UTC  (3+ messages)

[PATCH 0/3] Venus encoder improvements
 2020-11-20  0:10 UTC  (4+ messages)
` [PATCH 1/3] venus: venc: Init the session only once in queue_setup
` [PATCH 2/3] venus: Limit HFI sessions to the maximum supported
` [PATCH 3/3] media: hfi_venus: Request interrupt for sync cmds

[mips-linux:mips-next 47/49] drivers/staging/comedi/comedi_fops.c:2399:8: error: 'PAGE_SHARED' undeclared; did you mean
 2020-11-20  0:11 UTC 

[PATCH 4.4 0/8] CVE-2020-4788: Speculation on incompletely validated data on IBM Power9
 2020-11-20  0:07 UTC  (2+ messages)
` [PATCH 4.4 8/8] powerpc/64s: flush L1D after user accesses


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.