All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-21 19:20:11 to 2020-07-21 20:37:11 UTC [more...]

[MPTCP] [RFC v2 mptcp-next 01/12] tcp: remove cookie_ts bit from request_sock
 2020-07-21 20:36 UTC  (2+ messages)
`  "

[MPTCP] [RFC v2 mptcp-next 01/12] mptcp: add syncookie support
 2020-07-21 20:36 UTC  (2+ messages)
`  "

[MPTCP] [RFC v2 mptcp-next 12/12] selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 11/12] mptcp: enable JOIN requests even if cookies are in use
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 10/12] tcp: handle want_cookie clause via reqsk_put
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 09/12] tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 08/12] mptcp: subflow: add mptcp_subflow_init_cookie_req helper
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 07/12] tcp: pass want_cookie down to req_init function
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 06/12] tcp: remove sk_listener const qualifier from req_init function
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 05/12] mptcp: rename and export mptcp_subflow_request_sock_ops
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 04/12] mptcp: subflow: split subflow_init_req into helpers
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 03/12] mptcp: token: move retry to caller
 2020-07-21 20:36 UTC 

[MPTCP] [RFC v2 mptcp-next 02/12] tcp: syncookies: use single reqsk_free location
 2020-07-21 20:36 UTC 

[Cluster-devel] iomap write invalidation v2
 2020-07-21 20:35 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/3] xfs: use ENOTBLK for direct I/O to buffered I/O fallback
    `  "

[PATCH v2 1/2] iio: gyro: Add driver support for ADXRS290
 2020-07-21 20:35 UTC  (3+ messages)

[PATCH] [RFC] travis-ci: remove bogus 'pyenv' in the Linux jobs
 2020-07-21 20:34 UTC  (2+ messages)

[PATCH net-next 0/6] ionic updates
 2020-07-21 20:34 UTC  (7+ messages)
` [PATCH net-next 1/6] ionic: get MTU from lif identity
` [PATCH net-next 2/6] ionic: set netdev default name
` [PATCH net-next 3/6] ionic: remove unused ionic_coal_hw_to_usec
` [PATCH net-next 4/6] ionic: update eid test for overflow
` [PATCH net-next 5/6] ionic: rearrange reset and bus-master control
` [PATCH net-next 6/6] ionic: interface file updates

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-07-21 20:33 UTC  (3+ messages)
` [Bug 207383] [Regression] 5.7 "

[RFC] btrfs: strategy to perform a rollback at boot time
 2020-07-21 20:33 UTC  (2+ messages)
` [PATCH] btrfs: allow more subvol= option

[radeon-alex:amd-staging-drm-next 1133/1153] drivers/gpu/drm/amd/amdgpu/navi10_ih.c:64:2: warning: ISO C90 forbids mixed declarations and code
 2020-07-21 20:33 UTC  (2+ messages)

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-07-21 20:29 UTC  (12+ messages)

[PATCH] linux-user: fix clock_nanosleep()
 2020-07-21 20:28 UTC  (2+ messages)

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-21 20:27 UTC  (3+ messages)
` [patch V4 15/15] x86/kvm: Use generic exit to guest work function

[PATCH 0/4] upload-pack: custom allowed object filters
 2020-07-21 20:27 UTC  (3+ messages)

[PATCH] i2c: i2c-qcom-geni: Fix DMA transfer race
 2020-07-21 20:26 UTC  (6+ messages)

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-21 20:25 UTC  (19+ messages)
` [PATCH 01/18] skb_copy_and_csum_bits(): don't bother with the last argument
  ` [PATCH 02/18] icmp_push_reply(): reorder adding the checksum up
  ` [PATCH 03/18] csum_partial_copy_nocheck(): drop the last argument
  ` [PATCH 04/18] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
  ` [PATCH 05/18] saner calling conventions for csum_and_copy_..._user()
  ` [PATCH 06/18] alpha: propagate the calling convention changes down to csum_partial_copy.c helpers
  ` [PATCH 07/18] arm: propagate the calling convention changes down to csum_partial_copy_from_user()
  ` [PATCH 08/18] m68k: get rid of zeroing destination on error in csum_and_copy_from_user()
  ` [PATCH 09/18] sh: propage the calling conventions change down to csum_partial_copy_generic()
  ` [PATCH 10/18] i386: propagate "
  ` [PATCH 11/18] sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()
  ` [PATCH 12/18] mips: csum_and_copy_{to,from}_user() are never called under KERNEL_DS
  ` [PATCH 13/18] mips: __csum_partial_copy_kernel() has no users left
  ` [PATCH 14/18] mips: propagate the calling convention change down into __csum_partial_copy_..._user()
  ` [PATCH 15/18] xtensa: propagate the calling conventions change down into csum_partial_copy_generic()
  ` [PATCH 16/18] sparc64: propagate the calling convention changes down to __csum_partial_copy_...()
  ` [PATCH 17/18] amd64: switch csum_partial_copy_generic() to new calling conventions
  ` [PATCH 18/18] ppc: propagate the calling conventions change down to csum_partial_copy_generic()

[dpdk-dev] [PATCH 0/9] python2 deprecation notice
 2020-07-21 20:25 UTC  (4+ messages)

[dpdk-dev] [PATCH] hash: fix return value of null not checked
 2020-07-21 20:24 UTC  (3+ messages)

[dpdk-dev] [PATCH] service: fix stop API to wait for service thread
 2020-07-21 20:23 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/2] service: add API to retrieve service core active

[Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.5
 2020-07-21 20:24 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/wireshark: security bump to version 3.2.5
 2020-07-21 20:23 UTC 

[PATCH v2 0/4] s390/bpf: implement BPF_PROBE_MEM
 2020-07-21 20:23 UTC  (4+ messages)

[Buildroot] [git commit branch/2020.05.x] package/wireshark: security bump to version 3.2.5
 2020-07-21 20:23 UTC 

[PATCH 0/6] Add support of mt8183 APU
 2020-07-21 20:21 UTC  (9+ messages)
` [PATCH 3/6] remoteproc: mtk_vpu_rproc: Add support of JTAG
` [PATCH 4/6] remoteproc: mtk_vpu_rproc: Don't try to load empty PT_LOAD segment

[PATCH bpf-next v2 0/5] bpf: compute btf_ids at build time for btf_iter
 2020-07-21 20:21 UTC  (2+ messages)

[PATCH] RMI: <linux/rmi.h>: drop a duplicated word
 2020-07-21 20:19 UTC  (2+ messages)

[PATCH v2 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-07-21 20:18 UTC  (6+ messages)
` [PATCH v2 1/5] kvm: x86: refactor masterclock sync heuristics out of kvm_write_tsc
` [PATCH v2 2/5] kvm: x86: add KVM_{GET,SET}_TSC_OFFSET ioctls
` [PATCH v2 3/5] kvm: vmx: check tsc offsetting with nested_cpu_has()
` [PATCH v2 4/5] selftests: kvm: use a helper function for reading cpuid
` [PATCH v2 5/5] selftests: kvm: introduce tsc_offset_test

[PATCH v3 3/4] regulator: core: Add basic enable/disable support for sync_state() callbacks
 2020-07-21 20:18 UTC  (4+ messages)

[PATCH bpf-next] bpf: Generate cookie for new non-initial net NS
 2020-07-21 20:17 UTC  (2+ messages)

Starting Xen guest on Raspberry-Pi4. #meta-virtualization #yocto
 2020-07-21 20:17 UTC  (4+ messages)
` [meta-virtualization] "

tlb_flush stat on Intel/AMD
 2020-07-21 20:16 UTC  (2+ messages)

[PATCH] usb: gadget: net2280: fix memory leak on probe error handling paths
 2020-07-21 20:15 UTC 

[SELinux-notebook PATCH v6] objects.md: some clarifications
 2020-07-21 20:14 UTC  (4+ messages)
` [SELinux-notebook PATCH v7] "
  ` [SELinux-notebook PATCH v8] "

[Buildroot] [PATCH 1/1] package/freerdp: security bump to version 2.2.0
 2020-07-21 20:13 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/freerdp: security bump to version 2.1.2
 2020-07-21 20:13 UTC 

[Buildroot] [git commit branch/2020.05.x] package/freerdp: security bump to version 2.1.2
 2020-07-21 20:12 UTC 

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-07-21 20:03 UTC  (3+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-21 20:11 UTC  (4+ messages)
` [PATCH v4 5/7] f2fs: support "
    ` [f2fs-dev] "

[Buildroot] [git commit] package/gupnp: security bump to version 1.2.3
 2020-07-21 20:11 UTC  (2+ messages)

Trying to push from my local dir to the Github repo
 2020-07-21 20:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/gupnp: disable documentation
 2020-07-21 20:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11vnc: fix build with 64 bits time_t
 2020-07-21 20:09 UTC 

[Buildroot] [PATCH 1/1] package/libnids: NVD database has been updated
 2020-07-21 20:08 UTC  (3+ messages)

[PATCH v3] serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
 2020-07-21 20:08 UTC 

[Buildroot] [git commit branch/2020.02.x] package/gupnp: security bump to version 1.0.5
 2020-07-21 20:07 UTC 

[Buildroot] [git commit branch/2020.02.x] package/gssdp: bump version to 1.0.4
 2020-07-21 20:07 UTC 

[PATCH] net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offload
 2020-07-21 20:05 UTC  (3+ messages)

[powerpc:next-test] BUILD REGRESSION 08b8bb849948ff5e2305d1115ce8bbdd55364a70
 2020-07-21 20:01 UTC 

[PATCH] x86, vmlinux.lds: Page-Align end of ..page_aligned sections
 2020-07-21 20:05 UTC  (2+ messages)

pages pinned for BO lifetime and security
 2020-07-21 20:04 UTC 

[PATCH] entry: check for fstat() errors after checkout
 2020-07-21 20:00 UTC  (3+ messages)

issue -- cifs automounts stopped working
 2020-07-21 19:59 UTC  (3+ messages)

[PATCH v12 00/15] perf: support enable and disable commands in stat and record modes
 2020-07-21 19:59 UTC  (3+ messages)
` [PATCH v12 03/15] tools/libperf: avoid counting of nonfilterable fdarray fds

[PATCH bpf-next] samples/bpf, selftests/bpf: use bpf_probe_read_kernel
 2020-07-21 19:58 UTC  (2+ messages)

[f2fs-dev] [f2fs:dev-test 37/38] fs/f2fs/super.c:3058:48: error: 'struct blk_zone' has no member named 'capacity'
 2020-07-21 19:57 UTC  (3+ messages)
`  "

[SELinux-notebook PATCH] lsm_selinux: document genfs_seclabel_symlinks policy capability
 2020-07-21 19:57 UTC  (3+ messages)
  ` [SELinux-notebook PATCH v2] "

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-07-21 19:57 UTC  (4+ messages)
` [PATCH v2 2/4] m25p80: Improve command handling for Jedec commands

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-21 19:55 UTC  (12+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

strace of io_uring events?
 2020-07-21 19:56 UTC  (20+ messages)

[PATCH v2] platform/chrome: cros_ec_typec: USB4 support
 2020-07-21 19:55 UTC  (2+ messages)

[PATCH v2] Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
 2020-07-21 19:54 UTC  (2+ messages)

Maximum rate value of input power for pmbus device
 2020-07-21 19:54 UTC  (5+ messages)

[Virtio-fs] [PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
 2020-07-21 19:53 UTC  (10+ messages)
                `  "

Submit Git Bug
 2020-07-21 19:53 UTC 

[PATCH] coresight: cti: Fix remove sysfs link error
 2020-07-21 19:50 UTC  (3+ messages)

[PATCH 0/3] Convert nsproxy, groups, and creds to refcount_t
 2020-07-21 19:51 UTC  (6+ messages)

[PATCH net-next 0/3] Document more PTP timestamping known quirks
 2020-07-21 19:51 UTC  (10+ messages)
` [PATCH net-next 3/3] docs: networking: timestamping: add a set of frequently asked questions

[PATCH bpf-next] selftests/bpf: fix test_lwt_seg6local.sh hangs
 2020-07-21 19:49 UTC  (2+ messages)

[PATCH v7 0/3] leds: trigger: implement a tty trigger
 2020-07-21 19:48 UTC  (4+ messages)
` [PATCH v7 3/3] "

[PATCH net-next] efx: convert to new udp_tunnel infrastructure
 2020-07-21 19:48 UTC  (5+ messages)

[PATCH BlueZ] mesh: Fix memory leak on provisioning timeout
 2020-07-21 19:47 UTC 

[PATCH v1 1/1] nvmem: qcom-spmi-sdam: Enable multiple devices
 2020-07-21 19:47 UTC  (3+ messages)

[PATCH v2 1/1] nvmem: qcom-spmi-sdam: Enable multiple devices
 2020-07-21 19:46 UTC 

[PATCH] PCI/ATS: PASID and PRI are only enumerated in PF devices
 2020-07-21 19:44 UTC  (2+ messages)

[PATCH] nfs41client: fix raising an error when pnfs test hits non pnfs server
 2020-07-21 19:43 UTC 

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-21 19:42 UTC  (4+ messages)

[PATCH v4 0/7] Add support for ipq8064 tsens
 2020-07-21 19:42 UTC  (5+ messages)
` [PATCH v4 5/7] drivers: thermal: tsens: add interrupt support for 9860 driver
    ` R: "

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-21 19:38 UTC  (7+ messages)

[PATCH v4 0/4] Dedicated CLINT timer driver
 2020-07-21 19:39 UTC  (6+ messages)
` [PATCH v4 2/4] clocksource/drivers: Add "

[PATCH] ipvlan: add the check of ip header checksum
 2020-07-21 19:39 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
 2020-07-21 19:37 UTC  (4+ messages)
    `  "

[PATCH] staging: comedi: pcm: Replace HTTP links with HTTPS ones
 2020-07-21 19:38 UTC 

[PATCH v4 0/5] Introduce the Counter character device interface
 2020-07-21 19:35 UTC  (11+ messages)
` [PATCH v4 1/5] counter: Internalize sysfs interface code
` [PATCH v4 2/5] docs: counter: Update to reflect sysfs internalization
` [PATCH v4 3/5] counter: Add character device interface
` [PATCH v4 4/5] docs: counter: Document "
` [PATCH v4 5/5] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH v3] folds tests from test_current_pid_tgid_new_ns into test_progs
 2020-07-21 19:37 UTC  (3+ messages)

[PATCH] tools/bpftool: Fix error return code in do_skeleton()
 2020-07-21 19:36 UTC  (3+ messages)
` [PATCH v2] tools/bpftool: Fix error handing "

RFC: PCI devices passthrough on Arm design proposal
 2020-07-21 19:35 UTC  (8+ messages)

[Buildroot] start-stop-daemon failing due to option -q
 2020-07-21 19:34 UTC  (5+ messages)

[PATCH] iio: frequency: ad9523: convert rest of driver to device managed functions
 2020-07-21 19:33 UTC  (2+ messages)

[PATCH net-next 0/4] devlink small improvements
 2020-07-21 19:32 UTC  (2+ messages)

[PULL 0/1] Monitor patches for 2020-07-21
 2020-07-21 19:31 UTC  (2+ messages)

Disclosure - Git Packs (zlib) Allows for Zipbomb Style Attacks
 2020-07-21 19:31 UTC 

[PATCH 0/7] KVM: x86: Tracepoint improvements and fixes
 2020-07-21 19:31 UTC  (6+ messages)
` [PATCH 6/7] KVM: x86: Use common definition for kvm_nested_vmexit tracepoint

[PATCH net-next 0/3] dpaa2-eth: add support for TBF offload
 2020-07-21 19:31 UTC  (4+ messages)
` [PATCH net-next 3/3] "

[PATCH ghak84 v4] audit: purge audit_log_string from the intra-kernel audit API
 2020-07-21 19:30 UTC  (7+ messages)

[PULL 0/3] Block layer patches for 5.1.0-rc1
 2020-07-21 19:28 UTC  (2+ messages)

[RFC PATCH] one-bit-adc-dac: Add initial version of one bit ADC, DAC
 2020-07-21 19:28 UTC  (2+ messages)

PROBLEM: cgroup cost too much memory when transfer small files to tmpfs
 2020-07-21 19:27 UTC  (6+ messages)

[PATCH] staging: comedi: pcl: Replace HTTP links with HTTPS ones
 2020-07-21 19:27 UTC 

[Buildroot] [PATCH 1/4] package/glibc: move version string to Kconfig
 2020-07-21 19:27 UTC  (3+ messages)
` [Buildroot] [PATCH 2/4] package/localedef: use upstream glibc version

[PATCH net v2] netdevsim: fix unbalaced locking in nsim_create()
 2020-07-21 19:27 UTC  (2+ messages)

[PATCH v2] libbpf bpf_helpers: Use __builtin_offsetof for offsetof
 2020-07-21 19:26 UTC  (3+ messages)

[PATCH V3 net-next 0/8] ENA driver new features
 2020-07-21 19:26 UTC  (2+ messages)

[PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-21 19:24 UTC  (3+ messages)

[PATCH net-next v3 0/6] Add adaptive interrupt coalescing
 2020-07-21 19:23 UTC  (2+ messages)

patch "serial: 8250_mtk: Fix high-speed baud rates clamping" added to tty-linus
 2020-07-21 19:23 UTC 

[PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2
 2020-07-21 19:23 UTC  (2+ messages)

patch "serial: 8250: fix null-ptr-deref in serial8250_start_tx()" added to tty-linus
 2020-07-21 19:23 UTC 

[Bridge] BUG: MAX_LOCKDEP_CHAINS too low! (2)
 2020-07-21 19:23 UTC  (2+ messages)
`  "

[PATCH 2/2] pack-objects: prefetch objects to be packed
 2020-07-21 19:23 UTC  (3+ messages)

[xen-unstable-smoke test] 152077: tolerable all pass - PUSHED
 2020-07-21 19:22 UTC 

[PATCH V6 00/14] TopDown metrics support for Icelake
 2020-07-21 19:20 UTC  (5+ messages)
` [PATCH V6 09/14] perf/x86/intel: Support TopDown metrics on Ice Lake


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.