All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-19 05:06:18 to 2020-07-19 07:23:35 UTC [more...]

do a single memdup_user in sctp_setsockopt v2
 2020-07-19  7:22 UTC  (77+ messages)
` [PATCH 01/51] sctp: copy the optval from user space in sctp_setsockopt
` [PATCH 02/51] sctp: pass a kernel pointer to sctp_setsockopt_bindx
` [PATCH 03/51] sctp: pass a kernel pointer to __sctp_setsockopt_connectx
` [PATCH 04/51] sctp: pass a kernel pointer to sctp_setsockopt_disable_fragments
` [PATCH 05/51] sctp: pass a kernel pointer to sctp_setsockopt_events
` [PATCH 06/51] sctp: pass a kernel pointer to sctp_setsockopt_autoclose
` [PATCH 07/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_addr_params
` [PATCH 08/51] sctp: pass a kernel pointer to sctp_setsockopt_delayed_ack
` [PATCH 09/51] sctp: pass a kernel pointer to sctp_setsockopt_partial_delivery_point
` [PATCH 10/51] sctp: pass a kernel pointer to sctp_setsockopt_initmsg
` [PATCH 11/51] sctp: pass a kernel pointer to sctp_setsockopt_default_send_param
` [PATCH 12/51] sctp: pass a kernel pointer to sctp_setsockopt_default_sndinfo
` [PATCH 13/51] sctp: pass a kernel pointer to sctp_setsockopt_primary_addr
` [PATCH 14/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_primary_addr
` [PATCH 15/51] sctp: pass a kernel pointer to sctp_setsockopt_nodelay
` [PATCH 16/51] sctp: pass a kernel pointer to sctp_setsockopt_rtoinfo
` [PATCH 17/51] sctp: pass a kernel pointer to sctp_setsockopt_associnfo
` [PATCH 18/51] sctp: pass a kernel pointer to sctp_setsockopt_mappedv4
` [PATCH 19/51] sctp: pass a kernel pointer to sctp_setsockopt_maxseg
` [PATCH 20/51] sctp: pass a kernel pointer to sctp_setsockopt_adaptation_layer
` [PATCH 21/51] sctp: pass a kernel pointer to sctp_setsockopt_context
` [PATCH 22/51] sctp: pass a kernel pointer to sctp_setsockopt_fragment_interleave
` [PATCH 23/51] sctp: pass a kernel pointer to sctp_setsockopt_maxburst
` [PATCH 24/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_chunk
` [PATCH 25/51] sctp: pass a kernel pointer to sctp_setsockopt_hmac_ident
` [PATCH 26/51] sctp: switch sctp_setsockopt_auth_key to use memzero_explicit
` [PATCH 27/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_key
` [PATCH 28/51] sctp: pass a kernel pointer to sctp_setsockopt_active_key
` [PATCH 29/51] sctp: pass a kernel pointer to sctp_setsockopt_del_key
` [PATCH 30/51] sctp: pass a kernel pointer to sctp_setsockopt_deactivate_key
` [PATCH 31/51] sctp: pass a kernel pointer to sctp_setsockopt_auto_asconf
` [PATCH 32/51] sctp: pass a kernel pointer to sctp_setsockopt_paddr_thresholds
` [PATCH 33/51] sctp: pass a kernel pointer to sctp_setsockopt_recvrcvinfo
` [PATCH 34/51] sctp: pass a kernel pointer to sctp_setsockopt_recvnxtinfo
` [PATCH 35/51] sctp: pass a kernel pointer to sctp_setsockopt_pr_supported
` [PATCH 36/51] sctp: pass a kernel pointer to sctp_setsockopt_default_prinfo
` [PATCH 37/51] sctp: pass a kernel pointer to sctp_setsockopt_reconfig_supported
` [PATCH 38/51] sctp: pass a kernel pointer to sctp_setsockopt_enable_strreset
` [PATCH 39/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_streams
` [PATCH 40/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_assoc
` [PATCH 41/51] sctp: pass a kernel pointer to sctp_setsockopt_add_streams
` [PATCH 42/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler
` [PATCH 43/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler_value
` [PATCH 44/51] sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported
` [PATCH 45/51] sctp: pass a kernel pointer to sctp_setsockopt_reuse_port
` [PATCH 46/51] sctp: pass a kernel pointer to sctp_setsockopt_event
` [PATCH 47/51] "
` [PATCH 48/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
` [PATCH 49/51] sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
` [PATCH 50/51] sctp: pass a kernel pointer to sctp_setsockopt_pf_expose
` [PATCH 51/51] sctp: remove the out_nounlock label in sctp_setsockopt

[libvirt test] 152006: regressions - FAIL
 2020-07-19  7:18 UTC 

[RFC PATCH v2] scsi: ufs: set STATE_ERROR when ufshcd_probe_hba() failed
 2020-07-19  7:14 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] checkpatch: Fix SPDX license check for scripts
 2020-07-19  7:13 UTC  (10+ messages)

[dpdk-dev] [PATCH v1 8/8] mlx5: remove inclusion of verbs header files
 2020-07-19  7:11 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 0/8] mlx5 PMD multi OS support - part #3
  ` [dpdk-dev] [PATCH v2 1/8] net/mlx5: move flow prio discovery and adjust under Verbs
  ` [dpdk-dev] [PATCH v2 2/8] net/mlx5: replace Linux specific calls with rte API
  ` [dpdk-dev] [PATCH v2 3/8] net/mlx5: refactor Linux MAC operations
  ` [dpdk-dev] [PATCH v2 4/8] linux/mlx5: add setters for promiscuous and all-multi
  ` [dpdk-dev] [PATCH v2 5/8] net/mlx5: eliminate dependency on Linux in shared header
  ` [dpdk-dev] [PATCH v2 6/8] net/mlx5: header file cleanup
  ` [dpdk-dev] [PATCH v2 7/8] net/mlx5: refactor multi process communication
  ` [dpdk-dev] [PATCH v2 8/8] mlx5: remove inclusion of Verbs header files

[PATCH] parisc: Fix spinlock barriers
 2020-07-19  7:03 UTC  (4+ messages)

[PATCH v5 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-07-19  6:59 UTC  (16+ messages)
` [PATCH v5 1/7] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v5 2/7] ata: ahci: mvebu: Support A8k compatible
` [PATCH v5 3/7] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v5 4/7] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v5 5/7] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v5 6/7] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v5 7/7] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH rdma-next] RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flow
 2020-07-19  6:57 UTC 

[PATCH 0/3] build: fix for SunOS systems
 2020-07-18 12:36 UTC 

[PATCH rdma-rc] RDMA/mlx5: Prevent prefetch from racing with implicit destruction
 2020-07-19  6:54 UTC 

[RFC PATCH v3 0/2] ufs: support various values per device
 2020-07-19  6:46 UTC  (5+ messages)
  ` [RFC PATCH v3 2/2] ufs: change the way to complete fDeviceInit

[PATCH] staging: kpc2000: Replace depracated MSI API
 2020-07-19  6:32 UTC  (3+ messages)

[powerpc:next-test 103/106] arch/powerpc/mm/book3s64/radix_pgtable.c:513:21: error: use of undeclared identifier 'SECTION_SIZE_BITS'
 2020-07-19  6:35 UTC  (2+ messages)

[Bug 207855] New: arcconf host reset causes kernel panic -> driver crash?
 2020-07-19  6:36 UTC  (2+ messages)
` [Bug 207855] "

[Bug 208605] New: AACRAID frequent hos bus reset with intensive IO on large arrays
 2020-07-19  6:36 UTC 

[PATCH v6 0/5] scsi: ufs: Add Host Performance Booster Support
 2020-07-19  6:35 UTC  (4+ messages)

[PATCH v4 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-07-19  6:33 UTC  (4+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 11/12] Fix error-prone fill_directory() API; make it only return matches

Git bug - Windows subst/net use, Windows drive letter prefix
 2020-07-19  6:31 UTC  (2+ messages)

[PATCH] coresight: stm: support marked packet
 2020-07-19  6:27 UTC 

Two platforms use the some kernel Deb, one works all for half a month, the other one can't boot up at all with the error meassage: init failed, -19
 2020-07-19  6:26 UTC 

[PATCH 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-07-19  6:14 UTC  (3+ messages)

[PATCH] git-mv: improve error message for conflicted file
 2020-07-19  6:16 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libzip: bump version to 1.7.3
 2020-07-19  6:14 UTC 

[git pull] habanalabs fixes pull request for kernel 5.8-rc7
 2020-07-19  6:13 UTC 

[PATCH] drivers: staging: media: atomisp: pci: css_2401_system: host: csi_rx.c: fixed a sparse warning by making undeclared symbols static
 2020-07-19  6:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/libgcrypt: bump version to 1.8.6
 2020-07-19  6:09 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/gnupg2: bump vesion to 2.2.21

[PATCH 1/1 v2] inside-secure irq balance
 2020-07-19  6:09 UTC  (3+ messages)

[PATCH,v2] ipvs: fix the connection sync failed in some cases
 2020-07-19  6:08 UTC  (2+ messages)

[RFC PATCH v4 06/12] dm-verity: move signature check after tree validation
 2020-07-19  6:08 UTC  (2+ messages)

[PATCH v2] git-send-email: die if sendmail.* config is set
 2020-07-19  6:07 UTC  (3+ messages)

[PATCH rdma-next 0/2] Fix warnings reported by kbuild
 2020-07-19  6:03 UTC  (3+ messages)
` [PATCH rdma-next 1/2] RDMA/uverbs: Remove redundant assignments
` [PATCH rdma-next 2/2] RDMA/uverbs: Silence shiftTooManyBitsSigned warning

[PATCH v6 0/3] ufs: exynos: introduce the way to get cmd info
 2020-07-19  6:01 UTC  (5+ messages)
  ` [PATCH v6 3/3] ufs: exynos: implement dbg_register_dump
  ` [PATCH v6 2/3] ufs: exynos: introduce command history

[PATCH] mei: Replace HTTP links with HTTPS ones
 2020-07-19  5:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name
 2020-07-19  5:44 UTC  (4+ messages)
`  "
` [f2fs-dev] [PATCH 2/2] f2fs: add volume_name mount option
  `  "

[PATCH] media: atomisp: move system_local consts into a C file
 2020-07-19  5:40 UTC 

[meta-virtualization][PATCH 3/4] xen: drop vars that duplicate hvc console from the r-pi4 config
 2020-07-19  5:37 UTC  (2+ messages)
` [PATCH "

[Intel-wired-lan] [PATCH] igc: Do not use link uninitialized in igc_check_for_copper_link
 2020-07-19  5:34 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/libvorbis: bump version to 1.3.7
 2020-07-19  5:33 UTC 

[linux-linus test] 151992: regressions - FAIL
 2020-07-19  5:29 UTC 

How can I search git log with ceratin keyword but without the other keyword?
 2020-07-19  5:28 UTC  (11+ messages)

[PATCH 00/74] multipath-tools series part V: removed path handling
 2020-07-19  5:26 UTC  (7+ messages)
` [PATCH 64/74] multipathd: check_path(): set retrigger_delay if necessary
` [PATCH 66/74] libmultipath: update_pathvec_from_dm: handle pp->mpp mismatch
` [PATCH 69/74] libmultipath: disassemble_map(): get rid of "is_daemon" argument

[PATCH rdma-next v2 0/2] Align write() and ioctl() paths
 2020-07-19  5:22 UTC  (3+ messages)
` [PATCH rdma-next v2 1/2] RDMA/core: Align abort/commit object scheme for "
` [PATCH rdma-next v2 2/2] RDMA/core: Update write interface to use automatic object lifetime

[RFC PATCH v1] ufs: introduce async ufs interface initialization
 2020-07-19  5:16 UTC  (2+ messages)

[PATCH 00/10] Audio graph card updates and usage with Tegra210 audio
 2020-07-19  5:10 UTC  (33+ messages)
` [PATCH 01/10] ASoC: soc-core: Fix component name_prefix parsing
` [PATCH 02/10] ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names
` [PATCH 03/10] ASoC: audio-graph: Support Codec with multiple endpoints
` [PATCH 04/10] ASoC: audio-graph: Support for empty end point
` [PATCH 05/10] ASoC: audio-graph: Identify 'no_pcm' DAI links for DPCM
` [PATCH 06/10] ASoC: soc-pcm: Get all BEs along DAPM path
` [PATCH 07/10] ASoC: dt-bindings: audio-graph-card: Support for component chaining
` [PATCH 08/10] ASoC: audio-graph: Add support "
` [PATCH 09/10] arm64: tegra: Audio graph header for Tegra210
` [PATCH 10/10] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

[PATCH v2] AF_PACKET doesnt strip VLAN information
 2020-07-19  5:16 UTC  (3+ messages)

✅ PASS: Test report for kernel 5.7.9-84bda0e.cki (stable-queue)
 2020-07-19  5:16 UTC 

[PATCH v5 00/11] Add ASoC AHUB components for Tegra210 and later
 2020-07-19  5:01 UTC  (9+ messages)
` [PATCH v5 05/11] ASoC: tegra: Add Tegra210 based AHUB driver
` [PATCH v5 06/11] ASoC: tegra: Add Tegra186 based DSPK driver
` [PATCH v5 07/11] ASoC: tegra: Add Tegra210 based ADMAIF driver
` [PATCH v5 08/11] arm64: defconfig: Build AHUB component drivers
` [PATCH v5 09/11] arm64: defconfig: Build ADMA and ACONNECT driver
` [PATCH v5 10/11] arm64: tegra: Enable ACONNECT, ADMA and AGIC on Jetson Nano
` [PATCH v5 11/11] arm64: tegra: Add DT binding for AHUB components


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.