All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 23:41:01 to 2021-05-07 01:06:52 UTC [more...]

[PATCH 4.19 00/15] 4.19.190-rc1 review
 2021-05-07  1:06 UTC  (2+ messages)

incoming
 2021-05-07  1:06 UTC  (91+ messages)
` [patch 01/91] alpha: eliminate old-style function definitions
` [patch 02/91] alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>
` [patch 03/91] fs/proc/generic.c: fix incorrect pde_is_permanent check
` [patch 04/91] proc: save LOC in __xlate_proc_name()
` [patch 05/91] proc: mandate ->proc_lseek in "struct proc_ops"
` [patch 06/91] proc: delete redundant subset=pid check
` [patch 07/91] selftests: proc: test subset=pid
` [patch 08/91] proc/sysctl: fix function name error in comments
` [patch 09/91] include: remove pagemap.h from blkdev.h
` [patch 10/91] kernel.h: drop inclusion in bitmap.h
` [patch 11/91] linux/profile.h: remove unnecessary declaration
` [patch 12/91] kernel/async.c: fix pr_debug statement
` [patch 13/91] kernel/cred.c: make init_groups static
` [patch 14/91] tools: disable -Wno-type-limits
` [patch 15/91] tools: bitmap: sync function declarations with the kernel
` [patch 16/91] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [patch 17/91] arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300
` [patch 18/91] lib: extend the scope of small_const_nbits() macro
` [patch 19/91] tools: sync small_const_nbits() macro with the kernel
` [patch 20/91] lib: inline _find_next_bit() wrappers
` [patch 21/91] tools: sync find_next_bit implementation
` [patch 22/91] lib: add fast path for find_next_*_bit()
` [patch 23/91] lib: add fast path for find_first_*_bit() and find_last_bit()
` [patch 24/91] tools: sync lib/find_bit implementation
` [patch 25/91] MAINTAINERS: add entry for the bitmap API
` [patch 26/91] lib/bch.c: fix a typo in the file bch.c
` [patch 27/91] lib: fix inconsistent indenting in process_bit1()
` [patch 28/91] lib/list_sort.c: fix typo in function description
` [patch 29/91] lib/genalloc.c: fix a typo
` [patch 30/91] lib: crc8: pointer to data block should be const
` [patch 31/91] lib: stackdepot: turn depot_lock spinlock to raw_spinlock
` [patch 32/91] lib/percpu_counter: tame kernel-doc compile warning
` [patch 33/91] lib/genalloc: add parameter description to fix doc "
` [patch 34/91] lib: parser: clean up kernel-doc
` [patch 35/91] include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFINEx()
` [patch 36/91] checkpatch: warn when missing newline in return sysfs_emit() formats
` [patch 37/91] checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
` [patch 38/91] checkpatch: improve ALLOC_ARRAY_ARGS test
` [patch 39/91] kselftest: introduce new epoll test case
` [patch 40/91] fs/epoll: restore waking from ep_done_scan()
` [patch 41/91] isofs: fix fall-through warnings for Clang
` [patch 42/91] fs/nilfs2: fix misspellings using codespell tool
` [patch 43/91] nilfs2: fix typos in comments
` [patch 44/91] hpfs: replace one-element array with flexible-array member
` [patch 45/91] do_wait: make PIDTYPE_PID case O(1) instead of O(n)
` [patch 46/91] kernel/fork.c: simplify copy_mm()
` [patch 47/91] kernel/fork.c: fix typos
` [patch 48/91] kernel/crash_core: add crashkernel=auto for vmcore creation
` [patch 49/91] kexec: add kexec reboot string
` [patch 50/91] kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
` [patch 51/91] kexec: dump kmessage before machine_kexec
` [patch 52/91] gcov: combine common code
` [patch 53/91] gcov: simplify buffer allocation
` [patch 54/91] gcov: use kvmalloc()
` [patch 55/91] gcov: clang: drop support for clang-10 and older
` [patch 56/91] smp: kernel/panic.c - silence warnings
` [patch 57/91] delayacct: clear right task's flag after blkio completes
` [patch 58/91] gdb: lx-symbols: store the abspath()
` [patch 59/91] scripts/gdb: document lx_current is only supported by x86
` [patch 60/91] scripts/gdb: add lx_current support for arm64
` [patch 61/91] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
` [patch 62/91] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [patch 63/91] kernel/resource: remove first_lvl / siblings_only logic
` [patch 64/91] kernel/resource: allow region_intersects users to hold resource_lock
` [patch 65/91] kernel/resource: refactor __request_region to allow external locking
` [patch 66/91] kernel/resource: fix locking in request_free_mem_region
` [patch 67/91] selftests: remove duplicate include
` [patch 68/91] kernel/async.c: stop guarding pr_debug() statements
` [patch 69/91] kernel/async.c: remove async_unregister_domain()
` [patch 70/91] init/initramfs.c: do unpacking asynchronously
` [patch 71/91] modules: add CONFIG_MODPROBE_PATH
` [patch 72/91] ipc/sem.c: mundane typo fixes
` [patch 73/91] mm: fix some typos and code style problems
` [patch 74/91] drivers/char: remove /dev/kmem for good
` [patch 75/91] mm: remove xlate_dev_kmem_ptr()
` [patch 76/91] mm/vmalloc: remove vwrite()
` [patch 77/91] arm: print alloc free paths for address in registers
` [patch 78/91] scripts/spelling.txt: add "overlfow"
` [patch 79/91] scripts/spelling.txt: add "diabled" typo
` [patch 80/91] scripts/spelling.txt: add "overflw"
` [patch 81/91] mm/slab.c: fix spelling mistake "disired" -> "desired"
` [patch 82/91] include/linux/pgtable.h: few spelling fixes
` [patch 83/91] kernel/umh.c: fix some spelling mistakes
` [patch 84/91] kernel/user_namespace.c: fix typos
` [patch 85/91] kernel/up.c: fix typo
` [patch 86/91] kernel/sys.c: "
` [patch 87/91] fs: fat: fix spelling typo of values
` [patch 88/91] ipc/sem.c: spelling fix
` [patch 89/91] treewide: remove editor modelines and cruft
` [patch 90/91] mm: fix typos in comments

[PULL] u-boot-riscv/master
 2021-05-07  1:06 UTC 

[PATCH v2] armv8: Update erratum number to align with doc
 2021-05-07  1:06 UTC 

[v3 0/2] Support pwm driver for aspeed ast26xx
 2021-05-07  1:06 UTC  (3+ messages)

[PATCH V3 0/4] soc: imx: add i.MX BLK-CTL support
 2021-05-07  1:02 UTC  (4+ messages)
` [PATCH V3 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL

[hardknott][PATCH] Binutils: Fix CVE-2021-20197
 2021-05-07  1:00 UTC  (4+ messages)
` [OE-core] "

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-07  1:00 UTC  (7+ messages)
` [Patch bpf-next v3 02/10] af_unix: implement ->read_sock() for sockmap
` [Patch bpf-next v3 03/10] af_unix: implement ->psock_update_sk_prot()

[PATCH V3 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-05-07  1:00 UTC  (3+ messages)

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-07  0:55 UTC  (4+ messages)
` [PATCH v4 1/2] i2c: add binding to mark a bus as supporting SMBus-Alert

[BlueZ PATCH] monitor: Remove Pygments dependency from manpage
 2021-05-07  0:56 UTC 

[PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
 2021-05-07  0:56 UTC  (5+ messages)

[PATCH V4 net] net: stmmac: Fix MAC WoL not working if PHY does not support WoL
 2021-05-07  0:55 UTC  (2+ messages)

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-07  0:53 UTC  (7+ messages)

[GIT PULL] Ceph updates for 5.13-rc1
 2021-05-07  0:53 UTC  (3+ messages)

[PATCH v5 1/6] iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers
 2021-05-07  0:52 UTC  (3+ messages)
` [PATCH v5 2/6] dt-bindings: iio: accel: fxls8962af: add bindings

[PATCH v5] dt-bindings: net: Convert mdio-gpio to yaml
 2021-05-07  0:51 UTC  (2+ messages)

[PATCH v7 1/7] MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry
 2021-05-07  0:50 UTC  (3+ messages)

[PATCH v3 net] ionic: fix ptp support config breakage
 2021-05-07  0:48 UTC  (4+ messages)

[PATCH mptcp-net] mptcp: avoid OOB access in setsockopt()
 2021-05-07  0:46 UTC  (2+ messages)

[PATCH v2 0/3] Buildroot updates for ARC, LMBench
 2021-05-07  0:43 UTC  (8+ messages)
` [Buildroot] "
` [PATCH v2 1/3] ARC: config: explicit'ify -mcpu for cpu selection
  ` [Buildroot] "
` [PATCH v2 2/3] lmbench: increase memsize delay for slow FPGAs
  ` [Buildroot] "
` [PATCH v2 3/3] lmbench: emulate --prefix to avoid scattering binaries all over
  ` [Buildroot] "

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2021-05-06 23:55 UTC  (3+ messages)

[PATCH] powerpc/eeh: skip slot presence check when PE is temporarily unavailable
 2021-05-07  0:41 UTC  (2+ messages)

[PATCH v2 0/3] P2040/P2041 i2c recovery erratum
 2021-05-07  0:40 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: mpc: Add fsl, i2c-erratum-a004447 flag
  ` [PATCH v2 1/3] dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
` [PATCH v2 2/3] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P2041 i2c controllers
  ` [PATCH v2 2/3] powerpc/fsl: set fsl,i2c-erratum-a004447 "
` [PATCH v2 3/3] i2c: mpc: implement erratum A-004447 workaround

GPF in net sybsystem
 2021-05-07  0:40 UTC  (2+ messages)

[RFC PATCH 83/97] drm/i915/guc: Don't return -EAGAIN to user when guc_ids exhausted
 2021-05-07  0:40 UTC 

[Intel-wired-lan] [igb] netconsole triggers warning in netpoll_poll_dev
 2021-05-07  0:38 UTC  (14+ messages)
                      `  "

[GIT PULL] iomap: one more change for 5.13-rc1
 2021-05-07  0:37 UTC 

[RESEND PATCH net-next 0/2] Treat IPv4 lowest address as ordinary unicast address
 2021-05-07  0:36 UTC  (3+ messages)
` [RESEND PATCH net-next 1/2] ip: Treat IPv4 segment's lowest address as unicast

[GIT PULL] xfs: more new code for 5.13
 2021-05-07  0:32 UTC 

[PATCH v2] trace-cmd: Find PID of host-guest task from tracing vsock connection
 2021-05-07  0:32 UTC  (2+ messages)

[PATCH net] mlxsw: spectrum_mr: Update egress RIF list before route's action
 2021-05-07  0:30 UTC  (2+ messages)

[PATCH] tr2: log parent process name
 2021-05-07  0:29 UTC 

[PATCH 000/117] Make better use of static type checking
 2021-05-07  0:24 UTC  (18+ messages)
` [PATCH 010/117] ufs: Add a compile-time structure size check
` [PATCH 011/117] Introduce the scsi_status union
` [PATCH 098/117] ufs: Remove an unused structure member
` [PATCH 099/117] ufs: Remove a local variable
` [PATCH 100/117] ufs: Use enum sam_status where appropriate
` [PATCH 101/117] ufs: Remove an assignment from ufshcd_transfer_rsp_status()
` [PATCH 102/117] ufs: Convert to the scsi_status union
` [PATCH 110/117] Finalize the switch from 'int' to 'union scsi_status'

[PATCH 1/2] e2fsck: fix portability problems caused by unaligned accesses
 2021-05-07  0:21 UTC  (2+ messages)
` [PATCH 2/2] e2fsck: fix unaligned accesses to ext4_fc_tl struct

[PATCH v4 0/4] check sink_count before update is_connected status
 2021-05-07  0:23 UTC  (3+ messages)

Hardknott build for imx8mm-evk failed
 2021-05-07  0:19 UTC  (3+ messages)
` [meta-freescale] "

[PATCH 0/5] Add MSM8939 APCS/A53PLL clock support
 2021-05-07  0:18 UTC  (4+ messages)
` [PATCH 2/5] dt-bindings: clock: update qcom,a53pll bindings for MSM8939 support

[PATCH] smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares
 2021-05-07  0:17 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS bc908e091b3264672889162733020048901021fb
 2021-05-07  0:17 UTC 

[PATCH net] mptcp: fix splat when closing unaccepted socket
 2021-05-07  0:16 UTC 

[kvm:queue 11/44] arch/x86/kernel/kvm.c:672:2: error: implicit declaration of function 'kvm_guest_cpu_offline'
 2021-05-07  0:13 UTC  (2+ messages)

[PATCH V5 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-07  0:13 UTC  (9+ messages)
` [PATCH V5 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[folded-merged] kernel-resource-allow-region_intersects-users-to-hold-resource_lock-fix.patch removed from -mm tree
 2021-05-07  0:10 UTC 

[folded-merged] gcov-use-kvmalloc-fix.patch removed from -mm tree
 2021-05-07  0:09 UTC 

[folded-merged] arch-rearrange-headers-inclusion-order-in-asm-bitops-for-m68k-and-sh-fix.patch removed from -mm tree
 2021-05-07  0:07 UTC 

[folded-merged] proc-mandate-proc_lseek-in-struct-proc_ops-fix.patch removed from -mm tree
 2021-05-07  0:07 UTC 

[RESEND PATCH v11 0/3] AX88796C SPI Ethernet Adapter
 2021-05-07  0:01 UTC  (4+ messages)

[PATCH net] net: ipa: fix inter-EE IRQ register definitions
 2021-05-07  0:03 UTC  (2+ messages)

[PATCHv3 00/26] J72xx: HSM rearch support series
 2021-05-07  0:03 UTC  (3+ messages)
  ` [PATCHv3 14/26] power: domain: Introduce driver for raw TI K3 PDs

next/pending-fixes build: 194 builds: 30 failed, 164 passed, 15 warnings (v5.12-14769-gf2b8e46e5bad)
 2021-05-07  0:00 UTC 

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-06 23:59 UTC  (6+ messages)
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v2 0/5] Handle seccomp notification preemption
 2021-05-06 23:59 UTC  (6+ messages)
` [PATCH v2 2/5] seccomp: Add wait_killable semantic to seccomp user notifier

[PATCH] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-06 23:57 UTC  (4+ messages)

[PATCH v1 00/43] completion: git-completion 1.3.1 patches
 2021-05-06 23:55 UTC  (2+ messages)

[xen-unstable test] 161811: tolerable FAIL - PUSHED
 2021-05-06 23:54 UTC 

[PATCH] remoteproc: k3-r5: Fix an error message
 2021-05-06 23:51 UTC  (2+ messages)

[PATCH v2] media: aspeed-video: ignore interrupts that aren't enabled
 2021-05-06 23:40 UTC  (3+ messages)

[PATCH v1 0/8] format-patch: introduce --confirm-overwrite
 2021-05-06 23:48 UTC  (3+ messages)
` [PATCH v1 2/8] format-patch: confirmation whenever patches exist

[thierryreding:for-5.13/work 34/59] drivers/memory/tegra/tegra20.c:733:10: warning: variable 'type' set but not used
 2021-05-06 23:48 UTC 

PROBLEM: double fault in md_end_io
 2021-05-06 23:46 UTC  (6+ messages)

[PATCH v2 0/3] TDP MMU: several minor fixes or improvements
 2021-05-06 23:46 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-05-06 23:46 UTC  (3+ messages)
` [Patch v2 41/42] btrfs: fix the use-after-free bug in writeback subpage helper

[PATCH 01/12] clk: add SiFive PRCI clock controller support
 2021-05-06 23:45 UTC  (3+ messages)
` [PATCH 09/12] gpio: generic: sync with upstream Linux gpio-mmio driver

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-06 23:44 UTC  (3+ messages)
` [PATCH v3 5/8] KVM: x86/mmu: Add a field to control memslot rmap allocation

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-06 23:16 UTC  (6+ 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.