All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-19 13:05:52 to 2020-12-19 16:21:44 UTC [more...]

[RFC PATCH] ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
 2020-12-19 16:19 UTC  (3+ messages)

[Bug 9346] Directories on CIFS shares shown as ordinary files
 2020-12-19 16:20 UTC 

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-19 16:19 UTC  (10+ messages)
` [PATCH v2 00/33] "
  ` [PATCH v2 26/33] diff-merges: let new options enable diff without -p

[Intel-wired-lan] 5.10.0 kernel regression for 2.5Gbps link negotiation?
 2020-12-19 16:19 UTC  (10+ messages)
          ` [Intel-wired-lan] ixgbe: "

drivers/misc/lkdtm/bugs.c:527 lkdtm_FORTIFY_SUBOBJECT() error: strcpy() 'src' too large for 'target.a' (20 vs 10)
 2020-12-19 16:18 UTC 

stable-rc/queue/4.4 baseline: 98 runs, 11 regressions (v4.4.248-20-g064f72560703)
 2020-12-19 16:15 UTC 

AXP803 Driver
 2020-12-19 16:15 UTC  (2+ messages)

"Cannot allocate memory" on ring creation (not RLIMIT_MEMLOCK)
 2020-12-19 16:13 UTC  (6+ messages)

[PATCH 0/2] Documentation/kbuild: Document COMPILE_TEST and platform dependencies
 2020-12-19 16:10 UTC  (4+ messages)
` [PATCH 1/2] Documentation/kbuild: Document COMPILE_TEST dependencies

[PATCH 0/8] linux-yocto: consolidated pull requesrt
 2020-12-19 16:04 UTC  (5+ messages)

[PATCH v2 0/8] hm/mips/fuloong2e fixes
 2020-12-19 16:03 UTC  (4+ messages)

stable-rc/queue/5.4 baseline: 162 runs, 6 regressions (v5.4.83-55-gcba1195e54487)
 2020-12-19 16:03 UTC 

[PATCH v6 3/9] media: imx-jpeg: Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2020-12-19 16:01 UTC  (3+ messages)

[GIT PULL] close_range fix v5.11
 2020-12-19 15:58 UTC 

[PATCH v5 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
 2020-12-19 15:58 UTC  (4+ messages)

[djwong-xfs:reserve-rt-metadata-space 153/219] fs/xfs/scrub/repair.c:1819:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'
 2020-12-19 15:59 UTC 

[PATCH] kconfig: config script: add a little user help
 2020-12-19 15:57 UTC  (3+ messages)

stable-rc/queue/4.9 baseline: 114 runs, 5 regressions (v4.9.248-11-g2d7336c9921d)
 2020-12-19 15:57 UTC 

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-19 15:56 UTC  (8+ messages)
` [PATCH v5 bpf-next 03/14] xdp: add xdp_shared_info data structure
` [PATCH v5 bpf-next 06/14] net: mvneta: add multi buffer support to XDP_TX

[libvirt test] 157715: regressions - FAIL
 2020-12-19 15:56 UTC 

[Bug 9364] BUG: unable to handle kernel NULL pointer dereference at (null); RIP: 0010:[<0000000000000000>] [< (null)>] (null)
 2020-12-19 15:53 UTC 

[xhci:fuzzing_cleanup 5/8] drivers/usb/host/xhci-ring.c:449:22: warning: no previous prototype for 'xhci_get_virt_ep'
 2020-12-19 15:52 UTC 

[PATCH v3] errseq: split the ERRSEQ_SEEN flag into two new flags
 2020-12-19 15:49 UTC  (6+ messages)

[PATCH] Add support for Realtek RTL838x/RTL839x switch SoCs
 2020-12-19 15:26 UTC  (4+ messages)

[PATCH] MIPS: OCTEON: Add OCTEON II build and configuration option
 2020-12-19 15:39 UTC  (3+ messages)

stable-rc/queue/4.19 baseline: 147 runs, 5 regressions (v4.19.163-37-g6af0543972ee)
 2020-12-19 15:45 UTC 

[PATCH 1/3] systemd: Ensure uid/gid ranges are set deterministically
 2020-12-19 15:45 UTC  (3+ messages)
` [PATCH 2/3] linuxloader: Avoid confusing string concat errors
` [PATCH 3/3] grub: Fix build reproducibility issue

[PATCH v4] ltp: add support for tirpc and fix build issue
 2020-12-19 15:42 UTC  (2+ messages)
` [OE-core] "

[Buildroot] [PATCH v2 00/12] Support for Cargo and Go vendoring
 2020-12-19 15:35 UTC  (13+ messages)
` [Buildroot] [PATCH v2 01/12] support/download/dl-wrapper: add concept of download post-processing
` [Buildroot] [PATCH v2 02/12] package/pkg-download.mk: add <pkg>_DOWNLOAD_POST_PROCESS variable
` [Buildroot] [PATCH v2 03/12] package/pkg-download.mk: add <pkg>_DL_ENV variable
` [Buildroot] [PATCH v2 04/12] support/download/post-process-helpers: add helper function for post process scripts
` [Buildroot] [PATCH v2 05/12] support/download/go-post-process: implement Go vendoring support
` [Buildroot] [PATCH v2 06/12] package/tinifier: new package
` [Buildroot] [PATCH v2 07/12] package/pkg-cargo.mk: introduce the cargo package infrastructure
` [Buildroot] [PATCH v2 08/12] docs/manual/cargo: document the cargo-package infrastructure
` [Buildroot] [PATCH v2 09/12] package/ripgrep: convert to cargo infrastructure
` [Buildroot] [PATCH v2 10/12] package/sentry-cli: convert to host-cargo-package infrastructure
` [Buildroot] [PATCH v2 11/12] support/download/cargo-post-process, package/pkg-cargo.mk: enable vendoring for Cargo packages
` [Buildroot] [PATCH v2 12/12] docs/manual/adding-packages-cargo.txt: rewrite explanation about dependency management

[linux-rt-devel:linux-5.10.y-rt-rebase 83/269] kernel/printk/printk.c:469:6: warning: no previous prototype for function 'latched_seq_write'
 2020-12-19 15:35 UTC 

[RFC][PATCH 3/3] dma-buf: system_heap: Add deferred freeing to the system heap
 2020-12-19 15:35 UTC  (4+ messages)
` [dma] adc430f226: WARNING:at_kernel/sched/core.c:#__might_sleep

"BUG: scheduling while atomic" on 5.4 kernels with PREEMPT_RT
 2020-12-19 15:32 UTC  (3+ messages)

KASAN: use-after-free Read in service_outstanding_interrupt
 2020-12-19 15:25 UTC  (3+ messages)
  ` [PATCH] USB: cdc-wdm: Fix use after free in service_outstanding_interrupt()

[PATCH v4 00/10] prohibit pinning pages in ZONE_MOVABLE
 2020-12-19 15:22 UTC  (5+ messages)
` [PATCH v4 10/10] selftests/vm: test faulting in kernel, and verify pinnable pages

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.248-21-ga3b412f9e7f5)
 2020-12-19 15:21 UTC 

[Buildroot] [PATCH] package/azure-iot-sdk-c: bump version to LTS_07_2020_Ref02
 2020-12-19 15:22 UTC 

net: tso: add UDP segmentation support: adds regression for ax200 upload
 2020-12-19 15:18 UTC  (10+ messages)

[peterz-queue:locking/core 23/23] include/linux/spinlock_api_smp.h:160:2: error: implicit declaration of function 'check_bogus_irq_restore'
 2020-12-19 15:15 UTC 

Sie haben eine Spende von € 5.800.000,00
 2020-12-19 15:15 UTC 

INFO: task can't die in lock_mount
 2020-12-19 15:14 UTC 

INFO: rcu detected stall in ieee80211_tasklet_handler
 2020-12-19 15:14 UTC 

Sie haben eine Spende von € 5.800.000,00
 2020-12-19 15:15 UTC 

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.212-34-gf9a3a712c0d7)
 2020-12-19 15:13 UTC 

[qemu-mainline test] 157670: regressions - FAIL
 2020-12-19 15:12 UTC 

stable-rc/linux-5.4.y build: 200 builds: 0 failed, 200 passed, 109 warnings (v5.4.83-72-gbcf35e05a5263)
 2020-12-19 15:05 UTC 

[PATCH] kernel/watchdog_hld.c: Fix access percpu in preemptible context
 2020-12-19 15:04 UTC  (12+ messages)
` [kernel/watchdog_hld.c] 6e37d53a67: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h

[PATCH] checkout -p: handle tree arguments correctly again
 2020-12-19 15:02 UTC  (2+ messages)

[PATCH] prctl.2: Document Syscall User Dispatch
 2020-12-19 15:01 UTC  (2+ messages)

[PATCH net 0/4] net-sysfs: fix race conditions in the xps code
 2020-12-19 15:01 UTC  (5+ messages)
` [PATCH net 1/4] net-sysfs: take the rtnl lock when storing xps_cpus

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2020-12-19 15:00 UTC  (3+ messages)

[Buildroot] Extracting DDR3 training code from bootable (Marvell Armada 370)
 2020-12-19 15:01 UTC 

[Intel-gfx] [CI 1/2] drm/i915/gt: Split logical ring contexts from execlist submission
 2020-12-19 14:57 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] drm/i915/gt: Split logical ring contexts from execlist submission (rev2)

[ANNOUNCE] Git for Windows 2.30.0-rc1
 2020-12-19 14:56 UTC 

[PATCH 1/5] systemd: update 246 -> 247
 2020-12-19 14:55 UTC  (5+ messages)
` [PATCH v3 "
      ` [OE-core] "

[PATCH] hvf: guard xgetbv call
 2020-12-19  2:13 UTC 

[PATCH v2 1/2] mm: cma: allocate cma areas bottom-up
 2020-12-19 14:52 UTC  (4+ messages)
` [PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end

[PATCH v2 0/6] Add MMC/SD support for S700
 2020-12-19 14:51 UTC  (7+ messages)
` [PATCH v2 1/6] clk: actions: Introduce dummy get/set_rate callbacks
` [PATCH v2 2/6] clk: actions: Add SD/MMC clocks
` [PATCH v2 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7
` [PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node
` [PATCH v2 5/6] mmc: actions: add MMC driver for Actions OWL S700
` [PATCH v2 6/6] configs: Enable mmc support

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.248-25-g096917b1829b)
 2020-12-19 14:50 UTC 

[dpdk-dev] [PATCH v1 0/2] introduce new iavf driver on vfio-user client
 2020-12-19 14:38 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 1/2] common/iavf: emulated pci interfaces "
` [dpdk-dev] [PATCH v1 2/2] net/iavf: introduce iavf driver "

[PATCH] i2c: mxc_i2c: improve error message readability
 2020-12-19 14:49 UTC  (2+ messages)

[PATCH] i2c-imx.c: Synthesize end of transaction events without idle interrupts
 2020-12-19 14:47 UTC  (3+ messages)

Git fetch failure in submodule if deeper submodule pointer updated
 2020-12-19 14:37 UTC 

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.212-35-g3790859de489)
 2020-12-19 14:39 UTC 

[Buildroot] [Bug 13396] New: Mirai Virus ?
 2020-12-19 14:39 UTC  (2+ messages)
` [Buildroot] [Bug 13396] "

[PATCH bpf-next 0/3] Add support of pointer to struct in global functions
 2020-12-19 14:37 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: Support pointer to struct in global func args

[PATCH 0/2] arm64: small updates to rebooting
 2020-12-19 14:36 UTC  (6+ messages)
` [PATCH 1/2] arm64: add grace period when rebooting
` [PATCH 2/2] arm64: proper comment formatting in reboot handler

[PATCH] tests: Fix overlay_overlay_nosugar test case
 2020-12-19 14:35 UTC 

[peterz-queue:locking/core 23/23] include/linux/context_tracking.h:176:2: error: implicit declaration of function 'check_bogus_irq_restore'
 2020-12-19 14:34 UTC 

[PATCH] inotify, memcg: account inotify instances to kmemcg
 2020-12-19 14:31 UTC  (3+ messages)

[linux-next:master 13538/13785] /tmp/metronomefb-846872.s:300: Error: unrecognized opcode `zext.b a2,a2'
 2020-12-19 14:25 UTC  (8+ messages)
  ` [kbuild-all] "
        ` [linux-next:master 13538/13785] /tmp/metronomefb-846872.s:300: Error: unrecognized opcode `zext.b a2, a2'

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.248-22-gae09f4a3533e8)
 2020-12-19 14:27 UTC 

[PATCH] arm64: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4
 2020-12-19 14:26 UTC  (3+ messages)

[PATCH] sun4m: don't connect two qemu_irqs directly to the same input
 2020-12-19 14:24 UTC  (2+ messages)

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.163-54-gea2d5223aced)
 2020-12-19 14:21 UTC 

[peterz-queue:locking/core 23/23] include/linux/irqflags.h:165:3: error: implicit declaration of function 'check_bogus_irq_restore'
 2020-12-19 14:20 UTC 

What's cooking in git.git (Dec 2020, #03; Fri, 18)
 2020-12-19 14:10 UTC  (2+ messages)

stable-rc/linux-4.19.y build: 205 builds: 0 failed, 205 passed, 77 warnings (v4.19.163-55-gf909d4560074)
 2020-12-19 14:09 UTC 

memory leak in video_usercopy
 2020-12-19 14:08 UTC  (2+ messages)

[PATCH try2 0/4] completion: bash: a bunch of fixes
 2020-12-19 14:06 UTC  (5+ messages)
` [PATCH try2 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH try2 2/4] completion: bash: add correct suffix in variables
` [PATCH try2 3/4] completion: bash: fix for suboptions with value
` [PATCH try2 4/4] completion: bash: fix for multiple dash commands

cacheflush.2
 2020-12-19 14:04 UTC  (10+ messages)
            ` Ping: cacheflush.2

[PATCH v3] close_range.2: new page documenting close_range(2)
 2020-12-19 14:00 UTC  (2+ messages)

[BUG]odroid-c2 does not hotplug usb-devices
 2020-12-19 13:58 UTC  (12+ messages)

stable-rc/linux-4.9.y build: 196 builds: 0 failed, 196 passed, 4 warnings (v4.9.248-26-g45e6bbdf655a5)
 2020-12-19 13:57 UTC 

Backport request
 2020-12-19 13:56 UTC  (3+ messages)

[PATCH] net: stmmac: dwmac-meson8b: ignore the second clock input
 2020-12-19 13:50 UTC  (3+ messages)

[PATCH v3 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2020-12-19 13:52 UTC  (3+ messages)
` [PATCH v3 2/2] hw/block: m25p80: Implement AAI-WP command support for SST flashes

[PATCH 3/3] overlayfs: Check writeback errors w.r.t upper in ->syncfs()
 2020-12-19 13:49 UTC  (3+ messages)
` [kbuild] "

[PATCH][RESEND] vfs: protect file->f_sb_err with f_lock
 2020-12-19 13:48 UTC 

stable-rc/queue/5.4 build: 200 builds: 0 failed, 200 passed, 109 warnings (v5.4.83-71-gb8d18270c4a6)
 2020-12-19 13:36 UTC 

[PATCH] dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe function
 2020-12-19 13:28 UTC  (2+ messages)
` [PATCH] dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe funct

[PATCH] io_uring: fix 0-iov read buffer select
 2020-12-19 13:27 UTC  (2+ messages)

ungetc is not cleared on error?
 2020-12-19 13:23 UTC 

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.163-47-g20080454fdbb)
 2020-12-19 13:21 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.248-25-g21c08444d8cfc)
 2020-12-19 13:19 UTC 

[Buildroot] [git commit] DEVELOPERS: remove Thomas Davis
 2020-12-19 13:20 UTC 

[Buildroot] [git commit] DEVELOPERS: remove Owen Walpole
 2020-12-19 13:19 UTC 

[PATCH] [v7] wireless: Initial driver submission for pureLiFi STA devices
 2020-12-19 13:15 UTC  (6+ messages)

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-19 13:15 UTC  (13+ messages)
` [PATCH RFC 7/9] mm/gup: Decrement head page once for group of subpages
` [PATCH RFC 8/9] RDMA/umem: batch page unpin in __ib_mem_release()

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2020-12-19 13:14 UTC  (4+ messages)
` [PATCH] [v11] wireless: Initial driver submission for pureLiFi STA devices

[PATCH 5.10 00/16] 5.10.2-rc1 review
 2020-12-19 12:57 UTC  (4+ messages)
` [PATCH 5.10 05/16] USB: dummy-hcd: Fix uninitialized array use in init()
` [PATCH 5.10 10/16] usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
` [PATCH 5.10 13/16] USB: UAS: introduce a quirk to set no_write_same

[PATCH 5.9 00/49] 5.9.16-rc1 review
 2020-12-19 12:58 UTC  (5+ messages)
` [PATCH 5.9 05/49] mac80211: mesh: fix mesh_pathtbl_init() error path
` [PATCH 5.9 13/49] mptcp: print new line in mptcp_seq_show() if mptcp isnt in use
` [PATCH 5.9 18/49] net: stmmac: overwrite the dma_cap.addr64 according to HW design
` [PATCH 5.9 19/49] net: ll_temac: Fix potential NULL dereference in temac_probe()

[PATCH 5.4 00/34] 5.4.85-rc1 review
 2020-12-19 13:03 UTC  (12+ messages)
` [PATCH 5.4 04/34] net: bridge: vlan: fix error return code in __vlan_add()
` [PATCH 5.4 05/34] vrf: packets with lladdr src needs dst at input with orig_iif when needs strict
` [PATCH 5.4 08/34] enetc: Fix reporting of h/w packet counters
` [PATCH 5.4 16/34] net: ll_temac: Fix potential NULL dereference in temac_probe()
` [PATCH 5.4 17/34] net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel mux
` [PATCH 5.4 21/34] USB: add RESET_RESUME quirk for Snapscan 1212
` [PATCH 5.4 23/34] ALSA: usb-audio: Fix control access overflow errors from chmap
` [PATCH 5.4 28/34] ALSA: pcm: oss: Fix potential out-of-bounds shift
` [PATCH 5.4 30/34] KVM: mmu: Fix SPTE encoding of MMIO generation upper half
` [PATCH 5.4 32/34] membarrier: Explicitly sync remote cores when SYNC_CORE is requested
` [PATCH 5.4 33/34] x86/resctrl: Remove unused struct mbm_state::chunks_bw

[MPTCP] [PATCH mptcp-next v4 3/3] selftests: mptcp: add IPv4-mapped IPv6 testcases
 2020-12-19 13:07 UTC 

[MPTCP] [PATCH mptcp-next v4 2/3] mptcp: pm nl: support IPv4 mapped in v6 addresses
 2020-12-19 13:06 UTC 

[MPTCP] [PATCH mptcp-next v4 1/3] mptcp: support MPJoin with IPv4 mapped in v6 sk
 2020-12-19 13:06 UTC 

[MPTCP] [PATCH mptcp-next v4 0/3] add IPv4-mapped address support
 2020-12-19 13:06 UTC 


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.