- Update to 2.6.22-rc3-git2.
authorJeff Mahoney <jeffm@suse.de>
Thu, 31 May 2007 19:09:16 +0000 (19:09 +0000)
committerJeff Mahoney <jeffm@suse.de>
Thu, 31 May 2007 19:09:16 +0000 (19:09 +0000)
- fix possible null ptr deref in kallsyms_lookup
- alpha: support new syscalls
- alpha: cleanup in bitops.h
- [ARM] Fix some section mismatch warnings
- ehea: Fixed multi queue RX bug
- sky2: enable IRQ on duplex renegotiation
- e1000: restore netif_poll_enable call but make sure ...
- defxx: Fix the handling of ioremap() failures
- sky2: program proper register for fiber PHY
- sky2: checksum offload plus vlan bug
- sky2: dont set bogus bit in PHY register
- [ARM] 4417/1: Serial: Fix AMBA drivers locking
- [ARM] 4394/1: ARMv7: Add the TLB range operations
- [ARM] 4410/1: Remove extern declarations in coyote ...
- [ARM] 4416/1: NWFPE: fix undeclared symbols
- [ARM] 4415/1: AML5900: fix sparse warnings from map_io
- [ARM] 4414/1: S3C2443: sparse fix for clock.c
- [ARM] 4412/1: S3C2412: reset errata fix
- [ARM] 4411/1: KS8695: Another serial driver fix
- [ARM] oprofile: avoid lockdep warnings on mpcore oprofi ...
- [ARM] Fix stacktrace FP range checking
- [ARM] use __used attribute

suse-commit: 7482bed440c3f26ed3fd88e28ee1fc0c8eb1d487

1  2 
Makefile
drivers/net/e1000/e1000_main.c
include/asm-arm/ioctls.h
kernel/kallsyms.c

diff --cc Makefile
+++ b/Makefile
@@@ -1,7 -1,7 +1,7 @@@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 22
- EXTRAVERSION = -rc3-git1
 -EXTRAVERSION = -rc3
++EXTRAVERSION = -rc3-git2
  NAME = Jeff Thinks I Should Change This, But To What?
  
  # *DOCUMENTATION*
Simple merge
  #define TIOCSBRK      0x5427  /* BSD compatibility */
  #define TIOCCBRK      0x5428  /* BSD compatibility */
  #define TIOCGSID      0x5429  /* Return the session ID of FD */
+ #define TCGETS2               _IOR('T',0x2A, struct termios2)
+ #define TCSETS2               _IOW('T',0x2B, struct termios2)
+ #define TCSETSW2      _IOW('T',0x2C, struct termios2)
+ #define TCSETSF2      _IOW('T',0x2D, struct termios2)
  #define TIOCGPTN      _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV      _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
  
  #define FIONCLEX      0x5450  /* these numbers need to be adjusted. */
  #define FIOCLEX               0x5451
Simple merge