All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6]
@ 2007-06-08 15:52 dougthompson
  2007-06-15 17:30 ` Phillip Susi
  0 siblings, 1 reply; 8+ messages in thread
From: dougthompson @ 2007-06-08 15:52 UTC (permalink / raw)
  To: alan, linux-kernel, akpm

From:	Douglas Thompson <dougthompson@xmission.com>

This set of 6 patches for EDAC fix some code style issues,
typos, support for archs other than X86, new pci_ids.h
devices entries for the K8 Northbridge and fix for compile
warnings.

These patches are against 2.6.22-rc4-mm2


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6]
  2007-06-08 15:52 [PATCH 0/6] dougthompson
@ 2007-06-15 17:30 ` Phillip Susi
  0 siblings, 0 replies; 8+ messages in thread
From: Phillip Susi @ 2007-06-15 17:30 UTC (permalink / raw)
  To: dougthompson; +Cc: alan, linux-kernel, akpm

Using a subject line would be helpful.

dougthompson@xmission.com wrote:
> From:	Douglas Thompson <dougthompson@xmission.com>
> 
> This set of 6 patches for EDAC fix some code style issues,
> typos, support for archs other than X86, new pci_ids.h
> devices entries for the K8 Northbridge and fix for compile
> warnings.
> 
> These patches are against 2.6.22-rc4-mm2


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6]
@ 2013-04-05 22:24 Alex Elder
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Elder @ 2013-04-05 22:24 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

(These patches, along with the two I just posted, are
available in the branch "review/wip-3761-2" of the
ceph-client git-repository.)

This series of patches implements messages having more
than one data item describing message data.  Recent
changes have implemented a list of data items in a
message, but it was in practice limited to use just
one item.  The first part of the series is rearranging
things so a message has a single cursor that moves among
the data items on the message's data list.

					-Alex

[PATCH 1/6] libceph: record bio length
[PATCH 2/6] libceph: move cursor into message
[PATCH 3/6] libceph: have cursor point to data
[PATCH 4/6] libceph: replace message data pointer with list
[PATCH 5/6] libceph: implement multiple data items in a message
[PATCH 6/6] libceph: add, don't set data for a message

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6]
@ 2013-07-25 17:35 Anand Jain
  0 siblings, 0 replies; 8+ messages in thread
From: Anand Jain @ 2013-07-25 17:35 UTC (permalink / raw)
  To: linux-btrfs

The below patch set is on top of,

 git://repo.or.cz/btrfs-progs-unstable/devel.git integration-20130710

and is for your kind review coment and integration

Thanks

Anand Jain (6):
  btrfs-progs: close_all_devices() in btrfs-find-root.c does nothing
  btrfs-progs: let user know that devid can be used if path is missing
  btrfs-progs: cmd_start_replace() to use test_dev_for_mkfs()
  btrfs-progs: mkfs.c overwrites fd without appropriate close
  btrfs-progs: avoid write to the disk before sure to create fs
  btrfs-progs: don't have to report ENOMEDIUM error during open

 btrfs-find-root.c |   17 +--------
 cmds-replace.c    |   33 ++--------------
 disk-io.c         |    3 +-
 disk-io.h         |    1 +
 mkfs.c            |  107 +++++++++++++++++++++-------------------------------
 utils.c           |   56 +++++++++++++++++++++++++++-
 utils.h           |    2 +
 7 files changed, 107 insertions(+), 112 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6]
@ 2015-11-28  2:38 Peter Hurley
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Hurley @ 2015-11-28  2:38 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Jiri Slaby, linux-kernel, Peter Hurley

Hi Greg,

This patch series is part of the ongoing effort to cleanup and reduce the
kernel tty interface; specifically removing undefined function declarations,
unused macros, encapsulating global data, undefining unused exports,
limiting functions and data to file scope, etc.

Regards,

Peter Hurley (6):
  tty: Unexport system-wide tty_mutex
  tty: Eliminate global symbol tty_ldisc_N_TTY
  tty: Remove declarations to non-existent functions
  tty: Move tty_check_change() helper
  tty: Remove unreferenced tty flags macro TTY_DEBUG
  tty: Make tty_files_lock per-tty

 drivers/tty/n_tty.c      | 18 ++++++++----------
 drivers/tty/tty_io.c     | 37 ++++++++++++++++++++-----------------
 drivers/tty/tty_ldisc.c  |  6 ------
 include/linux/tty.h      | 10 ++--------
 security/selinux/hooks.c |  4 ++--
 5 files changed, 32 insertions(+), 43 deletions(-)

-- 
2.6.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6]
@ 2025-01-28 15:01 Hans Verkuil
  2025-01-28 15:14 ` Hans Verkuil
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Verkuil @ 2025-01-28 15:01 UTC (permalink / raw)
  To: linux-media; +Cc: linux-input, linux-usb, linux-staging



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6]
  2025-01-28 15:01 Hans Verkuil
@ 2025-01-28 15:14 ` Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2025-01-28 15:14 UTC (permalink / raw)
  To: linux-media; +Cc: linux-input, linux-usb, linux-staging

On 28/01/2025 16:01, Hans Verkuil wrote:
> 

Sorry, email mishap. Just ignore.

	Hans

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6]
@ 2026-01-15 14:01 spinler
  0 siblings, 0 replies; 8+ messages in thread
From: spinler @ 2026-01-15 14:01 UTC (permalink / raw)
  To: spinler; +Cc: dev

From: Martin Spinler <spinler@cesnet.cz>

This patchset mainly cleans up the code and prepare it for another
quite large rework. Also it resolves some unpleasant behavior.

---

Martin Spinler (6):
  net/nfb: use constant values for max Rx/Tx queues count
  net/nfb: fix bad pointer access in queue stats
  net/nfb: update timestamp calculation to meaningful value
  net/nfb: use process private variable for internal data
  net/nfb: release allocated resources correctly
  net/nfb: stop only started queues in fail path

 doc/guides/nics/nfb.rst      |   6 +-
 drivers/net/nfb/nfb.h        |   5 ++
 drivers/net/nfb/nfb_ethdev.c | 163 +++++++++++++++++++++--------------
 drivers/net/nfb/nfb_rx.c     |   2 +-
 drivers/net/nfb/nfb_rx.h     |  13 +--
 drivers/net/nfb/nfb_rxmode.c |  12 +--
 drivers/net/nfb/nfb_stats.c  |  46 +++++-----
 drivers/net/nfb/nfb_tx.c     |   2 +-
 8 files changed, 141 insertions(+), 108 deletions(-)

--
2.52.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-15 14:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 15:52 [PATCH 0/6] dougthompson
2007-06-15 17:30 ` Phillip Susi
  -- strict thread matches above, loose matches on Subject: below --
2013-04-05 22:24 Alex Elder
2013-07-25 17:35 Anand Jain
2015-11-28  2:38 Peter Hurley
2025-01-28 15:01 Hans Verkuil
2025-01-28 15:14 ` Hans Verkuil
2026-01-15 14:01 spinler

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.